FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeGoal
IdGoal-chf-scenario1-egfr.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Goal chf-scenario1-egfr

CPG Goal For Extension: CHFEGFRPD

lifecycleStatus: Active

achievementStatus: Improving

description: eGFR > 60 mol/mm/m2

subject: Patterson, Jeremy Male, DoB: 1949-03-17

Targets

-MeasureDetail[x]
*eGFR result>60 mol/mm/m2 (Details: UCUM codemol/mm/m2 = 'mol/mm/m2')

Source1

{
  "resourceType": "Goal",
  "id": "chf-scenario1-egfr",
  "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-egfr-pd"
    }
  ],
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "improving"
      }
    ]
  },
  "description": {
    "text": "eGFR > 60 mol/mm/m2"
  },
  "subject": {
    "reference": "Patient/chf-scenario1-patient"
  },
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
            "code": "egfr"
          }
        ]
      },
      "detailQuantity": {
        "value": 60,
        "comparator": ">",
        "unit": "mol/mm/m2",
        "system": "http://unitsofmeasure.org",
        "code": "mol/mm/m2"
      }
    }
  ]
}