German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Imaging DiagnosticReport: CT Thorax (preliminary/dictated) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/example-imaging-ct-thorax-preliminary> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-imaging-ct-thorax-preliminary"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-diagnostic-report-praxis-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/imaging-diagnostic-report-praxis-de>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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 24627-2}\">CT Chest</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>Relevant Time</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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/report-substatus" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/report-substatus" ] ;
       fhir:Coding.code [ fhir:value "dictated" ] ;
       fhir:Coding.display [ fhir:value "Dictated" ]
     ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "preliminary"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://dvmd.de/fhir/CodeSystem/kdl" ] ;
       fhir:Coding.code [ fhir:value "DG020103" ] ;
       fhir:Coding.display [ fhir:value "CT-Befund" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:24627-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "24627-2" ] ;
       fhir:Coding.display [ fhir:value "CT Chest" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2026-04-30T09:00:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2026-04-30T11:00:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/example-organization> ;
     fhir:Reference.reference [ fhir:value "Organization/example-organization" ]
  ] ;
  fhir:DiagnosticReport.resultsInterpreter [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner-radiologin> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner-radiologin" ]
  ] ;
  fhir:DiagnosticReport.imagingStudy [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ImagingStudy/example-imaging-study-ct-thorax> ;
     fhir:Reference.reference [ fhir:value "ImagingStudy/example-imaging-study-ct-thorax" ]
  ] ;
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "text/html" ] ;
     fhir:Attachment.data [ fhir:value "PGh0bWw+PGJvZHk+PHA+Q1QgVGhvcmF4IC0gVm9ybGFldWZpZ2VyIEJlZnVuZCAoRGlrdGF0KTwvcD48L2JvZHk+PC9odG1sPg=="^^xsd:base64Binary ] ;
     fhir:Attachment.size [ fhir:value "73"^^xsd:nonNegativeInteger ] ;
     fhir:Attachment.hash [ fhir:value "iSovfd6LbrolQQUaBxxQltS1ZMg="^^xsd:base64Binary ] ;
     fhir:Attachment.title [ fhir:value "CT Thorax - Vorlaeufiger Befund" ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

<http://hl7.org/fhir/Organization/example-organization> a fhir:Organization .

<http://hl7.org/fhir/Practitioner/example-practitioner-radiologin> a fhir:Practitioner .

<http://hl7.org/fhir/ImagingStudy/example-imaging-study-ct-thorax> a fhir:ImagingStudy .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/example-imaging-ct-thorax-preliminary.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/example-imaging-ct-thorax-preliminary.ttl> .