Stream: implementers
Topic: Background on Patient Gender Identity fields
Jean Duteau (Mar 12 2019 at 16:57):
@Brian Postlethwaite I'm doing some work with NCPDP on Gender Identity and they are wondering if the research and use cases that led to the current guidance on the FHIR Patient resource is documented anywhere. I have worked at getting them to be compatible in their solution with our guidance, but they want to see if the use cases they have were considered.
Brian Postlethwaite (Mar 13 2019 at 20:00):
@Cooper Thompson ?
Cooper Thompson (Mar 15 2019 at 21:40):
For the uses cases, I tend to break things up by administrative and clinical use cases (I am including more than just GI that you asked about for completeness).
Administrative:
- Patient identity matching/validation/duplicate checking [gender identity, sex assigned at birth, and legal sex can all apply here]
- Patient informal communication (i.e. when addressing the patient or providing written documents like discharge instructions) [gender identity is best, with a fall back to administrative sex if there is no GI documented]
- Patient formal/legal communication (i.e. when printing / signing legal documents) [legal sex (which in some jurisdictions may be the GI)]
- Family member history: the gender identity of family members can drive display of family relationships. E.g. "grandfather" vs. "grandmother" vs. "grandparent".
- Billing often uses legal sex, though there may also be an "insured sex" in some cases, if you know the sex the insurance company has on file is different than the legal sex
- Patient avatars - it is probably best to just use a genderless avatar, but if for some reason you need a gendered avatar, you can use gender identity for that. (this is different than clinical avatars, see below).
- Colors - same with avatar, it is usually best to use genderless colors, but if you need to pick a color, gender identity can be used.
- Bed planning - for non private rooms, which property is best to use for bed planning is something that likely needs to be tailored for specific regions, organizations or even units.
Clinical:
- Reference ranges - this is hard and complicated and I don't think any of the current categories in the spec provide a good and realistic solution.
- Health maintenance / alerts / BPAs / Risk scores / etc. - kinda the same as reference ranges. For some health maintenance (mammogram/prostate exam), an organ inventory is ideal. Some of the administrative properties (SAAB, GI, Admin Gender) can provide a proxy value, but those don't often cover transgender patients well. The approach we (Epic) takes is that if any of the documentation we have indicates any ambiguity, we will display the health maintenance topic / alert /etc. So a provider may see alerts for both a mammogram and a prostate exam for transgender patients. Gender Identity does actually play a role here, as it provides a hint that the patient may not have the biological properties you would expect based on other data.
- Pedigree - often the desired information is genotype, but in practice patients may only know the gender identity of their relatives.
- Other clinical uses - sex can be used as one factor in determining things like what blood product to admin. Right now, I think the best option is basically the same as what I listed for health maintenance. I.e. if all of your documentation suggests cisgender male or female, then use that value. Otherwise fall back to "unknown" to trigger a manual review of what is the most appropriate care.
- Weight-based med dosing that use sex-based formulas can use gender identity as a hint that the calculation should be flagged for special review.
- Clinical avatars where genderless avatars are not appropriate (i.e. for documenting against genitalia), showing both and having the clinician pick which to use is a good option.
The Fenway Institute has some research on the topic as well.
Cooper Thompson (Mar 15 2019 at 21:41):
I will also plug the Gender Harmony project that is getting started. Much of what I describe above are topics that will likely be refined as part of that effort.
Jean Duteau (Mar 15 2019 at 22:25):
@Cooper Thompson Thanks a lot for this. I will forward this on to the NCPDP work, including the plug for the Gender Harmony Project.
Last updated: Apr 12 2022 at 19:14 UTC