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