Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
An electronic prescription object. Please refer to the Create a New Electronic Prescription endpoint for more information on required fields.
An order object. Please refer to the Create an Order endpoint for more information on required fields.
A patient object. If you pass new patient data, a new patient will be created. Or you may reference an existing patient by id
or external_id
. Please refer to the Create a Patient endpoint for more information on required fields.
A prescriber object. If you pass new prescriber data, a new prescriber will be created. Or you may reference an existing prescriber by id
or npi
. Please refer to the Create a New Prescriber endpoint for more information on required fields.
Response
Response from composite entity creation. Only includes keys for entities that were provided in the request. For example, if only patient and order were requested, only those keys (plus summary) will be present in the response.