HL7 / fhir-shc-vaccination-ig

FHIR Implementation Guide describing clinical and patient data contained within a SMART Health Card
https://vci.org/ig/vaccination-and-testing
35 stars 18 forks source link

FHIR-33601: Change behavior of name invariant #202

Closed masnick closed 2 years ago

masnick commented 2 years ago

Old behavior was to allow for either (1) family or given; xor (2) text.

If both family and given cannot be populated, implementers should use text instead.

This updates the invariant to do just that, and also adds a unit test.