Skip to content

Commit 23175ca

Browse files
authored
Update overview-of-search.md
FAQ part added
1 parent e548b39 commit 23175ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +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-
## Troubleshooting FHIR Search
164-
**Is the $lastn operation for observations supported?**
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+
Is the $lastn operation for observations supported?
165171

166172
This is not supported. The alternative approach would be to use _count to restrict resources returned per page and _sort to provide results in descending order.
167173

0 commit comments

Comments
 (0)