...
- Order ID – assigned by the API
- Urgency – API assumes ROUTINE
- Action –API assumes NEW
- Start date – API assumes date created
- Creator – API assumes current user
- Date created – API assumes now
Drug orders
- Drug (formulation)
- Dosing type
- asNeeded
- Instructions corresponding to dosing type
- Simple:
dose
,dose units
,route
,frequency
, andas_needed
(defaults to false) - Free text:
orders.instructions
Other dosing types (i.e., not simple or free text):
drug_order.dosing_instructions
- Simple:
- For outpatient care setting: quantity, quantity units, and number of refills (not required for inpatient drug orders)
...