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

FHIR IG analytics

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

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: Patient/Scen1PatientKhatun: Jorin Khatun " KHATUN"

Targets

-MeasureDetail[x]Due[x]
*Frequency of moderate to vigorous aerobic physical activity (LOINC#82290-8)100 min/wk (Details: UCUM code min/wk = 'min/wk')2023-05-01

Source1

{
  "resourceType": "Goal",
  "id": "Scen1GoalV2",
  "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": "Patient/Scen1PatientKhatun",
    "display": "Jorin Khatun"
  },
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "82290-8",
            "display": "Frequency of moderate to vigorous aerobic physical activity"
          }
        ]
      },
      "detailQuantity": {
        "value": 100,
        "system": "http://unitsofmeasure.org",
        "code": "min/wk"
      },
      "dueDate": "2023-05-01"
    }
  ]
}