Skip to content

Commit 282f270

Browse files
authored
Update articles/healthcare-apis/fhir/export-data.md
1 parent bac5031 commit 282f270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The FHIR service supports `$export` at the following levels:
3939
* [Patient](https://hl7.org/Fhir/uv/bulkdata/export/index.html#endpoint---all-patients): `GET {{fhirurl}}/Patient/$export`
4040
* [Group of patients*](https://hl7.org/Fhir/uv/bulkdata/export/index.html#endpoint---group-of-patients)*The FHIR service exports all referenced resources but doesn't export the characteristics of the group resource itself: `GET {{fhirurl}}/Group/[ID]/$export`
4141

42-
When data is exported, a separate file is created for each resource type. No individual file will exceed 1 Million resource records. The result is that you may get multiple files for a resource type, which will be enumerated (e.g., Patient-1.ndjson, Patient-2.ndjson). Every file not necessarily will have 1 Million resource records listed.
42+
When data is exported, a separate file is created for each resource type. No individual file will exceed one million resource records. The result is that you may get multiple files for a resource type, which will be enumerated (for example, `Patient-1.ndjson`, `Patient-2.ndjson`). Every file will not necessarily have one million resource records listed.
4343
> [!Note]
4444
> `Patient/$export` and `Group/[ID]/$export` may export duplicate resources if a resource is in multiple groups or in a compartment of more than one resource.
4545

0 commit comments

Comments
 (0)