Physical Activity Implementation Guide
1.0.0 - STU Release 1 United States of America flag

This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Bundle 'Search Set' - CarePlan - initial - Scenario 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Scen1CarePlanBundle1",
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://goodhealth.example.org/fhir/CarePlan?patient=Patient/Scen1PatientKhatun&status=active,on-hold&category=http%3A//hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes|PhysicalActivity"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/CarePlan/Scen1CarePlanV2",
      "resource" : {
        "resourceType" : "CarePlan",
        "id" : "Scen1CarePlanV2",
        "text" : {
          "status" : "additional",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Jorin will continue with his exercise bike and will purchase a used one he can use at home, which should allow him to increase his weekly exercise to 150+ minutes. He will continue to monitor his blood pressure.</div>"
        },
        "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" : "Patient/Scen1PatientKhatun",
          "display" : "Jorin Khatun"
        },
        "period" : {
          "start" : "2024-01-01"
        },
        "author" : {
          "reference" : "PractitionerRole/Scen1RolePatel",
          "display" : "Dr. Rajesh Patel"
        },
        "goal" : [
          {
            "reference" : "Goal/Scen1GoalV2"
          }
        ],
        "note" : [
          {
            "authorReference" : {
              "reference" : "Practitioner/Scen1PractitionerPatel",
              "display" : "Dr. Rajesh Patel"
            },
            "time" : "2023-05-05",
            "text" : "Jorin is adhering well and indicates he's motivated by increased energy playing with his children."
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}