Stream: implementers
Topic: Resource validation outside FHIR server
Shlomy Reinstein (Nov 17 2016 at 09:27):
My application works with a FHIR server that only performs validation against the base resource profile. The resources must be validated against their profiles before being consumed by the application. What is the common strategy for resource validation outside the server? E.g. The application could validate the resources when it gets them, or could use some process which validates resources and marks those which are valid.
Grahame Grieve (Nov 17 2016 at 09:32):
there is validation code for both .Net and Java
Shlomy Reinstein (Nov 17 2016 at 09:36):
Ok, but are there BKMs to how to use them? e.g. How to mark that a resource has been validated?
Grahame Grieve (Nov 17 2016 at 09:37):
java and net both doing validation API presentations right now
Grahame Grieve (Nov 17 2016 at 09:38):
you could record a validation approval in a Provenance resource, though it probably doesn't have all the right codes
Last updated: Apr 12 2022 at 19:14 UTC