Query
Description
The Query event type is used to search for notes in a patient's chart based on specified filter criteria such as patient, visit, or document information.The Query event type allows for efficient retrieval of notes and facilitates effective information retrieval and management in the healthcare setting.
API endpoints for Notes Query
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/notes/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.DataModel | String | |
Query | Meta.EventType | String | |
Query | Meta.Test | Boolean | |
Query | Meta.Source | String | |
Query | Meta.Source.ID | String | |
Query | Meta.Source.Name | String | |
Query | Patients[] | Array of Objects | |
Query | Patients[].Identifiers[] | Array of Objects | |
Query | Patients[].Identifiers[].ID | String | patientid |
Query | Patients[].Identifiers[].IDType | String | EHRID |
Query | VisitNumbers[] | Array of Strings | |
Query | DocumentTypes[] | Array of Objects | |
Query | DocumentIDs[] | Array of Objects |