The Convert API transforms your input data from one standardized format to another. This includes parsing the input, organizing it into the appropriate data types, standardizing source codings as appropriate, and outputting it in another format.
The Convert API supports the following operations:
HL7 to FHIR (R4) converts one or more HL7v2 messages into a FHIR R4 bundle.
CDA to FHIR (R4) converts a CDA document into a FHIR R4 bundle.
X12 to FHIR (R4) converts an X12 document into a FHIR R4 bundle.
Combine FHIR (R4) Bundles aggregates information from multiple FHIR R4 bundles (including other Convert API requests) into a single bundle. All bundles must be from the same patient.
FHIR (R4) to CDA converts a FHIR R4 bundle (including one from HL7-to-FHIR or Combine Bundles) into an aggregated CDA document.
FHIR (R4) to OMOP converts a FHIR R4 bundle (including one from CDA-to-FHIR, HL7-to-FHIR, or Combine Bundles) into the Observational Medical Outcomes Partnership (OMOP) Common Data Model format. OMOP is useful for any application that prefers tabular data (e.g., separate, linked data tables) over the nested FHIR JSON/XML format.