FHIR IG analytics| Package | zw.fhir.ig.clinical |
| Resource Type | Observation |
| Id | Observation-observation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation1
Profile: Zimbabwe Observation
status: Final
category: Vital Signs
code: Body weight
subject: zw-patient-example
effective: 2026-05-01
performer: practitioner1
value: 70 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "observation1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/clinical/StructureDefinition/zw-observation"
]
},
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "zw-patient-example"
},
"effectiveDateTime": "2026-05-01",
"performer": [
{
"reference": "practitioner1"
}
],
"valueQuantity": {
"value": 70,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}