FHIR Chat · Validating QI Core · implementers

Stream: implementers

Topic: Validating QI Core


view this post on Zulip Greg A (Dec 16 2021 at 18:37):

I've got a HAPI FHIR JPA server started (fresh checkout from HAPI-FHIR-JpaServer-Starter

After asking on the google groups mailing list, I learned that I can specify an NPM package to include an implementation guide.

Now, I've already got QI-Core validation working in a Plain Server, but was looking for the most straight-forward way to set this up in a JpaServer.

The server starts, and the structure definitions are loaded. However, the validation isn't actually happening when I create a Patient resource.

I'm testing this by creating a Patient without name.family (which is required by QI-Core, but not required by base FHIR R4 )

Any suggestions for what I can look for to see if I have something setup incorrectly? Or.. should is the expected behavior different from what I'm expecting?

view this post on Zulip Lloyd McKenzie (Dec 16 2021 at 19:26):

Might be best to ask on #hapi


Last updated: Apr 12 2022 at 19:14 UTC