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-33349: Allow gender in fallback profile #193

Closed masnick closed 2 years ago

masnick commented 2 years ago

Three major changes here:

1) Allow gender in fallback profile

This goes from being 0..0 to 0..1 (note that the Patient resource has a maximum cardinality of 1).

This includes an invariant with some special formatting:

image

2) Improve narrative related to i18n

See bottom of this page. This incorporates some of Grahame's suggestions from Zulip (the rest of these suggestions will go into a separate commit/PR).

3) Addition of "privacy by design" section on the home page

See here.

The corresponding section on the profiles page is also updated.