FHIR Chat · Missing search parameter · hapi

Stream: hapi

Topic: Missing search parameter


view this post on Zulip Asharaf Kadavath (Apr 30 2020 at 22:20):

Missing search parameter

trying to use FamilyMemberHistory resource.

but search parameter for administrative gender(sex) always returns unknown search parameter error

looked at hapi server as well but getting the same error

url: http://hapi.fhir.org/baseR4/FamilyMemberHistory?sex=female

error: "Unknown search parameter \"sex\". Value search parameters for this search are: [_id, _language, code, date, gender, identifier, instantiates-canonical, instantiates-uri, patient, relationship, status]"

also the error message contains "gender" as supported parameter but its not listed here - https://www.hl7.org/fhir/familymemberhistory.html

is it a good idea to add missing parameter as a custom search parameter using SearchParameter resource?

any pointers highly appreciated.

view this post on Zulip Jens Villadsen (Apr 30 2020 at 22:49):

@James Agnew this sounds like a bug - gender was changed to sex in 4.0.1
image.png


Last updated: Apr 12 2022 at 19:14 UTC