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

Narrative with Details

id: lab-example-01

status: final

code: Cholesterol (Details : LOINC code '35200-5' = 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', given as 'Cholesterol [Moles/​volume] in Serum or Plasma')

subject: ABC

performer: XYZ Lab Pvt.Ltd.

value: 6.3 mmol/L (Details: UCUM code mmol/L = 'mmol/L')

ReferenceRanges

-High
*4.5 mmol/L (Details: UCUM code mmol/L = 'mmol/L')
" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a loinc:2093-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2093-3" ] ; fhir:display [ fhir:v "Cholesterol [Mass/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Cholesterol [Mass/volume] in Serum or Plasma" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:effective [ 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 "156"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "258797006" ] ] ; # fhir:referenceRange ( [ fhir:high [ fhir:value [ fhir:v "200.00"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "258797006" ] ] ] ) . # # -------------------------------------------------------------------------------------