Adding A New Patient Identifier Type
Identifiers are used uniquely identifier patients within the system. Different types of identifiers are distributed by various health care systems. Some of these systems will be within your control, so you will be able to control how identifiers are created and distributed; however, there will likely be identifiers that are not within your control but are useful to record within your system to aid in patient identification.
- Go to Administration → Manage Patients → Manage Identifier Types
- Click on "Add Patient Identifier Type"
- Provide a name the new identifier type
- The name should be specific to the authority providing the identifiers — e.g., "Wilson Hospital Medical Record Number"
- Provide a clear description of the identifier types, including identifying the authority responsible for distributing the identifiers
- Optionally provide a format for the identifiers
- The "Regex Format" allows you to enforce a pattern for identifiers using a Regular Expression (describes the identifier pattern in a way the computer can understand) — e.g., "\d{1,8}-\d" would allow 1 to 8 digits followed by a dash and a single digit
- The "Description of Format" allows you to describe the required pattern in a way that users of the system can understand — e.g. "Must follow the pattern NNNNNNNN-N (up to 8 digits followed by a dash and a final digit)"
- Specify whether the identifier is required
- Specify whether check digits should be enforced for this identifier type
- Click on the button to save your new identifier type
