FHIR IG analytics| Package | ihe.pcc.maps |
| Resource Type | Observation |
| Id | Observation-ex-bloodpressure-amanda-alvarez.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-bloodpressure-amanda-alvarez
Profile: Observation Blood Pressure Profile
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
effective: 2021-10-06 10:52:30-0700
performer: Practitioner Simone Heps (official)
component
code: Systolic blood pressure
value: 132 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 86 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "ex-bloodpressure-amanda-alvarez",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"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/ex-Patient-AmandaAlvarez"
},
"effectiveDateTime": "2021-10-06T10:52:30-07:00",
"performer": [
{
"reference": "Practitioner/ex-Practitioner"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 132,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 86,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}