Insurance Group Census Details

Output representation of group census summary data.
JSON example
1{
2  "groupCensus": {
3    "id": "a0B1x000000XXXXX",
4    "memberOptOutCount": 5,
5    "mbrWithoutDependentCount": 20,
6    "memberWithOneChildCount": 15,
7    "mbrWithMoreThan1ChldCount": 10,
8    "mbrWithMoreThan2ChldCount": 5,
9    "memberWithDependentCount": 30,
10    "memberWithSpouseCount": 25,
11    "totalMemberPlusDependent": 85,
12    "totalDependents": 45,
13    "totalMembers": 40,
14    "fullTimeMemberCount": 35,
15    "partTimeMemberCount": 5,
16    "grpCensusGrpClassSummaryList": [
17      {
18        "id": "a0C1x000000YYYYY",
19        "groupCensusId": "a0B1x000000XXXXX",
20        "groupClassId": "a0D1x000000ZZZZZ",
21        "memberOptOutCount": 2,
22        "mbrWithoutDependentCount": 10,
23        "memberWithOneChildCount": 5,
24        "mbrWithMoreThan1ChldCount": 3,
25        "mbrWithMoreThan2ChldCount": 2,
26        "memberWithDependentCount": 10,
27        "memberWithSpouseCount": 8,
28        "totalMemberPlusDependent": 28,
29        "totalDependents": 15,
30        "totalMembers": 13,
31        "fullTimeMemberCount": 12,
32        "partTimeMemberCount": 1
33      }
34    ]
35  }
36}
Property Name Type Description Filter Group and Version Available Version
fullTimeMemberCount Integer Total number of full-time members. Small, 65.0 65.0
grpCensus​GrpClass​SummaryList Group Census Group Class Summary[] List of census summaries that are aggregated by group class. Small, 65.0 65.0
id String ID of the group census summary. Small, 65.0 65.0
mbrWith​MoreThan1​ChldCount Integer Total number of members who have more than one child dependent. Small, 65.0 65.0
mbrWith​MoreThan2​ChldCount Integer Total number of members who have more than two child dependents. Small, 65.0 65.0
mbrWithout​Dependent​Count Integer Total number of members who have no dependents. Small, 65.0 65.0
memberOpt​OutCount Integer Total number of members who have opted out of all insurance plans. Small, 65.0 65.0
memberWith​DependentCount Integer Total number of members who have at least one dependent of any type. Small, 65.0 65.0
memberWith​OneChildCount Integer Total number of members who have exactly one child dependent. Small, 65.0 65.0
memberWith​SpouseCount Integer Total number of members who have a spouse listed as a dependent. Small, 65.0 65.0
partTime​MemberCount Integer Total number of part-time members. Small, 65.0 65.0
totalDependents Integer Total of all dependent records across all members in the census. Small, 65.0 65.0
totalMember​PlusDependent Integer Total of all members and all their dependents. Small, 65.0 65.0
total​Members Integer Total number of primary members in the census. Small, 65.0 65.0