Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As presented in Input data model wiki page, the AI algorithm input data is represented as FHIR R4 models. This is why, to develop the AI algorithm, we need to migrate the openIMIS data to FHIR. For this, we use the openIMIS to FHIR migration tool. For large data sets, ClaimResponse and Patient, we developed SQL scripts (GetClaimResponseJSON1Line.sql, GetPatientJSON1Line.sql) to generate the FHIR data directly from database.

...