Skip to content

Instantly share code, notes, and snippets.

@elizabethnammour
Last active October 18, 2021 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elizabethnammour/6117fa1dcec07348d66ff18846380426 to your computer and use it in GitHub Desktop.
Save elizabethnammour/6117fa1dcec07348d66ff18846380426 to your computer and use it in GitHub Desktop.
{
"dataElementName": "birthdateKeyword",
"scanningMethods": [
{
"methodName": "birthdate_content_regex",
"methodType": "content_regex",
"contentRegexConfig": {
"allowList": [
"birthdate"
]
},
"methodName": "birthdate_colname_regex",
"methodType": "colname_regex",
"colNameRegexConfig": {
"allowList": [
"birthdate"
]
}
}
],
"evaluationExpression": "birthdate_content_regex || birthdate_colname_regex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment