Skip to content

Commit 1363169

Browse files
committed
updating link markdown, FHIR branding in include statements
1 parent def5f9a commit 1363169

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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/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® 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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®) API, a user might want to include additional information in the logs, which comes from the calling system.
1313

1414
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.
1515

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® 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® 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)