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" : "Appointment",
"id" : "example-imaging-appointment-mrt-knie",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-appointment-praxis-de"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment example-imaging-appointment-mrt-knie</b></p><a name=\"example-imaging-appointment-mrt-knie\"> </a><a name=\"hcexample-imaging-appointment-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-appointment-praxis-de.html\">Imaging Appointment (Praxis DE)</a></p></div><blockquote><p><b>Appointment Modality</b></p><ul><li>modality: <a href=\"http://dicom.nema.org/resources/ontology/DCM#DCM-MR\">DICOM: MR</a> (Magnetic Resonance)</li><li>device: <a href=\"Device-example-imaging-device-mrt-knie.html\">Device: extension = In Service (Device Maintenance Status#in-service); identifier = https://fhir.cognovis.de/praxis/NamingSystem/dicom-ae-title#DicomAeTitle#MRT_KNIE_001; status = active; manufacturer = Siemens Healthineers; modelNumber = MAGNETOM Vida; type = Magnetic Resonance</a></li></ul></blockquote><blockquote><p><b>Appointment Preparation</b></p><ul><li>prepDuration: No display for Duration (value: 15; unit: min; system: http://unitsofmeasure.org; code: min)</li><li>recoveryDuration: No display for Duration (value: 5; unit: min; system: http://unitsofmeasure.org; code: min)</li><li>patientInstruction: Bitte keine metallischen Gegenstaende mitbringen. Kontrastmittel-Allergieanamnese erforderlich.</li></ul></blockquote><p><b>Appointment Readiness</b>: <a href=\"CodeSystem-appointment-readiness.html#appointment-readiness-preparation-complete\">Appointment Readiness: preparation-complete</a> (Preparation Complete)</p><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://loinc.org 36803-5}\">MRI of knee</span></p><p><b>start</b>: 2026-05-10 10:00:00+0200</p><p><b>end</b>: 2026-05-10 10:45:00+0200</p><p><b>basedOn</b>: <a href=\"ServiceRequest-example-imaging-service-request-mrt-knie.html\">ServiceRequest MRI of knee</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Device-example-imaging-device-mrt-knie.html\">Device: extension = In Service (Device Maintenance Status#in-service); identifier = https://fhir.cognovis.de/praxis/NamingSystem/dicom-ae-title#DicomAeTitle#MRT_KNIE_001; status = active; manufacturer = Siemens Healthineers; modelNumber = MAGNETOM Vida; type = Magnetic Resonance</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-example-practitioner-mtr-knie.html\">Practitioner Sabine Bauer (official)</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "modality",
"valueCoding" : {
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "MR",
"display" : "Magnetic Resonance"
}
},
{
"url" : "device",
"valueReference" : {
🔗 "reference" : "Device/example-imaging-device-mrt-knie"
}
}
],
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-modality"
},
{
"extension" : [
{
"url" : "prepDuration",
"valueDuration" : {
"value" : 15,
"unit" : "min",
"system" : "http://unitsofmeasure.org",
"code" : "min"
}
},
{
"url" : "recoveryDuration",
"valueDuration" : {
"value" : 5,
"unit" : "min",
"system" : "http://unitsofmeasure.org",
"code" : "min"
}
},
{
"url" : "patientInstruction",
"valueString" : "Bitte keine metallischen Gegenstaende mitbringen. Kontrastmittel-Allergieanamnese erforderlich."
}
],
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-preparation"
},
{
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-readiness",
"valueCoding" : {
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/appointment-readiness",
"code" : "preparation-complete",
"display" : "Preparation Complete"
}
}
],
"status" : "booked",
"serviceType" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "36803-5",
"display" : "MRI of knee"
}
]
}
],
"start" : "2026-05-10T10:00:00+02:00",
"end" : "2026-05-10T10:45:00+02:00",
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/example-imaging-service-request-mrt-knie"
}
],
"participant" : [
{
"actor" : {
🔗 "reference" : "Device/example-imaging-device-mrt-knie"
},
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "Practitioner/example-practitioner-mtr-knie"
},
"status" : "accepted"
}
]
}