# Prescription Item ## Create prescription item - [POST /site/{siteId}/ahds/v1/prescription-item](https://docs.heydonto.com/apis/animal-health/openapi/prescription-item/prescriptionitemcontroller_create.md): Creates a new Prescription Item record. Prescription Item resource in the Animal Health Data Store ## List prescription items - [GET /site/{siteId}/ahds/v1/prescription-item](https://docs.heydonto.com/apis/animal-health/openapi/prescription-item/prescriptionitemcontroller_findall.md): Returns a paginated list of Prescription Items for the specified site. Supports filtering and sorting. ## Get prescription item - [GET /site/{siteId}/ahds/v1/prescription-item/{prescriptionItemId}](https://docs.heydonto.com/apis/animal-health/openapi/prescription-item/prescriptionitemcontroller_findone.md): Returns a single Prescription Item by its unique identifier. ## Update prescription item - [PATCH /site/{siteId}/ahds/v1/prescription-item/{prescriptionItemId}](https://docs.heydonto.com/apis/animal-health/openapi/prescription-item/prescriptionitemcontroller_update.md): Partially updates an existing Prescription Item. Only provided fields will be updated. ## Replace prescription item - [PUT /site/{siteId}/ahds/v1/prescription-item/{prescriptionItemId}](https://docs.heydonto.com/apis/animal-health/openapi/prescription-item/prescriptionitemcontroller_replace.md): Fully replaces an existing Prescription Item. All fields must be provided. ## Delete prescription item - [DELETE /site/{siteId}/ahds/v1/prescription-item/{prescriptionItemId}](https://docs.heydonto.com/apis/animal-health/openapi/prescription-item/prescriptionitemcontroller_remove.md): Permanently deletes a Prescription Item record.