FHIR IG analytics| Package | hl7.fhir.us.vitals |
| Resource Type | Observation |
| Id | Observation-AverageBloodPressure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AverageBloodPressure-example
Measurement Protocol: Automated office blood pressure protocol
status: Final
category: Vital Signs
code: Blood pressure panel mean systolic and mean diastolic
subject: OldMan 1234
effective: 2019-10-16 12:12:29-0900 --> 2019-10-16 12:42:29-0900
issued: 2019-10-16 12:12:29-1000
performer: OldMan 1234
bodySite: Structure of left brachial artery (body structure)
component
code: Systolic blood pressure mean
value: 120 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure mean
value: 80 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "AverageBloodPressure-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/average-blood-pressure"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementProtocolExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vitals/CodeSystem/MeasurementProtocolTemporaryCodeSystem",
"code": "AOBP",
"display": "Automated office blood pressure protocol"
}
]
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96607-7",
"display": "Blood pressure panel mean systolic and mean diastolic"
}
]
},
"subject": {
"display": "OldMan 1234"
},
"effectivePeriod": {
"start": "2019-10-16T12:12:29-09:00",
"end": "2019-10-16T12:42:29-09:00"
},
"issued": "2019-10-16T12:12:29-10:00",
"performer": [
{
"display": "OldMan 1234"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "723961002",
"display": "Structure of left brachial artery (body structure)"
}
]
},
"device": {
"reference": "Device/BPDevice2-example"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96608-5",
"display": "Systolic blood pressure mean"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96609-3",
"display": "Diastolic blood pressure mean"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}