Skip to content

Commit 7d87e7d

Browse files
committed
edits per feedback
1 parent 9cedf06 commit 7d87e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/healthcare-apis/fhir/how-to-do-custom-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GET {{FHIR_URL}}/Patient?race=2028-9
173173
x-ms-use-partial-indices: true
174174
```
175175

176-
1. For Location (reference type):
176+
2. For Location (reference type):
177177
```rest
178178
{{fhirurl}}/MedicationDispense?location=<locationid referenced in MedicationDispense Resource>
179179
x-ms-use-partial-indices: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The following table shows the difference between import modes.
5151

5252
To achieve the best performance with the `import` operation, consider the following factors.
5353

54-
- **Use large files for import**. The optimal NDJSON file size for import is >=50 MB (or >=20K resources, no upper limit). Consider combining smaller files together.
54+
- **Use large files for import**. The optimal NDJSON file size for import is >=50 MB (or >=20 K resources, no upper limit). Consider combining smaller files together.
5555

56-
- **Import FHIR resource files as a single batch**. For optimal performance, import all the FHIR resource files that you want to ingest in the FHIR server in one `import` operation. Importing all the files in one operation reduces the overhead of creating and managing multiple import jobs. For optimal performance total size of files in single import should be large (>=100GB or >=100M resources, no upper limit).
56+
- **Import FHIR resource files as a single batch**. For optimal performance, import all the FHIR resource files that you want to ingest in the FHIR server in one `import` operation. Importing all the files in one operation reduces the overhead of creating and managing multiple import jobs. Optimally, the total size of files in a single import should be large (>=100 GB or >=100M resources, no upper limit).
5757

5858
- **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.
5959

0 commit comments

Comments
 (0)