Skip to content

Commit

Permalink
Consistent case #2714
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jul 27, 2022
1 parent 208a551 commit 1add417
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"data_dictionary_text": "Sex at birth of an individual.",
"required": true,
"values": [
"Male",
"Female",
"Unknown",
"male",
"female",
"unknown",
"other"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"caseStatus": "omit_error",
"pathogenStatus": "endemic",
"sexAtBirth": "Female"
"sexAtBirth": "female"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
},
"caseStatus": "probable",
"pathogenStatus": "emerging",
"sexAtBirth": "Female"
"sexAtBirth": "female"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
},
"caseStatus": "probable",
"pathogenStatus": "unknown",
"sexAtBirth": "Female"
"sexAtBirth": "female"
}

0 comments on commit 1add417

Please sign in to comment.