Organization-GET
Description
Retrieves a list of healthcare provider organizations with summary information like name, type, specialties, location.
Use Cases
- Retrieve Organization Details: Obtain information on a specific organization
- Access Healthcare Network: Retrieve details of a healthcare network
- Query Department Information: Obtain details of a specific department
- Review Affiliated Providers: Access details of affiliated providers
- Examine Service Locations: Retrieve information on service locations
Request Sample
Athena
Elation
Canvas
cURL
JavaScript
Java
Python
Source Specific Details
| EHR | APIs | mandatory filters | optional filters |
|---|---|---|---|
| Athena |
|
|
|
Filters
| FilterName | Description | Default Value | Allowed Values |
|---|---|---|---|
| _count | Pagination params | ||
| _offset | Pagination params. Athena: Starting point of entries; 0-indexed | ||
| address | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text | ||
| category | Category of organization | employer | |
| city | The city of the employer (exact match). | ||
| departmentId | Identifier for the department | ||
| exact-name | The name of the employer (exact match). | ||
| include | List of fields which needed to be shown in result | ||
| name | A portion of the organization's name or alias | ||
| patient | Patient reference for any fhir resource | ||
| phone | The phone of the employer (exact match). | ||
| practitioner | Practitioner reference for the any fhir resource | ||
| quorum | sets sync/async mode | true | |
| state | The zip of the employer (exact match). | ||
| zip | The zip of the employer (exact match). |