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

status: Final

code: Blood pressure panel with all children optional

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

effective: 2020-09-29

performer: Practitioner Dr. DEF

interpretation: Below low normal

bodySite: Right arm

component

code: Systolic blood pressure

value: 107 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

interpretation: Normal

component

code: Diastolic blood pressure

value: 60 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

interpretation: Below low normal

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a loinc:85354-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "85354-9" ] ; fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] ) ; fhir:text [ fhir:v "Blood pressure panel with all children optional" ] ] ; # 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 "Practitioner/example-01" ] ] ) ; # fhir:interpretation ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "L" ] ; fhir:display [ fhir:v "low" ] ] ) ; fhir:text [ fhir:v "Below low normal" ] ] ) ; # fhir:bodySite [ fhir:coding ( [ a sct:368209003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "368209003" ] ; fhir:display [ fhir:v "Right arm" ] ] ) ] ; # fhir:component ( [ fhir:code [ fhir:coding ( [ a loinc:8480-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8480-6" ] ; fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "107"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ; 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" ] ] ) ] [ fhir:code [ fhir:coding ( [ a loinc:8462-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8462-4" ] ; fhir:display [ fhir:v "Diastolic blood pressure" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "60"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ; fhir:interpretation ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "L" ] ; fhir:display [ fhir:v "low" ] ] ) ; fhir:text [ fhir:v "Below low normal" ] ] ) ] ) . # # -------------------------------------------------------------------------------------