@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-31"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationVitalSigns"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Narrative with Details

id: example-32

meta:

status: final

code: Oxygen saturation in Arterial blood (Details : {LOINC code '2708-6' = 'Oxygen saturation in Arterial blood', given as 'Oxygen saturation in Arterial blood'}; )

subject: Patient/1

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

interpretation: Normal (applies to non-numeric results) (Details : {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation code 'N' = 'Normal', given as 'Normal'})

device: DeviceMetric/example

ReferenceRanges

-LowHigh
*90 % (Details: UCUM code % = '%')99 % (Details: UCUM code % = '%')
" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:2708-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "2708-6" ]; fhir:Coding.display [ fhir:value "Oxygen saturation in Arterial blood" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example-01" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "95"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "%" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "%" ] ]; fhir:Observation.interpretation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ]; fhir:Coding.code [ fhir:value "N" ]; fhir:Coding.display [ fhir:value "Normal" ] ]; fhir:CodeableConcept.text [ fhir:value "Normal (applies to non-numeric results)" ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "%" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "%" ] ]; fhir:Observation.referenceRange.high [ fhir:Quantity.value [ fhir:value "99"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "%" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "%" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------