HL7 Europe Base and Core FHIR IG
2.0.0-ballot - ballot 150

This page is part of the HL7 Europe Base and Core (v2.0.0-ballot: Release Ballot) based on FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 0.1.0. For a full list of available versions, see the Directory of published versions

: Observation 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "763f7902-8103-4d10-8bd1-546a726d43ee"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/base-r5/StructureDefinition/medicalTestResult-eu-core"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/base-r5/StructureDefinition/medicalTestResult-eu-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 763f7902-8103-4d10-8bd1-546a726d43ee</b></p><a name=\"763f7902-8103-4d10-8bd1-546a726d43ee\"> </a><a name=\"hc763f7902-8103-4d10-8bd1-546a726d43ee\"> </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-medicalTestResult-eu-core.html\">MedicalTestResult (EU core)</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 22700-9}\">Urea (U) [Moles/Vol]</span></p><p><b>subject</b>: <a href=\"Patient-patient-eu-core-example.html\">John Doe  Male, DoB: 1980-01-01</a></p><p><b>effective</b>: 2023-03-27 11:24:26+0100</p><p><b>performer</b>: Jan Laborant</p><p><b>value</b>: 310 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation LU}\">Significantly low</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 70621000052105}\">Spectrophotometric technique</span></p><p><b>specimen</b>: Urine specimen</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>67 mmol/L</td><td>580 mmol/L</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:22700-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "22700-9" ] ;
fhir:display [ fhir:v "Urea [Moles/volume] in Urine" ]     ] ) ;
fhir:text [ fhir:v "Urea (U) [Moles/Vol]" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/patient-eu-core-example ;
fhir:reference [ fhir:v "Patient/patient-eu-core-example" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2023-03-27T11:24:26+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:display [ fhir:v "Jan Laborant" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "310"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmol/L" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "mmol/L" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation>       ] ;
fhir:code [ fhir:v "LU" ] ;
fhir:display [ fhir:v "Significantly low" ]     ] )
  ] ) ; # 
  fhir:method [
    ( fhir:coding [
a sct:70621000052105 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "70621000052105" ] ;
fhir:display [ fhir:v "Spectrophotometric technique" ]     ] )
  ] ; # 
  fhir:specimen [
fhir:display [ fhir:v "Urine specimen" ]
  ] ; # 
  fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "67"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmol/L" ]     ] ;
fhir:high [
fhir:value [ fhir:v "580"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmol/L" ]     ] ;
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/referencerange-meaning>         ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal Range" ]       ] )     ]
  ] ) . #