Stream: implementers
Topic: Validation of resource
TTNJyothi (May 18 2021 at 05:55):
How to validate the resources before calling Post method
Nagaraju (May 18 2021 at 05:59):
Do you mean auto validation of the resource against a particular profile /Structure definition while performing POST operation ?
TTNJyothi (May 18 2021 at 06:02):
Yes, I understand there is a seperate $ validation function however iam looking to validate while performing the Post operation in one go i.e. insert if validation turns of to be successfull.
Kevin Mayfield (May 18 2021 at 07:17):
Is this in HAPI, if so looking at validating interceptors
Grahame Grieve (May 18 2021 at 07:21):
client can't make that choice; the server does
Nagaraju (May 18 2021 at 08:46):
How we can implement validating inspector for HAPI ? Is we need to do at the server end or client end ?
Kevin Mayfield (May 18 2021 at 09:35):
https://hapifhir.io/hapi-fhir/docs/validation/repository_validating_interceptor.html
Last updated: Apr 12 2022 at 19:14 UTC