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

FHIR IG analytics

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

Jorin will experiment with jogging in his neighborhood and using an exercise bike at the local gym at least 3 times a week and will continue to monitor his blood pressure.

Source1

{
  "resourceType": "CarePlan",
  "id": "Scen1CarePlanV1",
  "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": "Patient/Scen1PatientKhatun",
    "display": "Jorin Khatun"
  },
  "period": {
    "start": "2023-06-01"
  },
  "author": {
    "reference": "PractitionerRole/Scen1RolePatel",
    "display": "Dr. Rajesh Patel"
  },
  "goal": [
    {
      "reference": "Goal/Scen1GoalV1"
    }
  ]
}