availity · Schema

IsAuthRequiredRequest

Properties

Name Type Description
serviceReview object Authorization details to check
View JSON Schema on GitHub

JSON Schema

availity-isauthrequiredrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IsAuthRequiredRequest",
  "title": "IsAuthRequiredRequest",
  "type": "object",
  "properties": {
    "serviceReview": {
      "type": "object",
      "description": "Authorization details to check",
      "properties": {
        "payerId": {
          "type": "string",
          "example": "BCBS001"
        },
        "procedureCode": {
          "type": "string",
          "example": "99213"
        }
      }
    }
  }
}