---
title: "{{baseUrl}}/persons/:personId/chart/care-plan/goals"
method: GET
path: "/persons/{personId}/chart/care-plan/goals"
tags: ["Goals"]
---

# {{baseUrl}}/persons/:personId/chart/care-plan/goals

`GET /persons/{personId}/chart/care-plan/goals`

Gets a patient's care plan goals.

## Path parameters

- `personId` string, required

## Query parameters

- `$top` string, required
- `$filter` string, required
- `$orderby` string, required
- `$skip` string, required
- `$inlinecount` string, required
- `$count` string, required

## Headers

- `Accept` string, required

## Response `200`

OK

- OK17
  - `Items` Item7[], required
    - `goalId` string, required
    - `personId` string, required
    - `encounterId` string, required
    - `healthConcernId` string, required
    - `codeDescription` string, required
    - `codeSystem` string, required
    - `codeValue` string, required
    - `comments` string, required
    - `isDeleted` string, required
    - `description` string, required
    - `isGoalAchieved` string, required
    - `goalAchievedDetails` string, required
    - `goalCompletionDate` string, required
    - `goalStartDate` string, required
    - `isPatientGoal` string, required
    - `patientPriority` string, required
    - `isProviderGoal` string, required
    - `providerPriority` string, required
    - `documentedBy` string, required
    - `encounterDate` string, required
    - `sequenceNumber` string, required
    - `createdBy` string, required
    - `createTimestamp` string, required
    - `modifiedBy` string, required
    - `modifyTimestamp` string, required
    - `createTimestampTimezone` string, required
    - `modifyTimestampTimezone` string, required
    - `_links` Link[], required
      - `href` string, required
      - `method` string, required
      - `rel` string, required
      - `description` string, required
      - `vendorExtensions` string, required
  - `NextPageLink` string, required
  - `Count` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/nextgen/apis/enterprise-api-uscdi-routes.md) · [All operations](https://skmtc.net/nextgen/apis/enterprise-api-uscdi-routes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/enterprise-api-uscdi-routes/revisions/191e69116448/schema)
