diff --git a/modules/mobile/docs/index.html b/modules/mobile/docs/index.html index be41d3c22b3..20da68ff943 100644 --- a/modules/mobile/docs/index.html +++ b/modules/mobile/docs/index.html @@ -2465,7 +2465,7 @@

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "meta": {
    }
}

/v0/community-care-providers

Returns a list of community care providers who provide the requested medical specialty within a certain radius of the user (default) or facility (if facility id is provided in query params).

+

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "meta": {
    }
}

/v0/community-care-providers

Returns a list of community care providers who provide the requested medical specialty within a certain radius of the user (default) or facility (if facility id is provided in query params).

Authorizations:
Bearer
query Parameters
serviceType
required
string
Example: serviceType=primaryCare

The medical specialty the user is searching for formatted in camel case. Must be one of primaryCare, foodAndNutrition, podiatry, optometry, audiologyRoutineExam, audiologyHearingAidSupport.

facilityId
string
Example: facilityId=978

Optional facility id. When provided, we search for CC providers near the facility. When omitted, we search for CC providers near the user's home address.

page[number]
integer
Example: page[number]=1

The page number requested

@@ -2975,7 +2975,7 @@

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "meta": {
    }
}