Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
Contact Sales
LogoLogo
API ReferenceEncounter ProvidersV2

Update Initial Referring Provider

Deprecated
PATCH
/api/encounter-providers/v2/:encounter_id/initial-referring-provider
PATCH
/api/encounter-providers/v2/:encounter_id/initial-referring-provider
1curl -X PATCH https://api.joincandidhealth.com/api/encounter-providers/v2/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32/initial-referring-provider \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
Try it
1{
2 "address": {
3 "address1": "address1",
4 "city": "city",
5 "state": "AA",
6 "zip_code": "zip_code",
7 "zip_plus_four_code": "zip_plus_four_code",
8 "address2": "address2"
9 },
10 "npi": "npi",
11 "provider_id": "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
12 "first_name": "first_name",
13 "last_name": "last_name",
14 "organization_name": "organization_name",
15 "provider_commercial_license_type": "0",
16 "qualifier": "DQ",
17 "tax_id": "tax_id",
18 "taxonomy_code": "taxonomy_code"
19}
Was this page helpful?
Previous

Update Supervising Provider

Next
Built with
Update Supervising Provider

Authentication

AuthorizationBearer
OAuth authentication of the form `<token>`.

Path parameters

encounter_idUUIDRequired

Request

This endpoint expects an object.
addressobjectOptional
first_namestringOptional
If the provider is an individual, this should be set instead of organization name
last_namestringOptional
If the provider is an individual, this should be set instead of organization name
npistringOptional
A National Provider Identifier is a unique 10-digit identification number issued to health care providers in the United States
organization_namestringOptional
If the provider is an organization, this should be set instead of first + last name
qualifierenumOptional
Allowed values:
taxonomy_codestringOptional

Response

This endpoint returns an object.
addressobject
npistring
provider_idUUID
first_namestring or null
If the provider is an individual, this should be set instead of organization name
last_namestring or null
If the provider is an individual, this should be set instead of organization name
organization_namestring or null
If the provider is an organization, this should be set instead of first + last name
provider_commercial_license_typeenum or null
837i Loop2010BB G2 Provider Commercial Number
qualifierenum or null
Allowed values:
tax_idstring or null
taxonomy_codestring or null

Errors

If the provider is an organization, this should be set instead of first + last name

If the provider is an organization, this should be set instead of first + last name

A National Provider Identifier is a unique 10-digit identification number issued to health care providers in the United States

OAuth authentication of the form <token>.