Referral Reconciliation Package
This enables the user to track referrals made by on field health workers to different Health Facilities digitally via the Digit HCM app capturing all the cases of
Beneficiary being referred
Referral details of the Beneficiary
Reason for Referrals and its diagnosis
Based on the diagnosis chosen further details if applicable
Role:
- HEALTH_FACILITY_WORKER
Features
-
Beneficiary Referral: This module will enable the health facility supervisors to track referrals made by on-field health workers to different health facilities digitally.
-
Below are the screen involved in the referral reconciliation flow:
-
Beneficairy Referral Card will be available for the Health facility worker on his home screen on loggin in to the application.
-
On Click on Beneficiary Referral, Search Referral Screen will appear. Here the health facility worker can search for existing referral if he had created or Create a new Referral.
-
On Clicking on Create New Referral, user will be navigated to Facility details screen and provide the details of the health facility.
-
On Clicking on Next, user will navigate to referral details screen to provide the details of the referral and the reason for the referral.
-
On Click on Submit, Referral will be created and a set of checklist need to be filled based on the reason provided for the referral
Getting Started
To use this package, add the following dependency to your pubspec.yaml
file:
dependencies:
referral_reconciliation: ^0.0.0-dev.1
Libraries
- blocs/app_localization
- blocs/referral_recon_record
- blocs/referral_recon_service_definition
- blocs/referral_reconciliation_delegate
- blocs/search_referral_reconciliations
- data/repositories/local/hf_referral
- data/repositories/oplog/oplog
- data/repositories/remote/hf_referral
- models/entities/hf_additional_fields
- models/entities/hf_referral
- models/entities/referral_recon_enums
- pages/acknowledgement
- pages/create_referral/create_hf_referral_wrapper
- pages/create_referral/reason_checklist_preview
- pages/create_referral/record_facility_details
- pages/create_referral/record_reason_checklist
- pages/create_referral/record_referral_details
- pages/project_facility/project_facility_selection
- pages/search_referral_reconciliations
- referral_reconciliation
- referral_reconciliation.init
- router/referral_reconciliation_router
- router/referral_reconciliation_router.gm
- utils/constants
- utils/extensions/extensions
- utils/i18_key_constants
- utils/typedefs
- utils/utils
- widgets/beneficiary_card
- widgets/localized
- widgets/project_facility_bloc_wrapper
- widgets/view_referral_card