CVO partner · Andros HealthInternal ops · 2 specialists← Back to customer view
IAL §6 · Tier 4 task templates

Templates

Every Tier 4 task type the IAL knows how to instantiate. Each template defines its SLA, default pool routing, the structured steps a specialist runs through, the result schema that flows back to the customer-facing IntegrationJob, and the required artifacts.

state_board_email_verificationCVO

State board · email verification

Verify a clinician's license with a state board that requires email or fax verification. Specialist sends the request, awaits response, captures structured result.

SLA
5 days
Est. specialist hrs
0.5h
Cost · loaded
$25
Customer price
$300
Margin
$275 (92%)
  1. Send verification request to state board
  2. Await response (typically 3-5 business days)
  3. Capture verification details
  4. Upload board response email/PDF
license_numberstring
license_statusenum:active|expired|disciplinary|not_found
verification_datedate
verified_by_emailstring
verification_artifact_keystring
board_response_email_or_pdf
Note: 30-state coverage by state board. NJ, MD, CT, NY, AL, MS still require this template; the rest have web-portal Tier 3 agents.
state_medicaid_mco_enrollmentCVO

State Medicaid MCO enrollment

Full enrollment of a provider with a state Medicaid managed-care organization. Multi-stage with portal submissions, additional info responses, and committee review.

SLA
90 days (~13w)
Est. specialist hrs
4h
Cost · loaded
$200
Customer price
$600
Margin
$400 (67%)
  1. Submit provider application
  2. Receive application acknowledgement
  3. Respond to additional info requests
  4. Receive contracted-effective-date letter
  5. Update CredTek profile + fire webhook
mco_provider_idstring
effective_datedate
network_statusenum:in_network|pending|denied
contracting_letter_artifact_keystring
application_submissionack_lettercontracting_letter
Note: Most variability of any template — state Medicaid timelines range from 30 to 120+ days. Margin on this template is thinnest; flag for renegotiation if cost trends 2x estimate.
payer_escalation_callINTERNAL

Payor escalation call

When a portal submission stalls past its SLA, internal ops calls the payor's provider relations team to unblock. Typically 1-2 calls + email follow-up.

SLA
1 days
Est. specialist hrs
0.5h
Cost · loaded
$25
Customer price
$300
Margin
$275 (92%)
  1. Pull payor portal status + reference number
  2. Call payor provider relations (M-F 9-5 ET typical)
  3. Capture escalation reason + contact name
  4. Update job status with new ETA
payer_deptstring
contact_namestring
reference_numberstring
call_outcomeenum:in_review_committee|additional_info_requested|denied|approved|voicemail_left
updated_etadate
call_notes_pdf
Note: Auto-escalates when Tier 3 jobs stay in submitted > 45 days. Most-used template — accounts for ~30% of Tier 4 volume.
notarized_document_coordinationCVO

Notarized document coordination

Schedule a notary appointment via NotaryCam, coordinate with the provider, receive the notarized PDF, upload to CredTek.

SLA
7 days
Est. specialist hrs
1h
Cost · loaded
$50
Customer price
$250
Margin
$200 (80%)
  1. Send notary scheduling link to provider
  2. Provider books notary appointment
  3. Receive notarized PDF from notary service
  4. Upload to CredTek + fire job webhook
document_typestring
notary_servicestring
appointment_datedate
statusenum:scheduled|completed|no_show|rescheduled
notarized_pdf_artifact_keystring
notary_booking_confirmationnotarized_pdf
reference_check_outreachCVO

Reference check outreach

Email each reference (typically 2-3 contacts), follow up after 5 days, capture responses in a structured rubric.

SLA
14 days (~2w)
Est. specialist hrs
1.5h
Cost · loaded
$75
Customer price
$300
Margin
$225 (75%)
  1. Email each reference
  2. Follow up on day 5 if no response
  3. Capture responses in structured form
  4. Mark complete or escalate after 2 attempts
reference_1_namestring
reference_1_outcomeenum:positive|neutral|no_response|concerning
reference_2_namestring
reference_2_outcomeenum:positive|neutral|no_response|concerning
reference_3_namestring
reference_3_outcomeenum:positive|neutral|no_response|concerning|n_a
summarystring
Adding a new template: implement Tier4HumanTask subclass at src/integrations/tier4/<name>.ts, declare the TaskTemplate shape above, and register in the catalog. SLA defaults are tunable per customer org.