---
title: "GET /api/care_plans/{id}"
method: GET
path: "/api/care_plans/{id}"
tags: ["Clinical"]
---

# GET /api/care_plans/{id}

`GET /api/care_plans/{id}`

Retrieve an existing care plan

## Path parameters

- `id` string, required

## Query parameters

- `patient` integer
- `plan_type` integer
- `doctor` integer

## Response `200`

OK

- CarePlan
  - `code` string
  - `appointment` string
  - `description` string
  - `title` string
  - `created_at` string
  - `plan_type` '1' | '2' | '3' | '4' | '5' | '6' — Can be one of the following: `1`(Goal), `2`(Patient education), `3`(Patient decision aid), `4`(Patient clinical instruction), `5`(Referral to other doctor), `6`(Health concerns)
  - `updated_at` string
  - `scheduled_date` string
  - `patient` string
  - `id` integer
  - `code_system` string
  - `instructions` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
