Skip to content

Commit a89f984

Browse files
authored
Merge pull request #100095 from Buffalonian/patch-1
Update convert-data reference
2 parents a086ccf + 9fc38b4 commit a89f984

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/healthcare-apis/azure-api-for-fhir/convert-data.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ ms.author: ruiyichen
1212

1313
# Converting your data to FHIR for Azure API for FHIR
1414

15-
The `$convert-data` custom endpoint in the FHIR service is meant for data conversion from different data types to FHIR. It uses the Liquid template engine and the templates from the [FHIR Converter](https://github.com/microsoft/FHIR-Converter) project as the default templates. You can customize these conversion templates as needed. Currently it supports three types of data conversion: **C-CDA to FHIR**, **HL7v2 to FHIR**, **JSON to FHIR**, **FHIR STU3 to FHIR R4(new!)**.
15+
The `$convert-data` custom endpoint in the FHIR service is meant for data conversion from different data types to FHIR. It uses the Liquid template engine and the templates from the [FHIR Converter](https://github.com/microsoft/FHIR-Converter) project as the default templates. You can customize these conversion templates as needed.
16+
17+
Currently the `$convert-data` custom endpoint supports `four` types of data conversion:
18+
19+
|Origin Data Format | Destination Data Format|
20+
| ----------- | ----------- |
21+
|C-CDA | FHIR |
22+
|HL7v2 | FHIR|
23+
|JSON | FHIR|
24+
|FHIR STU3 | FHIR R4 **(new!)**|
25+
1626

1727
> [!NOTE]
1828
> `$convert-data` endpoint can be used as a component within an ETL pipeline for the conversion of raw healthcare data from legacy formats into FHIR format. However, it is not an ETL pipeline in itself. We recommend you to use an ETL engine such as Logic Apps or Azure Data Factory for a complete workflow in preparing your FHIR data to be persisted into the FHIR server. The workflow might include: data reading and ingestion, data validation, making $convert-data API calls, data pre/post-processing, data enrichment, and data de-duplication.

0 commit comments

Comments
 (0)