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

: DiagnosticReport: PAR-Grading Befundbericht - 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/par-grading-befund> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "par-grading-befund"] ;
  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 par-grading-befund</b></p><a name=\"par-grading-befund\"> </a><a name=\"hcpar-grading-befund\"> </a><h2><span title=\"Codes:{http://loinc.org 18748-4}\">Diagnostische Bildgebung - Untersuchung</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-05-01 14:00:00+0200</td></tr><tr><td>Reported</td><td>2026-05-01 13:00:00+0000</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Relevant Time</b></td></tr><tr><td><a href=\"Observation-par-grading-hba1c-obs.html\"><span title=\"Codes:{http://loinc.org 4548-4}\">Hämoglobin A1c/Hämoglobin.gesamt in Blut</span></a></td><td>8.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = 'percent')</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td>2026-05-01 09:00:00+0200</td></tr></table><p>PAR-Grad III. Erhoehter HbA1c (8.5 %) und Ex-Raucher als Risikofaktoren. Knochenabbau radiologisch gesichert.</p></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ] ;
       fhir:Coding.display [ fhir:value "Diagnostische Bildgebung - Untersuchung" ]
     ]
  ] ;
  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-05-01T14:00:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2026-05-01T13:00:00Z"^^xsd:dateTime] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/par-grading-hba1c-obs> ;
     fhir:Reference.reference [ fhir:value "Observation/par-grading-hba1c-obs" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "PAR-Grad III. Erhoehter HbA1c (8.5 %) und Ex-Raucher als Risikofaktoren. Knochenabbau radiologisch gesichert."] .

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

<http://hl7.org/fhir/Observation/par-grading-hba1c-obs> a fhir:Observation .

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

<http://hl7.org/fhir/DiagnosticReport/par-grading-befund.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/par-grading-befund.ttl> .