Image Care Plan

Care plan requests and examples

Terminology Bindings

Terminology Detail
CarePlan.category Identifies what "kind" of plan this is.

Parameters

Parameter Is Required Description
Id This, or patient. The logical resource ID associated with the resource.
Patient This, or ID The patient who has the care plan.
Category No The scope of the care plan. Example: category=assess-plan.
_revinclude No A request to include any Provenance resource in the bundle.

Requests

Care Plan by Patient and Category

GET: 'https://api.practicestudio.net/patientportal/fhir/CarePlan?category=assess-plan&patient=Patient/{Patient_ID}'

Care Plan by Resource ID

GET: 'https://api.practicestudio.net/patientportal/fhir/CarePlan/{Resource_ID}'

Example Response

Example Care Plan JSON Response:


{
  "resourceType": "Bundle",
  "meta": {
    "lastUpdated": "2022-08-11T14:45:58.5813976-05:00"
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self"
    }
  ],
  "entry": [
    {
      "resource": {
        "resourceType": "CarePlan",
        "id": "000034",
        "meta": {
          "lastUpdated": "0001-01-01T00:00:00-06:00",
          "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan"
          ]
        },
        "text": {
          "status": "generated",
          "div": "
<div xmlns=\"http://www.w3.org/1999/xhtml\"><strong>Assessment &amp; Plan</strong><ul><li>Assessment - refer to diagnosis for assessment.</li><li>Prognosis - is good.</li><li>Chest series: Report results were discussed with the author. Lymph node calcification adjacent: the mandible and the scapula.</li><li>Assessment - refer to diagnosis for assessment.</li><li>Prognosis - is good.</li><li>Plans for return: </li><li>Plan of Care: Care and treatment of an earache were discussed and included: the use of antihistamines.</li><li>09/24/2018 02:29 PM - Lab results uploaded to patient portal.</li><li>09/24/2018 02:30 PM - Lab results uploaded to patient portal.</li><li>05/08/2018 02:39 PM - Lab results received.</li><li>09/24/2018 02:22 PM - Lab results uploaded to patient portal.</li><li>09/24/2018 02:22 PM - Lab results uploaded to patient portal.</li><li>DJD (degenerative joint disease).</li><li>701.9 - Unspecified hypertrophic and atrophic conditions of skin.</li><li>Back problem.</li><li>Assessment - refer to diagnosis for assessment.</li><li>Plans for return -</li><li>Prognosis - is good.</li><li>Assessment - refer to diagnosis for assessment.</li><li>Plans for return -</li><li>Prognosis - is good.</li><li>08/25/2015 03:50 PM - Lab results received.</li><li>Blood test: complete blood count (CBC): Report results were discussed with the author.</li><li>08/18/2015 01:39 PM - Lab results received.</li><li>07/29/2022 03:53 PM - Lab results received.</li><li>07/29/2022 03:56 PM - Lab results received.</li><li>Recommendations for Knee: avoid impact loading/running/jumping.</li><li>Scheduled Procedures/Test for Knee:</li><li>Return for follow up visit for knee: as needed, if worsened or not improved.</li><li>08/25/2015 02:30 PM - Lab results received.</li><li>03/13/2018 03:11 PM - Lab results received.</li><li>Plans for return -</li><li>The patient needs to return in two weeks.</li><li>05/08/2018 02:41 PM - Lab results received.</li><li>05/08/2018 02:52 PM - Lab results uploaded to patient portal.</li><li>05/08/2018 02:53 PM - The lab results have been reviewed and no further action is required.</li><li>Plans for return: </li><li>Plan of Care: Care and treatment of an earache were discussed and included: the use of antihistamines.</li><li>Plans for return -</li><li>The patient is to return daily until notified of new plan\r\n.</li><li>The patient has been instructed to return next week.</li><li>The patient is to return daily until notified of new plan\r\n.</li><li>The patient has been instructed to return next week.</li><li>Plans for return: return on as needed basis.</li><li>Return on as needed basis.</li><li>Plans for return: return on as needed basis.</li><li>Return on as needed basis.</li><li>Plans for return - return on as needed basis.</li><li>Return on as needed basis.</li><li>Assessment - </li><li>Plans for return -</li><li>Assessment - </li><li>Plans for return -</li><li>Assessment - </li><li>Assessment - </li><li>Return for follow up visit for knee:</li><li>Plans for return - return next week.</li><li>Return next week.</li><li>Clawson, Bill (000005) for:</li><li>Counseling.</li><li>Clawson M.D., Bill (000005) for:</li><li>Consultation.</li><li>Clawson M.D., Bill (000005) for:</li><li>Consultation.</li><li>\r\n\r\nTest.</li><li>Barnes M.D., Bob B. (000027) for:</li><li>Counseling.</li><li>Barnes M.D., Robert B. (000027) for .</li><li>Consultation.</li><li>Referred to Barnes M.D., Robert B. (000027) for and consultation.</li><li>Referred to Bentwillow MD, Snerd J. (000148) for and testing.</li><li>Referred to Clawson M.D., Bill (000005) for: consultation.</li><li>Referred to Clawson M.D., Bill (000005) for: consultation and \r\n\r\nTest.</li><li>Bentwillow MD, Snerd J. (000148) for .</li><li>Testing.</li><li>Referred to Barnes M.D., Bob B. (000027) for: counseling.</li><li>Referred to Clawson, Bill (000005) for: counseling.</li></div>
" }, "status": "active", "intent": "order", "category": [ { "coding": [ { "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category", "code": "assess-plan", "userSelected": false } ] } ], "subject": { "reference": "Patient/000034" } }, "search": { "mode": "match", "score": 1 } } ] }