FHIR Chat · Searching Patient.name.text · hapi

Stream: hapi

Topic: Searching Patient.name.text


view this post on Zulip Lin Zhang (Dec 09 2020 at 06:35):

[base]/Patient?name=XXX gives nothing in the searchset. Is this a bug? You can use the Patient with id=1708068 to check this issue on the test server hapi.fhir.org.

view this post on Zulip Lin Zhang (Dec 09 2020 at 06:48):

{ "resourceType": "Patient", "id": "1708068", "meta": { "versionId": "1", "lastUpdated": "2020-12-09T06:26:51.395+00:00", "source": "#INyAehIPPnnHvNZL" }, "text": { "status": "generated", "div": "<div xmlns=\"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>\">\n <div class=\"hapiHeaderText\">Santi \n <b>SIK </b>\n </div>\n <table class=\"hapiPropertyTable\">\n <tbody/>\n </table>\n </div>" }, "name": [ { "text": "X1Y1Z1" } ] }

view this post on Zulip Lin Zhang (Dec 09 2020 at 10:23):

This would be a typical use case here, i.e., populating the full name into the single element Patient.name.text, although the name also has its parts (often only family+given).

view this post on Zulip Lin Zhang (Dec 17 2020 at 03:40):

An interim workaround for this: use the parameter _content to search the full name.

view this post on Zulip Lin Zhang (Dec 17 2020 at 03:41):

BTW, the release of HAPI FHIR JPA Server we use is 5.1.0


Last updated: Apr 12 2022 at 19:14 UTC