HealthRecordCommunity
FHIR🌏 International🏛 Microsoft AzureEnriched

Creating FHIR Destinations in Azure: Deploying IoT Connectors

New-AzHealthcareIotConnectorFhirDestination (Az.HealthcareApis) | Microsoft Learn

June 11, 2025Microsoft Azure

Summary

This article details how to create or update an IoT Connector's FHIR (Fast Healthcare Interoperability Resources) destination resource using the `New-AzHealthcareIotConnectorFhirDestination` PowerShell cmdlet within a Microsoft Azure environment. This functionality allows data from an Azure workspace to be linked and standardized into a FHIR target.

Details

This document is technical documentation for Microsoft Azure Global Edition, specifically detailing the usage of the `New-AzHealthcareIotConnectorFhirDestination` PowerShell cmdlet found in the `Az.HealthcareApis` module. The primary purpose is to establish a connection (a 'Fhir Destination') that directs data captured by an IoT Connector into a standardized FHIR format target resource within Azure. The documentation outlines five distinct creation patterns, catering to different deployment scenarios: 1) Creation via specified parameters; 2) Creation via Identity Workspace; 3) Creation via JSON File Path; 4) Creation via JSON String; and 5) Creation via Identity IoT Connector. Users must select the appropriate syntax based on their specific use case. Key required parameters include the FHIR Destination Name, the IoT Connector Name, the Resource Group Name, and the Workspace Name. Furthermore, specifying the mapping content (`-FhirMappingContent`) and the fully qualified resource ID of the target FHIR service (`-FhirServiceResourceId`) is mandatory for successful deployment. The provided sample code demonstrates a concrete deployment procedure using these parameters, serving as a technical reference for building standardized, cloud-based healthcare data integration pipelines. This process is crucial for ensuring interoperability in modern cloud medical data processing.

📰
Read Original Article
learn.microsoft.com

Original content copyright by respective publishers