Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external dictionary operations #141

Open
gerrycampion opened this issue Nov 30, 2022 · 0 comments
Open

Add external dictionary operations #141

gerrycampion opened this issue Nov 30, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation schema Updates to the rule schema or related logic

Comments

@gerrycampion
Copy link
Collaborator

gerrycampion commented Nov 30, 2022

Sample rule

Check:
  all:
    - operator: not_equal_to
      value: $valid_whodrug_codes
Operations:
 - id: $valid_whodrug_codes
   operator: whodrug_code_hierarchy
Rule Type: Record Data
Sensitivity: Record

Available operations:

  • "valid_meddra_code_references" - Validates meddra codes.
  • "valid_whodrug_references": Validates whodrug terms
  • "whodrug_code_hierarchy": Validates whodrug codes are correct hierarchy
  • "valid_meddra_term_references": Validates meddra terms
  • "valid_meddra_code_term_pairs": Validates meddra terms match the supplied codes

AC:
Sample and available operations have been added to the documentation
Available operations have been added to the schema

@gerrycampion gerrycampion added documentation Improvements or additions to documentation schema Updates to the rule schema or related logic labels Nov 30, 2022
@gerrycampion gerrycampion self-assigned this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation schema Updates to the rule schema or related logic
Projects
None yet
Development

No branches or pull requests

1 participant