HealthRecordCommunity
FHIR🌏 International🏛 MicrosoftEnriched

How to Get FHIR Destination Properties via Azure PowerShell

Get-AzHealthcareIotConnectorFhirDestination (Az.HealthcareApis) | Microsoft Learn

August 14, 2025Microsoft

Summary

This article details how to retrieve the properties of a specified IoT Connector's FHIR destination using the `Get-AzHealthcareIotConnectorFhirDestination` cmdlet from the Az.HealthcareApis module. It explains checking configuration details for healthcare data linkage within an Azure environment.

Details

This document serves as a technical guide detailing the procedure to retrieve properties of a specific FHIR destination resource associated with an IoT connector in Microsoft Azure. Specifically, it elaborates on using the `Get-AzHealthcareIotConnectorFhirDestination` cmdlet contained within the Az.HealthcareApis module. This functionality is crucial in healthcare data linkage pipelines as it allows users to verify configuration details regarding which FHIR format destination (Destination) an IoT connector sends its data to. Users must specify mandatory parameters such as `-FhirDestinationName`, `-IotConnectorName`, and `-ResourceGroupName` to uniquely identify the target resource. Furthermore, the article covers advanced identification methods using identity objects (`IHealthcareApisIdentity`) in addition to traditional specification methods, and also touches upon common parameter settings. This supports flexible and accurate resource management within the Azure environment, making it an important reference for operation and monitoring of data linkage infrastructure in the healthcare IT sector.

📰
Read Original Article
learn.microsoft.com

Original content copyright by respective publishers