Resources

Providers

Search the network of hospitals, clinics, and pharmacies. Filter by capability, geolocation, and accepted plans.

GET/v1/providers
Query parameterDescription
stateNigerian state (e.g. Lagos)
lgaLocal Government Area
specialtyComma-separated specialties
hmo_idRestrict to providers accepting one HMO
plan_idRestrict to providers accepting one plan
radius_kmDistance from lat/lng centre

Provider shape#

json
json
{
  "provider_id": "pf_prov_reddington",
  "hmo_ids": ["pf_hmo_clearline", "pf_hmo_bastion"],
  "name": "Reddington Hospital",
  "type": "hospital",
  "tier": "tertiary",
  "address": { "street": "12 Isaac John St", "lga": "Ikeja", "state": "Lagos" },
  "coordinates": { "lat": 6.6018, "lng": 3.3515 },
  "specialties": ["cardiology", "oncology", "maternity", "emergency"],
  "acceptance_status": { "pf_hmo_clearline": "active", "pf_hmo_bastion": "active" },
  "operating_hours": "24/7"
}