Skip to content

Commit

Permalink
edited visit outcome (#200)
Browse files Browse the repository at this point in the history
Converts outcome 'recovered' to 'discharged'.
  • Loading branch information
ekamau committed Nov 17, 2023
1 parent 44e9262 commit a83bba7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion isaric/parsers/ccp-drc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
[visit.outcome]
field = "outcome"
description = "Date of the outcome"
values = { 1 = "discharged", 2 = "recovered", 3 = "transferred", 4 = "death", 5 = "discharged", 6 = "palliative discharge" }
values = { 1 = "discharged", 2 = "discharged", 3 = "transferred", 4 = "death", 5 = "discharged", 6 = "palliative discharge" }

[visit.date_outcome]
field = "outcome_date"
Expand Down
2 changes: 1 addition & 1 deletion isaric/parsers/ccp-ghana.toml
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
[visit.outcome]
field = "outcome"
description = "Outcome"
values = { 1 = "discharged", 2 = "recovered", 3 = "transferred", 4 = "death", 5 = "discharged", 6 = "palliative discharge" }
values = { 1 = "discharged", 2 = "discharged", 3 = "transferred", 4 = "death", 5 = "discharged", 6 = "palliative discharge" }

[visit.pathogen_test_date]
field = "path_date"
Expand Down
2 changes: 1 addition & 1 deletion isaric/parsers/ccp-guinea.toml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@

[visit.outcome.values]
1 = "discharged"
2 = "recovered"
2 = "discharged"
3 = "transferred"
4 = "death"
5 = "discharged" # released with home care
Expand Down
2 changes: 1 addition & 1 deletion isaric/parsers/western-australia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
field = "dsterm"

[visit.outcome.values] # check correspondence of these values
1 = "recovered" # discharged alive
1 = "discharged" # discharged alive
2 = "hospitalised"
3 = "transferred"
4 = "death"
Expand Down

0 comments on commit a83bba7

Please sign in to comment.