HL7 Europe Laboratory Report
0.1.0-ballot - ballot 150

This page is part of the HL7 Europe Laboratory Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: DiagnosticReport: example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dr-lab-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/laboratory/StructureDefinition/DiagnosticReport-eu-lab"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/laboratory/StructureDefinition/DiagnosticReport-eu-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11502-2}\">Bacterial Aerobic &amp; Anaerobic Culture &amp; Susceptibility</span> (<span title=\"Codes: {http://loinc.org 26436-6}\">Laboratory Studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>František Očkovaný Moreira </b> male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor): 740512852)</td></tr><tr><td>When For</td><td>2022-10-25 13:35:00+0100</td></tr><tr><td>Identifier:</td><td> id: urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-obs-gram-stain.html\"><span title=\"Codes: \">Gram Stain</span></a></td><td/></tr><tr><td><a href=\"Observation-obs-aerobic-culture.html\"><span title=\"Codes: \">Aerobic Culture</span></a></td><td/></tr><tr><td><a href=\"Observation-obs-anaerobic-culture.html\"><span title=\"Codes: {http://loinc.org 635-3}\">Anaerobic Culture</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 264868006}\">No growth</span></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/comp-lab-example" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:26436-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26436-6" ] ;
fhir:display [ fhir:v "Laboratory Studies (set)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ]     ] ) ;
fhir:text [ fhir:v "Bacterial Aerobic & Anaerobic Culture & Susceptibility" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-lab-example" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-10-25T13:35:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:display [ fhir:v "MUDr. Aleš Procházka" ]
  ] ) ; # 
  fhir:specimen ( [
fhir:display [ fhir:v "Specimen from wound collected on October 25th, 2022" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/obs-gram-stain" ]
  ] [
fhir:reference [ fhir:v "Observation/obs-aerobic-culture" ]
  ] [
fhir:reference [ fhir:v "Observation/obs-anaerobic-culture" ]
  ] ) . #