v2
latestOpenAPI 3.1.02026-07-31515292.8 KBCreate Mental Health Inquiry
post/api/v0/mental_health/inquiries
Headers
Idempotency-Keystring
Request body
Example request
{
"desired_completion_date": "03-19-2024",
"patient_name": "Alex Martin",
"dob": "01-31-2020",
"member_id": "123456789",
"group_id": "123456",
"npi": "1234567890",
"billing_npi": "1234567890",
"rendering_npi": "1234567890",
"tax_id": "123456789",
"practice_billing_address": "123 Main St, New York, NY 10001",
"diagnosis_codes": [
"F41.1",
"F42.23"
],
"claims_date_of_service": "01-31-2020",
"claim_number": "1234567890",
"additional_info": "The patient is on a Medicare plan and we need to know their secondary insurance benefits.",
"insurance": "United Healthcare",
"benefits_query": [
"PSYCHOTHERAPY",
"OFFICE_VISIT_NEW_PATIENT",
"CODE_LOOKUP_BENEFITS"
],
"benefits_codes": [
"99203"
],
"is_specialist": true,
"place_of_service": "doctors office",
"billed_amount": 100,
"insurance_payor_id": "60054"
}Response
Successful Response