FHIR Chat · Help with SearchParameters · implementers

Stream: implementers

Topic: Help with SearchParameters


view this post on Zulip Natasha Singh (Jan 16 2020 at 17:06):

Hello,

I am having trouble getting a simple string type search parameter to work. I’ve tried testing using HAPI R4 at http://hapi.fhir.org/baseR4

Here’s what I did:

  • Loaded Patient StructureDefinition, Patient race extension, and Patient race search parameter (see attached) into server
  • Loaded a Patient resource using the race extension set to Asian (see attached)
  • Executed the query: GET /Patient?race=Asian

The total resources returned is always 0.

Could someone please help me figure out what I’m doing wrong?

patient-sd.json patient-race-str-ext.json patient-race-initial-sp.json patient.json

Thank you!

view this post on Zulip Lloyd McKenzie (Jan 16 2020 at 17:21):

You might raise on the #hapi stream


Last updated: Apr 12 2022 at 19:14 UTC