Skip to content

Commit

Permalink
Add new encounter class to mapper
Browse files Browse the repository at this point in the history
Map newly received value "Surgery admit" to "IMP" (Inpatient) encounter class.
  • Loading branch information
davereinhart committed Jun 22, 2022
1 parent c05df59 commit 567676b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -439,6 +439,7 @@ def create_encounter_class(redcap_record: dict) -> dict:
"observation" : "IMP",
"field" : "FLD",
"surgery overnight stay" : "IMP",
"surgery admit" : "IMP",
}

standardized_encounter_class = standardize_whitespace(encounter_class.lower())
Expand Down

0 comments on commit 567676b

Please sign in to comment.