FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Goal |
| Id | Goal-chf-scenario1-jvp-goal.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-jvp-goal
CPG Goal For Extension: CHFJVPPD
lifecycleStatus: Active
achievementStatus: Improving
description: Jugular venous pressure < 8.0 cmH2O
subject: Patterson, Jeremy Male, DoB: 1949-03-17
| Measure | Detail[x] |
| Jugular venous pressure | <8 cmH2O (Details: UCUM codecm[H2O] = 'cm[H2O]') |
{
"resourceType": "Goal",
"id": "chf-scenario1-jvp-goal",
"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-jvp-pd"
}
],
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving"
}
]
},
"description": {
"text": "Jugular venous pressure < 8.0 cmH2O"
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
"code": "jvp"
}
]
},
"detailQuantity": {
"value": 8,
"comparator": "<",
"unit": "cmH2O",
"system": "http://unitsofmeasure.org",
"code": "cm[H2O]"
}
}
]
}