Versions Compared

Key

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

...

Table of Contents

FHIR Financial Module

...

Adapted from http://hl7.org/fhir/financial-module.html (or http://hl7.org/fhir/STU3/financial-module.html for FHIR STU3).

...

Common Use Cases

...

Workflows

The initial set of draft workflows are FHIR-based workflows leveraging the FHIR Financial moduel workflows and ongoing work in the OpenHIE UHC community on Integrating openIMIS into the OpenHIE Landscape.

Beneficiary Enrollment

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

...