FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Goal |
| Id | Goal-chf-scenario1-weight-change.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-weight-change
CPG Goal For Extension: CHFBodyWeightChange
lifecycleStatus: Active
achievementStatus: Improving
description: Body weight change 0.5-1.5 kg/day
subject: Patterson, Jeremy Male, DoB: 1949-03-17
| Measure | Detail[x] |
| Body weight change | 0.5-1.5 kg/d |
{
"resourceType": "Goal",
"id": "chf-scenario1-weight-change",
"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-bodyweight-change-pd"
}
],
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving"
}
]
},
"description": {
"text": "Body weight change 0.5-1.5 kg/day"
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
"code": "body-weight-change"
}
]
},
"detailRange": {
"low": {
"value": 0.5,
"unit": "kg/d",
"system": "http://unitsofmeasure.org",
"code": "kg/d"
},
"high": {
"value": 1.5,
"unit": "kg/d",
"system": "http://unitsofmeasure.org",
"code": "kg/d"
}
}
}
]
}