- Codes in the 2xx range indicate success.
- Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a request wasn’t found, etc.).
- Codes in the 5xx range indicate an error with Elation EMR FHIR API server.
| Error | Description |
|---|---|
| 200 - OK | Everything worked as expected |
| 401 - Unauthorized | No valid Bearer token provided or enough scopes for requested operation |
| 404 - Not Found | The requested resource doesn’t exist or wrong url route |
| 422 - Unprocessable Content | FHIR OperationOutcome for processing or validation errors |
| 500 - Server Error | Something went wrong on server API |
Additional error information
A response with a code in the 4xx or 5xx may contain additional information in the form of a FHIROperationOutcome.
Examples: