FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-bb099fa5-2a0c-47bf-8f7b-caef3375f1aa.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation bb099fa5-2a0c-47bf-8f7b-caef3375f1aa
status: Preliminary
category: Vital Signs
code: Body weight
subject: Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)
encounter: Encounter: status = completed
effective: 2024-04-14
dataAbsentReason: Not Performed
{
"resourceType": "Observation",
"id": "bb099fa5-2a0c-47bf-8f7b-caef3375f1aa",
"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/689272"
},
"encounter": {
"reference": "Encounter/2"
},
"effectiveDateTime": "2024-04-14",
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "not-performed"
}
]
}
}