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-potassium.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-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

Targets

-MeasureDetail[x]
*Potassium goal [Moles/volume] Serum or Plasma3-5 mEq/L

Source1

{
  "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"
        }
      }
    }
  ]
}