Skip to content

Commit f9f7b13

Browse files
authored
Merge pull request #263204 from EXPEkesheth/patch-138
Etag description updated in Import file
2 parents 9427edc + a55ac80 commit f9f7b13

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Content-Type:application/fhir+json
6969
| ----------- | ----------- | ----------- | ----------- |
7070
| type | Resource type of input file | 1..1 | A valid [FHIR resource type](https://www.hl7.org/fhir/resourcelist.html) that matches the input file. |
7171
|URL | Azure storage url of input file | 1..1 | URL value of the input file that can't be modified. |
72-
| etag | Etag of the input file on Azure storage used to verify the file content hasn't changed. | 0..1 | Etag value of the input file that can't be modified. |
72+
| etag | Etag of the input file on Azure storage; used to verify the file content has not changed after $import registration. | 0..1 | Etag value of the input file. |
7373

7474
**Sample body for import:**
7575

articles/healthcare-apis/fhir/toc.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ items:
4646
- name: Configuration
4747
expanded: true
4848
items:
49-
- name: Customer-managed keys best practices
50-
href: customer-managed-keys.md
51-
- name: Configure customer-managed keys
52-
href: configure-customer-managed-keys.md
49+
- name: Customer-managed keys
50+
expanded: false
51+
items:
52+
- name: Configure customer-managed keys
53+
href: configure-customer-managed-keys.md
54+
- name: Customer-managed keys best practices
55+
href: customer-managed-keys.md
5356
- name: Configure CORS
5457
href: configure-cross-origin-resource-sharing.md
5558
- name: Enable diagnostic settings in the FHIR service
@@ -97,7 +100,7 @@ items:
97100
items:
98101
- name: Configure settings for bulk-import
99102
href: configure-import-data.md
100-
- name: Use bulk-import
103+
- name: Import FHIR data
101104
href: import-data.md
102105
- name: $member-match
103106
href: tutorial-member-match.md

0 commit comments

Comments
 (0)