FHIR DSTU2 - Chart - Care Plan, Goals
These FHIR Chart - Care Plans, Goals endpoints are a partial implementation of the FHIR DSTU2 specification. We will consider expanding these and adding additional FHIR endpoints, as well as future versions, based on usage and requests from API users.
Note-1: that these endpoints do not follow the same naming conventions as many of the other APIs offered.
Note-2: If you are accessing a practice without Communicator Brands and are using one of the endpoints that require BRANDID in the path, you can use any positive integer for BRANDID.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Gets a list of care plans for a given
patient.
GET
/v1/{practiceid}/{departmentid}/fhir/dstu2/CarePlan
List of Care Plan resources from the results of the search
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
departmentid
integer
departmentid
patient
integer
The patient ID (same as "PATIENTID" in non-FHIR calls).
status
string
Care plan status.
date
string
Filter results within a specific time period.
category
string
Care plan category.
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
category
array
Type of plan
id
string
Logical id of this artifact
participant
object
Who's involved in the plan?
resourcetype
string
The type of resource
status
string
proposed | draft | active | completed | cancelled
subject
object
Who care plan is for
text
object
Text summary of the resource, for human interpretation
Example Code
Get a specific care plan by
ID
GET
/v1/{practiceid}/{departmentid}/fhir/dstu2/CarePlan/AssessPlan-{assessplanid}
Care Plan (Assessment and Plan) resource from given ID
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
assessplanid
integer
assessplanid
practiceid
integer
practiceid
departmentid
integer
departmentid
patient
integer
The patient ID (same as "PATIENTID" in non-FHIR calls).
Output Parameters
Expand all
category
array
Type of plan
id
string
Logical id of this artifact
resourcetype
string
The type of resource
status
string
proposed | draft | active | completed | cancelled
subject
object
Who care plan is for
text
object
Text summary of the resource, for human interpretation
Example Code
Get a specific care plan by
ID
GET
/v1/{practiceid}/{departmentid}/fhir/dstu2/CarePlan/CareTeam-{careteamid}
Care Plan (Care Team) resource from given ID
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
departmentid
integer
departmentid
careteamid
integer
careteamid
patient
integer
The patient ID (same as "PATIENTID" in non-FHIR calls).
Output Parameters
Expand all
category
array
Type of plan
id
string
Logical id of this artifact
participant
object
Who's involved in the plan?
resourcetype
string
The type of resource
status
string
proposed | draft | active | completed | cancelled
subject
object
Who care plan is for
text
object
Text summary of the resource, for human interpretation
Example Code
Gets a list of goals for a given
patient.
GET
/v1/{practiceid}/{departmentid}/fhir/dstu2/Goal
List of Goal resources from the results of the search
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
departmentid
integer
departmentid
patient
integer
The patient ID (same as "PATIENTID" in non-FHIR calls).
date
string
Filter results within a specific time period.
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
description
string
What's the desired outcome
id
string
Logical id of this artifact
resourcetype
string
The type of resource
status
string
proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled
subject
object
Who this goal is intended for
text
object
Text summary of the resource, for human interpretation
Example Code
Get a specific goal by
ID
GET
/v1/{practiceid}/{departmentid}/fhir/dstu2/Goal/{goalid}
Goal resource from given ID
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
goalid
integer
goalid
practiceid
integer
practiceid
departmentid
integer
departmentid
patient
integer
The patient ID (same as "PATIENTID" in non-FHIR calls).
Output Parameters
Expand all
description
string
What's the desired outcome
id
string
Logical id of this artifact
resourcetype
string
The type of resource
status
string
proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled
subject
object
Who this goal is intended for
text
object
Text summary of the resource, for human interpretation
Example Code