Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Description

In Bahmni, patient identifiers are configurable. The default patient identifier prefix can be configured on the Registration page.

Steps

1. Add or Edit a Patient Identifier

To add a new patient identifier or edit an existing one, please refer to this document: Patient Identifier

2. Display the Default Identifier Prefix for Primary Identifier Type

On the Patient Registration page if you want to display a default identifier prefix for primary identifier type , please add the following configuration under config section in the registration/app.json file.

"defaultIdentifierPrefix”:source name of identifier/prefix

Example:

“config”:{
  "defaultIdentifierPrefix”:”GAN”
}

If the default identifier prefix is not provided, or if it is empty or invalid, Bahmni will pick the first patient identifier prefix after sorting the available identifier prefixes in alphabetical order, as the default identifier prefix.

Note: this configurations works only for the primary identifier type, not for the extra identifier types.

3.Restricting the user from manually entering patient id

We have Enter Id option if user wants to manually enter the patientId for the patient. By default this option is enabled.

 

To restrict the users from manually entering the id, add the following configuration.

Hiding Enter Id option
"config":{
    "showEnterID":false
 }

On this Page

 

  • No labels