Skip to content

Commit

Permalink
Clinical ETL: Update ethnicity mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sallybg committed Dec 4, 2023
1 parent d8dd52b commit 516aa71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/seattleflu/id3c/cli/command/etl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ def ethnicity(ethnicity: Optional[str]) -> Optional[bool]:
"null": None,
"declined to answer": None,
"unable to collect": None,
"prefer not to answer": None,
"don't know": None,
}

if ethnicity not in mapper:
Expand Down

0 comments on commit 516aa71

Please sign in to comment.