OHDSI / Themis

Repository for OMOP CDM conventions as defined by THEMIS. These can be reference lists of concepts, pieces of standardized code for data generation or quality certification, and debates.
Apache License 2.0
28 stars 9 forks source link

What value should be used to populate gender_concept_id? #94

Closed clairblacketer closed 7 months ago

clairblacketer commented 7 months ago

What value should be used to populate gender_concept_id?

CDM or THEMIS convention?

THEMIS

Is this a general convention?

No

Summary of issues

Summary of answer

Related links

Other comments/notes

askanter commented 7 months ago

So the title is even misleading since this really is about how to store the biological sex :)

clairblacketer commented 7 months ago

So the title is even misleading since this really is about how to store the biological sex :)

Yeah that is a good point, I will update the title. I am going back and forth on the gender fields because they are meant to capture sex but really most of the time we get a sex value for a person and we don't know if it is biological sex or gender identity

clairblacketer commented 7 months ago

@askanter I am going to open a second one specifically about gender identity

MelaniePhilofsky commented 7 months ago

Issue # and location

Forum

Format as follows:

Issue summary

he term "gender_concept_id" is outdated and really should be "sex_concept_id". Since changing gender_concept_id is a huge lift for developers and package maintainers, this change will be implemented at the next major release. In the meantime, what value should be used to populate gender_concept_id?

Convention type

Table

CDM table

Person

CDM field

gender_concept_id

Links to issue discussion

Links to location of discussion on forums, CDM GitHub, Themis GitHub, etc.

Format as follows:

Provenance of data

All data

The ratified convention

PERSON.Gender_concept_id should hold the standard concept representing the patient's assigned sex at birth

Date of ratification/published

NA

Downstream implications

No

Link to DQD check

isRequired cdmDatatype isForeignKey fkDomain isStandardValidConcept standardRecordConceptCompleteness

Related conventions/further information

If the source data captures gender identity it should be stored in the OBSERVATION table.

#Tags Sex, gender, gender identity

clairblacketer commented 7 months ago

opened PR #114