---
title: "Create a new protocol"
method: POST
path: "/rx/governance/protocols"
tags: ["RxGovernance"]
---

# Create a new protocol

`POST /rx/governance/protocols`

## Request body

- CreateRxProtocolDto
  - `name` string
  - `description` string, nullable
  - `scope` string
  - `scopeMedicationId` string, nullable
  - `scopeMedicationName` string, nullable
  - `scopeCategory` string, nullable
  - `inHouseAllowed` boolean
  - `sameDayAllowed` boolean
  - `onlinePharmacyAllowed` boolean
  - `printRetailAllowed` boolean
  - `requireDoseCheck` boolean
  - `requireInteractionCheck` boolean
  - `requireAllergyCheck` boolean
  - `priority` union
    - integer
    - string, int32

## Response `201`

Created

- RxProtocolDto
  - `id` string
  - `name` string
  - `description` string, nullable
  - `isDefault` boolean
  - `scope` string
  - `scopeMedicationId` string, nullable
  - `scopeMedicationName` string, nullable
  - `scopeCategory` string, nullable
  - `inHouseAllowed` boolean
  - `sameDayAllowed` boolean
  - `onlinePharmacyAllowed` boolean
  - `printRetailAllowed` boolean
  - `requireDoseCheck` boolean
  - `requireInteractionCheck` boolean
  - `requireAllergyCheck` boolean
  - `priority` union
    - integer
    - string, int32
  - `isActive` boolean
  - `createdAt` string, date-time

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
