MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

Custom FHIR operations #121605

Open dougkavanagh opened 7 months ago

dougkavanagh commented 7 months ago

This is a great article, but I hoping to find an answer to what I suspect is a FAQ: "How can I extend the FHIR Service API with a custom FHIR operation? https://hl7.org/fhir/r4/operations.html These custom operations are in contrast to the built-in ones such as $everything. Many IGs specify a custom operation. I have seen a reference to a .NET project that can implement these but it's hard to locate and I forget where it was located. Not being a .NET programmer, ideally, I would like operation could be implemented as a serverless Typescript function deployed within the same resource group. To avoid having two separate base URLs, one for the FHIR Service and one for the operation, I imagine the only alternative would be to set up a proxy service, where the custom operation is handled by the proxy server and all other calls are forwarded on to the FHIR Service.

Thanks! Doug


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

TPavanBalaji commented 6 months ago

@dougkavanagh Thank you for bringing this to our attention. I've delegated this to content author, who will review it and offer their insightful opinions.