@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lab-example-03"] ; # 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 "

Generated Narrative: Observation lab-example-03

status: Final

code: Cholesterol in HDL [Mass/volume] in Serum or Plasma

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: 45 mg/dL (Details: SNOMED CT code258797006 = 'milligram/decilitre')

ReferenceRanges

-Low
*40 mg/dL (Details: SNOMED CT code258797006 = 'milligram/decilitre')
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a loinc:2085-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2085-9" ] ; fhir:display [ fhir:v "Cholesterol in HDL [Mass/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Cholesterol in HDL [Mass/volume] in Serum or Plasma" ] ] ; # 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 "45"^^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:low [ fhir:value [ fhir:v "40"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "258797006" ] ] ] ) . # # -------------------------------------------------------------------------------------