📄️ New
A New message is used when a new order is created.
📄️ Update
An Update message is used when an existing order is updated.
📄️ Cancel
A Cancel event type can be used when an existing order needs to be canceled. This event type typically includes information about the order that is being canceled, such as the order ID or other relevant identifiers, and may also include additional details about the reason for the cancellation.
📄️ Grouped Orders
The GroupOrders event type can be used to group multiple orders that are sent in the same ordering session. This allows for efficient and organized transmission of multiple orders in a single event, reducing the need for individual events for each order.
📄️ Query
The Query event type can be used to search for orders based on specified filter criteria. The response for this query is expected to be in the Order:QueryResponse event type format. The required elements and populated response may vary depending on the specific EHR system being integrated with.
📄️ Query Response
This is the format of the response you will receive for a Order:Query.