German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "example-lab-request-result-bundle",
"type" : "collection",
"entry" : [
{
"fullUrl" : "https://fhir.cognovis.de/praxis/ServiceRequest/example-lab-service-request",
"resource" : {
"resourceType" : "ServiceRequest",
"id" : "example-lab-service-request",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-lab-service-request-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_example-lab-service-request\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-lab-service-request</b></p><a name=\"example-lab-service-request\"> </a><a name=\"hcexample-lab-service-request\"> </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-praxis-lab-service-request-de.html\">Praxis Laboratory ServiceRequest DE</a></p></div><p><b>identifier</b>: Placer Identifier/LAB-ORDER-2026-1001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 24323-8}\">Comprehensive metabolic panel</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>occurrence</b>: 2026-07-28 08:30:00+0200</p><p><b>authoredOn</b>: 2026-07-28</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>performer</b>: <a href=\"Organization-example-request-laboratory.html\">Organization Example Regional Laboratory</a></p><p><b>reasonReference</b>: <a href=\"Condition-example-lab-order-indication.html\">Condition Type 2 diabetes mellitus without complications</a></p><p><b>insurance</b>: <a href=\"Coverage-example-coverage-gkv-wop.html\">Coverage: extension = Nordrhein (KBV_CS_SFHIR_ITA_WOP#38); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>specimen</b>: <a href=\"Specimen-example-lab-order-specimen.html\">Specimen: identifier = https://example.org/fhir/NamingSystem/specimen-id#SPEC-2026-1001; type = Serum specimen</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PLAC"
}
]
},
"system" : "https://example.org/fhir/NamingSystem/order-id",
"value" : "LAB-ORDER-2026-1001"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
]
}
],
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"version" : "2.82",
"code" : "24323-8",
"display" : "Comprehensive metabolic 2000 panel - Serum or Plasma"
}
],
"text" : "Comprehensive metabolic panel"
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"occurrenceDateTime" : "2026-07-28T08:30:00+02:00",
"authoredOn" : "2026-07-28",
"requester" : {
🔗 "reference" : "Practitioner/example-practitioner"
},
"performer" : [
{
🔗 "reference" : "Organization/example-request-laboratory"
}
],
"reasonReference" : [
{
🔗 "reference" : "Condition/example-lab-order-indication"
}
],
"insurance" : [
{
🔗 "reference" : "Coverage/example-coverage-gkv-wop"
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/example-lab-order-specimen"
}
]
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Specimen/example-lab-order-specimen",
"resource" : {
"resourceType" : "Specimen",
"id" : "example-lab-order-specimen",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-specimen"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_example-lab-order-specimen\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Specimen example-lab-order-specimen</b></p><a name=\"example-lab-order-specimen\"> </a><a name=\"hcexample-lab-order-specimen\"> </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-praxis-specimen.html\">Praxis Specimen</a></p></div><p><b>identifier</b>: <code>https://example.org/fhir/NamingSystem/specimen-id</code>/SPEC-2026-1001</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}\">Serum specimen</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>request</b>: <a href=\"ServiceRequest-example-lab-service-request.html\">ServiceRequest Comprehensive metabolic 2000 panel - Serum or Plasma</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-07-28 08:30:00+0200</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://example.org/fhir/NamingSystem/specimen-id",
"value" : "SPEC-2026-1001"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "119364003",
"display" : "Serum specimen"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"request" : [
{
🔗 "reference" : "ServiceRequest/example-lab-service-request"
}
],
"collection" : {
"collectedDateTime" : "2026-07-28T08:30:00+02:00"
}
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Observation/example-lab-order-observation",
"resource" : {
"resourceType" : "Observation",
"id" : "example-lab-order-observation",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-lab-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_example-lab-order-observation\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation example-lab-order-observation</b></p><a name=\"example-lab-order-observation\"> </a><a name=\"hcexample-lab-order-observation\"> </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-praxis-lab-observation.html\">Praxis Lab Observation</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-example-lab-service-request.html\">ServiceRequest Comprehensive metabolic 2000 panel - Serum or Plasma</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2345-7}\">Glucose [Masse/Volumen] in Serum oder Plasma</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-07-28 10:15:00+0200</p><p><b>value</b>: 112 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'milligram per deciliter')</span></p><p><b>specimen</b>: <a href=\"Specimen-example-lab-order-specimen.html\">Specimen: identifier = https://example.org/fhir/NamingSystem/specimen-id#SPEC-2026-1001; type = Serum specimen</a></p></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/example-lab-service-request"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"version" : "2.82",
"code" : "2345-7",
"display" : "Glucose [Masse/Volumen] in Serum oder Plasma"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"effectiveDateTime" : "2026-07-28T10:15:00+02:00",
"valueQuantity" : {
"value" : 112,
"unit" : "mg/dL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
},
"specimen" : {
🔗 "reference" : "Specimen/example-lab-order-specimen"
}
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/DiagnosticReport/example-lab-order-diagnostic-report",
"resource" : {
"resourceType" : "DiagnosticReport",
"id" : "example-lab-order-diagnostic-report",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-lab-diagnostic-report"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_example-lab-order-diagnostic-report\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-lab-order-diagnostic-report</b></p><a name=\"example-lab-order-diagnostic-report\"> </a><a name=\"hcexample-lab-order-diagnostic-report\"> </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-praxis-lab-diagnostic-report.html\">Praxis Lab DiagnosticReport</a></p></div><h2><span title=\"Codes:{http://loinc.org 24323-8}\">Comprehensive metabolic panel report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Labor</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Thomas Weber (official) Male, DoB: 1975-06-15</td></tr><tr><td>Relevant Time</td><td>2026-07-28 10:15:00+0200</td></tr><tr><td>Reported</td><td>2026-07-28 11:00:00+0200</td></tr><tr><td>Performer</td><td> <a href=\"Organization-example-request-laboratory.html\">Organization Example Regional Laboratory</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-example-lab-order-observation.html\"><span title=\"Codes:{http://loinc.org 2345-7}\">Glucose [Masse/Volumen] in Serum oder Plasma</span></a></td><td>112 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'milligram per deciliter')</span></td><td>Final</td></tr></table></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/example-lab-service-request"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"version" : "2.82",
"code" : "24323-8",
"display" : "Comprehensive metabolic 2000 panel - Serum or Plasma"
}
],
"text" : "Comprehensive metabolic panel report"
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"effectiveDateTime" : "2026-07-28T10:15:00+02:00",
"issued" : "2026-07-28T11:00:00+02:00",
"performer" : [
{
🔗 "reference" : "Organization/example-request-laboratory"
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/example-lab-order-specimen"
}
],
"result" : [
{
🔗 "reference" : "Observation/example-lab-order-observation"
}
]
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Patient/example-patient",
"resource" : {
"resourceType" : "Patient",
"id" : "example-patient",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_example-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient</b></p><a name=\"example-patient\"> </a><a name=\"hcexample-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Thomas Weber (official) Male, DoB: 1975-06-15</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
},
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Weber",
"given" : [
"Thomas"
]
}
],
"gender" : "male",
"birthDate" : "1975-06-15"
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Practitioner/example-practitioner",
"resource" : {
"resourceType" : "Practitioner",
"id" : "example-practitioner",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_example-practitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-practitioner</b></p><a name=\"example-practitioner\"> </a><a name=\"hcexample-practitioner\"> </a><p><b>active</b>: true</p><p><b>name</b>: Markus Schoell (Official)</p></div>"
},
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Schoell",
"given" : [
"Markus"
],
"prefix" : [
"Dr."
],
"_prefix" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "AC"
}
]
}
]
}
]
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Organization/example-request-laboratory",
"resource" : {
"resourceType" : "Organization",
"id" : "example-request-laboratory",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_example-request-laboratory\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization example-request-laboratory</b></p><a name=\"example-request-laboratory\"> </a><a name=\"hcexample-request-laboratory\"> </a><p><b>active</b>: true</p><p><b>name</b>: Example Regional Laboratory</p></div>"
},
"active" : true,
"name" : "Example Regional Laboratory"
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Condition/example-lab-order-indication",
"resource" : {
"resourceType" : "Condition",
"id" : "example-lab-order-indication",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_example-lab-order-indication\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition example-lab-order-indication</b></p><a name=\"example-lab-order-indication\"> </a><a name=\"hcexample-lab-order-indication\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm E11.9}\">Type 2 diabetes mellitus without complications</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
"version" : "2026",
"code" : "E11.9",
"display" : "Type 2 diabetes mellitus without complications"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
}
}
},
{
"fullUrl" : "https://fhir.cognovis.de/praxis/Coverage/example-coverage-gkv-wop",
"resource" : {
"resourceType" : "Coverage",
"id" : "example-coverage-gkv-wop",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-gkv"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_example-coverage-gkv-wop\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage example-coverage-gkv-wop</b></p><a name=\"example-coverage-gkv-wop\"> </a><a name=\"hcexample-coverage-gkv-wop\"> </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-fpde-coverage-gkv.html\">FPDE Coverage GKV</a></p></div><p><b>Kennzeichen Wohnortprinzip (WOP)</b>: <a href=\"https://simplifier.net/resolve?scope=de.cognovis.terminology.kbv@1.0.0&canonical=https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ITA_WOP#KBV-CS-SFHIR-ITA-WOP-v1.23.x-38\">KBV_CS_SFHIR_ITA_WOP: 38</a> (Nordrhein)</p><p><b>identifier</b>: Gesetzliche Krankenversicherung/A123456789</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis GKV}\">gesetzliche Krankenversicherung</span></p><p><b>beneficiary</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>payor</b>: AOK Rheinland/Hamburg</p></div>"
},
"extension" : [
{
"url" : "http://fhir.de/StructureDefinition/gkv/wop",
"valueCoding" : {
"system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ITA_WOP",
"code" : "38",
"display" : "Nordrhein"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code" : "GKV"
},
{
"system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code" : "KVZ10"
}
]
},
"system" : "http://fhir.de/sid/gkv/kvid-10",
"value" : "A123456789"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/versicherungsart-de-basis",
"code" : "GKV",
"display" : "gesetzliche Krankenversicherung"
}
]
},
"beneficiary" : {
🔗 "reference" : "Patient/example-patient"
},
"payor" : [
{
"display" : "AOK Rheinland/Hamburg"
}
]
}
}
]
}