You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`inputFormat`| String that represents the name of the data source format. Only FHIR NDJSON files are supported. | 1..1 |`application/fhir+ndjson`|
95
-
|`mode`| Import mode value. | 1..1 | For an initial-mode import, use the `InitialLoad` mode value. For incremental-mode import, use the `IncrementalLoad` mode value. If you don't provide a mode value, the `IncrementalLoad` mode value is used by default. |
96
-
|`input`| Details of the input files. | 1..*| A JSON array with the three parts described in the following table. |
94
+
|`inputFormat`| String that represents the name of the data source format. Only FHIR NDJSON files are supported. | 1..1 |`application/fhir+ndjson`|
95
+
|`mode`| Import mode value. | 1..1 | For an initial-mode import, use the `InitialLoad` mode value. For incremental-mode import, use the `IncrementalLoad` mode value. If you don't provide a mode value, the `IncrementalLoad` mode value is used by default. |
96
+
|`input`| Details of the input files. | 1..*| A JSON array with the three parts described in the following table. |
97
97
98
98
| Input part name | Description | Cardinality | Accepted values |
|`type`| Resource type of the input file. | 1..1 | A valid [FHIR resource type](https://www.hl7.org/fhir/resourcelist.html) that matches the input file. |
101
-
|`url`| Azure storage URL of the input file. | 1..1 | URL value of the input file. The value can't be modified. |
102
-
|`etag`| ETag of the input file in the Azure storage. It's used to verify that the file content isn't changed after `import` registration. | 0..1 | ETag value of the input file.|
100
+
|`type`| Resource type of the input file. | 0..1 | A valid [FHIR resource type](https://www.hl7.org/fhir/resourcelist.html) that matches the input file. |
101
+
|`url`| Azure storage URL of the input file. | 1..1 | URL value of the input file. The value can't be modified. |
102
+
|`etag`| ETag of the input file in the Azure storage. It's used to verify that the file content isn't changed after `import` registration. | 0..1 | ETag value of the input file.|
0 commit comments