From a10979681e02e7a11b75e0bc9bbf23ce22b0b67c Mon Sep 17 00:00:00 2001 From: ruhanga Date: Thu, 13 Feb 2025 14:17:15 +0300 Subject: [PATCH] Retire unrequired identifier type. --- configs/bahmniemr/initializer/liquibase/liquibase.xml | 11 +++++++++++ .../initializer/patientidentifiertypes/pit.csv | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/configs/bahmniemr/initializer/liquibase/liquibase.xml b/configs/bahmniemr/initializer/liquibase/liquibase.xml index 8c9dd9e..ad89369 100644 --- a/configs/bahmniemr/initializer/liquibase/liquibase.xml +++ b/configs/bahmniemr/initializer/liquibase/liquibase.xml @@ -15,6 +15,17 @@ + + + + Set Identifier type 'Patient Identifier' UUID + + + + name='Patient Identifier' + + + diff --git a/configs/bahmniemr/initializer/patientidentifiertypes/pit.csv b/configs/bahmniemr/initializer/patientidentifiertypes/pit.csv index 2aff99a..9564cc9 100644 --- a/configs/bahmniemr/initializer/patientidentifiertypes/pit.csv +++ b/configs/bahmniemr/initializer/patientidentifiertypes/pit.csv @@ -3,4 +3,5 @@ "43ea64a0-5727-492c-81a0-d9b8c7baeef0",,"impl.nationalIdCard","impl.nationalIdCard.desc","FALSE",,,,"NOT_USED", "91a9d35d-ff9c-455b-8c10-24d6c2c5c71f",,"impl.pmrsId","impl.pmrsId.desc","FALSE","^[0-9]{3}-[0-9]{3}-[0-9]{3}-[0-9]","impl.pmrsId.desc.format",,"NOT_USED", "bf296dc6-3132-4637-a7d1-ca1e8da82e4b",,"impl.legacyId","impl.legacyId.desc","FALSE",,,,"NOT_USED","UNIQUE" -"8d793bee-c2cc-11de-8d13-0010c6dffd0f",,"impl.openmrsId","impl.openmrsId.desc","FALSE","[0-9]{6}[0-9]{1}","impl.openmrsId.desc.format","org.openmrs.module.idgen.validator.LuhnMod10IdentifierValidator","NOT_USED","UNIQUE" \ No newline at end of file +"8d793bee-c2cc-11de-8d13-0010c6dffd0f",,"impl.openmrsId","impl.openmrsId.desc","FALSE","[0-9]{6}[0-9]{1}","impl.openmrsId.desc.format","org.openmrs.module.idgen.validator.LuhnMod10IdentifierValidator","NOT_USED","UNIQUE" +"cb013d56-d1e0-4a1f-8d6e-652b35ec191d",TRUE,,,,,,,, \ No newline at end of file