FHIR IG analytics| Package | hl7.fhir.us.ohsuhypertensionig |
| Resource Type | Goal |
| Id | Goal-example-BloodPressureGoal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal example-BloodPressureGoal
lifecycleStatus: Active
achievementStatus: In Progress
description: Example of an active Blood Pressure Goal of 135/85
subject: Patient/12345
start: 2021-07-12
target
measure: Systolic blood pressure
detail: 135 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
target
measure: Diastolic blood pressure
detail: 85 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Goal",
"id": "example-BloodPressureGoal",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"version": "4.0.1",
"code": "in-progress",
"display": "In Progress"
}
]
},
"description": {
"text": "Example of an active Blood Pressure Goal of 135/85"
},
"subject": {
"reference": "Patient/12345"
},
"startDate": "2021-07-12",
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"version": "2.68",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"detailQuantity": {
"value": 135,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"version": "2.68",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"detailQuantity": {
"value": 85,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}