@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-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyweight"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "bodyweight-1"

Profile: AU Core Body Weight

status: final

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

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

subject: Patient/banks-mia-leanne " BANKS"

effective: 2023-03-14

performer: PractitionerRole/bobrester-bob-gp

value: 59 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/banks-mia-leanne" ] ] ; # fhir:effective [ fhir:v "2023-03-14"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "59"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # # -------------------------------------------------------------------------------------