@ugandaemr/esm-ugandaemr-app
Version:
UgandaEMR microfrontend built on top of OpenMRS 3.x and OHRI
33 lines (23 loc) • 1.59 kB
text/typescript
export const moduleName = '@ugandaemr/esm-ugandaemr-app';
export const spaBasePath = `${window.spaBase}/home`;
export const NHFRIdentifier = 'ugandaemrsync.national.health.facility.registry.identifier';
export const systemInstallationDate = 'SystemInfo.OpenMRSInstallation.systemDate';
export const systemInstallationTime = 'SystemInfo.OpenMRSInstallation.systemTime';
// Concepts
export const CaCx_REGISTRATION_ENCOUNTER_TYPE = '7a555cfc-e3f4-4f33-8d2b-0d0a117dbc16';
export const CaCx_SCREENING_LOG_ENCOUNTER_TYPE = '7e4b975c-204d-4d28-ba36-33877995434e';
export const CaCx_TREATMENT_ENCOUNTER_TYPE = 'a9c9b227-78e9-4c31-a686-c38244b2f7bc';
export const EID_SUMMARY_ENCOUNTER_TYPE = '6d647bd4-33d6-4d04-a04a-595d2159b456';
export const EID_FOLLOWUP_ENCOUNTER_TYPE = '187745dd-68fb-4797-b826-86c7613e466c';
export const ANTENATAL_ENCOUNTER_TYPE = '87e341b6-cfb5-4796-a867-e4f80158c2a3';
export const POSTNATAL_ENCOUNTER_TYPE = 'fa6f3ff5-b784-43fb-ab35-a08ab7dbf074';
export const MATERNITY_ENCOUNTER_TYPE = 'a9f11592-22e7-45fc-904d-dfe24cb1fc67';
export const CHILD_REGISTER_ENCOUNTER_TYPE = '';
//maternity
export const ADMISSION_DATE = 'cb9b223e-a09c-4f8a-b34d-a0934a2af04a';
export const DELIVERY_TYPE = 'dcc3ac63-30ab-102d-86b0-7a5022ba4115';
// facility Url
export const REGISTRY_URL = 'https://nhfr-staging-api.planetsystems.co/nhfrApi/v0.0.1/externalSystem/search';
export const REGISTRY_REGIONS_URL = 'https://nhfr-staging-api.planetsystems.co/nhfrApi/v0.0.1/externalSystem/by/Region';
// privileges
export const PRIVILEGE_UPDATE_FACILITY_CODE = 'Update Facility Code';