FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-5a634496-e5fa-4c56-a8e6-d37382466656.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation 5a634496-e5fa-4c56-a8e6-d37382466656
status: Preliminary
category: Vital Signs
code: Body weight
subject: David White Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)
encounter: Encounter: status = completed
effective: 2024-04-15
value: 92 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "5a634496-e5fa-4c56-a8e6-d37382466656",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "preliminary",
"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/2451"
},
"encounter": {
"reference": "Encounter/3"
},
"effectiveDateTime": "2024-04-15",
"valueQuantity": {
"value": 92,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}