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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeGoal
IdGoal-electrolyte-protein-normal-range.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 electrolyte-protein-normal-range

Last updated: 2020-12-14 00:00:00+0000

Profile: Multiple Chronic Condition Care Plan Goal

lifecycleStatus: Active

achievementStatus: In Progress

priority: high

description: Achieve electrolyte and protein levels in normal range

subject: Patricia Noelle

start: 2020-05-08

Targets

-MeasureDetail[x]
*Albumin [Mass/volume] in Serum or Plasma3.5-5.5 g/dL

statusReason: Goal initiated

expressedBy: Dr. John Carlson

addresses:


Source1

{
  "resourceType": "Goal",
  "id": "electrolyte-protein-normal-range",
  "meta": {
    "lastUpdated": "2020-12-14T00:00:00Z",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "individual",
          "valueReference": {
            "reference": "Patient/cc-pat-pnoelle"
          }
        },
        {
          "url": "status",
          "valueCode": "agree"
        },
        {
          "url": "priority",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
                "code": "high-priority"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/goal-acceptance"
    },
    {
      "extension": [
        {
          "url": "individual",
          "valueReference": {
            "reference": "Practitioner/practitionerMCC-3v"
          }
        },
        {
          "url": "status",
          "valueCode": "agree"
        },
        {
          "url": "priority",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
                "code": "high-priority"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/goal-acceptance"
    }
  ],
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "in-progress"
      }
    ]
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
        "code": "high-priority",
        "display": "High Priority"
      }
    ],
    "text": "high"
  },
  "description": {
    "text": "Achieve electrolyte and protein levels in normal range"
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "startDate": "2020-05-08",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "1751-7",
            "display": "Albumin [Mass/volume] in Serum or Plasma"
          }
        ]
      },
      "detailRange": {
        "low": {
          "value": 3.5,
          "unit": "g/dL",
          "system": "http://unitsofmeasure.org",
          "code": "g/dL"
        },
        "high": {
          "value": 5.5,
          "unit": "g/dL",
          "system": "http://unitsofmeasure.org",
          "code": "g/dL"
        }
      }
    }
  ],
  "statusReason": "Goal initiated",
  "expressedBy": {
    "reference": "Practitioner/practitionerMCC-3v",
    "display": "Dr. John Carlson"
  },
  "addresses": [
    {
      "reference": "Condition/problem-list-2"
    },
    {
      "reference": "Condition/careTeam-concerns-1"
    }
  ]
}