Skip to content

Commit 3555f5a

Browse files
Merge pull request #286787 from KendalBond007/FHIReditsBatch15_Sep24
FHIReditsBatch15_Sep24
2 parents 1b3a879 + 40f9d11 commit 3555f5a

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

articles/healthcare-apis/fhir/fhir-service-diagnostic-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Access to diagnostic logs is essential for any healthcare service. Compliance wi
2121

2222
3. Select **+ Add diagnostic settings**.
2323

24-
[ ![Screenshot of the diagnostic settings page in the Azure portal.](media/diagnostic-logs/fhir-diagnostic-settings-screen.png) ](media/diagnostic-logs/fhir-diagnostic-settings-screen.png#lightbox)
24+
[![Screenshot of the diagnostic settings page in the Azure portal.](media/diagnostic-logs/fhir-diagnostic-settings-screen.png) ](media/diagnostic-logs/fhir-diagnostic-settings-screen.png#lightbox)
2525

2626
4. Enter the **Diagnostic setting name**.
2727

28-
[ ![Screenshot of the destination details and the checkbox for enabling or disabling audit logs.](media/diagnostic-logs/fhir-diagnostic-settings-add.png) ](media/diagnostic-logs/fhir-diagnostic-settings-add.png#lightbox)
28+
[![Screenshot of the destination details and the checkbox for enabling or disabling audit logs.](media/diagnostic-logs/fhir-diagnostic-settings-add.png) ](media/diagnostic-logs/fhir-diagnostic-settings-add.png#lightbox)
2929

3030
5. Select the method that you want to use to access your logs:
3131

articles/healthcare-apis/fhir/using-rest-client.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ grant_type=client_credentials
6969
@token = {{getAADToken.response.body.access_token}}
7070
```
7171

72-
[ ![Get access token](media/rest-config.png) ](media/rest-config.png#lightbox)
72+
[![Get access token](media/rest-config.png)](media/rest-config.png#lightbox)
7373

7474
> [!NOTE]
7575
> When the FHIR service audience parameter is not mapped to the FHIR service endpoint url, the resource parameter value should be mapped to the Audience value under the FHIR Service Authentication blade.
@@ -84,17 +84,17 @@ GET {{fhirurl}}/Patient/<patientid>
8484
Authorization: Bearer {{token}}
8585
```
8686

87-
[ ![GET Patient](media/rest-patient.png) ](media/rest-patient.png#lightbox)
87+
[![GET Patient](media/rest-patient.png)](media/rest-patient.png#lightbox)
8888

8989
## Run PowerShell or CLI
9090

9191
You can run PowerShell or CLI scripts within Visual Studio Code. Press `CTRL` and the `~` key and select PowerShell or Bash. You can find more details on [Integrated Terminal](https://code.visualstudio.com/docs/editor/integrated-terminal).
9292

9393
### PowerShell in Visual Studio Code
94-
[ ![running PowerShell](media/rest-powershell.png) ](media/rest-powershell.png#lightbox)
94+
[![running PowerShell](media/rest-powershell.png)](media/rest-powershell.png#lightbox)
9595

9696
### CLI in Visual Studio Code
97-
[ ![running CLI](media/rest-cli.png) ](media/rest-cli.png#lightbox)
97+
[![running CLI](media/rest-cli.png)](media/rest-cli.png#lightbox)
9898

9999
## Troubleshooting
100100

articles/healthcare-apis/includes/converter-redirect-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: jasteppe
88
---
99

1010
> [!NOTE]
11-
> In May 2024 we released a stand-alone FHIR converter API decoupled from the FHIR service and packaged as a [container (Docker) image](https://mcr.microsoft.com/product/healthcareapis/fhir-converter/about) for **preview**. In addition to enabling you to convert data from the source of record to FHIR R4 bundles, the FHIR converter offers many net new capabilities, such as:
11+
> In May 2024 we released a stand-alone FHIR&reg; converter API decoupled from the FHIR service and packaged as a [container (Docker) image](https://mcr.microsoft.com/product/healthcareapis/fhir-converter/about) for **preview**. In addition to enabling you to convert data from the source of record to FHIR R4 bundles, the FHIR converter offers many net new capabilities, such as:
1212
> - Bidirectional data conversion from source of record to FHIR R4 bundles and back. For example, the FHIR converter can convert data from FHIR R4 format back to HL7v2 format.
1313
> - Improved experience for customization of default [Liquid](https://shopify.github.io/liquid/) templates.
1414
> - Samples that demonstrate how to create an ETL (extract, transform, load) pipeline with [Azure Data Factory (ADF)](../../data-factory/introduction.md).

articles/healthcare-apis/includes/custom-header-auditlog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.author: kesheth
99
ms.custom: "include file"
1010
---
1111

12-
In the Azure Fast Healthcare Interoperability Resources (FHIR) API, a user might want to include additional information in the logs, which comes from the calling system.
12+
In the Azure Fast Healthcare Interoperability Resources (FHIR&reg;) API, a user might want to include additional information in the logs, which comes from the calling system.
1313

14-
For example, when the user of the API is authenticated by an external system, that system forwards the call to the FHIR API. At the FHIR API layer, the information about the original user has been lost, because the call was forwarded. It might be necessary to log and retain this user information for auditing or management purposes. The calling system can provide user identity, caller location, or other necessary information in the HTTP headers, which will be carried along as the call is forwarded.
14+
For example, when the user of the API is authenticated by an external system, that system forwards the call to the FHIR API. At the FHIR API layer, the information about the original user is lost, because the call was forwarded. It might be necessary to log and retain this user information for auditing or management purposes. The calling system can provide user identity, caller location, or other necessary information in the HTTP headers, which is carried along as the call is forwarded.
1515

1616
You can use custom headers to capture several types of information. For example:
1717
* Identity or authorization information

articles/healthcare-apis/includes/fhir-bulk-delete-operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/01/2024
77
ms.author: kesheth
88
---
99

10-
The bulk delete capability allows you to delete resources from FHIR service asynchronously. Bulk delete capability in FHIR service is supported with operations: `$bulk-delete` and `$bulk-delete-soft-deleted`. `$bulk-delete` operation allows you to delete resources in the FHIR service, except soft deleted resources. To delete soft deleted FHIR resources, you need to use `$bulk-delete-soft-deleted` operation.
10+
The bulk delete capability allows you to delete resources from FHIR&reg; service asynchronously. Bulk delete capability in FHIR service is supported with operations: `$bulk-delete` and `$bulk-delete-soft-deleted`. `$bulk-delete` operation allows you to delete resources in the FHIR service, except soft deleted resources. To delete soft deleted FHIR resources, you need to use `$bulk-delete-soft-deleted` operation.
1111

1212
FHIR service requires specific headers and roles enabled to use bulk delete capability
1313

articles/healthcare-apis/includes/healthcare-apis-azure-api-fhir-retirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.author: jasteppe
88
---
99

1010
> [!IMPORTANT]
11-
> **Azure API for FHIR will be retired on September 30, 2026.** Follow the [migration strategies](../fhir/migration-strategies.md) to transition to **Azure Health Data Services FHIR service** by that date. Due to the retirement of Azure API for FHIR, new deployments won't be allowed beginning April 1, 2025.
11+
> **Azure API for FHIR will be retired on September 30, 2026.** Follow the [migration strategies](../fhir/migration-strategies.md) to transition to **Azure Health Data Services FHIR&reg; service** by that date. Due to the retirement of Azure API for FHIR, new deployments won't be allowed beginning April 1, 2025.
1212
[Azure Health Data Services FHIR service](../healthcare-apis-overview.md) is the evolved version of Azure API for FHIR that enables customers to manage [FHIR](../fhir/overview.md), DICOM, and MedTech services with integrations into other Azure services.

0 commit comments

Comments
 (0)