v1
latestSwagger 2.02026-08-061791731.4 MBGoals
{{baseUrl}}/persons/:personId/chart/care-plan/goals
Gets a patient's care plan goals.
get/persons/{personId}/chart/care-plan/goals
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose goals are being fetched
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
{
"Items": [
{
"goalId": "<string>",
"personId": "<string>",
"encounterId": "<string>",
"healthConcernId": "<string>",
"codeDescription": "<string>",
"codeSystem": "<string>",
"codeValue": "<string>",
"comments": "<string>",
"isDeleted": "<string>",
"description": "<string>",
"isGoalAchieved": "<string>",
"goalAchievedDetails": "<string>",
"goalCompletionDate": "<string>",
"goalStartDate": "<string>",
"isPatientGoal": "<string>",
"patientPriority": "<string>",
"isProviderGoal": "<string>",
"providerPriority": "<string>",
"documentedBy": "<string>",
"encounterDate": "<string>",
"sequenceNumber": "<string>",
"createdBy": "<string>",
"createTimestamp": "<string>",
"modifiedBy": "<string>",
"modifyTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"modifyTimestampTimezone": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
},
{
"goalId": "<string>",
"personId": "<string>",
"encounterId": "<string>",
"healthConcernId": "<string>",
"codeDescription": "<string>",
"codeSystem": "<string>",
"codeValue": "<string>",
"comments": "<string>",
"isDeleted": "<string>",
"description": "<string>",
"isGoalAchieved": "<string>",
"goalAchievedDetails": "<string>",
"goalCompletionDate": "<string>",
"goalStartDate": "<string>",
"isPatientGoal": "<string>",
"patientPriority": "<string>",
"isProviderGoal": "<string>",
"providerPriority": "<string>",
"documentedBy": "<string>",
"encounterDate": "<string>",
"sequenceNumber": "<string>",
"createdBy": "<string>",
"createTimestamp": "<string>",
"modifiedBy": "<string>",
"modifyTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"modifyTimestampTimezone": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}
],
"NextPageLink": "<string>",
"Count": "<string>"
}