Skip to content

Commit e53808f

Browse files
authored
Update overview-of-search.md
1 parent 23175ca commit e53808f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,11 @@ Currently, the FHIR service in Azure Health Data Services only supports the `nex
162162

163163
## FAQ
164164

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)?
165+
### What does "partial support" mean in [R4 Unsupported Search Parameters](https://github.com/microsoft/fhir-server/blob/main/src/Microsoft.Health.Fhir.Core/Data/R4/unsupported-search-parameters.json)?
167166

168167
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.
169168

170-
Is the $lastn operation for observations supported?
169+
### Is the $lastn operation for Observations supported?
171170

172171
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.
173172

0 commit comments

Comments
 (0)