HL7 Europe Extensions
1.3.1 - trial-use 150

This page is part of the HL7 Europe Extensions (v1.3.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation: result from an accredited laboratory - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Observation/obs-laboratory-accredited-example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obs-laboratory-accredited-example"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-laboratory-accredited-example</b></p><a name=\"obs-laboratory-accredited-example\"> </a><a name=\"hcobs-laboratory-accredited-example\"> </a><p><b>Many: Laboratory Accredited</b>: true</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14749-6}\">Glucose [Moles/volume] in Serum or Plasma</span></p><p><b>subject</b>: Nice Patient</p><p><b>effective</b>: 2026-04-08 08:20:00+0200</p><p><b>performer</b>: Best Laboratory</p><p><b>value</b>: 5.4 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.eu/fhir/StructureDefinition/laboratory-accredited"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v true
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:14749-6 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "14749-6" ] ;
       fhir:display [ fhir:v "Glucose [Moles/volume] in Serum or Plasma" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:display [ fhir:v "Nice Patient" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2026-04-08T08:20:00+02:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:display [ fhir:v "Best Laboratory" ]
  ] ) ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v 5.4 ] ;
     fhir:unit [ fhir:v "mmol/L" ] ;
     fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "mmol/L" ]
  ] . #