HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. See the Directory of published versions

: Detailed structure of panel that uses qualifiers. - 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 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 "obsDynamicHead"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:72171-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72171-2" ] ;
fhir:display [ fhir:v "Glucose tolerance 4 hours panel - Serum or Plasma" ]     ] )
  ] ; # 
  fhir:effective [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner10" ]
  ] ) ; # 
  fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/obsDynamic0" ]
  ] [
fhir:reference [ fhir:v "Observation/obsDynamic1" ]
  ] [
fhir:reference [ fhir:v "Observation/obsDynamic2" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:118555000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118555000" ] ;
fhir:display [ fhir:v "Substance amount" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "75"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:774167006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "774167006" ] ;
fhir:display [ fhir:v "Product name" ]       ] )     ] ;
fhir:value [ fhir:v "syrupy glucose solution" ]
  ] ) . #