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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-imaging-appointment-mrt-knie"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-appointment-praxis-de"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/imaging-appointment-praxis-de> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [
fhir:v "modality"^^xsd:anyURI ;
fhir:l fhir:modality ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ;
fhir:l <http://dicom.nema.org/resources/ontology/DCM> ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Magnetic Resonance" ] ] ] [
fhir:url [
fhir:v "device"^^xsd:anyURI ;
fhir:l fhir:device ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Device/example-imaging-device-mrt-knie ;
fhir:reference [ fhir:v "Device/example-imaging-device-mrt-knie" ] ] ] ) ;
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-modality"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/appointment-modality> ]
] [
( fhir:extension [
fhir:url [
fhir:v "prepDuration"^^xsd:anyURI ;
fhir:l fhir:prepDuration ] ;
fhir:value [
a fhir:Duration ;
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "min" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "min" ] ] ] [
fhir:url [
fhir:v "recoveryDuration"^^xsd:anyURI ;
fhir:l fhir:recoveryDuration ] ;
fhir:value [
a fhir:Duration ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "min" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "min" ] ] ] [
fhir:url [
fhir:v "patientInstruction"^^xsd:anyURI ;
fhir:l fhir:patientInstruction ] ;
fhir:value [
a fhir:String ;
fhir:v "Bitte keine metallischen Gegenstaende mitbringen. Kontrastmittel-Allergieanamnese erforderlich." ] ] ) ;
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-preparation"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/appointment-preparation> ]
] [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-readiness"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/appointment-readiness> ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/appointment-readiness"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/appointment-readiness> ] ;
fhir:code [ fhir:v "preparation-complete" ] ;
fhir:display [ fhir:v "Preparation Complete" ] ]
] ) ; #
fhir:status [ fhir:v "booked"] ; #
fhir:serviceType ( [
( fhir:coding [
a loinc:36803-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "36803-5" ] ;
fhir:display [ fhir:v "MRI of knee" ] ] )
] ) ; #
fhir:start [ fhir:v "2026-05-10T10:00:00+02:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2026-05-10T10:45:00+02:00"^^xsd:dateTime] ; #
fhir:basedOn ( [
fhir:l fhir:ServiceRequest/example-imaging-service-request-mrt-knie ;
fhir:reference [ fhir:v "ServiceRequest/example-imaging-service-request-mrt-knie" ]
] ) ; #
fhir:participant ( [
fhir:actor [
fhir:l fhir:Device/example-imaging-device-mrt-knie ;
fhir:reference [ fhir:v "Device/example-imaging-device-mrt-knie" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:l fhir:Practitioner/example-practitioner-mtr-knie ;
fhir:reference [ fhir:v "Practitioner/example-practitioner-mtr-knie" ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #
IG © 2026+ cognovis GmbH. Package de.cognovis.fhir.praxis#0.49.0 based on FHIR 4.0.1. Generated 2026-05-04
Links: Table of Contents |
QA Report