Create Coverage Eligibility Request

POST {{baseUrl}}/api/v2/CoverageEligibilityRequest

Overview:

Adds new eligibility request records to the system, facilitating the seamless integration of updated coverage inquiry information and supporting efficient processing of insurance-related data within healthcare applications.

This is only supported by ATHENA.

Use Cases:

  • High Cost Claim Pre-Adjudication: Submit for early member cost estimates

  • Clinical Trial Deferred Billing: Register future visits needing deferred evaluation

  • Referral Specialist Onboarding: Propagate new provider credentials

  • Catastrophic Case Research: Submit descriptions for payer precedent investigation

  • Ongoing Therapy Recertification: Post extension requests before expiration

Request Body

{"context"=>{"departmentId"=>"<string>"}, "data"=>{"resourceType"=>"<string>", "servicedDate"=>"<date>", "subject"=>{"reference"=>"<string>"}, "extension"=>[{"url"=>"<string>", "valueString"=>"<string>"}, {"url"=>"<string>", "valueString"=>"<string>"}]}}

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{&quot;context&quot;:{&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;source&quot;:&quot;\u003cstring\u003e&quot;,&quot;quorum&quot;:&quot;\u003cboolean\u003e&quot;,&quot;notify&quot;:&quot;\u003cboolean\u003e&quot;},&quot;data&quot;:{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}}