German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Claim",
"id" : "PASClaimExample",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/pas-claim-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim PASClaimExample</b></p><a name=\"PASClaimExample\"> </a><a name=\"hcPASClaimExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pas-claim-de.html\">PAS Claim DE</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-PASClaimPatientExample.html\">Max Mustermann Male, DoB: 1970-03-15 ( http://fhir.de/NamingSystem/gkv/kvid-10#A123456789)</a></p><p><b>created</b>: 2024-03-01 09:00:00+0100</p><p><b>insurer</b>: <a href=\"Organization-PASClaimInsurerExample.html\">Organization AOK Bayern</a></p><p><b>provider</b>: <a href=\"Practitioner-PASClaimPractitionerExample.html\">Practitioner Maria Schmidt </a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td>AOK Bayern GKV-Versicherung</td></tr></table><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>ProductOrService</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:{https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM 13210}\">Kardiovaskulaere Praevention</span></td><td>10 Sitzungen<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></td></tr></table></div>"
},
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/claim-type",
"code" : "professional"
}
]
},
"use" : "preauthorization",
"patient" : {
🔗 "reference" : "Patient/PASClaimPatientExample"
},
"created" : "2024-03-01T09:00:00+01:00",
"insurer" : {
🔗 "reference" : "Organization/PASClaimInsurerExample"
},
"provider" : {
🔗 "reference" : "Practitioner/PASClaimPractitionerExample"
},
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/processpriority",
"code" : "normal"
}
]
},
"insurance" : [
{
"sequence" : 1,
"focal" : true,
"coverage" : {
"display" : "AOK Bayern GKV-Versicherung"
}
}
],
"item" : [
{
"sequence" : 1,
"productOrService" : {
"coding" : [
{
"system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM",
"code" : "13210",
"display" : "Kardiovaskulaere Praevention"
}
]
},
"quantity" : {
"value" : 10,
"unit" : "Sitzungen",
"system" : "http://unitsofmeasure.org",
"code" : "1"
}
}
]
}