-
Notifications
You must be signed in to change notification settings - Fork 1
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
Handle unsupported datatypes #280
Conversation
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.
note that if we're trying to validate the resource content (which I don't see us doing here) we can use the HAPI validation libraries to do that, it might be worth using them here to validate the names, I'm not sure if they have a function to just validate that a resource name is an existing FHIR version, but probably, it seems like a feature they would need
sm-gen/src/main/kotlin/org.smartregister.fhir.structuremaptool/Main.kt
Outdated
Show resolved
Hide resolved
sm-gen/src/main/kotlin/org.smartregister.fhir.structuremaptool/Main.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Lentumunai-Mark <lentumunai.mark@students.jkuat.ac.ke> Co-authored-by: Peter Lubell-Doughtie <peter@ona.io>
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number] or Closes #[issue number]
Engineer Checklist
./gradlew spotlessApply
to check my code follows the project's style guide