We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755f9dc commit 7bf1e4cCopy full SHA for 7bf1e4c
articles/healthcare-apis/fhir/use-postman.md
@@ -201,6 +201,8 @@ Select **Send**. You should see a new patient in the JSON response.
201
202
After you obtain a Microsoft Entra access token, you can export FHIR data to an Azure storage account.
203
204
+To configure export settings and create a Data Lake Storage Gen2 account, refer to [Configure settings for export](./configure-export-data.md).
205
+
206
Create a new `GET` request: `{{fhirurl}}/$export?_container=export`
207
208
Select **Bearer Token** as authorization type. Enter `{{bearerToken}}` in the **Token** section. Select **Headers** to add two new headers:
0 commit comments