Stream: hapi
Topic: Automatic validating against custom StructureDefinitions
Ryan Crichton (Apr 22 2021 at 13:49):
Hi all, quick question. Is it possible to configure the HAPI FHIR JPA server to validate against StructureDefinitions that you create in a custom profile? Is this common practice? If not, are profile just ways on presenting how data is exchanged and not used at all on the server side?
Ryan Crichton (Apr 23 2021 at 14:08):
Does anyone know? I can't find clear documentation on this.
Richard Stanley (Apr 23 2021 at 19:06):
@James Agnew
Patrick Werner (Apr 23 2021 at 19:06):
sure, just upload your profiles ro a hapi server
Patrick Werner (Apr 23 2021 at 19:07):
after that you can use /$validate
Patrick Werner (Apr 23 2021 at 19:08):
if you use the hapsi jpa starter server you can also add the needed FHIR packeages in the config yml
Last updated: Apr 12 2022 at 19:14 UTC