FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-c5a22c66-2f24-4036-abc6-8277749c3d8f.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation c5a22c66-2f24-4036-abc6-8277749c3d8f
status: Amended
category: Vital Signs
code: Body weight
subject: Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)
encounter: Encounter: status = in-progress
effective: 2024-04-17
value: 36 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "c5a22c66-2f24-4036-abc6-8277749c3d8f",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "amended",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
}
]
},
"subject": {
"reference": "Patient/562"
},
"encounter": {
"reference": "Encounter/4"
},
"effectiveDateTime": "2024-04-17",
"valueQuantity": {
"value": 36,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}