davebronson/clear-hl7-net

V251-v290 Pd1Segment.PatientPrimaryCareProviderNameIdNo uses an incorrect type

davebronson opened this issue · 2 comments

In V251-V290, the property Pd1Segment.PatientPrimaryCareProviderNameIdNo is incorrectly defined as ExtendedCompositeIdNumberAndNameForPersons. This needs to be changed to IEnumerable<ExtendedCompositeIdNumberAndNameForPersons>.

This property was withdrawn from the HL7 spec. Updating the data type to be consistent with the type used in the earlier versions.

Fix released in V2.0.0.