/** * Represents the error response from the Patient Registry API * when no valid credentials are provided or found. * @constant {string} */ export const PATIENT_API_NO_CREDENTIALS = 'NO_API_CREDENNTIALS'; /** * Represents the error response from the Patient Registry API * when when resource is not found * @constant {string} */ export const RESOURCE_NOT_FOUND = 'RESOURCE_NOT_FOUND'; /** * Represents the error response from the Patient Registry API * When Uknown error occures * @constant {string} */ export const UNKNOWN = 'UNKNOWN'; /** * Represents the error response from the Patient Registry API * when when prover with given identifier is not found * @constant {string} */ // TODO: We will need to refactor this section export const PATIENT_NOT_FOUND = 'PATIENT_NOT_FOUND'; export const HIE_CONFIGURATION_MISSING = 'HIE_CONFIGURATION_MISSING'; export const openmrsId = 'dfacd928-0370-4315-99d7-6ec1c9f7ae76'; export const openmrsIdSource = 'fb034aac-2353-4940-abe2-7bc94e7c1e71'; export const shaNumberUuid = '52c3c0c3-05b8-4b26-930e-2a6a54e14c90'; export const nationalIdUuid = '49af6cdc-7968-4abb-bf46-de10d7f4859f'; export const passportUuid = 'be9beef6-aacc-4e1f-ac4e-5babeaa1e303'; export const birthCertificateUuid = '68449e5a-8829-44dd-bfef-c9c8cf2cb9b2'; export const shaIdNumberUuid = '24aedd37-b5be-4e08-8311-3721b8d5100d';