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

Disease name/code alias mapping #7

Open
stevencarlislewalker opened this issue Jul 27, 2021 · 1 comment
Open

Disease name/code alias mapping #7

stevencarlislewalker opened this issue Jul 27, 2021 · 1 comment
Projects

Comments

@stevencarlislewalker
Copy link
Member

stevencarlislewalker commented Jul 27, 2021

User Stories

As a developer of data prep scripts for producing derived IIDDA dataset
I want to be able to conveniently replace the names/codes of diseases in the dataset that I am working on with IIDDA-standard names
So that I can easily make data that interoperate with other data on IIDDA

As a user of derived IIDDA datasets
I want the same diseases to have the same names regardless of naming variation across sources
So that I can easily compare data from different sources

Acceptance Criteria

  • Create a JSON file with one key for each disease, such that the key has the generic IIDDA-standard name
  • The value for each key is a list of aliases for the disease that are found in the existing derived IIDDA datasets
  • Create a script for inverting this JSON file so that developers can look up aliases and replace with IIDDA-standard names
  • If the alias doesn't exist, it should be easy for the developer to push the new name to the current list
@stevencarlislewalker stevencarlislewalker added this to To Do in Tasks Jul 27, 2021
@stevencarlislewalker
Copy link
Member Author

Good stuff from Tycho on this topic. Can follow a standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Tasks
To Do
Development

No branches or pull requests

1 participant