Patient Data Errors |
Web API methods can produce the following patient data errors.
Error | Description | Methods |
---|---|---|
From date is set later than To date |
Occurs when the From date is after the To date
Example Response:
{ "statusCode": 400, "errors": [ { "title": "Error", "description": "From date is set later than To date. Please enter a valid time interval", "source": "Request ID: 1b18a59f-9bed-4640-b423-1a3d1cea5581", "code": 400 } ] } |
GetCategoriesCCDS GetCCDAXml |
Patient ID and Patient DB must be greater than 0 |
Occurs when the PatId is less than zero and/or
the PatDb is less than zero
Example Response:
{ "statusCode": 400, "errors": [ { "title": "Error", "description": "Patient ID and Patient DB must be greater than 0", "source": "Request ID: 0cc2b17e-516a-4868-82f8-553c5968f538", "code": 400 } ] } |
GetCategoriesCCDS GetCCDAXml |
Patient not found |
Occurs when a patient with the specified date of
birth and/or first name and last name is not found
Example Response:
{ "statusCode": 404, "errors": [ { "title": "Error", "description": "Patient not found", "source": "Request ID: bdf03592-21ab-434c-b4b6-66c8a420fa4d", "code": 404 } ] } |
GetPatientInfoAuditable |
Patient not found |
Occurs when the PatId and/or PatDb does not exist
Example Response:
{ "statusCode": 404, "errors": [ { "title": "Error", "description": "Patient not found", "source": "Request ID: a133f3cb-93a3-4941-9332-658ec87e3511", "code": 404 } ] } |
GetCategoriesCCDS GetCCDAXml |
The Patient does not have any visits within the specified date range |
Occurs when there are no visits by the patient
within the specified date range
Example Response:
{ "statusCode": 404, "errors": [ { "title": "Error", "description": "The Patient does not have any visits within the specified date range", "source": "Request ID: 4bb7e420-faa4-461e-96b7-9927eae4656b", "code": 404 } ] } |
GetCCDAXml |