@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-23"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationWomenHealth"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation example-23

status: Final

code: Last menstrual period start date

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

effective: 2021-03-09

performer: Organization XYZ Lab Pvt.Ltd.

value: 20210309 YYYYMMDD (Details: UCUM code{mm/dd/yyyy} = '{mm/dd/yyyy}')

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a loinc:8665-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8665-2" ] ; fhir:display [ fhir:v "Last menstrual period start date" ] ] ) ; fhir:text [ fhir:v "Last menstrual period start date" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2021-03-09"^^xsd:date ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "20210309"^^xsd:decimal ] ; fhir:unit [ fhir:v "YYYYMMDD" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "{mm/dd/yyyy}" ] ] . # # -------------------------------------------------------------------------------------