hl7au / au-fhir-base

AU Base FHIR Implementation Guide Source
35 stars 25 forks source link

Implement https://jira.hl7.org/browse/FHIR-43718 & https://jira.hl7.org/browse/FHIR-43719 #827

Closed dbojicic closed 4 months ago

dbojicic commented 4 months ago

Adoption of Gender Harmony Gender Identity data element (https://jira.hl7.org/browse/FHIR-43718)

  1. Added Individual Gender Harmony extension to AU Base Patient, AU Base RelatedPerson and AU Base Practitioner
    • Gender Identity Response value set was updated in NCTS
    • invariant is applied to state that individual-genderIdentity value shall be a member of the Gender Identity Response value set if any of the codes within that value set can apply as per #815
    • updated implementation guidance in AU Base Patient, and added to AU Base RelatedPerson and AU Base Practitioner
  2. Replaced patient-gender-identity SearchParameter with a new gender-identity and updated Search Parameters .md page
  3. Updated patient example and added sex-and-gender RelatedPerson and Practitioner examples

Adoption of Gender Harmony Pronouns data element (https://jira.hl7.org/browse/FHIR-43719)

  1. Added Individual Pronouns to AU Base Patient, AU Base RelatedPerson and AU Base Practitioner
    • equivalent of extensible binding is applied via an invariant on the root element to require that Individual Pronouns value shall be a member of the AU Pronouns value set if any of the codes within that value set can apply as per #815
    • updated intro content
  2. Removed the manual inclusion of Individual Pronouns extension
  3. Removed inclusion of the FHIR ValueSet Personal Pronouns and stu-notes related to the inclusion of this extension
  4. Updated patient example and added sex-and-gender RelatedPerson and Practitioner examples

NOTE: Australian Pronouns ValueSet is now published in NCTS. Gender Identity Response ValueSet has been updated to include additional concepts as documented in FHIR-43718 proposal.

dbojicic commented 4 months ago

@dt-r, please re-review. Changes for AU Base adoption of RSG will be provided in a separate PR.