@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-31"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationVitalSigns"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation example-31

status: Final

code: Oxygen saturation in Arterial blood

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

effective: 2020-09-29

performer: Organization XYZ Lab Pvt.Ltd.

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

interpretation: Normal (applies to non-numeric results)

ReferenceRanges

-LowHigh
*90 % (Details: UCUM code% = '%')99 % (Details: UCUM code% = '%')
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # 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" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2020-09-29"^^xsd:date ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ) ; # 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:interpretation ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ; fhir:text [ fhir:v "Normal (applies to non-numeric results)" ] ] ) ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "90"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ; fhir:high [ fhir:value [ fhir:v "99"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] ) . # # -------------------------------------------------------------------------------------