FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Goal |
| Id | Goal-chf-scenario1-potassium.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal chf-scenario1-potassium
CPG Goal For Extension: CHFPotassiumPD
lifecycleStatus: Active
achievementStatus: Improving
description: Potassium 3.5-5.0 mEq/L
subject: Patterson, Jeremy Male, DoB: 1949-03-17
| Measure | Detail[x] |
| Potassium goal [Moles/volume] Serum or Plasma | 3-5 mEq/L |
{
"resourceType": "Goal",
"id": "chf-scenario1-potassium",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-goalFor",
"valueCanonical": "http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-potassium-pd"
}
],
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving"
}
]
},
"description": {
"text": "Potassium 3.5-5.0 mEq/L"
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "86919-8"
}
]
},
"detailRange": {
"low": {
"value": 3,
"unit": "mEq/L",
"system": "http://unitsofmeasure.org",
"code": "meq/L"
},
"high": {
"value": 5,
"unit": "mEq/L",
"system": "http://unitsofmeasure.org",
"code": "meq/L"
}
}
}
]
}