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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeGoal
IdGoal-bmi-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 bmi-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: Lower high BMI count by losing 10 lbs. in 1 year

subject: Patricia Noelle

start: 2020-05-08

Targets

-MeasureDetail[x]Due[x]
*Body Weight60-64 kg2021-05-12

statusReason: Goal initiated

expressedBy: Dr. John Carlson

addresses:


Source1

{
  "resourceType": "Goal",
  "id": "bmi-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": "Lower high BMI count by losing 10 lbs. in 1 year"
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "startDate": "2020-05-08",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29463-7",
            "display": "Body Weight"
          }
        ]
      },
      "detailRange": {
        "low": {
          "value": 60,
          "unit": "kg",
          "system": "http://unitsofmeasure.org",
          "code": "kg"
        },
        "high": {
          "value": 64,
          "unit": "kg",
          "system": "http://unitsofmeasure.org",
          "code": "kg"
        }
      },
      "dueDate": "2021-05-12"
    }
  ],
  "statusReason": "Goal initiated",
  "expressedBy": {
    "reference": "Practitioner/practitionerMCC-3v",
    "display": "Dr. John Carlson"
  },
  "addresses": [
    {
      "reference": "Condition/problem-list-1"
    },
    {
      "reference": "Condition/patient-health-concern-4"
    }
  ]
}