HL7 Europe Laboratory Report
0.2.0-ci - ci-build 150

HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions

: Observation: ratio 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "d29b286d-b99c-410f-af4e-9455ea49d0af"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-resultslab-eu-lab"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-resultslab-eu-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation </b><a name=\"d29b286d-b99c-410f-af4e-9455ea49d0af\"> </a><a name=\"hcd29b286d-b99c-410f-af4e-9455ea49d0af\"> </a></p><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\">ResourceObservation &quot;d29b286d-b99c-410f-af4e-9455ea49d0af&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-resultslab-eu-lab.html\">Observation Results: laboratory</a></p></div><p><b>Device Laboratory Test Kit</b>: <a name=\"hcTestKitExample\"> </a></p><blockquote><p/><p><a name=\"TestKitExample\"> </a></p><p><a name=\"hcTestKitExample\"> </a></p><p><b>manufacturer</b>: Best manufacturer</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>BEST® Micro Albuminuria Test Kit</td><td>manufacturer-name</td></tr></table></blockquote><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Albumin (24H U) [Mass/Time] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#1755-8 &quot;Albumin [Mass/time] in 24 hour Urine&quot;)</span></p><p><b>subject</b>: <a href=\"Bundle-SimpleChemistryResultReport.html#urn-uuid-de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8\">urn:uuid:de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8</a></p><p><b>effective</b>: 2023-03-27 11:24:26+0100</p><p><b>performer</b>: <span>: Jan Laborant</span></p><p><b>value</b>: 15 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/24 h<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeh = 'h')</span></p><p><b>device</b>: <a name=\"hcAnalyzerExample\"> </a></p><blockquote><p/><p><a name=\"AnalyzerExample\"> </a></p><p><a name=\"hcAnalyzerExample\"> </a></p><p><b>manufacturer</b>: Best manufacturer</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>BEST® FLUORESCENCE PLUS ANALYZER</td><td>manufacturer-name</td></tr></table></blockquote><hr/><blockquote><p><b>Generated Narrative: Device  #TestKitExample</b><a name=\"TestKitExample\"> </a><a name=\"hcTestKitExample\"> </a></p><p><b>manufacturer</b>: Best manufacturer</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>BEST® Micro Albuminuria Test Kit</td><td>manufacturer-name</td></tr></table></blockquote><hr/><blockquote><p><b>Generated Narrative: Device  #AnalyzerExample</b><a name=\"AnalyzerExample\"> </a><a name=\"hcAnalyzerExample\"> </a></p><p><b>manufacturer</b>: Best manufacturer</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>BEST® FLUORESCENCE PLUS ANALYZER</td><td>manufacturer-name</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Device ;
fhir:id [ fhir:v "TestKitExample" ] ;
fhir:manufacturer [ fhir:v "Best manufacturer" ] ;
    ( fhir:deviceName [
fhir:name [ fhir:v "BEST® Micro Albuminuria Test Kit" ] ;
fhir:type [ fhir:v "manufacturer-name" ]     ] )
  ] [
a fhir:Device ;
fhir:id [ fhir:v "AnalyzerExample" ] ;
fhir:manufacturer [ fhir:v "Best manufacturer" ] ;
    ( fhir:deviceName [
fhir:name [ fhir:v "BEST® FLUORESCENCE PLUS ANALYZER" ] ;
fhir:type [ fhir:v "manufacturer-name" ]     ] )
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/laboratory/StructureDefinition/observation-deviceLabTestKit"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#TestKitExample" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:1755-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1755-8" ] ;
fhir:display [ fhir:v "Albumin [Mass/time] in 24 hour Urine" ]     ] ) ;
fhir:text [ fhir:v "Albumin (24H U) [Mass/Time]" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-03-27T11:24:26+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:display [ fhir:v "Jan Laborant" ]
  ] ) ; # 
  fhir:value [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "24"^^xsd:decimal ] ;
fhir:unit [ fhir:v "h" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "h" ]     ]
  ] ; # 
  fhir:device [
fhir:reference [ fhir:v "#AnalyzerExample" ]
  ] . #