@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-mcc"] ; # Example adapted from MCC eCare Plan Implementation Guide MCCweight fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2022-05-19T22:28:38.017+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#PFPwMgIoicORI1Kp"^^xsd:anyURI ] ; 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-mcc" Version "2" Updated "2022-05-19 22:28:38+0000"

Information Source: #PFPwMgIoicORI1Kp!

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/dan-harry " DAN"

encounter: : GP Visit

effective: 1999-07-02

value: 74.84 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/dan-harry" ] ] ; # fhir:encounter [ fhir:display [ fhir:v "GP Visit" ] ] ; # fhir:effective [ fhir:v "1999-07-02"^^xsd:date] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "74.84"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # # -------------------------------------------------------------------------------------