Skip to content

Commit e548b39

Browse files
authored
PR comment resolved
1 parent d73f28f commit e548b39

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

articles/healthcare-apis/fhir/fhir-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ No. We don't have a way to change the version of an existing database. You'll ne
9191

9292
No. You can't change the URL for the FHIR service.
9393

94-
### What are the limits associated with Azure FHIR service?
94+
### What are the limits associated with the FHIR service in Azure Health Data Services?
9595

96-
Please refer
96+
Please refer to the "Service limits" section in
9797
[Azure FHIR service limits](fhir-features-supported.md#service-limits)
9898

9999
## FHIR Implementations and Specifications
@@ -143,7 +143,7 @@ To perform a health check on a FHIR service, enter `{{fhirurl}}/health/check` in
143143

144144
If there are errors, you may receive an error response with HTTP status code 404 (Not Found) or status code 500 (Internal Server Error), and detailed information in the response body.
145145

146-
**What are the recommended methods for syncing data between Azure FHIR Service and Dataverse?**
146+
**What are the recommended methods for syncing data between the FHIR service and Dataverse?**
147147

148148
Please refer to documentation for
149149
[Dataverse healthcare APIs](/dynamics365/industry/healthcare/dataverse-healthcare-apis-overview)

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,19 +160,10 @@ 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-
164163
## Troubleshooting FHIR Search
165-
**Is the HL7 FHIR API, specifically the lastN operation for observations, supported by Microsoft?**
166-
167-
This option is not supported. Please refer to the alternative approach would be to use _count to restrict resources returned per page and then use sort parameter to provide results in descending order.
168-
169-
## FAQ
170-
171-
What does "partial support" mean in
172-
[R4 Unsupported Search Parameters](https://github.com/microsoft/fhir-server/blob/main/src/Microsoft.Health.Fhir.Core/Data/R4/unsupported-search-parameters.json)?
173-
174-
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.
164+
**Is the $lastn operation for observations supported?**
175165

166+
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.
176167

177168
## Next steps
178169

0 commit comments

Comments
 (0)