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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeCarePlan
IdCarePlan-ExampleCarePlan.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

This care plan focuses on increasing the patient's physical activity levels. Over the next six months, the goal is to gradually increase the weekly exercise in small increments to at least 100 minutes of physical activity per week that makes the patient sweat and breathe heavily. Regular reviews will be conducted to assess the patient's progress and adjust the plan as necessary.

Source1

{
  "resourceType": "CarePlan",
  "id": "ExampleCarePlan",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code": "assess-plan"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
          "code": "PhysicalActivity"
        }
      ]
    }
  ],
  "subject": {
    "reference": "http://example.org/fhir/Patient/1",
    "display": "Example Patient"
  },
  "period": {
    "start": "2022-06-08",
    "end": "2023-06-08"
  },
  "goal": [
    {
      "reference": "Goal/ExampleGoal",
      "display": "Increase physical activity to 100 minutes/week"
    }
  ],
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "229065009",
              "display": "Exercise therapy"
            }
          ]
        },
        "status": "not-started",
        "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 breathe heavily."
      }
    }
  ],
  "note": [
    {
      "authorReference": {
        "reference": "RelatedPerson/ExampleRelatedPerson",
        "display": "Mother"
      },
      "time": "2022-12-15",
      "text": "The patient has been making significant progress, regularly exceeding the target and has found an activity they enjoy. Regular reviews will be conducted to assess the patient's progress and adjust the plan as necessary."
    }
  ]
}