FHIR Chat · Validation of resource · implementers

Stream: implementers

Topic: Validation of resource


view this post on Zulip TTNJyothi (May 18 2021 at 05:55):

How to validate the resources before calling Post method

view this post on Zulip 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 ?

view this post on Zulip 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.

view this post on Zulip Kevin Mayfield (May 18 2021 at 07:17):

Is this in HAPI, if so looking at validating interceptors

view this post on Zulip Grahame Grieve (May 18 2021 at 07:21):

client can't make that choice; the server does

view this post on Zulip 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 ?

view this post on Zulip 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