Skip to content

Expanding the HealthSeekingBehaviour module #1632

@marghe-molaro

Description

@marghe-molaro

The HealthSeekingBehaviour module currently only captures the behaviour of individuals following the onset of new symptoms; in particular, it determines whether individuals will act on those symptoms by seeking care or not. If individuals do seek care at this stage, it is then assumed that they will always follow the chain of referrals captured by the HSIs that have been scheduled for them.

There are a number of limitations with the current approach:

  1. It doesn't consistently model the behaviour of individuals following an 'incomplete' appointment along the referral pathway (e.g. in the case where consumables or equipment are unavailable during the appointment).
    Current approach: each disease module independently models this behaviour; this increases the probability of inconsistent assumptions and may weaken constraints on assumed parameters.

  2. It doesn't model the behaviour of individuals who have been forced to miss an appointment along the referral pathway due to external circumstances (e.g. due to mode 2 resource constraints or climate disruptions).
    Current approach: This is currently modelled ad-hoc in the HealthSystem module. Options are however limited to postponing or completely cancelling the HSI event under consideration. Notice that if the HSI is cancelled, the individual may either completely default from care (if each subsequent HSI was scheduled by the preceding one) or simply skip a single appointment (if subsequent HSIs for that individual had been scheduled at the same time). These diverging outcomes arise unintentionally due to design choices, rather than reflecting deliberate modelling of patient behaviour.

  3. It doesn't model the possibility that individuals may default from care at intermediate stages of their referral pathway due to non-clinical reasons (e.g. referral to a harder-to-reach clinic, economic hardship due to increasing amount of time off work, etc).
    Current approach: not captured at all. Capturing these effects may however be particularly important both from an equity perspective, and in the future modelling of service integration and/or clinics, where these may act as mitigating factors to these effects. This effort would go hand-in-hand with improving spatial resolution of health-seeking behaviour (PR Added code to assign each individual facilities at different levels #1614).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions