CCDA Patient Care Plan
CCDA Patient Care Plan feature allows the user to retrieve goals and health concerns based chartid/stayid, departmentid and patientid.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get patient's care plan
GET
/v1/{practiceid}/ccda/{patientid}/patientcareplan
Retrieves the information for care plan for a specific patient
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
departmentid
integer
Department ID.
chartid
integer
Chart ID.
stayid
integer
Stay ID.
inpatient
boolean
Inpatient or ambulatory
THIRDPARTYUSERNAME
string
User name of the patient in the third party application.
PATIENTFACINGCALL
boolean
When 'true' is passed we will collect relevant data and store in our database.
Output Parameters
Expand all
healthconcerns
array
Goals and Health Concerns
patientid
string
Patient identifier
Example Code