Skip to content

Commit

Permalink
Retire unrequired identifier type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Feb 13, 2025
1 parent abe3f0b commit a109796
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions configs/bahmniemr/initializer/liquibase/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
<!-- OpenELIS concepts -->
<include file="labs.xml" relativeToChangelogFile="true"/>

<!-- Identifier Type -->
<changeSet id="postbahmni-2025-02-13-213-12" author="ruhanga">
<comment>
Set Identifier type 'Patient Identifier' UUID
</comment>
<update tableName="identifier_type">
<column name="uuid" value="cb013d56-d1e0-4a1f-8d6e-652b35ec191d"/>
<where>name='Patient Identifier'</where>
</update>
</changeSet>

<!-- Encounter Types -->
<changeSet id="postbahmni-2021-03-12-19-51" author="rbuisson">
<comment>
Expand Down
3 changes: 2 additions & 1 deletion configs/bahmniemr/initializer/patientidentifiertypes/pit.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"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,,,,,,,,

0 comments on commit a109796

Please sign in to comment.