Availity · Schema

PlanInformation

PlanInformation schema from Availity API

HealthcareClearinghouseHIPAAX12 EDIEligibilityClaimsPrior AuthorizationRevenue Cycle ManagementPayersPrice Transparency

Properties

Name Type Description
planName string
groupName string
groupNumber string
planBeginDate string
planEndDate string
View JSON Schema on GitHub

JSON Schema

eligibility-plan-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-schema/eligibility-plan-information-schema.json",
  "title": "PlanInformation",
  "description": "PlanInformation schema from Availity API",
  "type": "object",
  "properties": {
    "planName": {
      "type": "string"
    },
    "groupName": {
      "type": "string"
    },
    "groupNumber": {
      "type": "string"
    },
    "planBeginDate": {
      "type": "string",
      "format": "date"
    },
    "planEndDate": {
      "type": "string",
      "format": "date"
    }
  }
}