@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "oxygensat-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-oxygensat"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "oxygensat-1"

Profiles: AU Core Oxygen Saturation, AU Core Observation

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Oxygen saturation in Arterial blood (LOINC#2708-6; SNOMED CT#103228002)

subject: Patient/bennelong-anne " BENNELONG"

effective: 2014-12-05 09:30:10+0100

value: 95 % (Details: UCUM code % = '%')

ReferenceRanges

-Low
*99 % (Details: UCUM code % = '%')
" ] ; # 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 "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ fhir:coding ( [ a loinc:2708-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2708-6" ] ; fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ] ] [ a sct:103228002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "103228002" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:effective [ fhir:v "2014-12-05T09:30:10+01:00"^^xsd:dateTime] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "95"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "99"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] ) . # # -------------------------------------------------------------------------------------