@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "gestationalage-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-gestationalage"^^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 "gestationalage-1"

Profiles: AU Core Gestational Age, AU Core Observation

status: final

category: Imaging (Observation Category Codes#imaging)

code: Fetal gestational age (SNOMED CT#57036006; LOINC#11888-5)

subject: Patient/smith-emma " SMITH"

focus: : Baby of Emma SMITH

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

value: 46 days (Details: UCUM code d = 'd')

" ] ; # 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:57036006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "57036006" ] ; fhir:display [ fhir:v "Fetal gestational age" ] ] [ a loinc:11888-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11888-5" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:focus ( [ fhir:display [ fhir:v "Baby of Emma SMITH" ] ] ) ; # fhir:effective [ fhir:v "2022-06-06T09:30:10+10:00"^^xsd:dateTime] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "46"^^xsd:decimal ] ; fhir:unit [ fhir:v "days" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "d" ] ] . # # -------------------------------------------------------------------------------------