How to Remove a FHIR Service using Azure PowerShell
Remove-AzHealthcareFhirService (Az.HealthcareApis) | Microsoft Learn
Summary
This technical document explains the procedure and syntax for deleting an FHIR service (`Remove-AzHealthcareFhirService`) within the Microsoft Azure environment. Developers can use this cmdlet to safely remove an FHIR service instance from specified resource groups or workspaces.
Details
This article serves as a detailed reference guide for the `Remove-AzHealthcareFhirService` cmdlet, which is part of the Az.HealthcareApis PowerShell module. This function is used to delete Fast Healthcare Interoperability Resources (FHIR) services running on Microsoft Azure. Users can execute the command by specifying required parameters such as resource name, resource group name, and workspace name. It also supports deletion methods using identity objects or input from a pipeline. Furthermore, utilizing the `-WhatIf` parameter allows users to preview the impact before actual execution, making it suitable for environments requiring safe operation. This cmdlet plays a critical role in managing FHIR data exchange infrastructure.
Original content copyright by respective publishers