I’m looking at my HL7 2.3 field definition for PID5, patient name, it’s saying the limit is 48 with type Ext Person Name (XPN)
But I’m looking at the actual messages, and even sent some test ones, and it’s definitely receiving and passing along names that are way longer than 48 characters…
I’m sure this is expected but how/why is this happening? It looks like it’s chopping every sub-field (first name, middle name, last name) to 100 characters.