@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "edd-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-estimateddateofdelivery"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "edd-1"

Profiles: AU Core Estimated Date of Delivery, AU Core Observation

status: final

category: Imaging (Observation Category Codes#imaging)

code: Estimated date of delivery (SNOMED CT#161714006; SNOMED CT#738070007 "Estimated date of delivery from antenatal ultrasound scan"; LOINC#11781-2 "Delivery date US composite estimate")

subject: Patient/smith-emma " SMITH"

effective: 2022-06-06 09:30:10+1000

value: 2023-01-26

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "imaging" ] ; fhir:display [ fhir:v "Imaging" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:161714006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "161714006" ] ; fhir:display [ fhir:v "Estimated date of delivery" ] ] [ a sct:738070007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "738070007" ] ; fhir:display [ fhir:v "Estimated date of delivery from antenatal ultrasound scan" ] ] [ a loinc:11781-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11781-2" ] ; fhir:display [ fhir:v "Delivery date US composite estimate" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:effective [ fhir:v "2022-06-06T09:30:10+10:00"^^xsd:dateTime] ; # fhir:value [ fhir:v "2023-01-26"^^xsd:date] . # # -------------------------------------------------------------------------------------