FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-c27ac173-3394-42cb-b749-5612f8e58be0.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation c27ac173-3394-42cb-b749-5612f8e58be0
status: Unknown
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)
encounter: Encounter: status = in-progress
effective: 2024-04-17
component
code: Systolic blood pressure
value: 123 m2 (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 76 [lb_av] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "c27ac173-3394-42cb-b749-5612f8e58be0",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "unknown",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9"
}
]
},
"subject": {
"reference": "Patient/562"
},
"encounter": {
"reference": "Encounter/4"
},
"effectiveDateTime": "2024-04-17",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 123,
"unit": "m2",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 76,
"unit": "[lb_av]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}