FHIR IG analytics| Package | lt.hl7.fhir.cvd |
| Resource Type | Goal |
| Id | Goal-example-goal-bp.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Goal example-goal-bp
Language: en
lifecycleStatus: Active
description: Target BP 120–129/<80 mmHg.
| Measure |
| Blood pressure panel with all children optional |
{
"resourceType": "Goal",
"id": "example-goal-bp",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"description": {
"text": "Target BP 120–129/<80 mmHg."
},
"subject": {
"reference": "Patient/patient-male-example"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
]
}
}
]
}