availity · JSON Structure

Eligibility Subscriber Info Structure

SubscriberInfo schema from Availity API

Type: object Properties: 7

SubscriberInfo is a JSON Structure definition published by availity, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

memberId firstName lastName dateOfBirth gender groupNumber groupName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/eligibility-subscriber-info-structure.json",
  "description": "SubscriberInfo schema from Availity API",
  "type": "object",
  "properties": {
    "memberId": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "date"
    },
    "gender": {
      "type": "string"
    },
    "groupNumber": {
      "type": "string"
    },
    "groupName": {
      "type": "string"
    }
  },
  "name": "SubscriberInfo"
}