Skip to main content
POST
Create Requisition

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

multipart/form-data
payload
string
required
pdf
string
required

Response

Successful Response

id
string
required
patientId
string
required
orderingProviderId
string
required
recipientFaxContactId
string
required
cptCodes
RequisitionCPTCode · object[]
required
clinicalNote
string | null
required
orderPriority
enum<string>
required

Triage priority for a patient requisition.

Mirrors the requisition-form "Order Priority" field. Uses triage tiers ("EMERGENT" rather than the lab term "STAT"). Stored as VARCHAR via TypedEnum; ROUTINE is the default for existing rows.

Available options:
ROUTINE,
URGENT,
EMERGENT
icd10Codes
RequisitionICD10Code · object[]
required
signatureUrl
string | null
required
documentId
string
required
documentFilePath
string
required
documentTitle
string
required
createdDate
string<date-time>
required