You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Work in Progress

This document is a work in progress. This dialog will be removed once the community agrees it is complete.


Summary

This use case allows clinics to make requests to a CHIS to follow-up for various reasons.  A common implementation might be for Lost to Follow-Up whereby the clinic generates a list of patients that have missed appointments and wants community based systems to help find the patient and encourage them to attend their appointment or to understand why they cannot or will not. This might be achieved either by having a health worker physically go find the patient or by other communication protocols. 

High Level Workflow

See diagram below.  From a high level, the steps can be summarized as:

  1. Clinic based system determines which patients to follow up with
  2. Clinic based system creates a "ServiceRequest" for each patient and sends the ServiceRequest to HIE
  3. CHIS queries the HIE to determine if there are any patients to follow-up with
  4. CHIS "claims" the ServiceRequest to confirm that they will be following up with the patient
  5. CHIS tasks the appropriate CHW with finding and advising the patient
  6. CHIS records the results of the CHW's efforts
  7. CHIS updates the ServiceRequest
  8. Clinic based system receives update


→ Insert Diagram ← 

Draft Indicators

Based on the high level workflow mentioned above, the list of transactional indicators are below:


#DescriptionNotes
1Count of ServiceRequests Created
2Count of ServiceRequests Claimed
3Count of ServiceRequests Completed
4Count of ServiceRequests Completed with Outcome of X
5Count of ServiceRequests Completed with Outcome of Y


Key FHIR Resources

The essential resources for this workflow are as follows. 


Reference Architecture

The proof of concept uses the Instant OpenHIE architecture which utilizes a HAPI FHIR Server as a Shared Health Record component and OpenHIM for the Interoperability Layer.  Detailed technical information and instructions for the CoPs shared infrastructure can be found here


 


Data Flow Diagram (CHIS Processing Only)

The diagram below illustrates the dataflow between the SHR / FHIR Server and CHISs.





  • No labels