FHIR IG analytics| Package | csiro.fhir.au.gpccmp |
| Resource Type | Observation |
| Id | Observation-body-weight-foreman-caterina.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation body-weight-foreman-caterina
Profiles: AU Core Body Weight, GP CCMP Body Weight
status: Final
category: Vital Signs
code: Weight
effective: 2025-11-25
value: 74 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "body-weight-foreman-caterina",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyweight",
"https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPBodyWeight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
},
{
"system": "http://snomed.info/sct",
"code": "27113001"
}
],
"text": "Weight"
},
"subject": {
"reference": "Patient/foreman-caterina"
},
"effectiveDateTime": "2025-11-25",
"valueQuantity": {
"value": 74,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}