Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Check Eligibility

...

and Claims Submission Workflow

You have patient’s demographics information and patient’s insurance information.

...

  1. Contact the VSee team to configure which insurers you want to support. Once configured, use https://vsee.atlassian.net/wiki/spaces/VD/pages/55083127/Insurance+API+Draft#GET-%2Finsurance%2F to pull the list which will also contain insurer_id.

  2. Create a VSee Clinic user via https://vsee.atlassian.net/wiki/spaces/VD/pages/14942243/User+API#POST-%2Fusers%2Fsso

    1. As a response you will receive user_id on VSee side.

  3. Some user fields are required if you want to use the insurance API. Use https://vsee.atlassian.net/wiki/spaces/VD/pages/14942243/User+API#POST-%2Fme to update the user’s insurance information based on user_id.

  4. Run https://vsee.atlassian.net/wiki/spaces/VD/pages/55083127#POST-%2Fusers%2F%3Aid%2Feligibility to trigger the eligibility check for the given user_id. Trigger . The eligibility check may take some time.

  5. Receive a webhook request with eligibility_response message which will contain the result of the eligibility check.

  6. If the user is eligible, trigger a claim submission process for the user_id https://vsee.atlassian.net/wiki/spaces/VD/pages/55083127/Insurance+API+Draft#POST-%2Finsurance%2Fclaims

  7. Receive a webhook request with eligibility_response message which will contain the result of the eligibility check.

POST /me parameters

Required Insurance Information

...