German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: Imaging DiagnosticReport: MRT Knie (final) - 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-mrt-knie> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-imaging-mrt-knie"] ;
  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-mrt-knie</b></p><a name=\"example-imaging-mrt-knie\"> </a><a name=\"hcexample-imaging-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-diagnostic-report-praxis-de.html\">Imaging DiagnosticReport (Praxis DE)</a></p></div><h2><span title=\"Codes:{http://loinc.org 24802-1}\">24802-1</span> (<span title=\"Codes:{http://dvmd.de/fhir/CodeSystem/kdl DG020107}\">MRT-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 10:00:00+0200</td></tr><tr><td>Reported</td><td>2026-04-30 16:00:00+0200</td></tr><tr><td>Performers</td><td> <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a> <a href=\"PractitionerRole-example-practitionerrole-reading-radiologist.html\">PractitionerRole Reading Radiologist</a></td></tr><tr><td>Presented Forms</td><td> text/html: PGh0bWw+PGJvZHk+PHA+TVJUIEtuaWUg... application/pdf @ <a href=\"https://example.org/reports/mrt-knie-weber-2026-04-30.pdf\">https://example.org/reports/mrt-knie-weber-2026-04-30.pdf <img src=\"external.png\" alt=\"icon\" style=\"vertical-align: baseline\"/></a></td></tr></table><p><b>Report Details</b></p><p>Kein Nachweis eines Meniskusrisses. Leichtgradige mediale Gonarthrose (Grad I). Keine Gelenkerguss-Zeichen.</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 "signed" ] ;
       fhir:Coding.display [ fhir:value "Signed" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "channel" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/report-distribution-channel" ] ;
         fhir:Coding.code [ fhir:value "kim" ] ;
         fhir:Coding.display [ fhir:value "KIM" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "timestamp" ] ;
       fhir:Extension.valueDateTime [ fhir:value "2026-04-30T16:30:00+02:00"^^xsd:dateTime ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "recipient" ] ;
       fhir:Extension.valueReference [
         fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
         fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/report-distribution" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  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 "DG020107" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:24802-1 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "24802-1" ]
     ]
  ] ;
  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-30T10:00:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2026-04-30T16: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:index 1 ;
     fhir:link <http://hl7.org/fhir/PractitionerRole/example-practitionerrole-reading-radiologist> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/example-practitionerrole-reading-radiologist" ]
  ] ;
  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-mrt-knie> ;
     fhir:Reference.reference [ fhir:value "ImagingStudy/example-imaging-study-mrt-knie" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "Kein Nachweis eines Meniskusrisses. Leichtgradige mediale Gonarthrose (Grad I). Keine Gelenkerguss-Zeichen."] ;
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "text/html" ] ;
     fhir:Attachment.data [ fhir:value "PGh0bWw+PGJvZHk+PHA+TVJUIEtuaWUgQmVmdW5kIC0gVGhvbWFzIFdlYmVyLCAyMDI2LTA0LTMwPC9wPjwvYm9keT48L2h0bWw+"^^xsd:base64Binary ] ;
     fhir:Attachment.size [ fhir:value "75"^^xsd:nonNegativeInteger ] ;
     fhir:Attachment.hash [ fhir:value "vtQNbtF63wRnP3GeL6OsLO5Ixgk="^^xsd:base64Binary ] ;
     fhir:Attachment.title [ fhir:value "MRT Knie Befund" ]
  ], [
     fhir:index 1 ;
     fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
     fhir:Attachment.url [ fhir:value "https://example.org/reports/mrt-knie-weber-2026-04-30.pdf" ] ;
     fhir:Attachment.size [ fhir:value "51200"^^xsd:nonNegativeInteger ] ;
     fhir:Attachment.hash [ fhir:value "6gpKsjpry+6hXpI3RR9l1cCJH+Q="^^xsd:base64Binary ] ;
     fhir:Attachment.title [ fhir:value "MRT Knie Befund (PDF)" ]
  ] .

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

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

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

<http://hl7.org/fhir/PractitionerRole/example-practitionerrole-reading-radiologist> a fhir:PractitionerRole .

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

<http://hl7.org/fhir/ImagingStudy/example-imaging-study-mrt-knie> a fhir:ImagingStudy .

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

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