FHIR IG analytics| Package | hl7.fhir.us.cardx-htn |
| Resource Type | Observation |
| Id | Observation-AverageBloodPressure-MS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "AverageBloodPressure-MS"
Profiles: Average Blood Pressure, http://hl7.org/fhir/us/vitals/StructureDefinition/average-blood-pressure
Number of Measurements: 12
Measurement Protocol: Automated office blood pressure protocol (MeasurementProtocolTemporaryCodeSystem#AOBP)
Exercise Association: At rest (SNOMED CT#255214003)
Measurement Setting: Home (SNOMED CT#264362003)
bodyPosition: Sitting Position (SNOMED CT#33586001)
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Blood pressure panel mean systolic and mean diastolic (LOINC#96607-7)
subject: Patient/patient-example-Sally-Sue " SUE"
effective: 2019-10-16 12:12:29-0900 --> 2019-10-16 12:42:29-0900
issued: Oct 16, 2019, 10:12:29 PM
performer: Practitioner/practitioner-example-Mary-Hill " MARY"
bodySite: Structure of left brachial artery (body structure) (SNOMED CT#723961002)
method: Arterial pressure monitoring, non invasive method (SNOMED CT#17146006)
device: Device/phd-bloodpressuremonitor-MS
component
code: Systolic blood pressure mean (LOINC#96608-5)
value: 120 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure mean (LOINC#96609-3)
value: 80 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "AverageBloodPressure-MS",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cardx-htn/StructureDefinition/average-blood-pressure",
"http://hl7.org/fhir/us/vitals/StructureDefinition/average-blood-pressure"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/NumberOfMeasurementsExt",
"valueQuantity": {
"value": 12
}
},
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/MeasurementProtocolExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vitals/CodeSystem/MeasurementProtocolTemporaryCodeSystem",
"code": "AOBP",
"display": "Automated office blood pressure protocol"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/ExerciseAssociationExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "255214003",
"display": "At rest"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/MeasurementSettingExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264362003",
"display": "Home"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33586001",
"display": "Sitting Position"
}
]
}
}
],
"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": {
"reference": "Patient/patient-example-Sally-Sue"
},
"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": [
{
"reference": "Practitioner/practitioner-example-Mary-Hill"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "723961002",
"display": "Structure of left brachial artery (body structure)"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17146006",
"display": "Arterial pressure monitoring, non invasive method"
}
]
},
"device": {
"reference": "Device/phd-bloodpressuremonitor-MS"
},
"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]"
}
}
]
}