An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
Thank you for reaching out to Microsoft Q&A.
According to these Documents: https://github.com/microsoft/fhir-server/discussions/3091#discussioncomment-12454671 and https://learn.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/fhir-faq#what-fhir-version-do-you-support-
What FHIR version do you support? We support versions 4.0.0 and 3.0.1. For more information, see the FHIR supported features. You can also read about what has changed between FHIR versions (STU3 to R4) in the version history for HL7 FHIR.
Azure Health Data Services currently supports only:
- FHIR R4 (primary, GA)
- FHIR STU3 (legacy / limited scenarios)
FHIR R5 is not yet available as a supported version in Azure Health Data Services. Because the FHIR version is a service-level characteristic, it cannot be upgraded or changed after the service is created, and it cannot be enabled via Azure support, subscription changes, or ARM/Bicep/CLI updates.
What can you do today?
Refer below points for supported paths forward:
Use FHIR R4 (Recommended)
Azure Health Data Services fully supports FHIR R4 and is production ready.
Most R5 features can be modeled or adapted in R4 with extensions.
This is the only officially supported production option today. [github.com]
Use the FHIR R5 Backport Implementation Guide
If you specifically need R5-style Subscriptions or behaviors, Microsoft recommends using the R5 Backport IG with an R4 server.
This allows partial R5 functionality while staying within a supported R4 service.
Transform R5 payloads to R4 before ingestion
Introduce a transformation layer (Azure Functions, Logic Apps, or ADF) to:
Convert R5 resources → R4-compatible resources
Strip unsupported elements
This is a common enterprise pattern when upstream systems already emit R5.
If the resolution was helpful, kindly take a moment to click on
and click on Yes for was this answer helpful. And, if you have any further query do let us know.