We are trying to adhere closely to OHDSI standards for the REDS study.
Coding a single race in person.race_concept_id is straight forward.
| id | code | name | class | standard | valid | domain | vocab |
|---|---|---|---|---|---|---|---|
| 8657 | 1 | American Indian or Alaska Native | Race | Standard | Valid | Race | Race |
| 8515 | 2 | Asian | Race | Standard | Valid | Race | Race |
| 8516 | 3 | Black or African American | Race | Standard | Valid | Race | Race |
| 8557 | 4 | Native Hawaiian or Other Pacific Islander | Race | Standard | Valid | Race | Race |
| 8527 | 5 | White | Race | Standard | Valid | Race | Race |
Where a person reports more than one race, we put the standard values into observation_concept_id, using multiple records and populate person with âmultiple raceâ.
However, to do so, it appears that we need to stray from the standard and use a PCORNet concept.
| id | code | name | class | standard | valid | domain | vocab |
|---|---|---|---|---|---|---|---|
| 44814659 | Race-06 | Multiple race | Race | Non-standard | Valid | Observation | PCORNet |
Likewise, for a person who declined to answer we could populate the person.race_concept_id with another non-standard PCORNET concept from the Observation domain, or a standard LOINC concept from the Meas Value domain.
| id | code | name | class | standard | valid | domain | vocab |
|---|---|---|---|---|---|---|---|
| 44814660 | Race-07 | Refuse to answer | Race | Non-standard | Valid | Observation | PCORNet |
| 36210418 | LA27922-6 | Decline to answer | Answer | Standard | Valid | Meas Value | LOINC |
Finally, when a subject responds with âotherâ or âunknownâ, it appears that there is no valid code that we could use.
| id | code | name | class | standard | valid | domain | vocab |
|---|---|---|---|---|---|---|---|
| 8552 | UNK | Unknown | Race | Non-standard | Invalid | Race | Race |
| 8522 | 9 | Other Race | Race | Non-standard | Invalid | Race | Race |
Q1) Is there a consensus on how RACE should be dealt with, to allow for such data?
Q2) Would it be reasonable and practical for OMOPâs RACE vocabulary to include additional options?
Thanks,
G