You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/fhir-features-supported.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Supported FHIR features in FHIR service
3
-
description: This article explains which features of the FHIR specification that are implemented in Azure Health Data Services
2
+
title: Supported FHIR features in the FHIR service
3
+
description: Learn which features of the FHIR specification are implemented in the FHIR service in Azure Health Data Services
4
4
services: healthcare-apis
5
5
author: expekesheth
6
6
ms.service: healthcare-apis
@@ -12,7 +12,7 @@ ms.author: kesheth
12
12
13
13
# Supported FHIR Features
14
14
15
-
FHIR® service in Azure Health Data Services (hereby called FHIR service) provides a fully managed deployment of the [open-source FHIR Server](https://github.com/microsoft/fhir-server) and is an implementation of the [FHIR](https://hl7.org/fhir) standard. This document lists the main features of the FHIR service.
15
+
The FHIR® service in Azure Health Data Services provides a fully managed deployment of the [open-source FHIR Server](https://github.com/microsoft/fhir-server) and is an implementation of the [FHIR](https://hl7.org/fhir) standard. This article lists the main features of the FHIR service.
16
16
17
17
## FHIR version
18
18
@@ -22,7 +22,7 @@ Previous versions also currently supported include: `3.0.2`
22
22
23
23
## REST API
24
24
25
-
Below is a summary of the supported RESTful capabilities. For more information on the implementation of these capabilities, see [FHIR REST API capabilities](fhir-rest-api-capabilities.md).
25
+
Here is a summary of the supported RESTful capabilities. For more information on the implementation of these capabilities, see [FHIR REST API capabilities](fhir-rest-api-capabilities.md).
26
26
27
27
| API | Azure API for FHIR | FHIR service in Azure Health Data Services | Comment |
@@ -67,14 +67,11 @@ FHIR service uses [Microsoft Entra ID](https://azure.microsoft.com/services/acti
67
67
68
68
***Bundle size** - Each bundle is limited to 500 items.
69
69
***Subscription Limit** - By default, each subscription is limited to a maximum of 10 FHIR services. The limit can be used in one or many workspaces.
70
-
***Storage size** - By default each FHIR instance is limited to storage capacity of 4TB. To provision a FHIR instance with storage capacity beyond 4TB, create support request with Issue type 'Service and Subscription limit (quotas)'.
70
+
***Storage size** - By default each FHIR instance is limited to storage capacity of 4 TB. To deploy a FHIR instance with storage capacity beyond 4 TB, create support request with Issue type **Service and Subscription limit (quotas)**.
71
71
72
72
73
73
## Next steps
74
74
75
-
In this article, you've read about the supported FHIR features in the FHIR service. For information about deploying FHIR service, see
76
-
77
-
>[!div class="nextstepaction"]
78
-
>[Deploy FHIR service](fhir-portal-quickstart.md)
75
+
[Deploy the FHIR service](fhir-portal-quickstart.md)
79
76
80
-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/get-started-with-fhir.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom: mode-api
14
14
15
15
This article outlines the basic steps to get started with the FHIR service in [Azure Health Data Services](../healthcare-apis-overview.md).
16
16
17
-
As a prerequisite, you'll need an Azure subscription and have been granted proper permissions to create Azure resource groups and deploy Azure resources. You can follow all the steps, or skip some if you have an existing environment. Also, you can combine all the steps and complete them in PowerShell, Azure CLI, and REST API scripts.
17
+
As a prerequisite, you need an Azure subscription and permissions to create Azure resource groups and deploy Azure resources. You can follow all the steps, or skip some if you have an existing environment. Also, you can combine all the steps and complete them in PowerShell, Azure CLI, and REST API scripts.
18
18
19
19
[](media/get-started-with-fhir.png#lightbox)
20
20
@@ -33,23 +33,23 @@ Optionally, you can create a [DICOM service](../dicom/deploy-dicom-services-in-a
33
33
34
34
## Access the FHIR service
35
35
36
-
The FHIR service is secured by Microsoft Entra ID that can't be disabled. To access the service API, you must create a client application that's also referred to as a service principal in Microsoft Entra ID and grant it with the right permissions.
36
+
The FHIR service is secured by Microsoft Entra ID that can't be disabled. To access the service API, you must create a client application also referred to as a service principal in Microsoft Entra ID and grant it with the right permissions.
37
37
38
38
### Register a client application
39
39
40
40
You can create or register a client application from the [Azure portal](../register-application.md), or using PowerShell and Azure CLI scripts. This client application can be used for one or more FHIR service instances. It can also be used for other services in Azure Health Data Services.
41
41
42
42
If the client application is created with a certificate or client secret, ensure that you renew the certificate or client secret before expiration and replace the client credentials in your applications.
43
43
44
-
You can delete a client application. Before you delete a client application, ensure that it's not used in production, dev, test, or quality assurance (QA) environments.
44
+
You can delete a client application. Before you delete a client application, ensure it isn't used in production, dev, test, or quality assurance (QA) environments.
45
45
46
46
### Grant access permissions
47
47
48
48
You can grant access permissions or assign roles from the [Azure portal](../configure-azure-rbac.md), or using PowerShell and Azure CLI scripts.
49
49
50
50
### Perform create, read, update, and delete (CRUD) transactions
51
51
52
-
You can perform create, read (search), update, and delete (CRUD) transactions against the FHIR service in your applications or by using tools such as Postman, REST Client, and cURL. Because the FHIR service is secured by default, you must obtain an access token and include it in your transaction request.
52
+
You can perform Create, Read (search), Update, and Delete (CRUD) transactions against the FHIR service in your applications or by using tools such as Postman, REST Client, and cURL. Because the FHIR service is secured by default, you must obtain an access token and include it in your transaction request.
53
53
54
54
#### Get an access token
55
55
@@ -71,13 +71,13 @@ You can find more details on interoperability and patient access, search, profil
71
71
72
72
### Export data
73
73
74
-
Optionally, you can export ($export) data to [Azure Storage](../data-transformation/export-data.md) and use it in your analytics or machine-learning projects. You can export the data "as-is" or [de-id](../data-transformation/de-identified-export.md) in `ndjson` format.
74
+
Optionally, you can export ($export) data to [Azure Storage](../data-transformation/export-data.md) and use it in your analytics or machine-learning projects. You can export the data "as-is" or [deid](../data-transformation/de-identified-export.md) in `ndjson` format.
75
75
76
76
### Converting data
77
77
78
78
Optionally, you can convert [HL7 v2](convert-data-overview.md) and other format data to FHIR.
79
79
80
-
### Using FHIR data in Power BI Dashboard
80
+
### Using FHIR data in Power BI dashboard
81
81
82
82
Optionally, you can create Power BI dashboard reports with FHIR data.
83
83
@@ -86,9 +86,6 @@ Optionally, you can create Power BI dashboard reports with FHIR data.
86
86
87
87
## Next steps
88
88
89
-
This article described the basic steps to get started using the FHIR service. For information about deploying FHIR service in the Azure Health Data Services workspace, see
89
+
[Deploy a FHIR service within Azure Health Data Services](fhir-portal-quickstart.md)
90
90
91
-
>[!div class="nextstepaction"]
92
-
>[Deploy a FHIR service within Azure Health Data Services](fhir-portal-quickstart.md)
93
-
94
-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
0 commit comments