Skip to content

Commit e9320a9

Browse files
Merge pull request #213132 from judegnan/Commit-for-Ruiyi
Commit for Riuyu
2 parents 5f94d27 + 5bc0a3a commit e9320a9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/healthcare-apis/fhir/configure-import-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
88
ms.date: 06/06/2022
9-
ms.author: ruiyichen
9+
ms.author: mikaelw
1010
---
1111

1212
# Configure bulk-import settings (Preview)
@@ -25,7 +25,7 @@ The first step in configuring the FHIR service for import is to enable system wi
2525

2626
In this step, browse to your FHIR service in the Azure portal, and select the **Identity** blade. Select the **Status** option to **On** , and then select **Save**. The **Yes** and **No** buttons will display. Select **Yes** to enable the managed identity for FHIR service. After the system identity has been enabled, you'll see a system assigned GUID value.
2727

28-
[ ![Enable Managed Identity](media/export-data/fhir-mi-enabled.png) ](media/export-data/fhir-mi-enabled.png#lightbox)
28+
[![Enable Managed Identity](media/export-data/fhir-mi-enabled.png)](media/export-data/fhir-mi-enabled.png#lightbox)
2929

3030

3131
## Assign permissions to the FHIR service to access the storage account
@@ -36,7 +36,7 @@ For more information about assigning roles in the Azure portal, see [Azure built
3636

3737
Add the role [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) to the FHIR service, and then select **Save**.
3838

39-
[![Screen shot of the Add role assignment page.](media/bulk-import/add-role-assignment-page.png) ](media/bulk-import/add-role-assignment-page.png#lightbox)
39+
[![Screen shot of the Add role assignment page.](media/bulk-import/add-role-assignment-page.png)](media/bulk-import/add-role-assignment-page.png#lightbox)
4040

4141
Now you're ready to select the storage account in the FHIR service as a default storage account for import.
4242

@@ -51,15 +51,15 @@ To specify the Azure Storage account, you need to use [REST API](/rest/api/healt
5151

5252
To get the request URL and body, browse to the Azure portal of your FHIR service. Select **Overview**, and then **JSON View**.
5353

54-
[ ![Screenshot of Get JSON View](media/bulk-import/fhir-json-view.png) ](media/bulk-import/fhir-json-view.png#lightbox)
54+
[![Screenshot of Get JSON View](media/bulk-import/fhir-json-view.png)](media/bulk-import/fhir-json-view.png#lightbox)
5555

5656
Copy the URL as request URL and do following changes of the JSON as body:
5757
- Set enabled in importConfiguration to **true**
5858
- add or change the integrationDataStore with target storage account name
5959
- Set initialImportMode in importConfiguration to **true**
6060
- Drop off provisioningState.
6161

62-
[ ![Screenshot of the importer configuration code example](media/bulk-import/import-url-and-body.png) ](media/bulk-import/import-url-and-body.png#lightbox)
62+
[![Screenshot of the importer configuration code example](media/bulk-import/import-url-and-body.png)](media/bulk-import/import-url-and-body.png#lightbox)
6363

6464
After you've completed this final step, you're ready to import data using $import.
6565

articles/healthcare-apis/fhir/convert-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: overview
99
ms.date: 08/15/2022
10-
ms.author: ruiyichen
10+
ms.author: mikaelw
1111
ms.custom: subject-rbac-steps
1212
---
1313

@@ -35,7 +35,7 @@ A `$convert-data` API call packages the health data for conversion inside a JSON
3535
| ----------- | ----------- | ----------- |
3636
| `inputData` | Data payload to be converted to FHIR. | For `Hl7v2`: string <br> For `Ccda`: XML <br> For `Json`: JSON |
3737
| `inputDataType` | Type of data input. | ```Hl7v2```, ``Ccda``, ``Json`` |
38-
| `templateCollectionReference` | Reference to an [OCI image ](https://github.com/opencontainers/image-spec) template collection in [Azure Container Registry (ACR)](https://azure.microsoft.com/services/container-registry/). The reference is to an image containing Liquid templates to use for conversion. This can be a reference either to default templates or a custom template image that is registered within the FHIR service. See below to learn about customizing the templates, hosting them on ACR, and registering to the FHIR service. | For ***default/sample*** templates: <br> **HL7v2** templates: <br>```microsofthealth/fhirconverter:default``` <br>``microsofthealth/hl7v2templates:default``<br> **C-CDA** templates: <br> ``microsofthealth/ccdatemplates:default`` <br> **JSON** templates: <br> ``microsofthealth/jsontemplates:default`` <br><br> For ***custom*** templates: <br> `<RegistryServer>/<imageName>@<imageDigest>`, `<RegistryServer>/<imageName>:<imageTag>` |
38+
| `templateCollectionReference` | Reference to an [OCI image](https://github.com/opencontainers/image-spec) template collection in [Azure Container Registry (ACR)](https://azure.microsoft.com/services/container-registry/). The reference is to an image containing Liquid templates to use for conversion. This can be a reference either to default templates or a custom template image that is registered within the FHIR service. See below to learn about customizing the templates, hosting them on ACR, and registering to the FHIR service. | For ***default/sample*** templates: <br> **HL7v2** templates: <br>```microsofthealth/fhirconverter:default``` <br>``microsofthealth/hl7v2templates:default``<br> **C-CDA** templates: <br> ``microsofthealth/ccdatemplates:default`` <br> **JSON** templates: <br> ``microsofthealth/jsontemplates:default`` <br><br> For ***custom*** templates: <br> `<RegistryServer>/<imageName>@<imageDigest>`, `<RegistryServer>/<imageName>:<imageTag>` |
3939
| `rootTemplate` | The root template to use while transforming the data. | For **HL7v2**:<br> "ADT_A01", "ADT_A02", "ADT_A03", "ADT_A04", "ADT_A05", "ADT_A08", "ADT_A11", "ADT_A13", "ADT_A14", "ADT_A15", "ADT_A16", "ADT_A25", "ADT_A26", "ADT_A27", "ADT_A28", "ADT_A29", "ADT_A31", "ADT_A47", "ADT_A60", "OML_O21", "ORU_R01", "ORM_O01", "VXU_V04", "SIU_S12", "SIU_S13", "SIU_S14", "SIU_S15", "SIU_S16", "SIU_S17", "SIU_S26", "MDM_T01", "MDM_T02"<br><br> For **C-CDA**:<br> "CCD", "ConsultationNote", "DischargeSummary", "HistoryandPhysical", "OperativeNote", "ProcedureNote", "ProgressNote", "ReferralNote", "TransferSummary" <br><br> For **JSON**: <br> "ExamplePatient", "Stu3ChargeItem" <br> |
4040

4141
> [!NOTE]
@@ -124,7 +124,7 @@ After creating an ACR instance, you can use the _FHIR Converter: Push Templates_
124124
Browse to your instance of the FHIR service in Azure portal and select the **Identity** blade.
125125
Change the status to **On** to enable managed identity in the FHIR service.
126126

127-
[ ![Screen image of Enable Managed Identity.](media/convert-data/fhir-mi-enabled.png) ](media/convert-data/fhir-mi-enabled.png#lightbox)
127+
[![Screen image of Enable Managed Identity.](media/convert-data/fhir-mi-enabled.png)](media/convert-data/fhir-mi-enabled.png#lightbox)
128128

129129
### Provide ACR access to the FHIR service
130130

0 commit comments

Comments
 (0)