Go Back
Providers
Providers are specialized contacts that are able to place orders directly for patients, such as physicians, doctors or nurse practitioners. These individuals would also have a National Provider Identifier (NPI).
β¨ SaveMode
Selects a method of creating or updating records. Must be one of the options below.
- insert — Will only create new records. If data already exists, an error will be thrown.
- upsert — Will look for existing data and update it if found; if not found, a new record will be created.
- update — Will only update existing records. If data is not found, an error will be thrown.
RecordKeyID
ποΈ

The database ID that is assigned to a record upon initial import. This can be found in URL of the record in hc1.
RecordKeyConnID
Related to hc1
ποΈ

Must match a connection ID in hc1.
- Lab_Interface
RecordKeyHostCode
ποΈ

ποΈ

Same as HostCodes for lookup purposes only. When inserting/updating records with more than one hostcode, you must enter the first code as "RecordKeyHostCode" lookup and all other codes under "HostCodes"
- Provider100
HostCodeModes
Use mode to update hostcodes on the contact record.
- Replace
- Add
β
ConnIDs
Related to hc1
ποΈ

Internal hc1 use, must match a connection ID in hc1.
- Lab_Interface
β
HostCodes Alphanumeric
ποΈ

ποΈ

Used together with ConnID to create a unique identifier.
- Provider100
- Provider100^FinProvider999
β¨ Salutation
ποΈ

Must be one of the 4 available options below.
- Dr.
- Mr.
- Mrs.
- Ms.
β
FirstName Free text
ποΈ

- John
β¨ MiddleName Free text
ποΈ

β
LastName Free text
ποΈ

- Smith
β¨ Suffix Free text
ποΈ

- Jr.
β¨ OrganizationIDs
The database ID that is assigned to a record upon initial import. This can be found in URL of the record in hc1.
Use either OrganizationIDs or OrganizationConnIDs + OrganizationHostCodes to relate providers to organizations.
β
OrganizationConnIDs
Related to hc1
Must match a connection ID in hc1.
- Lab_Interface
β
OrganizationHostCodes Related to hc1 Organization HostCode(s)
ποΈ

Unique organizations the provider is associated with.
- Org100
- Org100^Org200
β¨ OrganizationsMode
Used to determine how to handle the relationship between the provider and associated organization(s). Defaults to append.
- Append
- Overwrite
β¨ OrganizationContactTypeNames
Related to hc1
ποΈ

Must match a value from the "ContactTypes" tab. There must be a one-to-one relationship between a contact type and an Organization HostCode.
- Administrator
- Adminstrator^Physician
β¨β€ NPI
ποΈ

National Provider Identifier Number
- 123456789
β¨ Credentials Free text
ποΈ

- MD,PhD
β¨ JobTitle Free text
ποΈ

- Oncologist
β¨ Department Free text
ποΈ

- Oncology
β¨ MailingAddressStreet1 Free text
ποΈ

- 123 Main Street
β¨ MailingAddressStreet2 Free text
ποΈ

- Suite 100
β¨ MailingAddressCity Free text
ποΈ

- Indianapolis
β¨ MailingAddressState Free text
ποΈ

- IN
β¨ MailingAddressPostalCode Free text
ποΈ

- 46278
- 46278-1234
- 462781234
β¨ MailingAddressCountry Free text
ποΈ

- USA
- United States
β¨ OtherAddressStreet1 Free text
ποΈ

- 555 Main Street
β¨ OtherAddressStreet2 Free text
ποΈ

- Suite A
β¨ OtherAddressCity Free text
ποΈ

- Indianapolis
β¨ OtherAddressState Free text
ποΈ

- IN
β¨ OtherAddressPostalCode Free text
ποΈ

- 46278
- 46278-1234
- 462781234
β¨ OtherAddressCountry Free text
ποΈ

- USA
- United States
β¨ Phone Free text
ποΈ

- 555-555-1234
- (555) 555-1234
- 5555551234
β¨ Mobile Free text
ποΈ

- 555-555-1234
- (555) 555-1234
- 5555551234
β¨ OtherPhone Free text
ποΈ

- 555-555-1234
- (555) 555-1234
- 5555551234
β¨ Fax Free text
ποΈ

- 555-555-1234
- (555) 555-1234
- 5555551234
β¨ Email Free text
ποΈ

- provider@email.com
β¨ SpecialtyNames
Related to hc1
ποΈ

Must match a value from the "Specialties" tab.
- Emergency
- Emergency^Critical Care
β¨ IsLead Boolean
ποΈ

Marks whether a provider is a lead/prospect. Defaults to false.
- false
- true
β¨ IsCustomer Boolean
ποΈ

Marks whether a provider is a customer. Defaults to false.
- false
- true
β¨
PreferEmails
Boolean
ποΈ

- true
- false
β¨
PreferTexts
Boolean
ποΈ

- true
- false
β¨ Active Boolean
Marks whether a provider is an active record in hc1. Defaults to true.
- true
- false