Versions Compared

Key

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

...

Info

The initial set of draft workflows are FHIR-based workflows leveraging Health Financing and FHIR workflows and ongoing work on Integrating openIMIS into the OpenHIE Landscape.

Beneficiary Enrollment

Query Beneficiary

//query for beneficiary - should come close to mirror CR workflow.

Check enrollment status


Code Block
title Check enrollment status

PoS->PoS: [1] Register patient
PoS->IOL: [2] FHIR Coverage resource search
IOL->IOL: [3] Validate FHIR resource
IOL->openIMIS: [4] Search for beneficiary
openIMIS->IOL: [5] Return beneficiary details
IOL->PoS: [6] Return FHIR Coverage resource
PoS->PoS: [7] Add details to patient record

...