-
Notifications
You must be signed in to change notification settings - Fork 109
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
How to override validation #149
Comments
This is a issue pertinent to me as well - I'm building up FHIR resources from a spreadsheet and not all of the data is available at resource construction time - some will come later. At the moment, I'm filling in the mandatory data as a hack to satisfy the validator, but this becomes tricky when you have a mandatory choice such as @Healthedata1 how do you deal with this - as I understand you have a similar usecase? |
I'm filling in the mandatory data as a hack to satisfy the validator.
is what I do too.
Eric M Haas, DVM, MS
Health eData Inc
211 S Jefferson St, Napa, CA 94559
707.227.2608
***@***.***
…On Wed, Mar 20, 2024 at 6:41 AM Vadim Peretokin ***@***.***> wrote:
This is a issue pertinent to me as well - I'm building up FHIR resources
from a spreadsheet and not all of the data is available at resource
construction time - some will come later.
At the moment, I'm filling in the mandatory data as a hack to satisfy the
validator.
@Healthedata1 <https://github.com/Healthedata1> how do you deal with this
- as I understand you have a similar usecase?
—
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYRJ2WC736K734QUGJUKM3YZGGZZAVCNFSM6AAAAABA5JK34SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGU4TKMZSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
Thanks for this really wonderful library. I have lots of dirty data, and I was looking for an option to turn off all validation when I try to create a resource (e.g. Condition, Resource) from a json. Could you please send an example?
What I Did
I create resources in the regular way and I run into tons of errors. I would rather just turn off all validation.
The text was updated successfully, but these errors were encountered: