Skip to content

Commit 72ece0d

Browse files
authored
Merge pull request #180082 from SteveWohl/fhir-service-autoscale
Created new fhir service autoscale concept article
2 parents bfa0412 + ff1854c commit 72ece0d

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Autoscale feature for Azure Healthcare APIs FHIR service
3+
description: This article describes the Autoscale feature for Azure Healthcare APIs FHIR service.
4+
author: stevewohl
5+
ms.service: healthcare-apis
6+
ms.subservice: fhir
7+
ms.topic: conceptual
8+
ms.date: 11/16/2021
9+
ms.author: zxue
10+
---
11+
12+
# FHIR service autoscale
13+
14+
The FHIR service in Azure Healthcare APIs is a managed service allowing customers to persist FHIR-compliant healthcare data and interact with it securely through the API service endpoint. The FHIR service provides the built-in autoscale capability to meet various workloads.
15+
16+
## What is FHIR service autoscale?
17+
18+
The autoscale feature for the FHIR service is designed to provide optimized service scalability automatically to meet customer demands when they perform data transactions in consistent or various workloads at any time. It is available in all regions where the FHIR service is supported. Keep in mind that the autoscale feature is subject to the resources available in Azure regions.
19+
20+
## How does FHIR service autoscale work?
21+
22+
When transaction workloads are high, the autoscale feature increases computing resources automatically. When transaction workloads are low, it decreases computing resources accordingly.
23+
24+
The autoscale feature adjusts computing resources automatically to optimize the overall service scalability. Whether you are performing read requests that include simple queries like getting patient information using a patient ID, and advanced queries like getting all `DiagnosticReport` resources for patients whose name is "Sarah", or you're creating or updating FHIR resources, the autoscale feature manages the dynamics and complexity of resource allocation to ensure high scalability.
25+
26+
The autoscale feature is part of the managed service and requires no action from customers. However, customers are encouraged to share their feedback to help improve the feature. Customers can also raise a support ticket to address any scalability issue they may have experienced.
27+
28+
### What is the cost of the FHIR service autoscale?
29+
30+
The autoscale feature incurs no extra costs to customers based on the new API billing model.
31+
32+
## Next steps
33+
34+
In this article, you've learned about the FHIR service autoscale feature in Azure Healthcare APIs, for more information about the FHIR service supported features, see
35+
36+
>[!div class="nextstepaction"]
37+
>[Supported FHIR features](fhir-features-supported.md)

articles/healthcare-apis/fhir/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ items:
8080

8181
- name: Concepts
8282
items:
83+
- name: FHIR service autoscale
84+
href: fhir-service-autoscale.md
8385
- name: FHIR Rest API capabilities
8486
href: fhir-rest-api-capabilities.md
8587

0 commit comments

Comments
 (0)