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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-imaging-ct-thorax-preliminary"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-diagnostic-report-praxis-de"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/imaging-diagnostic-report-praxis-de> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-imaging-ct-thorax-preliminary</b></p><a name=\"example-imaging-ct-thorax-preliminary\"> </a><a name=\"hcexample-imaging-ct-thorax-preliminary\"> </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-diagnostic-report-praxis-de.html\">Imaging DiagnosticReport (Praxis DE)</a></p></div><h2><span title=\"Codes:{http://loinc.org 36643-5}\">CT of thorax</span> (<span title=\"Codes:{http://dvmd.de/fhir/CodeSystem/kdl DG020103}\">CT-Befund</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Thomas Weber (official) Male, DoB: 1975-06-15</td></tr><tr><td>When For</td><td>2026-04-30 09:00:00+0200</td></tr><tr><td>Reported</td><td>2026-04-30 11:00:00+0200</td></tr><tr><td>Performer</td><td> <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></td></tr></table><p><b>Report Details</b></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/report-substatus"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/report-substatus> ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/report-substatus"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/report-substatus> ] ;
fhir:code [ fhir:v "dictated" ] ;
fhir:display [ fhir:v "Dictated" ] ]
] ) ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://dvmd.de/fhir/CodeSystem/kdl"^^xsd:anyURI ;
fhir:l <http://dvmd.de/fhir/CodeSystem/kdl> ] ;
fhir:code [ fhir:v "DG020103" ] ;
fhir:display [ fhir:v "CT-Befund" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:36643-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "36643-5" ] ;
fhir:display [ fhir:v "CT of thorax" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-04-30T09:00:00+02:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2026-04-30T11:00:00+02:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:l fhir:Organization/example-organization ;
fhir:reference [ fhir:v "Organization/example-organization" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:l fhir:Practitioner/example-practitioner-radiologin ;
fhir:reference [ fhir:v "Practitioner/example-practitioner-radiologin" ]
] ) ; #
fhir:imagingStudy ( [
fhir:l fhir:ImagingStudy/example-imaging-study-ct-thorax ;
fhir:reference [ fhir:v "ImagingStudy/example-imaging-study-ct-thorax" ]
] ) ; #
fhir:presentedForm ( [
fhir:contentType [ fhir:v "text/html" ] ;
fhir:data [ fhir:v "PGh0bWw+PGJvZHk+PHA+Q1QgVGhvcmF4IC0gVm9ybGFldWZpZ2VyIEJlZnVuZCAoRGlrdGF0KTwvcD48L2JvZHk+PC9odG1sPg=="^^xsd:base64Binary ] ;
fhir:size [ fhir:v "73"^^xsd:nonNegativeInteger ] ;
fhir:hash [ fhir:v "iSovfd6LbrolQQUaBxxQltS1ZMg="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "CT Thorax - Vorlaeufiger Befund" ]
] ) . #
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