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

Profiles: AU Core Body Weight, AU Core Observation

status: final

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

code: weight (LOINC#29463-7 "Body weight"; SNOMED CT#27113001)

subject: Patient/bennelong-anne " BENNELONG"

encounter: Encounter/annualvisit-2

effective: 2022-02-10

performer: PractitionerRole/bobrester-bob-gp

value: 77.3 kg (Details: UCUM code kg = 'kg')

" ] ; # 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:29463-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body weight" ] ] [ a sct:27113001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "27113001" ] ] ) ; fhir:text [ fhir:v "weight" ] ] ; # 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 "77.3"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # # -------------------------------------------------------------------------------------