Get CarePlan by ID
GET {{baseUrl}}/api/v2/CarePlan/:care-plan-id?patient=<string>&departmentId=<integer>
Overview:
Fetches specific care plan details by ID, allowing targeted access to individual care plan data for personalized analysis and retrieval within healthcare systems.
This is only supported in ATHENA.
Use Cases:
Review Plan Details Before Visit: Review before visit
Share Plan With Specialist: Share with specialist for coordinated care
Evaluate Care Gap: Identify gaps between recommended and provided care
Assess Hospitalization Needs: Assess if hospitalization is indicated
Print Plan For Home Health: Print home care instructions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the care plan. | |
departmentId | string | (Required) The department identifier |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
[{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"resourceType":"CarePlan","id":"\u003cstring\u003e","intent":"proposal","subject":{"reference":"\u003cstring\u003e"},"category":[{"text":"\u003cstring\u003e","coding":[{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"},{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"}]},{"text":"\u003cstring\u003e","coding":[{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"},{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"}]}],"status":"draft","extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"}]}},{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"resourceType":"CarePlan","id":"\u003cstring\u003e","intent":"option","subject":{"reference":"\u003cstring\u003e"},"category":[{"text":"\u003cstring\u003e","coding":[{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"},{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"}]},{"text":"\u003cstring\u003e","coding":[{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"},{"display":"\u003cstring\u003e","code":"\u003cstring\u003e","system":"\u003cstring\u003e"}]}],"status":"completed","extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"}]}}]