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

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: Bundle 'Search Set' - CarePlan - Updated care plan - Scenario 4 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Scen4CarePlanBundle2",
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://ufit.example.org/fhir/CarePlan?patient=Patient/Scen4PatientScarborough&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/Scen4CarePlanV2",
      "resource" : {
        "resourceType" : "CarePlan",
        "id" : "Scen4CarePlanV2",
        "text" : {
          "status" : "additional",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ms. Scarborough will use her home weights and alternate between lower-body and upper-body on week-days each morning for 15 minutes after waking and 30 minutes before dinner.</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/Scen4PatientScarborough",
          "display" : "Ms. Scarborough"
        },
        "period" : {
          "start" : "2024-03-30"
        },
        "author" : {
          🔗 "reference" : "Practitioner/Scen4Practitioner",
          "display" : "Ms. Rocha"
        },
        "goal" : [
          {
            🔗 "reference" : "Goal/Scen4Goal1V2"
          },
          {
            🔗 "reference" : "Goal/Scen4Goal2V1"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}