Skip to content

Commit 2e4b6ae

Browse files
authored
Update de-identified-export.md
1 parent 886daaa commit 2e4b6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It's recommended that you host the export configuration files on Azure Container
6666
| _\_container_|exportContainer|Required|Name of container within the configured storage account where the data will be exported. |
6767
| _\_anonymizationConfigCollectionReference_|"myacr.azurecr.io/deidconfigs:default"|Optional|Reference to an OCI image on ACR containing de-id configuration files for de-id export (such as stu3-config.json, r4-config.json). The ACR server of the image should be registered within the FHIR service. (Format: `<RegistryServer>/<imageName>@<imageDigest>`, `<RegistryServer>/<imageName>:<imageTag>`) |
6868
| _\_anonymizationConfig_ |DemoConfig.json|Required|Name of the configuration file. See the configuration file format [here](https://github.com/microsoft/FHIR-Tools-for-Anonymization#configuration-file-format). If _\_anonymizationConfigCollectionReference_ is provided, we will search and use this file from the specified image. Otherwise, we will search and use this file inside a container named **anonymization** within the same Azure storage account that is configured as the export location.|
69-
| _\_anonymizationConfigEtag_|"0x8D8494A069489EC"|Optional|This is the Etag of the configuration file. You can get the Etag using Azure Storage Explorer from the blob property|
69+
| _\_anonymizationConfigEtag_|"0x8D8494A069489EC"|Optional|Etag of the configuration file which can be obtained from the blob property in Azure Storage Explorer. Specify this parameter only if the configuration file is stored in Azure storage account. If you use ACR to host the configuration file, you should not include this parameter.|
7070

7171

7272
> [!IMPORTANT]

0 commit comments

Comments
 (0)