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" : "ServiceRequest",
"id" : "example-imaging-service-request-mrt-knie",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-service-request-praxis-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-imaging-service-request-mrt-knie</b></p><a name=\"example-imaging-service-request-mrt-knie\"> </a><a name=\"hcexample-imaging-service-request-mrt-knie\"> </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-imaging-service-request-praxis-de.html\">Imaging ServiceRequest (Praxis DE)</a></p></div><p><b>identifier</b>: Accession ID/SR-MRT-KNIE-2026-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 36803-5}\">MRI of knee</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm M23.2}\">Meniskusschaden durch altes Trauma</span></p><p><b>insurance</b>: <a href=\"Coverage-example-coverage-gkv-knie.html\">Coverage: identifier = http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#A123456789; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>supportingInfo</b>: <a href=\"ImagingStudy-example-prior-imaging-study-knie.html\">ImagingStudy: status = available; modality = Magnetic Resonance (DICOM#MR)</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN"
}
]
},
"system" : "https://fhir.cognovis.de/praxis/NamingSystem/pvs-id",
"value" : "SR-MRT-KNIE-2026-001"
}
],
"status" : "active",
"intent" : "order",
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "36803-5",
"display" : "MRI of knee"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"requester" : {
🔗 "reference" : "Practitioner/example-practitioner"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
"code" : "M23.2",
"display" : "Meniskusschaden durch altes Trauma"
}
]
}
],
"insurance" : [
{
🔗 "reference" : "Coverage/example-coverage-gkv-knie"
}
],
"supportingInfo" : [
{
🔗 "reference" : "ImagingStudy/example-prior-imaging-study-knie"
}
]
}