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

Generated Narrative: Observation example-25

status: Final

code: Finding relating to alcohol drinking behavior

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: Craving for alcohol

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a sct:228273003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "228273003" ] ; fhir:display [ fhir:v "Finding relating to alcohol drinking behavior" ] ] ) ; fhir:text [ fhir:v "Finding relating to alcohol drinking behavior" ] ] ; # 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:CodeableConcept ; fhir:coding ( [ a sct:228365005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "228365005" ] ; fhir:display [ fhir:v "Craving for alcohol" ] ] ) ; fhir:text [ fhir:v "Craving for alcohol" ] ] . # # -------------------------------------------------------------------------------------