Availity · Schema

SubscriberInfo

SubscriberInfo schema from Availity API

HealthcareClearinghouseHIPAAX12 EDIEligibilityClaimsPrior AuthorizationRevenue Cycle ManagementPayersPrice Transparency

Properties

Name Type Description
memberId string
firstName string
lastName string
dateOfBirth string
gender string
groupNumber string
groupName string
View JSON Schema on GitHub

JSON Schema

eligibility-subscriber-info-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-subscriber-info-schema.json",
  "title": "SubscriberInfo",
  "description": "SubscriberInfo schema from Availity API",
  "type": "object",
  "properties": {
    "memberId": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "string",
      "format": "date"
    },
    "gender": {
      "type": "string"
    },
    "groupNumber": {
      "type": "string"
    },
    "groupName": {
      "type": "string"
    }
  }
}