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

Support data type validation on Questionnaires #46

Closed
vincent-karuri opened this issue Mar 22, 2021 · 7 comments
Closed

Support data type validation on Questionnaires #46

vincent-karuri opened this issue Mar 22, 2021 · 7 comments
Assignees

Comments

@vincent-karuri
Copy link
Contributor

This is broad but includes validating that data rules for fields are not broken e.g. a number-only field should not allow text, some fields cannot be left blank etc.

@pld
Copy link
Member

pld commented Mar 22, 2021

I think that's handled by the SDC, https://hl7.org/fhir/us/sdc/index.html

Could we close this issue with an example of coding a questionnaire that has data validation logic?

@vincent-karuri
Copy link
Contributor Author

Yes, this should be in SDC, not sure it's implemented already.

@pld
Copy link
Member

pld commented Mar 24, 2021

This looks like it would cover it, and needs work, google/android-fhir#383

@pld pld mentioned this issue Mar 24, 2021
@vincent-karuri vincent-karuri self-assigned this Mar 25, 2021
@vincent-karuri
Copy link
Contributor Author

related to google/android-fhir#374 (comment)

@vincent-karuri
Copy link
Contributor Author

related pr google/android-fhir#224

@vincent-karuri
Copy link
Contributor Author

The pr above will add minValue and maxValue validation extension support to the Android FHIR SDK. Our work will be to extend this and add more validators in the future. Atm, this work is blocked until the pr merges.

@vincent-karuri vincent-karuri added the Blocked Item is blocked by another prerequisite label Mar 29, 2021
@vincent-karuri
Copy link
Contributor Author

list of all validators http://build.fhir.org/ig/HL7/sdc/behavior.html.

@f-odhiambo f-odhiambo removed the G6PD label Jun 23, 2021
@f-odhiambo f-odhiambo removed the Blocked Item is blocked by another prerequisite label Jun 23, 2021
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

3 participants