Skip to content

Commit 5469bc2

Browse files
Merge pull request #265540 from EXPEkesheth/patch-147
Added FAQ section
2 parents 7fdce7b + f5c520b commit 5469bc2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/healthcare-apis/fhir/selectable-search-parameters.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,14 @@ A reindex job can be executed against the entire FHIR service database or agains
159159
> [!NOTE]
160160
> A capability statement document is a set of behaviors for a FHIR server. A capability statement is available for the /metadata endpoint. `Enabled` search parameters are listed in the capability statement for your FHIR service.
161161
162+
## Frequently Asked Questions
163+
164+
**What is the behavior if the query is includes a search parameter with status 'Supported'?**
165+
166+
The search parameter in the 'Supported' state needs to be reindexed. Until then, the search parameter is not activated. In case a query is executed on a non-active search parameter, the FHIR service will render a response without considering that search parameter. In the response, there will be a warning message indicating that the search parameter was not indexed and therefore not used in the query. To render an error in such situations, use the 'Prefer: handling' header with the value 'strict'. By setting this header, warnings will be reported as errors.
167+
162168
## Next steps
163169

164170
[Define custom search parameters](how-to-do-custom-search.md)
165171

166-
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
172+
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

0 commit comments

Comments
 (0)