Skip to main content
POST
Create nutrition order

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Body

application/json
status
enum<string>
required
Available options:
draft,
active,
on-hold,
revoked,
completed
intent
enum<string>
required
Available options:
proposal,
plan,
directive,
order
patientId
string
required
Maximum string length: 128
encounterId
string
Maximum string length: 128
dateTime
string
Maximum string length: 30
ordererId
string
Maximum string length: 128
allergyIntoleranceIds
string[]
Maximum array length: 10
Maximum string length: 128
foodPreferenceModifier
string[]
Maximum array length: 10
Maximum string length: 200
excludeFoodModifier
string[]
Maximum array length: 10
Maximum string length: 200
oralDiet
object
supplement
object[]
Maximum array length: 10
enteralFormula
object
note
string
Maximum string length: 5000

Response

201

Nutrition order created