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

Profiles: AU Core Body Temperature, AU Core Observation

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Body temperature (LOINC#8310-5; SNOMED CT#386725007)

subject: Patient/bennelong-anne " BENNELONG"

encounter: Encounter/annualvisit-2

effective: 2022-02-10

performer: PractitionerRole/bobrester-bob-gp

value: 36.5 C (Details: UCUM code Cel = 'Cel')

" ] ; # 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 "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ fhir:coding ( [ a loinc:8310-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8310-5" ] ; fhir:display [ fhir:v "Body temperature" ] ] [ a sct:386725007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "386725007" ] ] ) ; fhir:text [ fhir:v "Body temperature" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/annualvisit-2" ] ] ; # fhir:effective [ fhir:v "2022-02-10"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "36.5"^^xsd:decimal ] ; fhir:unit [ fhir:v "C" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "Cel" ] ] . # # -------------------------------------------------------------------------------------