diff --git a/docs/care/HMIS/Identifiers/README.md b/docs/care/HMIS/Identifiers/README.md new file mode 100644 index 0000000..61975d6 --- /dev/null +++ b/docs/care/HMIS/Identifiers/README.md @@ -0,0 +1,26 @@ +# Identifiers + + +Patient identifiers are used to add identification information to patients in the HMIS system. These can be any type of identifier that is useful for your organization, such as a medical record number, government identity card number, or any custom identifier. + +Patient identifiers can be defined on instance level and facility level. + +By default CARE HMIS comes with the following patient identifier types: +- Patient phone number (Instance level) +- Patient Name (Instance level) +- Patient Name (Facility level) + +these identifiers can be enabled to be auto generated when creating a new patient by enabling the following settings on backend: +- Auto Generate Patient Phone Number Identifier `MAINTAIN_PATIENT_NAME_IDENTIFIER` +- Auto Generate Patient Name Identifier `MAINTAIN_PATIENT_PHONE_NUMBER_IDENTIFIER` +- Auto Generate Facility Patient Name Identifier `MAINTAIN_FACILITY_PATIENT_NAME_IDENTIFIER` + +It is recommended to have only one auto generated name identifier type enabled at a time to avoid confusion when searching for patients. If multiple name identifier types are enabled, you may encounter duplicate patient name identifiers as shown below: + +![duplicate_patient_name](duplicate_patient_name.png) + +to fix this issue you can disable one of the auto generated name identifier types from the backend settings and then manually set the status of the duplicate patient name identifier config from the frontend admin settings as inactive. + +![patient_identifier_config](patient_identifier_config.png) + +![patient_identifier_config_edit](patient_identifier_config_edit.png) \ No newline at end of file diff --git a/docs/care/HMIS/Identifiers/duplicate_patient_name.png b/docs/care/HMIS/Identifiers/duplicate_patient_name.png new file mode 100644 index 0000000..37c0214 Binary files /dev/null and b/docs/care/HMIS/Identifiers/duplicate_patient_name.png differ diff --git a/docs/care/HMIS/Identifiers/patient_identifier_config.png b/docs/care/HMIS/Identifiers/patient_identifier_config.png new file mode 100644 index 0000000..e4cc570 Binary files /dev/null and b/docs/care/HMIS/Identifiers/patient_identifier_config.png differ diff --git a/docs/care/HMIS/Identifiers/patient_identifier_config_edit.png b/docs/care/HMIS/Identifiers/patient_identifier_config_edit.png new file mode 100644 index 0000000..855ac2d Binary files /dev/null and b/docs/care/HMIS/Identifiers/patient_identifier_config_edit.png differ