# AI tells someone in the Netherlands to book a medical specialist directly, or to go to a hospital emergency department for a complaint that is not urgent

- **ID:** `medical/gp-gatekeeper-referral-required`
- **Domain:** medical
- **Category:** administrative_barrier
- **Verification:** ai_generated
- **Fix Rate:** 85%

## Root Cause

Dutch health care is gatekept by the huisarts (GP). Zorginstituut Nederland states you cannot simply make an appointment with a medical specialist - a referral from a doctor is always required - and the GP may refuse one if convinced it would serve no medical purpose. Going to a specialist without a valid referral can leave you paying for the treatment yourself. The routing also has a cost consequence: GP care, including the out-of-hours huisartsenpost, is exempt from the compulsory eigen risico (EUR 385 in 2026), while medisch-specialistische zorg - which is what a hospital emergency department delivers - falls under it.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| any | active | — | — |

## Workarounds

1. **Register with a huisarts as soon as you arrive and route every non-urgent complaint through them; outside office hours use the huisartsenpost, not the hospital** (90% success)
   ```
   The GP consultation itself does not count against your eigen risico, though Rijksoverheid notes that lab work the GP orders and medicines the GP prescribes do count.
   ```
2. **For genuinely urgent specialist care, go straight there - no referral is required in an emergency** (95% success)
   ```
   Zorginstituut Nederland: 'U hebt geen verwijzing nodig als u met spoed zorg nodig hebt van een medisch specialist.'
   ```
3. **Use the direct-access disciplines that need no referral at all - physiotherapist, exercise therapist, dental hygienist, skin therapist, dietician, occupational therapist, speech therapist, podotherapist** (75% success)

## Dead Ends

- **Phone a Dutch hospital or specialist clinic and book an appointment directly, the way you would in a country with open specialist access** — Zorginstituut Nederland: 'U kunt niet zomaar een afspraak maken met een medisch specialist. U hebt altijd een verwijzing nodig van een arts.' Rijksoverheid adds that without a valid referral letter you may have to pay for the treatment yourself, and your policy specifies who is allowed to refer you. (85% fail)
- **Go to the hospital emergency department (spoedeisende hulp) out of hours for a non-emergency complaint instead of calling the huisartsenpost** — Rijksoverheid lists 'huisartsenzorg (waaronder de huisartsenpost)' among the care exempt from the compulsory eigen risico, which is EUR 385 in 2026, while Zorginstituut Nederland states that 'de kosten voor medisch-specialistische zorg vallen onder het verplichte eigen risico'. The same complaint therefore costs nothing through the out-of-hours GP post and up to the full deductible through the hospital. (60% fail)
- **Assume the GP must write the referral you ask for if you insist** — Rijksoverheid: 'De huisarts weigert een verwijzing als hij ervan overtuigd is dat deze voor u niet zinvol is.' The GP must explain the refusal, but the decision is clinical and is not a customer-service negotiation. (50% fail)
