Skip to content

Commit bac5031

Browse files
authored
Update export-data.md
Additional change
1 parent d2d381b commit bac5031

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The FHIR service supports `$export` at the following levels:
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

4242
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.
43-
4443
> [!Note]
4544
> `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.
4645

0 commit comments

Comments
 (0)