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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeGoal
IdGoal-ExampleGoal.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

Resource Goal "ExampleGoal"

lifecycleStatus: active

achievementStatus: In Progress (Goal achievement status#in-progress)

category: Physical Activity (Temporary Codes#PhysicalActivity)

description: Over the next 6 months\, increase your weekly exercise in small increments to at least 100 minutes/week of physical activity that makes you sweat and breath heavily enough that holding a conversation is difficult. ()

subject: http://example.org/fhir/Patient/1: Example Patient

Targets

-MeasureDetail[x]Due[x]
*Freq aerobic physical activity (LOINC#82290-8)100 min/wk (Details: UCUM code min/wk = 'min/wk')2022-12-08

addresses: Condition/ExampleCondition: Low Exercise

note: Significant progress. Regularly exceeding 120 min/week and has found an activity he enjoys. Need to branch out to one more activity to achieve guideline target. (By http://example.org/fhir/PractitionerRole/1 @2022-12-15)


Source1

{
  "resourceType": "Goal",
  "id": "ExampleGoal",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "in-progress"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
          "code": "PhysicalActivity"
        }
      ]
    }
  ],
  "description": {
    "text": "Over the next 6 months\\, increase your weekly exercise in small increments to at least 100 minutes/week of physical activity that makes you sweat and breath heavily enough that holding a conversation is difficult."
  },
  "subject": {
    "reference": "http://example.org/fhir/Patient/1",
    "display": "Example Patient"
  },
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "82290-8"
          }
        ]
      },
      "detailQuantity": {
        "value": 100,
        "system": "http://unitsofmeasure.org",
        "code": "min/wk"
      },
      "dueDate": "2022-12-08"
    }
  ],
  "addresses": [
    {
      "reference": "Condition/ExampleCondition",
      "display": "Low Exercise"
    }
  ],
  "note": [
    {
      "authorReference": {
        "reference": "http://example.org/fhir/PractitionerRole/1",
        "display": "Ordering Clinician"
      },
      "time": "2022-12-15",
      "text": "Significant progress.  Regularly exceeding 120 min/week and has found an activity he enjoys.  Need to branch out to one more activity to achieve guideline target."
    }
  ]
}