Skip to content

Commit d979036

Browse files
authored
Update import-data.md
Update import data document to state the cardinality of the resource name is 0..1
1 parent 8cedea0 commit d979036

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ Content-Type:application/fhir+json
8989

9090
#### Body
9191

92-
| Parameter name | Description | Cardinality | Accepted values |
92+
| Parameter name | Description | Cardinality | Accepted values |
9393
| ----------- | ----------- | ----------- | ----------- |
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. |
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. |
9797

9898
| Input part name | Description | Cardinality | Accepted values |
9999
| ----------- | ----------- | ----------- | ----------- |
100-
| `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.|
103103

104104
```json
105105
{

0 commit comments

Comments
 (0)