FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Goal |
| Id | Goal-chf-scenario1-creatinine.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-creatinine
CPG Goal For Extension: CHFCreatininePD
lifecycleStatus: Active
achievementStatus: Improving
description: Creatinine < 1.2 mg/dL
subject: Patterson, Jeremy Male, DoB: 1949-03-17
| Measure | Detail[x] |
| Creatinine in dialysis fluid/Creatinine in serum or plasma | <1.2 mg/dL (Details: UCUM codemg/dL = 'mg/dL') |
{
"resourceType": "Goal",
"id": "chf-scenario1-creatinine",
"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-creatinine-pd"
}
],
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving"
}
]
},
"description": {
"text": "Creatinine < 1.2 mg/dL"
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "39802-4"
}
]
},
"detailQuantity": {
"value": 1.2,
"comparator": "<",
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}
]
}