FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Observation |
| Id | Observation-89e03975-4e00-4a18-8cc8-e29a8fd77ddc.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation 89e03975-4e00-4a18-8cc8-e29a8fd77ddc
status: Preliminary
category: Vital Signs
code: Blood pressure panel with all children optional
subject: David White Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)
encounter: Encounter: status = completed
effective: 2024-04-15
component
code: Systolic blood pressure
value: 120 m2 (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 m2 (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "89e03975-4e00-4a18-8cc8-e29a8fd77ddc",
"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": "85354-9"
}
]
},
"subject": {
"reference": "Patient/2451"
},
"encounter": {
"reference": "Encounter/3"
},
"effectiveDateTime": "2024-04-15",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "m2",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "m2",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}