Flat File Integrations - Gender Identity Information

There are two ways that Mirah will accept gender identity information through flat file -  using official FHIR terminology and as free text information.

On the Patient file, Gender Identity fhir is in the gender_identity_fhir field and we accept the following values:

  • value 'MALE','The patient identifies as male', value: 'male'
  • value 'FEMALE', 'The patient identifies as female', value: 'female'
  • value 'NON_BINARY', 'The patient identifies with neither/both female and male', value: 'non_binary'
  • value 'TRANSGENDER_MALE', 'The patient identifies as transgender female-to-male', value: 'transgender_male'
  • value 'TRANSGENDER_FEMALE', 'The patient identifies as transgender male-to-female', value: 'transgender_female'
  • value 'OTHER', 'Other gender identity', value: 'other'
  • value 'NON_DISCLOSE', 'The patient does not wish to disclose his gender identity', value: 'non_disclose

Alternatively, Free text gender identity is in the gender_identity field and is a string.