FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-fd25d0bf-4879-4dd1-bc5a-6621d9fd9d50.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation fd25d0bf-4879-4dd1-bc5a-6621d9fd9d50
status: Registered
category: Vital Signs
code: Body weight
subject: Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)
encounter: Encounter: status = completed
effective: 2024-04-13
value: 65 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "fd25d0bf-4879-4dd1-bc5a-6621d9fd9d50",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "registered",
"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/47234"
},
"encounter": {
"reference": "Encounter/1"
},
"effectiveDateTime": "2024-04-13",
"valueQuantity": {
"value": 65,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}