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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeBundle
IdBundle-Scen4CarePlanBundle1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "Scen4CarePlanBundle1",
  "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/Scen4CarePlanV1",
      "resource": {
        "resourceType": "CarePlan",
        "id": "Scen4CarePlanV1",
        "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 30 minutes after waking.</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": "2023-12-24"
        },
        "author": {
          "reference": "Practitioner/Scen4Practitioner",
          "display": "Ms. Rocha"
        },
        "goal": [
          {
            "reference": "Goal/Scen4Goal1V1"
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}