HealthRecordCommunity
FHIR🌏 International🏛 MicrosoftEnriched

How to List FHIR Destinations with Azure PowerShell

Get-AzHealthcareFhirDestination (Az.HealthcareApis) | Microsoft Learn

June 5, 2025Microsoft

Summary

This article explains the usage of the Microsoft Azure PowerShell cmdlet `Get-AzHealthcareFhirDestination`. This command is used to list all FHIR destinations associated with a specified IoT Connector. It allows users to verify the configuration components for healthcare data integration within an Azure environment.

Details

This document serves as technical documentation for the PowerShell cmdlet `Get-AzHealthcareFhirDestination`, which is part of the Microsoft Azure `Az.HealthcareApis` module. The primary function of this cmdlet is to list all FHIR destination resources linked to a specific IoT Connector. Users must provide mandatory parameters such as `-IotConnectorName`, `-ResourceGroupName`, and `-WorkspaceName` to access these data integration components. This mechanism is crucial for managing the process where healthcare data collected from IoT devices is processed in FHIR format and routed to designated destinations. Understanding which connector is linked to which data flow (FHIR Destination) is essential for ensuring standardization and interoperability of medical data within an Azure environment. The documentation provides detailed syntax, parameter descriptions (e.g., `IotConnectorName`, `ResourceGroupName`), and a concrete usage example. This makes it a valuable reference for practical steps in managing data integration using healthcare APIs in Azure, particularly when verifying the data flow and configuration elements during the construction of cloud-based medical information systems.

📰
Read Original Article
learn.microsoft.com

Original content copyright by respective publishers