FHIR Chat · Automatic validating against custom StructureDefinitions · hapi

Stream: hapi

Topic: Automatic validating against custom StructureDefinitions


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

view this post on Zulip Ryan Crichton (Apr 23 2021 at 14:08):

Does anyone know? I can't find clear documentation on this.

view this post on Zulip Richard Stanley (Apr 23 2021 at 19:06):

@James Agnew

view this post on Zulip Patrick Werner (Apr 23 2021 at 19:06):

sure, just upload your profiles ro a hapi server

view this post on Zulip Patrick Werner (Apr 23 2021 at 19:07):

after that you can use /$validate

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