Question about FHIR search parameters again #354
-
|
I have saved Patient resource with favorite-color in extension: My Next I have tried to find my Patient resource by http request: and got the aswer: What should I change to find my Patient by favorite-color? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
check out the FHIR search summary tables at https://www.hl7.org/fhir/search.html#table specifically the Identifier row. note that this data type is only indexed by search parameters of type "token" (whereas yours is a string) |
Beta Was this translation helpful? Give feedback.
-
|
I'm sorry, I did not fully understand your advice on how to do a search by extensions in accordance with the example.
|
Beta Was this translation helpful? Give feedback.

check out the FHIR search summary tables at https://www.hl7.org/fhir/search.html#table specifically the Identifier row.
note that this data type is only indexed by search parameters of type "token" (whereas yours is a string)