FHIR IG analytics| Package | hl7.fhir.uv.ibcm |
| Resource Type | Observation |
| Id | Observation-uc3-bodyweight-followupMOHvisit.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation uc3-bodyweight-followupMOHvisit
status: Final
category: Vital Signs
code: Body weight
subject: MS Female, DoB: 1991-02-01 ( ms)
encounter: Encounter: status = completed; class = ambulatory
effective: 2024-01-30
performer: Practitioner Dr. Hart
value: 50 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "uc3-bodyweight-followupMOHvisit",
"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": "Patient/uc3-mother"
},
"encounter": {
"reference": "Encounter/uc3-encounter-followupMOHvisit"
},
"effectiveDateTime": "2024-01-30",
"performer": [
{
"reference": "Practitioner/uc3-practitioner"
}
],
"valueQuantity": {
"value": 50,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}