Individual Healthcare Identifier (IHI) format
Format and Luhn checks applied to 16-digit IHIs in PID-3.
The IHI is the national patient identifier issued by the Healthcare Identifiers Service. In HL7 v2 it
appears in PID-3 with identifier type NI and assigning authority AUSHIC.
The checks
- Exactly 16 digits.
- Prefix
800360(HPI-I uses800361, HPI-O800362). - The final digit is a Luhn (mod-10) check digit over the whole number.
These checks prove only that the number is well-formed; they cannot tell you the IHI is active or belongs to the patient named. That requires an HI Service lookup, which this page deliberately does not perform.
Synthetic example that passes: 8003605247640499.