Query
Description
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.
API endpoints for Order Query
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/order/query.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
IntraConnects Unified Model
Event Type | IntraConnects Request | Data Type | Elation Request |
---|---|---|---|
Query | Meta | Object | |
Query | Meta.DataModel | String | Order |
Query | Meta.EventType | String | Query |
Query | Meta.Test | Boolean | |
Query | Meta.Source | Object | |
Query | Meta.Source.ID | String | |
Query | Meta.Source.Name | String | |
Query | Directory | String | |
Query | Identifier | Object | |
Query | Identifier.ID | String | |
Query | Identifier.IDType | String | |
Query | Patient[] | Array of Object | |
Query | Patient[].Identifiers[] | Array of Object | |
Query | Patient[].Identifiers[].ID | String | patientid |
Query | Patient[].Identifiers[].IDType | String | EHRID |
Query | VisitNumbers[] | Array of Numbers | |
Query | StartDateTime | Date TIme | |
Query | EndDateTime | Date TIme | |
Query | OrderIDs[] | Array of Strings | |
Query | Procedures[] | Array of Object | |
Query | Procedures[].Code | String | |
Query | Procedures[].Codeset | String |