:py:mod:`spark_auto_mapper_fhir.value_sets.gender_identity` =========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.gender_identity Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.gender_identity.GenderIdentityCode spark_auto_mapper_fhir.value_sets.gender_identity.GenderIdentityCodeValues .. py:class:: GenderIdentityCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` GenderIdentity From: http://hl7.org/fhir/gender-identity in valuesets.xml This example value set defines a set of codes that can be used to indicate a patient's gender identity. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/gender-identity .. py:class:: GenderIdentityCodeValues the patient identifies as transgender male-to-female From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: TransgenderFemale the patient identifies as transgender female-to-male From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: TransgenderMale the patient identifies with neither/both female and male From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: Non_binary the patient identifies as male From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: Male the patient identifies as female From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: Female other gender identity From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: Other the patient does not wish to disclose his gender identity From: http://hl7.org/fhir/gender-identity in valuesets.xml .. py:attribute:: DoesNotWishToDisclose