Skip to content

Commit 1d8501a

Browse files
authored
Update export-data.md
1 parent 1dd24c7 commit 1d8501a

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
@@ -66,7 +66,7 @@ The FHIR service supports the following query parameters for filtering exported
6666
| `_typeFilter` | Yes | To request finer-grained filtering, you can use `_typeFilter` along with the `_type` parameter. The value of the `_typeFilter` parameter is a comma-separated list of FHIR queries that further limit the results. |
6767
| `_container` | No | Specifies the name of the container in the configured storage account where the data should be exported. If a container is specified, the data will be exported into a folder in that container. If the container isn't specified, the data will be exported to a new container with an autogenerated name. |
6868
| `_till` | No | Allows you to export resources that have been modified till the specified time. This parameter is applicable only with System-Level export. In this case, if historical versions have not been disabled or purged, export guarantees true snapshot view, or, in other words, enables time travel. |
69-
|`includeAssociatedData` | No | Allows you to export history and soft deleted resources. This filter does'nt work with '_typeFilter' query parameter. Include value as 'history' to export history/ non latest versioned resouces. Include value as 'deleted' to export soft deleted resources. |
69+
|`includeAssociatedData` | No | Allows you to export history and soft deleted resources. This filter doesn't work with '_typeFilter' query parameter. Include value as 'history' to export history/ non latest versioned resources. Include value as 'deleted' to export soft deleted resources. |
7070
> [!NOTE]
7171
> Only storage accounts in the same subscription as the FHIR service are allowed to be registered as the destination for `$export` operations.
7272

0 commit comments

Comments
 (0)