FHIR IG analytics| Package | hl7.fhir.us.ohsuhypertensionig |
| Resource Type | Observation |
| Id | Observation-example-HomeBloodPressure.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-HomeBloodPressure
org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt: SNOMED CT: 264362003 (Dwelling)
status: Final
category: vital-signs
code: Blood Pressure
subject: Patient/12345
effective: 2021-05-26 15:16:21-0500
note:
Home Blood Pressure Reading
component
code: Diastolic Blood Pressure
value: 84.52660352979804 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Systolic Blood Pressure
value: 135.65064054117963 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "example-HomeBloodPressure",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt",
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "264362003"
}
}
],
"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": "55284-4",
"display": "Blood Pressure"
}
],
"text": "Blood Pressure"
},
"subject": {
"reference": "Patient/12345"
},
"effectiveDateTime": "2021-05-26T15:16:21-05:00",
"note": [
{
"text": "Home Blood Pressure Reading"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic Blood Pressure"
}
],
"text": "Diastolic Blood Pressure"
},
"valueQuantity": {
"value": 84.52660352979804,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic Blood Pressure"
}
],
"text": "Systolic Blood Pressure"
},
"valueQuantity": {
"value": 135.65064054117963,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}