Skip to content

Commit 8de6b19

Browse files
Merge pull request #288309 from v-aljagtap/v-aljagtap/128511
FAQ added into FHIR search overview page in AHDS
2 parents c926107 + 594b2e0 commit 8de6b19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/healthcare-apis/fhir/overview-of-search.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ As previously mentioned, the results from a FHIR search are available in paginat
160160

161161
Currently, the FHIR service in Azure Health Data Services only supports the `next` link and doesn’t support `first`, `last`, or `previous` links in bundles returned from a search.
162162

163+
## FAQ
164+
165+
What does "partial support" mean in
166+
[R4 Unsupported Search Parameters](https://github.com/microsoft/fhir-server/blob/main/src/Microsoft.Health.Fhir.Core/Data/R4/unsupported-search-parameters.json)?
167+
168+
Some of the resource-specific search parameters cover more than one data type, and the FHIR service in Azure Health Data Services may only support that search parameter on one of those data types. For example, Condition-abatement-age and Condition-onset-age cover two different data types, Age and Range; however, the FHIR service in Azure Health Data Services supports those two search parameters on Range, but not on Age.
169+
170+
163171
## Next steps
164172

165173
Now that you've learned about the basics of FHIR search, see the search samples page for details about how to search using search parameters, modifiers, and other FHIR search methods.

0 commit comments

Comments
 (0)