v1

latestOpenAPI 3.1.02026-07-26364986.4 KB
CarePlans

Update a care plan

Update a care plan by its ID

patch/api/2026-01-01/medical-record/care-plans/{care_plan_id}

Path parameters

care_plan_idstring required

The ID of the care plan

Request body

Response

The care plan was updated

idstring uuid

UUIDv7 identifier for the care plan

patient_idstring uuid required

Reference to the patient

practitioner_idstring uuid

Reference to the practitioner who performed/recorded the observation

encounter_idstring uuid

Reference to the encounter where the care plan was made

category'treatment_plan' required

The classification of the type of care plan

titlestring

The title of the care plan

descriptionstring

The description of the care plan

status'draft' | 'active' | 'on-hold' | 'revoked' | 'completed' | 'entered-in-error' | 'unknown'

The status of the care plan

created_atstring date-time

When the care plan record was created

updated_atstring date-time

When the care plan record was updated

document_idsstring[]

Array of document upload IDs to attach to the care plan. All documents must exist and be verified.