-
Notifications
You must be signed in to change notification settings - Fork 0
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
initial mapping structure #2
Conversation
ContextThis pull request addresses the issue #384 in the Checklist
|
"namespace", | ||
"name", | ||
"short_name", | ||
"center_type" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this need to be required? could be use cases where new data doesn't have a clear center type (ie. category of center). does seem that short_name (name of center) could hold info similar to this. aka would it make sense to move center_type to not be required as long as short_name is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great point! will definitely have that in mind. For now all required elements are defined via GDC or FHIR. In this case, the data dictionary in resources is pulling GDC dictionary down to keep track of the data version locally as I go through the mappings (mapping list with source -> destination dictionaries).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- in readme document where Onedrive data came from
- create directories with .gitignore and readme (see https://github.com/ACED-IDP/synapse-sync/tree/feature/improvements/projects/bridge2ai-AI_READI)
- print some type of status or success msg for
fhirizer convert
- add logging for missing terms
"replace-me"
- recursion problem?
- spell out all the steps to convert one study
|
@bwalsh it's ready for another go - hopefully I caught them all. |
If it is not intended for the end user to change the output of the "convert" command, it might be better to add in this function into the generate command to simplify things for the end user. |
Pull Request Description
Goals:
Features:
Fixes:
unit testing:
NOTE: this is not an exhaustive testing, but the initial testing on major changes.
we can add exhaustive testing in a separate pull request.