Skip to content

Provider Booking Journey

After triage determines a GP or physio referral, the member searches for a matching in-network provider. Scheduling is not yet implemented — booking intent is captured client-side only.

Sequence Diagram

API Reference

StepServiceMethodPathAuthResponse
Get tokenKeycloakPOST/realms/olly/protocol/openid-connect/tokenNoneaccess_token
List providersproviderGET/providersMember JWT200 [{Locator, Name, Specialty}]
Filter by specialtyproviderGET/providers?specialty=GPMember JWT200 filtered list
Provider detailproviderGET/providers/{locator}Member JWT200 {Locator, Name, ...}

Notes

  • Provider search returns all providers when called with no query params; use specialty and/or network_status to filter.
  • No booking/scheduling endpoint exists — appointment booking is a P3 gap.
  • Credentialing routes (/credentialing) are admin-only and not part of the member journey.

Olly Health Insurance Platform