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

Automated Mapping of field to concept_id #632

Open
erummas opened this issue Jan 31, 2024 · 0 comments
Open

Automated Mapping of field to concept_id #632

erummas opened this issue Jan 31, 2024 · 0 comments

Comments

@erummas
Copy link

erummas commented Jan 31, 2024

Currently the mapper only supports automated field value mapping but not field mappings

Suggestion :

  • Make use of the dictionary to generate mappings
    Current format for dictionary is
    csv_file_name | field_name | code | value
    abc.csv | condition | icd10

Presently we are required to provide csv_file_name , field_name and code for field value mapping. I'd recommend we use this to map field instead of field values.

In order to map field values we could make use of the 'value' column and use a key word such as 'map_all_values' to suggest it's a field value mapping.
csv_file_name | field_name | code | value
abc.csv | condition | icd10 | map_all_values

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

No branches or pull requests

1 participant