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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeGoal
IdGoal-weight-loss.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

A simple care goal for a patient to lose weight due to obesity.


Source1

{
  "resourceType": "Goal",
  "id": "weight-loss",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-goal"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.community-emr.co.il/identifier/entity-id/goals",
      "value": "234234234"
    }
  ],
  "lifecycleStatus": "on-hold",
  "category": [
    {
      "coding": [
        {
          "code": "dietary",
          "system": "http://terminology.hl7.org/CodeSystem/goal-category"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "code": "high-priority",
        "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
        "display": "High Priority"
      }
    ],
    "text": "high"
  },
  "description": {
    "text": "Target weight is 160 to 180 lbs."
  },
  "subject": {
    "reference": "Patient/patient-immigrant"
  },
  "startDate": "2015-04-05",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "code": "3141-9",
            "system": "http://loinc.org",
            "display": "Weight Measured"
          }
        ]
      },
      "detailRange": {
        "low": {
          "value": 160,
          "code": "[lb_av]",
          "system": "http://unitsofmeasure.org",
          "unit": "lbs"
        },
        "high": {
          "value": 180,
          "code": "[lb_av]",
          "system": "http://unitsofmeasure.org",
          "unit": "lbs"
        }
      },
      "dueDate": "2016-04-05"
    }
  ],
  "statusDate": "2016-02-14",
  "statusReason": "Patient wants to defer weight loss until after honeymoon.",
  "expressedBy": {
    "reference": "Patient/patient-immigrant",
    "display": "Peter James Chalmers"
  },
  "addresses": [
    {
      "display": "obesity condition"
    },
    {
      "reference": "Condition/obesity-condition",
      "display": "Obesity"
    }
  ],
  "outcomeReference": [
    {
      "reference": "Observation/hight-measurement"
    }
  ],
  "achievementStatus": {
    "coding": [
      {
        "code": "improving",
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "display": "Improving"
      }
    ]
  },
  "note": [
    {
      "text": "Goal was discussed with the care team and agreed upon with the patient."
    }
  ]
}