Skip to content

Commit 6f7cd46

Browse files
author
Matjaz
committed
Update export-data.md
1 parent 452825f commit 6f7cd46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/export-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are four steps involved in performing export in Azure API for FHIR:
1818
1. Enable Managed Identity on Azure API for FHIR Service
1919
2. Creating a storage account (if not done before) and assigning permission to Azure API for FHIR to the storage account
2020
3. Selecting the storage account in Azure API for FHIR as export storage account
21-
4. Performing the export by invoking $export command on Azure API for FHIR
21+
4. Executing the export by invoking $export command on Azure API for FHIR
2222

2323
## Enabling Managed Identity on Azure API for FHIR
2424

@@ -34,7 +34,7 @@ Now we can move to next step and create a storage account and assign permission
3434

3535
Next step in export is to assign permission for Azure API for FHIR service to write to the storage account.
3636

37-
After we have created a storage account, we need to navigate to Access Control (AIM) blade in Storage Account and select Add Role Assignments
37+
After we have created a storage account, navigate to Access Control (AIM) blade in Storage Account and select Add Role Assignments
3838

3939
![Enable Managed Identity](media/export-data/FHIR-Export-Role-Assignment.png)
4040

@@ -46,15 +46,15 @@ Now we are ready for next step where we can select the storage account in Azure
4646

4747
## Selecting the storage account for $export
4848

49-
Final step before invoking $export command is to assign the storage account that Azure API for FHIR will use to export the data to. To do this navigate to Integration blade in Azure API for FHIR service in Azure portal and select the storage account
49+
Final step before invoking $export command is to assign the storage account that Azure API for FHIR will use to export the data to. To do this, navigate to Integration blade in Azure API for FHIR service in Azure portal and select the storage account
5050

5151
![Enable Managed Identity](media/export-data/FHIR-Export-Storage.png)
5252

5353
After that we are ready to export the data using $export command.
5454

5555
## Exporting the data using $export command
5656

57-
After we have configured Azure API for FHIR for export, we can now go and use the $export command to export the data out of the service into the storage account we specified. In order to learn how to invoke $export command in FHIR server, please read documentation on $export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)
57+
After we have configured Azure API for FHIR for export, we can now go and use the $export command to export the data out of the service into the storage account we specified. To learn how to invoke $export command in FHIR server, please read documentation on $export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)
5858

5959
> [!IMPORTANT]
6060
> Note that currently Azure API for FHIR only supports System Level Export as defined in Export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)

0 commit comments

Comments
 (0)