QueryResponse
Description
The response format for a Department:Query would typically include the following department details such as department name, code, and description,Staff information, including staff members associated with the department, their roles, and contact information.
API Endpoints for Department QueryResponse
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/department/query-response.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Event Type | IntraConnects Response | Data Type | Cerner Response |
---|---|---|---|
QueryResponse | Meta | Object | |
QueryResponse | Meta.DataModel | String | Department |
QueryResponse | Meta.EventType | String | QueryResponse |
QueryResponse | Meta.Raw | Array | |
QueryResponse | Meta.Source | Object | |
QueryResponse | Meta.Source.ID | String | |
QueryResponse | Meta.Source.Name | String | |
QueryResponse | Departments[].Active | String | entry[].resource.active |
QueryResponse | Departments[].Aliases[] | Array of Strings | entry[].resource.alias |
QueryResponse | Departments[].Name | String | entry[].resource.name |
QueryResponse | Departments[].Identifiers[] | Array of Objects | |
QueryResponse | Departments[].Identifiers[].ID | String | entry[].resource.id |
QueryResponse | Departments[].Identifiers[].IDType | String | entry[].resource.resourceType |
QueryResponse | Departments[].Identifiers[].ID | String | |
QueryResponse | Departments[].Identifiers[].IDType | String | |
QueryResponse | Departments[].Address | Object | |
QueryResponse | Departments[].Address.StreetAddress | String | entry[].resource.address.line |
QueryResponse | Departments[].Address.City | String | entry[].resource.address.city |
QueryResponse | Departments[].Address.State | String | entry[].resource.address.state |
QueryResponse | Departments[].Address.ZIP | String | entry[].resource.address.postalCode |
QueryResponse | Departments[].Address.County | String | entry[].resource.address.district |
QueryResponse | Departments[].Address.Country | String | entry[].resource.address.country |
QueryResponse | Departments[].Contacts | Object | |
QueryResponse | Departments[].Contacts.Work | String | entry[].resource.telecom[].value (system == phone) |
QueryResponse | Departments[].Contacts.Fax | String | |
QueryResponse | Departments[].Contacts.Email | String | |
QueryResponse | Departments[].TimeZoneName | String | |
QueryResponse | Departments[].PortalURL | String | |
QueryResponse | Departments[].PartOf | Object | |
QueryResponse | Departments[].PartOf.Identifiers.ID | String | entry[].resource.partOf.reference |
QueryResponse | Departments[].PartOf.Identifiers.IDType | String | entry[].resource.partOf.reference |
QueryResponse | Departments[].PartOf.Identifiers.Name | String | |
QueryResponse | Departments[].ManagingOrg | String | entry[].resource.managingOrganization.display |