You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this article, we detail how to use [Azure Data Factory (ADF)](../../data-factory/introduction.md) with the `$convert-data` operation to transform [HL7v2](https://www.hl7.org/implement/standards/product_brief.cfm?product_id=185) data to [FHIR® R4](https://www.hl7.org/fhir/R4/). The transformed results are then persisted within an [Azure storage account](../../storage/common/storage-account-overview.md) with [Azure Data Lake Storage (ADLS) Gen2](../../storage/blobs/data-lake-storage-introduction.md) capabilities.
This article illustrates how to configure settings for `$convert-data` using the Azure portal to convert health data into [FHIR® R4](https://www.hl7.org/fhir/R4/index.html).
The `$convert-data` operation in the FHIR® service enables you to convert health data from various formats into [FHIR R4](https://www.hl7.org/fhir/R4/index.html) data. The `$convert-data` operation uses [Liquid](https://shopify.github.io/liquid/) templates from the [FHIR Converter](https://github.com/microsoft/FHIR-Converter) project for FHIR data conversion. You can customize these conversion templates as needed.
18
16
19
17
The `$convert-data` operation supports four types of data conversion:
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-manage-assets-devices.md
-95Lines changed: 0 additions & 95 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,101 +65,6 @@ After you select your instance, the operations experience displays the **Overvie
65
65
66
66
:::image type="content" source="media/howto-manage-assets-devices/instance-overview.png" alt-text="Screenshot that shows the overview page for an instance in the operations experience." lightbox="media/howto-manage-assets-devices/instance-overview.png":::
67
67
68
-
## Import and export devices
69
-
70
-
Use the **Import** and **Export** buttons to import or export a device in the operations experience:
71
-
72
-
:::image type="content" source="media/howto-manage-assets-devices/export-import-devices.png" alt-text="Screenshot showing the options to import and export a device." lightbox="media/howto-manage-assets-devices/export-import-devices.png":::
73
-
74
-
The JSON file that you export contains the device definition. You can use this file to import the device into another instance of Azure IoT Operations or modify it to create a new device in the current instance:
> Export an existing device to discover the `extendedLocation Name` value.
99
-
100
-
> [!TIP]
101
-
> You can also use the `az iot ops device show` and `az iot ops device create` commands to view and create devices.
102
-
103
-
## Import and export assets
104
-
105
-
Use the **Import** and **Export** buttons to import or export an asset in the operations experience:
106
-
107
-
:::image type="content" source="media/howto-manage-assets-devices/export-import-assets.png" alt-text="Screenshot showing the options to import and export an asset." lightbox="media/howto-manage-assets-devices/export-import-assets.png":::
108
-
109
-
The JSON file that you export contains the asset definition. You can use this file to import the asset into another instance of Azure IoT Operations or modify it to create a new asset in the current instance. The following JSON example shows an example import file to use to create a thermostat asset:
0 commit comments