This PR incorporate the durable function for apiforfhir migration tool. This is the version: v1 of the migration tool. It include 3 orchestrators.
$export and $import orchestrator.
Surface check orchestrator.
Deep check orchestrator.
The infrastructure biceps are also included in the PR. These biceps are to deploy the infrastructure for Azure function and assign the role assignment.
Testing
Following testing has been performed for these changes:
$export: exported the data from Gen1: API for FHIR server
$import: imported the data to Gen2: FHIR Service
Surface Check: To check the count of the resources between Gen1 and Gen2 server after $export and $import process is completed.
Deep Check: To compare the random no of resources between Gen1 and Gen2 server.
Description
This PR incorporate the durable function for apiforfhir migration tool. This is the version: v1 of the migration tool. It include 3 orchestrators.
The infrastructure biceps are also included in the PR. These biceps are to deploy the infrastructure for Azure function and assign the role assignment.
Testing
Following testing has been performed for these changes: