JoseV.
JoseV.

Reputation: 29

Azure Server FHIR: Search Sorting

I've been working on Azure FHIR, however I could not find how to sort search results. I tried to follow the HL7-FHIR documentation, but it did not work.

GET [base]/Observation?_sort=status,-date,category   

Anybody knows the correct way of sorting in Azure FHIR?

Thanks

Upvotes: 2

Views: 312

Answers (1)

MichaelHansen
MichaelHansen

Reputation: 666

Sorting is not supported yet in the Azure API for FHIR. It is in our backlog, but no firm date yet.

https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir-features-supported

Upvotes: 2

Related Questions