Skip to content

Commit de108e9

Browse files
redirects
1 parent 49a0412 commit de108e9

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

articles/healthcare-apis/.openpublishing.redirection.healthcare-apis.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -516,17 +516,17 @@
516516
"source_path_from_root": "/articles/healthcare-apis/fhir/configure-azure-rbac-for-fhir.md",
517517
"redirect_url": "/azure/healthcare-apis/configure-azure-rbac",
518518
"redirect_document_id": false
519-
},
519+
},
520520
{
521521
"source_path_from_root": "/articles/healthcare-apis/data-transformation/convert-data.md",
522-
"redirect_url": "/azure/healthcare-apis/fhir/overview-of-convert-data",
522+
"redirect_url": "/azure/healthcare-apis/fhir/convert-data-overview",
523523
"redirect_document_id": false
524-
},
524+
},
525525
{
526-
"source_path_from_root": "/articles/healthcare-apis/fhir/convert-data.md",
527-
"redirect_url": "/azure/healthcare-apis/fhir/overview-of-convert-data",
528-
"redirect_document_id": true
529-
},
526+
"source_path_from_root": "/articles/healthcare-apis/fhir/frequently-asked-questions-convert-data.md",
527+
"redirect_url": "/azure/healthcare-apis/fhir/convert-data-faq",
528+
"redirect_document_id": true
529+
},
530530
{
531531
"source_path_from_root": "/articles/healthcare-apis/fhir/bulk-importing-fhir-data.md",
532532
"redirect_url": "/azure/healthcare-apis/fhir/configure-import-data",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this article, we detail how to use [Azure Data Factory (ADF)](../../data-fact
2020
Before getting started, do these steps:
2121

2222
1. Deploy an instance of the [FHIR service](fhir-portal-quickstart.md). The FHIR service is used to invoke the [`$convert-data`](overview-of-convert-data.md) operation.
23-
2. By default, the ADF pipeline in this scenario uses the [predefined templates provided by Microsoft](configure-settings-convert-data.md#default-templates) for conversion. If your use case requires customized templates, set up your [Azure Container Registry instance to host your own templates](configure-settings-convert-data.md#host-your-own-templates) to be used for the conversion operation.
23+
2. By default, the ADF pipeline in this scenario uses the [predefined templates provided by Microsoft](convert-data-configuration.md#default-templates) for conversion. If your use case requires customized templates, set up your [Azure Container Registry instance to host your own templates](convert-data-configuration.md#host-your-own-templates) to be used for the conversion operation.
2424
3. Create storage accounts with [Azure Data Lake Storage Gen2 (ADLS Gen2) capabilities](../../storage/blobs/create-data-lake-storage-account.md) by enabling a hierarchical namespace and container to store the data to read from and write to.
2525

2626
You can create and use either one or separate ADLS Gen2 accounts and containers to:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To access and use the default templates for your conversion requests, ensure tha
3737
> 3. Use your registered templates in your API calls.
3838
> 4. Verify that the conversion behavior meets your requirements.
3939
>
40-
> For more information on hosting your own templates, see [Host your own templates](configure-settings-convert-data.md#host-your-own-templates)
40+
> For more information on hosting your own templates, see [Host your own templates](convert-data-configuration.md#host-your-own-templates)
4141
4242
## Customize templates
4343

@@ -135,7 +135,7 @@ To reference specific template versions in the API, be sure to use the exact ima
135135

136136
2. Change the **Status** to **On** and select **Save** to enable the system-managed identity in the FHIR service.
137137

138-
:::image type="content" source="media/convert-data/configure-settings-convert-data/fhir-managed-identity-enabled.png" alt-text="Screenshot of the FHIR pane for enabling the managed identity feature." lightbox="media/convert-data/configure-settings-convert-data/fhir-managed-identity-enabled.png":::
138+
:::image type="content" source="media/convert-data/convert-data-configuration/fhir-managed-identity-enabled.png" alt-text="Screenshot of the FHIR pane for enabling the managed identity feature." lightbox="media/convert-data/convert-data-configuration/fhir-managed-identity-enabled.png":::
139139

140140
### Step 4: Provide Azure Container Registry access to the FHIR service managed identity
141141

@@ -169,7 +169,7 @@ To use the Azure portal:
169169
3. Select **Add** and then, in the dropdown list, select your registry server.
170170
4. Select **Save**.
171171

172-
:::image type="content" source="media/convert-data/configure-settings-convert-data/fhir-acr-add-registry.png" alt-text="Screenshot of the Artifacts screen for registering an Azure Container Registry with a FHIR service." lightbox="media/convert-data/configure-settings-convert-data/fhir-acr-add-registry.png":::
172+
:::image type="content" source="media/convert-data/convert-data-configuration/fhir-acr-add-registry.png" alt-text="Screenshot of the Artifacts screen for registering an Azure Container Registry with a FHIR service." lightbox="media/convert-data/convert-data-configuration/fhir-acr-add-registry.png":::
173173

174174
You can register up to 20 ACR servers in the FHIR service.
175175

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ However, the `$convert-data` operation itself isn't an ETL pipeline.
3232

3333
There's an example published in the [Azure Data Factory template gallery](../../data-factory/solution-templates-introduction.md#template-gallery) named **Transform HL7v2 health data to FHIR R4 format and write to ADLS Gen2**. This template transforms HL7v2 messages read from an Azure Data Lake Storage (ADLS) Gen2 or an Azure Blob Storage account into the FHIR R4 format. It then persists the transformed FHIR bundle JSON file into an ADLS Gen2 or a Blob Storage account. When you’re in the Azure Data Factory template gallery, you can search for the template.
3434

35-
:::image type="content" source="media/convert-data/frequently-asked-questions-convert-data/azure-data-factory-template-gallery.png" alt-text="Screenshot of the Azure Data Factory Template Gallery." lightbox="media/convert-data/frequently-asked-questions-convert-data/azure-data-factory-template-gallery.png":::
35+
:::image type="content" source="media/convert-data/convert-data-faq/azure-data-factory-template-gallery.png" alt-text="Screenshot of the Azure Data Factory Template Gallery." lightbox="media/convert-data/convert-data-faq/azure-data-factory-template-gallery.png":::
3636

3737
> [!IMPORTANT]
3838
> The purpose of this template is to help you get started with an ETL pipeline. Any steps in this pipeline can be removed, added, edited, or customized to fit your needs.
@@ -67,17 +67,17 @@ The outcome of FHIR conversion is a FHIR bundle as a batch.
6767

6868
## Can I customize a default Liquid template?
6969

70-
Yes. You can use the [FHIR Converter Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-health-fhir-converter) to customize templates according to your specific requirements. The extension provides an interactive editing experience and makes it easy to download Microsoft-published templates and sample data. The FHIR Converter extension for Visual Studio Code is available for HL7v2, C-CDA, and JSON Liquid templates. FHIR STU3 to FHIR R4 Liquid templates are currently not supported. For more information, see [Configure settings for $convert-data using the Azure portal](configure-settings-convert-data.md).
70+
Yes. You can use the [FHIR Converter Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-health-fhir-converter) to customize templates according to your specific requirements. The extension provides an interactive editing experience and makes it easy to download Microsoft-published templates and sample data. The FHIR Converter extension for Visual Studio Code is available for HL7v2, C-CDA, and JSON Liquid templates. FHIR STU3 to FHIR R4 Liquid templates are currently not supported. For more information, see [Configure settings for $convert-data using the Azure portal](convert-data-configuration.md).
7171

7272
## After I customize a template, can I reference and store various versions?
7373

74-
Yes. It’s possible to store and reference custom templates. For more information, see [Configure settings for $convert-data by using the Azure portal](configure-settings-convert-data.md).
74+
Yes. It’s possible to store and reference custom templates. For more information, see [Configure settings for $convert-data by using the Azure portal](convert-data-configuration.md).
7575

7676
## If I need support with troubleshooting, where can I go?
7777

7878
Depending on the version of `$convert-data` you’re using, you can:
7979

80-
* Use the [troubleshooting guide](troubleshoot-convert-data.md) for the FHIR service in Azure Health Data Services version of the `$convert-data` operation.
80+
* Use the [troubleshooting guide](convert-data-troubleshoot.md) for the FHIR service in Azure Health Data Services version of the `$convert-data` operation.
8181

8282
* Open a [support request](../../azure-portal/supportability/how-to-create-azure-support-request.md) for the FHIR service in Azure Health Data Service FHIR Services version of the `$convert-data` operation.
8383

@@ -87,9 +87,9 @@ Depending on the version of `$convert-data` you’re using, you can:
8787

8888
[Overview of $convert-data](convert-data-overview.md)
8989

90-
[Configure settings for $convert-data using the Azure portal](configure-settings-convert-data.md)
90+
[Configure settings for $convert-data using the Azure portal](convert-data-configuration.md)
9191

92-
[Troubleshoot $convert-data](troubleshoot-convert-data.md)
92+
[Troubleshoot $convert-data](convert-data-troubleshoot.md)
9393

9494
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
9595

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A `$convert-data` operation call packages the health data for conversion inside
6060
> 3. Use your registered templates in your API calls.
6161
> 4. Verify that the conversion behavior meets your requirements.
6262
>
63-
> For more information on hosting your own templates, see [Host your own templates](Configure-settings-convert-data.md#host-your-own-templates)
63+
> For more information on hosting your own templates, see [Host your own templates](convert-data-configuration.md#host-your-own-templates)
6464
6565
#### Sample request
6666

@@ -118,11 +118,11 @@ The outcome of FHIR conversion is a FHIR bundle as a batch.
118118

119119
## Next steps
120120

121-
[Configure settings for $convert-data using the Azure portal](configure-settings-convert-data.md)
121+
[Configure settings for $convert-data using the Azure portal](convert-data-configuration.md)
122122

123-
[Troubleshoot $convert-data](troubleshoot-convert-data.md)
123+
[Troubleshoot $convert-data](convert-data-troubleshoot.md)
124124

125-
[$convert-data FAQ](frequently-asked-questions-convert-data.md)
125+
[$convert-data FAQ](convert-data-faq.md)
126126

127127
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
128128

articles/healthcare-apis/fhir/de-identified-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You need to create a container for the de-identified export in your ADLS Gen2 ac
5656
5757
## Manage Configuration File in ACR
5858

59-
It's recommended that you host the export configuration files on Azure Container Registry(ACR). It takes the following steps similar as [hosting templates in ACR for $convert-data](configure-settings-convert-data.md#host-your-own-templates).
59+
It's recommended that you host the export configuration files on Azure Container Registry(ACR). It takes the following steps similar as [hosting templates in ACR for $convert-data](convert-data-faq.md#host-your-own-templates).
6060
1. Push the configuration files to your Azure Container Registry.
6161
2. Enable Managed Identity on your FHIR service instance.
6262
3. Provide access of the ACR to the FHIR service Managed Identity.

0 commit comments

Comments
 (0)