FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-6a533464-91a9-4425-b2ee-d8f4ed216c0a.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation 6a533464-91a9-4425-b2ee-d8f4ed216c0a
status: Corrected
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)
encounter: Encounter: status = completed
effective: 2024-04-13
component
code: Systolic blood pressure
value: 140 kg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 90 m2 (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "6a533464-91a9-4425-b2ee-d8f4ed216c0a",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "corrected",
"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/47234"
},
"encounter": {
"reference": "Encounter/1"
},
"effectiveDateTime": "2024-04-13",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 140,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 90,
"unit": "m2",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}