Skip to content

Commit a604a7e

Browse files
authored
Update import-data.md
1 parent 01a0649 commit a604a7e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: kesheth
1111

1212
# Import FHIR data
1313

14-
You can use the `import` operation to ingest FHIR® data into the FHIR server with high throughput.
14+
You can use the `import` operation to ingest FHIR® data into the FHIR server with high throughput. The import operation enables importing FHIR data in the NDJSON format to the FHIR server.
1515

1616
## Import operation modes
1717

@@ -55,6 +55,8 @@ To achieve the best performance with the `import` operation, consider the follow
5555

5656
- **Limit the number of parallel import jobs**. You can run multiple `import` jobs at the same time, but might affect the overall throughput of the `import` operation.
5757

58+
To achieve high throughput,`import` operation runs on distributed computing infrastructure. It splits input files in data units and processes these units in parallel and independent of each other.
59+
5860
## Perform the import operation
5961

6062
### Prerequisites

0 commit comments

Comments
 (0)