curl --request GET \
--url https://api.soharhealth.com/v2/verifications/{verificationId} \
--header 'Authorization: Bearer <token>'{
"verificationId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"created": "2024-01-01T12:00:00.000Z",
"status": "complete.eligible",
"statusReason": "INACTIVE",
"id": "123456",
"placeOfServiceCode": "11",
"specialtyCode": "PSY",
"benefits": [
{
"networkStatus": "inn",
"tier": 1,
"accuracy": 0.84,
"copay": 30,
"coinsurance": 0.1,
"deductible": {
"total": 1000,
"remaining": 847.56,
"coverageLevelCode": "IND"
},
"outOfPocket": {
"total": 10000,
"remaining": 5103.21
}
}
],
"relatedEntities": [
{
"id": "01260",
"name": "Magellan",
"memberId": "00000000",
"entityIdentifierCode": "PRP",
"entityQualifier": "PART_A"
}
],
"patient": {
"firstName": "JOHN",
"lastName": "DOE",
"dateOfBirth": "09/20/2023",
"memberId": "00000000",
"gender": "F",
"subscriberRelationshipCode": "18",
"address": {
"address1": "1 BROADWAY",
"address2": "P.O. BOX 123",
"city": "LOS ANGELES",
"state": "CA",
"zipCode": "90210"
}
},
"subscriber": {
"firstName": "JOHN",
"lastName": "DOE",
"dateOfBirth": "09/20/2023"
},
"plan": {
"name": "OPEN CHOICE",
"number": "12345678",
"insuranceTypeCode": "HM",
"startDate": "09/20/2023",
"endDate": "09/20/2023",
"networkId": "A2"
},
"payer": {
"id": "60054",
"name": "Aetna"
},
"group": {
"number": "123456",
"name": "ACME CORPORATION"
}
}curl --request GET \
--url https://api.soharhealth.com/v2/verifications/{verificationId} \
--header 'Authorization: Bearer <token>'{
"verificationId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"created": "2024-01-01T12:00:00.000Z",
"status": "complete.eligible",
"statusReason": "INACTIVE",
"id": "123456",
"placeOfServiceCode": "11",
"specialtyCode": "PSY",
"benefits": [
{
"networkStatus": "inn",
"tier": 1,
"accuracy": 0.84,
"copay": 30,
"coinsurance": 0.1,
"deductible": {
"total": 1000,
"remaining": 847.56,
"coverageLevelCode": "IND"
},
"outOfPocket": {
"total": 10000,
"remaining": 5103.21
}
}
],
"relatedEntities": [
{
"id": "01260",
"name": "Magellan",
"memberId": "00000000",
"entityIdentifierCode": "PRP",
"entityQualifier": "PART_A"
}
],
"patient": {
"firstName": "JOHN",
"lastName": "DOE",
"dateOfBirth": "09/20/2023",
"memberId": "00000000",
"gender": "F",
"subscriberRelationshipCode": "18",
"address": {
"address1": "1 BROADWAY",
"address2": "P.O. BOX 123",
"city": "LOS ANGELES",
"state": "CA",
"zipCode": "90210"
}
},
"subscriber": {
"firstName": "JOHN",
"lastName": "DOE",
"dateOfBirth": "09/20/2023"
},
"plan": {
"name": "OPEN CHOICE",
"number": "12345678",
"insuranceTypeCode": "HM",
"startDate": "09/20/2023",
"endDate": "09/20/2023",
"networkId": "A2"
},
"payer": {
"id": "60054",
"name": "Aetna"
},
"group": {
"number": "123456",
"name": "ACME CORPORATION"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A verification
The Sohar ID for the verification
"fb701ac1-1246-4860-b1ec-bd916b97a990"
An ISO 8601 date and time string describing when the verification was created
"2024-01-01T12:00:00.000Z"
Reason for the verification status when status is "complete.ineligible" or "error.payer". INACTIVE indicates coverage is inactive, NON_COVERED indicates coverage is active but the requested service type is not covered, CONTACT_PAYER_REQUIRED indicates the verification is pending but requires manual payer contact when manual resolution is not enabled.
INACTIVE, NON_COVERED, CONTACT_PAYER_REQUIRED An optional identifier for the verification. This is a user-defined value that can be used when creating the verification
"123456"
Provided place of service code for the verification
"11"
Provided specialty code for the verification
"PSY"
Show child attributes
Describes the network status of the benefits
inn In Network
oon Out of Network
inn, oon The benefits tier, if multiple benefits are available. This attribute will be null if only one tier is available.
1
Confidence score (0–1) indicating historical accuracy of copay, coinsurance, deductible, and out-of-pocket values for a customer–payer. Calculated at runtime from past verifications and returned with each benefit tier when available.
0 <= x <= 10.84
The co-payment value, in USD
30
The co-insurance value. Has the value 1 if co-insurance is 100%, indicating that the payer will not reimburse for this network status
0.1
Show child attributes
The patient's total deductible value, in USD
1000
The patient's remaining deductible value, in USD
847.56
Indicates the coverage level of the provided deductible information. Possible values include: IND, FAM, CHD, DEP, ECH, EMP, ESP, SPC, SPO
"IND"
Show child attributes
An array of related entities
Show child attributes
The ID of the related entity
"01260"
The name of the related entity
"Magellan"
The insurance member ID, if the related entity knows the patient by a different member ID
"00000000"
Specifies the role of the related entity
VN Vendor
PRP Primary Payer
SEP Secondary Payer
TTP Tertiary Payer
X3 Utilization Management Organization
TV Third Party Administrator
Y2 Managed Care Organization
I3 Independent Physicians Association (IPA)
PR Payer
P5 Plan Sponsor
13 Contracted Service Provider
1P Provider
1I Preferred Provider Organization (PPO)
2B Third-Party Administrator
VN, PRP, SEP, TTP, X3, TV, Y2, I3, PR, P5, 13, 1P, 1I, 2B "PRP"
Qualifier to indicate Medicare Part. Defaults to null and currently only populated for Medicare entities.
PART_A, PART_B, PART_C, PART_D "PART_A"
Show child attributes
The patient's first name
"JOHN"
The patient's last name
"DOE"
The patient's birth date in MM/DD/YYYY format
"09/20/2023"
The insurance member ID
"00000000"
The patient's gender code
M Male
F Female
U Unknown
M, F, U "F"
Describes the relationship between the patient and the subscriber
01 Spouse
04 Grandfather or Grandmother
05 Grandson or Granddaughter
07 Nephew or Niece
10 Foster Child
15 Ward of the Court
17 Stepson or Stepdaughter
18 Self
19 Child
20 Employee
21 Unknown
22 Handicapped/Dependent
23 Sponsored Dependent
24 Dependent of Minor Dependent
26 Guardian
29 Significant Other
30 Both Parents - The legal custody of the student is with both parents
31 Court Appointed Guardian
32 Mother
33 Father
36 Emancipated Minor
39 Organ Donor
40 Cadaver Donor
41 Injured Plaintiff
43 Child Where Insured Has No Financial Responsibility
53 Life Partner
G8 Other Relationship
01, 04, 05, 07, 10, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31, 32, 33, 36, 39, 40, 41, 43, 53, G8 "18"
Show child attributes
The first line of the patient's address
"1 BROADWAY"
The second line of the patient's address
"P.O. BOX 123"
The patient's city
"LOS ANGELES"
The patient's state
AK, AL, AR, AZ, CA, CO, CT, DC, DE, FL, GA, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NH, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VA, VT, WA, WI, WV, WY "CA"
The patient's zip code
"90210"
Show child attributes
Describes the patient's plan
"OPEN CHOICE"
The plan's identification number
"12345678"
Describes the patient's insurance type
"HM"
Date on which coverage began in MM/DD/YYYY format
"09/20/2023"
Date on which coverage ends in MM/DD/YYYY format
"09/20/2023"
The plan's network identifier
"A2"
Show child attributes
The payer's name. Note that this value may be different to the value provided in the original request if the original payer was incorrect and the correct payer has been found
"Aetna"