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 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-imaging-study-ct-abdomen"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-study-praxis-de"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/imaging-study-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: ImagingStudy example-imaging-study-ct-abdomen</b></p><a name=\"example-imaging-study-ct-abdomen\"> </a><a name=\"hcexample-imaging-study-ct-abdomen\"> </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-study-praxis-de.html\">ImagingStudy (Praxis DE)</a></p></div><p><b>identifier</b>: Accession ID/A2026-04300002</p><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://dicom.nema.org/resources/ontology/DCM#DCM-CT\">DICOM: CT</a> (Computed Tomography)</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>started</b>: 2026-04-30 09:00:00+0200</p><p><b>referrer</b>: <a href=\"Practitioner-example-practitioner-referring.html\">Dr. Klaus Schmidt</a></p><p><b>endpoint</b>: <a href=\"Endpoint-example-endpoint-wado-rs.html\">Endpoint PACS WADO-RS Endpunkt</a></p><blockquote><p><b>series</b></p><blockquote><p><b>Technique Parameter</b></p><ul><li>kv: 120</li><li>mas: 200</li><li>slice-thickness-mm: 5</li></ul></blockquote><p><b>uid</b>: 2.16.840.1.113883.19.5.99.2.1</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://dicom.nema.org/resources/ontology/DCM#DCM-CT\">DICOM: CT</a> (Computed Tomography)</p><p><b>description</b>: CT Abdomen nativ</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/818983003\">SNOMED CT: 818983003</a> (Abdomen)</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.840.1.113883.19.5.99.2.1.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.2 (urn:oid:1.2.840.10008.5.1.4.1.1.2)</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/NamingSystem/pvs-id"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/NamingSystem/pvs-id> ] ;
fhir:value [ fhir:v "A2026-04300002" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:modality ( [
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 "CT" ] ;
fhir:display [ fhir:v "Computed Tomography" ]
] ) ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:started [ fhir:v "2026-04-30T09:00:00+02:00"^^xsd:dateTime] ; #
fhir:referrer [
fhir:l fhir:Practitioner/example-practitioner-referring ;
fhir:reference [ fhir:v "Practitioner/example-practitioner-referring" ] ;
fhir:display [ fhir:v "Dr. Klaus Schmidt" ]
] ; #
fhir:endpoint ( [
fhir:l fhir:Endpoint/example-endpoint-wado-rs ;
fhir:reference [ fhir:v "Endpoint/example-endpoint-wado-rs" ]
] ) ; #
fhir:series ( [
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "kv"^^xsd:anyURI ;
fhir:l fhir:kv ] ;
fhir:value [
a fhir:Decimal ;
fhir:v "120"^^xsd:decimal ] ] [
fhir:url [
fhir:v "mas"^^xsd:anyURI ;
fhir:l fhir:mas ] ;
fhir:value [
a fhir:Decimal ;
fhir:v "200"^^xsd:decimal ] ] [
fhir:url [
fhir:v "slice-thickness-mm"^^xsd:anyURI ;
fhir:l fhir:slice-thickness-mm ] ;
fhir:value [
a fhir:Decimal ;
fhir:v "5"^^xsd:decimal ] ] ) ;
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/technique-parameter"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/technique-parameter> ] ] ) ;
fhir:uid [ fhir:v "2.16.840.1.113883.19.5.99.2.1" ] ;
fhir:number [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:modality [
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 "CT" ] ;
fhir:display [ fhir:v "Computed Tomography" ] ] ;
fhir:description [ fhir:v "CT Abdomen nativ" ] ;
fhir:bodySite [
a sct:818983003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "818983003" ] ;
fhir:display [ fhir:v "Abdomen" ] ] ;
( fhir:instance [
fhir:uid [ fhir:v "2.16.840.1.113883.19.5.99.2.1.1" ] ;
fhir:sopClass [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986> ] ;
fhir:code [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2" ] ] ] )
] ) . #
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