Skip to main content

Members Dataset Specification

Updated over 4 months ago

Members Dataset Specification

Members Dataset Specification

The "Members Dataset Specification" dataset contains information on member demographics, enrollment providers, and networks. It is sourced directly from customer files and from ACM. It references itself from Enrollment by Subscriber_ID, and it is referenced from multiple entities by Member_ID, which is its unique primary key. It supports soft delete via (Active = false) and Hard Delete at ACM via (Deleted_Indicator).

This dataset is vital for healthcare organizations aiming to enhance the efficiency and quality of patient care management, supporting a comprehensive approach to healthcare delivery and member services.

Key Components

Personal Details

  • Records essential personal information of members, such as names, dates of birth, and other identifiers.

  • Provides a foundational understanding of the patient demographic.

Contact Information

  • Captures current contact details for each member.

  • Ensures communication channels are up-to-date and accessible for healthcare providers and administrative purposes.

Enrollment History

  • Documents each member's enrollment timeline within different healthcare plans or services.

  • Offers insights into their healthcare journey and coverage status.

Program Participation

  • Tracks participation in various health programs.

  • Crucial for assessing member engagement and the effectiveness of different health interventions.

Diagnoses

  • Includes medical diagnosis information linked to each member.

  • Critical for clinical decision-making and health management.

Alerts

  • Records important alerts related to members, such as reminders for preventive screenings or follow-ups.

  • Enhances proactive healthcare delivery.

Custom Fields

  • Provides flexibility to record additional data points specific to the organization's needs.

  • Allows for tailored data management.

Population Matching

  • Facilitates the analysis of member data by matching population segments.

  • Useful for public health studies and targeted care strategies.


Table: Member

Columns

Member_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Member’s unique key used to identify records within the Accountable Care Model (ACM). This key is null if the record does not originate from ACM.

Client_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing a segment or group within the client's business, facilitating organization-specific categorizations. Refer to the Dictionary Client table in the Dictionary Dataset Specification.

Client_Code_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the business group or segment associated with the Client Code, enhancing understanding of client structure. See Dictionary Client table in the Dictionary Dataset Specification.

Client_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier assigned to a client within the healthcare management system.

Subclient_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for a subdivision or smaller unit within a client's structure, used for more detailed categorization.

Gender

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Coded value representing the member's biological sex, with options like Male, Female, Unknown, and Not Valued. See Dictionary Gender table in the Dictionary Dataset Specification.

Gender_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the biological sex of the member. Valid entries include Male, Female, Unknown, and Not Valued. See Dictionary Gender table in the Dictionary Dataset Specification.

Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether a member is currently active within the system. If true, the member is active; otherwise, they are considered inactive.

Temporary

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Flag indicating whether the member is assigned a temporary ID. Useful for identifying provisional records or memberships.

Birth_Date

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Records the birth date of the member, including year, month, and day, to calculate age and other demographics-related values.

Age

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Represents the age of the member, calculated based on the birth date. This field is computed in views and is not stored.

Age_Range

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorical representation of the member's age, typically grouped into ranges (e.g., 20-30, 31-40). This field is calculated in views.

Preferred_Language

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that signifies the primary language spoken by the member as self-reported. Refer to the Dictionary Language table in the Dictionary Dataset Specification for valid values.

Preferred_Language_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive text of the primary language spoken by the member, providing a human-readable format. See Dictionary Language table in the Dictionary Dataset Specification.

Marital_Status

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the member's current marital status. Valid values are detailed in the Dictionary Marital Status table in the Dictionary Dataset Specification.

Marital_Status_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Provides a description of the marital status of the member. Refer to the Dictionary Marital Status table in the Dictionary Dataset Specification.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), serving as the primary key for reference.

Social_Security_Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The Social Security Number of the member.

Members Dataset Specification

Member Details

Member_SSN

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Social Security Number of the member, a nine-digit number issued by the Social Security Administration, used primarily for identification purposes within the U.S.

Member_Medicare_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier unique to the member within the Medicare system, used for tracking and benefits management.

Member_Medicaid_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member within the Medicaid system, facilitating benefits administration and eligibility verification.

Member_Race

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Coded value representing the member’s race, used for demographic and health-related statistical analyses.

Member_Race_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the member's race, enriching data understanding for health disparity studies and reporting.

Member_Attributed_Provider

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier or name of the healthcare provider primarily responsible for the member's care, facilitating association and accountability in care management.

Member_Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the member's record was initially created in the system.

Member_Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the member's record, indicating the latest update.

Member_Prefix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Prefix or title used before the member's name to denote formal address or social status, such as Dr., Mr., Mrs., etc.

Member_First_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The first name of the member as registered in the healthcare management system.

Member_Middle_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The middle name of the member, included for full identification and record completeness.

Member_Last_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The last name or family name of the member, crucial for identification and documentation purposes.

Member_Suffix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Suffix or title used after the member's name to denote qualifications, generational suffixes, or honors, such as Jr., Sr., Ph.D., etc.

Member_Full_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the member, combining first, middle, last names, and suffixes for complete identification. Used in reports and formal documentation.

Member_Time_Zone_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the time zone in which the member is located, utilized for scheduling and timing of services.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Member_Time_Zone_Abbreviation

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Abbreviation of the member's time zone, reflecting their geographic location's standard time offset.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Member_Time_Zone_System_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: System code for the time zone applicable to the member's location, aiding in time-sensitive operations and communication.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Member_Time_Zone_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the time zone associated with the member's geographic location, facilitating appropriate timing for services and communications.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Member_Digital_Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date from which the member became eligible for digital services or features.

Member_Digital_Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member's eligibility for digital services or features ended or is scheduled to end.


Member Addresses

Member_Address_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for the member's address, obtained from the Accountable Care Model (ACM). Null if the address data is not sourced from ACM.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link addresses to specific members.

State

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Two-letter state abbreviation where the member resides, used for regional analysis and reporting.

  • Reference: See Dictionary State table in the Dictionary Dataset Specification.

State_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the state for the member's address, providing clarity for data processing and reporting.

  • Reference: See Dictionary State table in the Dictionary Dataset Specification.

Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that categorizes the type of the address, such as residential or business.

  • Reference: See Dictionary Address Type table in the Dictionary Dataset Specification for detailed classifications.

Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the address type, helping to understand the nature of the address associated with the member.

Line1

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The primary street address or location description for the member, serving as the first line of the address.

Line2

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Additional address information such as apartment number or suite, serving as the second line of the address.

Line3

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Further address details that may include building information or other specifics, serving as the third line of the address.

City

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the city for the member's address, essential for local health service allocation and mail delivery.

Postal_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric code assigned to the member's address location for facilitating mail sorting and delivery.

Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this is the member's preferred address for communications, which is critical for sending important health documents or correspondence.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the address record for the member was initially created, useful for data tracking and audits.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the address record, indicating the latest data modification for tracking changes.

County

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The county where the member's primary address is located, important for regional health services administration and demographic studies.

Country

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The country of the member's address, vital for processing international health claims and understanding global member distribution.

Members Dataset Specification

Member Alerts

Columns

  • Member_Alert_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key identifying each specific alert for a member, used for tracking and management. Refer to the Dictionary Alert table in the Dictionary Dataset Specification for more details on alert categories.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for a member within the healthcare management system, used to link alerts to specific member profiles.

  • Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for specific alerts related to a member, highlighting urgent or special needs such as Case Management or Eligibility issues.\ Note: Selection of multiple alerts may result in data duplication in reporting outputs.

  • Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the alert, clarifying the nature of the notification or issue related to the member. Special attention is needed for aspects like Case Management, Eligibility, etc. See Dictionary Alert table for details.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was initially created. This is crucial for understanding the timeline of alerts in a member's healthcare management.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the latest update to the alert record, used to track changes and maintain up-to-date alert information.


Member Alternate IDs

Columns

  • Member_Alternate_ID_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for each alternate ID assigned to a member. This subclass is used to manage multiple IDs per member, which may result in report duplication per ID. Excludes members without alternate IDs from reports.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier used by the Managed Care Organization (MCO) in addition to the standard Care Management Member ID. This ID is crucial for linking alternate identifiers with the member's primary record.

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the type of the alternate ID assigned to a member, such as emergency contact, secondary insurance, etc. Refer to the Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

  • Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the alternate ID type, providing context for why and how the alternate ID is used. See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification for detailed categorization and use cases.

  • Value

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The actual alternate ID value assigned to the member, such as a secondary insurance number or emergency contact ID, used in managing member information across different systems or departments.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the alternate ID record was created. This helps in tracking when the ID was added to the member's profile, important for data management and audits.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating the most recent update made to the alternate ID record, essential for maintaining the timeliness and accuracy of the member's information.


Member Contact Emails

Columns

  • Member_Contact_Email_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each email record associated with a member. Used for managing multiple email addresses and ensuring data integrity. Refer to the Dictionary Email Type table in the Dictionary Dataset Specification.

  • Member_Contact_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key linking the email record to the member’s contact information within the healthcare system’s database.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link email addresses to specific member profiles.

  • Address

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The email address through which a member receives electronic communications. This can include personal, work, or other types of email addresses as defined in system settings.

  • Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the type of email address linked to the member, such as personal or work. Useful for distinguishing between different communications preferences. See Dictionary Email Type table for more details.

  • Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this email address is the preferred contact method for the member. This setting is important for prioritizing communication channels.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the email record was initially created, providing a timeline for when the member's contact information was added to the system.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the email record, crucial for maintaining accurate and up-to-date contact information for the member.


Member Contact Phones

Columns

  • Member_Contact_Phone_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each phone record associated with a member. This key is used to manage multiple phone numbers and ensure accurate linkage to member records.

  • Member_Contact_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key linking the phone record to the member’s contact information within the healthcare system’s database. This ensures all phone numbers are accurately associated with the correct member contact profiles.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO). This ID links the phone number to the specific member profile, ensuring accurate communication records.

  • Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The primary phone number used by the member, which could include personal, work, or other types of phone numbers based on the member's preference.

  • Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the type of the phone number, such as work/office, cell, or home. This classification helps in directing communication effectively.

Members Dataset Specification

Member Contact Phones

Member_Contact_Phones Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this phone number is the member's preferred contact method. Setting a number as preferred is crucial for ensuring that primary communication efforts use this number.

Member_Contact_Phones Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the phone record was created. This information is vital for tracking the addition of new contact numbers to a member's profile and for historical data integrity.

Member_Contact_Phones Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the phone record. This timestamp is essential for tracking changes and maintaining up-to-date contact information for the member.


Member Contacts

Member_Contact_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each contact record associated with a member, used for database management and querying.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the contact information to the member's profile.

Preferred_Method

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the member's preferred method of contact, such as email, phone, or mail. See Dictionary Preferred Contact Method table in the Dictionary Dataset Specification for valid values.

Preferred_Method_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the preferred contact method, explaining how and when to use each method for communicating with the member. See Dictionary Preferred Contact Method table for details.

Preferred_Time

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the member's preferred time to be contacted, optimizing communication efforts. See Dictionary Preferred Contact Time table in the Dictionary Dataset Specification.

Preferred_Time_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the preferred contact time, detailing suitable times during which the member wishes to be contacted. See Dictionary Preferred Contact Time table for more information.

Association

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that categorizes the member's type of association or relationship with the contact information. See Dictionary Member Contact Association table in the Dictionary Dataset Specification.

Association_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the association or relationship type, enhancing understanding of the contact's relevance. See Dictionary Member Contact Association table for detailed descriptions.

Other_Contact_Information

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Additional contact information for the member that does not fit standard categories but is essential for comprehensive communication strategies.

Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the contact information is the member's preferred choice. This setting is crucial for prioritizing communication channels.

Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Flag indicating whether the member is currently active (1) or inactive (0) in the system. This is vital for maintaining up-to-date records and ensuring effective member management.

First_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The first name of the member associated with the contact information, used for personalization and identification.

Middle_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The middle name of the member, providing additional identification details that may be necessary for certain communications or legal documentation.

Last_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The last name of the member, crucial for full identification and formal communication purposes.

Prefix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Prefix or title used before the member's name to denote formal address or social status, such as Dr., Mr., Mrs., etc.

Suffix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Suffix or title used after the member's name to denote qualifications, generational suffixes, or honors, such as Jr., Sr., Ph.D., etc.

Time_Zone_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the time zone in which the member is located, utilized for scheduling and timing of communications. See Dictionary Timezone table in the Dictionary Dataset Specification.

Time_Zone_Abbreviation

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Abbreviation of the member's time zone, reflecting their geographic location's standard time offset. See Dictionary Timezone table in the Dictionary Dataset Specification.

Time_Zone_System_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: System code for the time zone applicable to the member's location, aiding in time-sensitive operations and communication. See Dictionary Timezone table for details.

Time_Zone_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the time zone associated with the member's geographic location, facilitating appropriate timing for services and communications. See Dictionary Timezone table for comprehensive details.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the contact record was initially created, providing a timeline for when the member's contact information was added to the system.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the contact record, essential for maintaining the timeliness and accuracy of the member's contact information.


Member Custom Fields

Member_Custom_Field_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key assigned to each custom field associated with a member. This key is used for identification and retrieval of custom field data within the system.

Select_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying the selection options available for a custom field, linking it to predefined choices in the system.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link the custom fields specifically to the member's record.

ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the custom field within the healthcare management system.

Members Dataset Specification

Member Custom Fields

Member_Custom_Fields Title

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The human-readable name for the custom field, designed to be easily understood and referenced within the healthcare system.

Member_Custom_Fields Use

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Specifies the application type of the custom field; 'ENTRY' for direct input fields, and 'SELECT' for fields requiring selection from predefined options.

Member_Custom_Fields Value

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The content or data stored in the custom field for the member. This can vary from textual entries to selections made from a set list, depending on the field type.

Member_Custom_Fields Value_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the value held in the custom field, providing context or additional details about the selected options for fields of type 'SELECT'.

Member_Custom_Fields Select_Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the custom field was initially created. This helps in tracking the addition of new custom fields to a member's profile.

Member_Custom_Fields Select_Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the custom field, crucial for tracking updates and maintaining current data.


Member Diagnoses

Member_Diagnosis_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each specific diagnosis associated with a member, used for tracking and management within the healthcare system.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the diagnosis to the member's healthcare record.

Condition_Category

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the diagnosis based on the condition or disease group, aiding in treatment planning and statistical analysis.

Condition_Category_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the condition category, providing further insight into the type of health issue classified under the diagnosis. This includes proprietary classifications used by Care Intelligence.

Coding_Scheme

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The coding system used for documenting the diagnosis, such as ICD-10, helping standardize diagnoses across the healthcare industry.

Coding_Scheme_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Explanation of the coding scheme used, which may include details on its application and relevance to different health conditions.

Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Specific code assigned to the diagnosis according to the coding scheme employed, such as 'F41.9' for a particular mental health condition.

Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Narrative description of the diagnosis, providing details about the member’s specific condition or symptoms.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the diagnosis record was initially created, important for historical data and tracking the onset of conditions.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the diagnosis record, crucial for maintaining up-to-date and accurate medical information.


Member Emails

Member_Email_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key assigned to each email record associated with a member, used for identifying and managing email information within the system.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the email to the member's healthcare profile.

Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the email address by its intended use, such as personal or work. Refer to the Dictionary Email Type table in the Dictionary Dataset Specification for valid values.

Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the email type, providing further details on how the email is used, for example, personal or work purposes. See Dictionary Email Type table for more details.

Address

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The email address used by the member, facilitating electronic communications related to health services and care management.

Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this email address is the preferred contact method for the member, important for prioritizing communication channels.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the email address record was created in the system, providing a reference for tracking changes and updates.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the email record, essential for maintaining accurate and up-to-date member information.


Member Enrollment

Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for the member’s enrollment record, used to identify and manage enrollment details within the Care Intelligence system. Null if data is not sourced from Care Intelligence.

Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key used specifically for reporting and analysis purposes, associated with the member’s enrollment data.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the enrollment record to the specific member.

Group_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group under which the member is enrolled. This is defined by the customer’s eligibility system and may vary based on the group’s specific requirements and restrictions.

Group_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The name of the group to which the member is currently assigned, as defined in the eligibility system of the healthcare provider.

Plan_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member’s specific enrollment plan, used for managing health services and coverage details.

Plan_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive details about the plan under which the member is enrolled, explaining coverage, benefits, and limitations.

Line_Of_Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the member’s enrollment based on the line of business, such as Medicaid, Medicare, or Commercial.

Members Dataset Specification

Member Enrollment

Line Of Business

  • Line_Of_Business_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the line of business under which the member’s plan falls, which helps in categorizing and managing different types of plans based on their nature and provided benefits.

  • Additional Information: Description of the line of business, providing more detailed information on the nature of the business and the associated services. See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Effective Date

  • Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member’s enrollment in the plan becomes effective, marking the start of coverage.

Termination Date

  • Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member’s enrollment in the plan is scheduled to end or has ended, marking the cessation of coverage.

Carrier

  • Carrier

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the insurance carrier underwriting the member’s plan at the time of enrollment.

  • Additional Information: See Dictionary Carrier table in the Dictionary Dataset Specification.

  • Carrier_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the carrier providing the insurance coverage, detailing the carrier’s role and significance in the plan.

  • Additional Information: See Dictionary Carrier table in the Dictionary Dataset Specification.

Relationship

  • Relationship

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that describes the member’s relationship to the primary subscriber of the plan, such as dependent, self, or spouse.

  • Additional Information: See Dictionary Relationship table in the Dictionary Dataset Specification.

  • Relationship_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the member’s relationship to the primary subscriber, providing context for eligibility and coverage terms.

  • Additional Information: See Dictionary Relationship table in the Dictionary Dataset Specification.

Subscriber Information

  • Subscriber_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier assigned to the primary subscriber under which the member is enrolled, used for linking family or group plans.

  • Subscriber_Membership_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Membership ID assigned to the subscriber, under which the member’s coverage details are listed and managed.

Enrollment Indicators

  • Most_Recent_Primary_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator to denote if this enrollment record is the most recent primary enrollment for the member.

  • Current_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the record represents the member’s current enrollment status, which is calculated based on real-time data.

  • Current_Primary_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the record represents the member’s current primary enrollment status, which is calculated based on real-time data.

Waiting Period

  • Waiting_Period_Days

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The number of days constituting the waiting period before the member’s coverage becomes effective under the new plan.

Primary Enrollment

  • Primary_Enrollment

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates if the record pertains to the member’s primary insurance eligibility at present, including the effective and termination dates.

Source Of Payment

  • Source_Of_Payment

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the primary source of payment for the member’s enrollment plan, such as private pay or government-funded.

  • Source_Of_Payment_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive information about the source of payment for the member’s coverage, providing insights into the financial arrangements.

Active Status

  • Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the member’s enrollment is currently active, providing a quick reference for eligibility status.

Account Information

  • Account_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member’s account under which the enrollment details are managed and billed.

  • Membership_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique membership identifier for the member within the healthcare system, used to track and manage individual health records and billing.

Payer Coordination

  • Payer_Coordinating_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: ID used for coordination between different payers when multiple sources of payment are involved in the member’s coverage.

Employment Status

  • Employment_Status_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that describes the member’s current employment status, which can affect eligibility and coverage details.

Benefits

  • Pharmacy_Benefit

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the member’s plan includes benefits for pharmaceuticals, important for coverage and cost management.

  • Medical_Benefit

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the member’s plan includes medical benefits, crucial for access to healthcare services.

Timestamps

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp when the member’s enrollment record was created, important for historical data tracking and system updates.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp when the member’s enrollment record was last modified, essential for maintaining current and accurate enrollment information.


Member Enrollment Alerts

Alert Keys

  • Member_Enrollment_Alert_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for identifying each enrollment alert associated with a member, facilitating tracking and management of alerts within the healthcare system.

  • Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the alert to the specific enrollment record of a member, used to identify the context of the alert within member data.

  • Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key used for reporting purposes related to specific enrollment alerts, enabling detailed tracking and analysis of alert conditions and statuses.

Member Identification

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the alert to the member’s profile.

Group and Plan Information

  • Group_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group associated with the member’s enrollment at the time of the alert, used to categorize alerts by group affiliation.

  • Plan_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the plan associated with the member’s enrollment at the time of the alert, aiding in identifying specific plan-related issues.

Members Dataset Specification

Member Enrollment Alerts

Line Of Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the line of business under which the member’s plan falls at the time of the alert, useful for categorizing and managing alerts based on business segment.\ See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Member Enrollment Effective Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date when the member’s enrollment (or the relevant condition triggering the alert) became effective, critical for timing and relevance of the alert.

Member Enrollment Termination Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date when the member’s enrollment (or the condition associated with the alert) is scheduled to end, important for managing end of coverage or condition alerts.

Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier used to signify specific situations requiring attention in member enrollment, such as Coordination of Benefits or Pharmacy Lock-in restrictions.\ Note: Selection of multiple alerts may result in data duplication in reporting.

Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the enrollment alert, outlining the nature and specifics of the situation that necessitated the alert.\ See Dictionary Enrollment Alert table in the Dictionary Dataset Specification for detailed descriptions.

Created Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the creation of the enrollment alert record, essential for tracking when the alert was initiated and logged in the system.

Last Modified Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the enrollment alert record, crucial for maintaining up-to-date information on the alert’s status and resolution.


Member Enrollment Custom Fields

Member Enrollment Custom Field Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique identifier for each custom field associated with a member's enrollment, sourced from ACM when available; null if data is not sourced from ACM.

Member Enrollment Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the custom field to a specific member enrollment record, allowing for detailed tracking and management of custom data fields within the enrollment process.

Select Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Key associated with the selection options of a custom field when the type is 'SELECT', enabling linking to predefined options in the system.

Member Enrollment Reporting Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Custom reporting key used to aggregate or categorize enrollment data based on specific custom fields for enhanced reporting and analysis.

Member ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the custom fields to the specific member’s enrollment record.

ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier used for reporting and managing specific custom fields within the member’s enrollment data, facilitating specific data operations.

Title

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The human-readable name for the custom field, designed to be easily understandable and referenced within the healthcare system for clarity and ease of use.

Use

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Specifies the application type of the custom field; 'ENTRY' for direct input fields, and 'SELECT' for fields requiring selection from predefined options, guiding user interaction.

Value

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The data or selection stored in the custom field for the member, which can vary from textual entries to selections made from a set list, depending on the field type.

Value Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the value held in the custom field, providing context or additional details about the selected options or entered data, particularly for 'SELECT' type fields.

Select Created Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the custom field or its value was initially created within the system, providing a timeline for when data was added to the member's enrollment profile.

Select Last Modified Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the custom field or its value, crucial for tracking changes and maintaining up-to-date and accurate information within the enrollment.


Member Enrollment Networks

Member Enrollment Network Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique identifier for each member’s network within the Accountable Care Model (ACM); null if the data is not sourced from ACM.

Member Enrollment Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the network information specifically to a member's enrollment record, facilitating management and tracking within the healthcare system.

Member Enrollment Reporting Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Reporting key used to aggregate or reference the member’s network-related data within reports and analyses.

Member ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link network data to the member's healthcare record.

Group ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group associated with the member’s network enrollment, reflecting the organizational structure under which the member is covered.

Plan ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific plan associated with the member's network enrollment, detailing the coverage plan under which the member is insured.

Line Of Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the member’s enrollment according to the line of business, which describes the type of service or coverage offered.\ See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Members Dataset Specification

Member Enrollment Networks

Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The start date when the member’s network coverage became active, marking the beginning of the insurance coverage under the specific network.

Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The end date when the member’s network coverage is scheduled to terminate, marking the conclusion of the insurance coverage under the specific network.

Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that identifies the network associated with the member’s insurance coverage, used for administrative and tracking purposes within healthcare programs.

Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the network associated with the member's insurance coverage, providing a clear and identifiable label for the network within administrative processes.

Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the member's current insurance network coverage began, crucial for tracking eligibility and coverage periods within the network.

Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the member's current insurance network coverage will end or has ended, important for managing transitions and ensuring continuity of care.

Primary

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Flag indicating whether the network is the member's primary network for insurance coverage, where 1 represents primary and 0 represents non-primary. This affects prioritization of claims and services.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the creation of the network record within the member’s profile, used for data integrity and tracking the addition of network details.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the network record, essential for maintaining accurate and up-to-date network information.


Member Enrollment Providers

Member_Enrollment_Provider_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for each provider associated with a member’s enrollment, used for tracking and managing provider data within the healthcare system.

Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the provider data specifically to a member's enrollment record, facilitating management and tracking of healthcare providers.

Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Reporting key used to categorize or reference the member’s provider data within reports and analyses, enhancing data utilization for performance monitoring and compliance tracking.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier assigned to the member by the Managed Care Organization (MCO), linking the provider data to the member’s healthcare record.

Provider_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the provider within the member's enrollment, used to distinguish between multiple providers within the healthcare system.

Provider_NPI

  • Is Nullable: YES

  • Data Type: STRING

  • Description: National Provider Identifier (NPI) for the provider, a unique identification number used in the U.S. for covered healthcare providers.

Provider_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of provider, such as general practitioner or specialist, categorized to aid in the management and reporting of care services. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Provider_Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the provider type, detailing the roles and responsibilities associated with different provider types. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Provider_Role

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Role of the provider within the member’s care plan, such as primary care provider or consultant. See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

Provider_Role_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the provider’s role in the member’s healthcare, such as their specific duties or specialties. See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date when the provider’s involvement in the member’s care officially begins, crucial for tracking provider changes and coverage periods.

Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date when the provider’s involvement in the member’s care officially ends, important for historical data tracking and ensuring accurate records.

Most_Recent_Primary_Enrollment_Provider_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether this provider record is the most recent primary provider for the member, used for current status updates.

Current_Enrollment_Provider_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Flag indicating whether this provider is currently active in the member’s care, essential for maintaining accurate and up-to-date healthcare records.

Delegate_Entity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Entity delegated by the primary provider to perform certain healthcare services on behalf of the member. See Dictionary Delegate Entity table in the Dictionary Dataset Specification.

Delegate_Entity_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the delegate entity, explaining the nature of delegated services and responsibilities. See Dictionary Delegate Entity table in the Dictionary Dataset Specification.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the provider record was initially created in the system, used for tracking and audit purposes.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the provider record, crucial for tracking changes and maintaining up-to-date information.

Members Dataset Specification

Member Most Recent Primary Enrollment

Group_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group under which the member was most recently primarily enrolled, reflecting the latest organizational context of the member’s insurance coverage.

Plan_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the healthcare plan under which the member was most recently primarily enrolled, detailing the specific coverage plan currently active or most recently active for the member.

Line_Of_Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of business under which the member’s most recent primary enrollment is categorized, which defines the nature of the healthcare services provided.

  • See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The start date of the member’s most recent primary enrollment period, marking when the member’s current primary coverage began.

Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The end date of the member’s most recent primary enrollment period, marking when the member’s current primary coverage is scheduled to end or has ended.

Primary_Enrollment

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the record represents the member's most recent period of primary enrollment, used to determine primary coverage status.

Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the member’s most recent primary enrollment is currently active, reflecting ongoing primary coverage.

Most_Recent_Primary_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether this enrollment record is the most recent instance of primary enrollment for the member, typically calculated during the data extraction and transformation process.


Member Notes

Member_Note_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key identifying each note entry associated with a member, used for tracking and management within the healthcare system.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier linking the note to a specific member, ensuring that notes are correctly associated with member profiles.

Void_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating why a note was voided or considered irrelevant.

  • See Dictionary Note Void Reason table in the Dictionary Dataset Specification for valid codes.

Void_Reason_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the void reason, providing context on why the note was voided.

  • See Dictionary Note Void Reason table in the Dictionary Dataset Specification for detailed descriptions.

Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of note, categorizing the content or purpose of the note within the member's record.

  • See Dictionary Note Type table in the Dictionary Dataset Specification for valid types.

Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the note type, explaining the context or intended use of the note.

  • See Dictionary Note Type table in the Dictionary Dataset Specification for details.

Author_User_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User ID of the individual who authored the note, linking responsibility to a specific user within the healthcare system.

Author_User_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the note's author, derived from the user ID, providing clear identification of who created the note.

Void_User_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User ID of the individual who voided the note, if applicable, linking the void action to a specific user.

Void_User_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the user who voided the note, derived from the void user ID, providing clear identification of who voided the note.

Text

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Actual text of the note, detailing observations, actions, or other relevant information about the member.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the note was originally created, essential for tracking the timeline of documentation.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the last modification made to the note, crucial for maintaining an up-to-date record.

Void_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Boolean flag indicating whether the note has been voided, used to manage the visibility and relevance of notes within the member's record.

Void_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the note was voided, if applicable, used to record the exact time when the note was deemed irrelevant or incorrect.


Member Opportunity Score Populations Match

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member or patient.

Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the opportunity score calculation was completed.

Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population group.

Population_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the population group (e.g., high-risk, low-risk).

Population_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of population (e.g., clinical, demographic, etc.).

Population_Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the population (e.g., mild, moderate, severe).

Visibility_Level

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Level of visibility or access control for the population data.


Member Opportunity Score Populations Match Log

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member or patient.

Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the opportunity score calculation was completed.

Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population group.

Members Dataset Specification

Member Opportunity Score Populations Match Log

Columns and Descriptions

  • Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population group.

  • Population_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the population group (e.g., high-risk, low-risk).

  • Population_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of population (e.g., clinical, demographic, etc.).

  • Population_Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the population (e.g., mild, moderate, severe).

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of opportunity score (e.g., health-related, financial, etc.).

  • Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific tenant or organization.

  • Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Version of the opportunity score data that is currently active.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date associated with the opportunity score data.

  • Sequence

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Sequence number for the opportunity score data.

  • Source_System_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the system or application that generated the opportunity score data.

  • Source_File_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the file containing the opportunity score data.

  • Source_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp when the opportunity score data was generated.

  • Schema_Version

  • Is Nullable: YES

  • Data Type: FLOAT64

  • Description: Version of the schema or data model used for the opportunity score data.

  • Deleted_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator to mark whether the record has been deleted.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition or segment of the member data (if applicable).

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Timestamp indicating when the record was last updated.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the action associated with the opportunity score (e.g., recommendation, intervention).

  • Visibility_Level

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Level of visibility or access control for the population data.


Member Opportunity Score Populations Match Raw

Columns and Descriptions

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member or patient.

  • Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the opportunity score calculation was completed.

  • Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population group.

  • Population_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the population group (e.g., high-risk, low-risk).

  • Population_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of population (e.g., clinical, demographic, etc.).

  • Population_Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the population (e.g., mild, moderate, severe).

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of opportunity score (e.g., health-related, financial, etc.).

  • Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific tenant or organization.

  • Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Version of the opportunity score data that is currently active.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date associated with the opportunity score data.

  • Sequence

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Sequence number for the opportunity score data.

  • Source_System_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the system or application that generated the opportunity score data.

  • Source_File_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the file containing the opportunity score data.

  • Source_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp when the opportunity score data was generated.

  • Schema_Version

  • Is Nullable: YES

  • Data Type: FLOAT64

  • Description: Version of the schema or data model used for the opportunity score data.

  • Deleted_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator to mark whether the record has been deleted.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition or segment of the member data (if applicable).

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Timestamp indicating when the record was last updated.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the action associated with the opportunity score (e.g., recommendation, intervention).

  • Visibility_Level

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Level of visibility or access control for the population data.


Member Phones

Columns and Descriptions

  • Member_Phone_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for each phone record associated with a member, used for tracking and managing phone data within the healthcare system.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the phone record to the member’s healthcare profile.

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of phone number, such as home, mobile, or work, categorizing the number for specific uses and accessibility.

  • Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the phone number type, providing additional details about the intended use or context of the phone number.

  • Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The actual phone number associated with the member, used for communication and contact purposes.

  • Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the phone number is the preferred contact method for the member.

Members Dataset Specification

Member Phones

Member_Phones Preferred_Flag

  • Is Nullable: YES

  • Data Type: BOOLEAN

  • Description: Indicates whether this phone number is the member's preferred contact method, prioritizing it for communications from the healthcare provider.

Member_Phones Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the phone record was initially created, important for tracking the addition of contact methods to a member's profile.

Member_Phones Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the phone record, essential for maintaining current and accurate contact information.


Member Populations Match

Member_Populations_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution of a population batch in which the member participated, used to track individual engagements in population health management activities.

Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for a population matching batch execution, serving as a logical foreign key to the Populations_Execution table, indicating specific population processing instances.

Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the completion of the population match batch in which the member's data was processed, essential for data partitioning and maintenance within the system.

Date

  • Is Nullable: NO

  • Data Type: DATE

  • Description: Array of dates documenting each time the member’s data was matched against population criteria, used for tracking and historical reference.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member involved in the population match, linking the population data to the specific member’s healthcare record.

Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the population to which the member was matched, also encompassing version information to specify the particular criteria or definition version of the population.

Population_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Human-readable name for the population, provided with the population definition, used for easier identification and reporting.

Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Program code associated with the population, indicating the specific ACM program tied to the population, if applicable. This field is optional, reflecting plans for populations without program ties.

Version

  • Is Nullable: NO

  • Data Type: STRING

  • Description: Array of version strings for the population definition, detailing revisions or updates to the population criteria over time, essential for historical tracking and compliance verification.

Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User identifier for the last person who modified the population matching record, ensuring traceability and accountability within population management.

Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the population matching record, crucial for maintaining an accurate and current database.

Severity_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the severity level assigned to the population match, which can be 'L' (Low), 'M' (Medium), or 'H' (High), based on defined criteria and calculated during batch processing.

Severity_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the severity level, translating codes into full descriptions such as LOW, MEDIUM, or HIGH, providing clear context for severity assessments within population health management.

Gap_In_Care_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the type of care gap associated with the population, which defines the specific healthcare needs or shortcomings addressed by the population criteria.

Gap_In_Care_Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the gap in care type, enriched by looking up definitions by codes to provide a comprehensive understanding of the care gap associated with the population match.


Member Populations Match Log

Member_Populations_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution of a population match operation within a specific batch, tracking individual member processing events.

Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for a batch execution of a population matching process, corresponding to a specific population management task.

Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the tenant under which the population match log is recorded, ensuring data segmentation and security within multi-tenant systems.

Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the completion of the population matching process for the batch, essential for tracking end times and supporting system maintenance and data partitioning.

Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the population match log entry was recorded, used for historical tracking and reporting purposes.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member whose data was processed in the population matching log, linking the log entry to a specific individual within the healthcare system.

Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the population against which the member was matched, including version information to specify the criteria version at the time of matching.

Population_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Human-readable name of the population involved in the matching process, aiding in identification and reporting.

Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code associated with the healthcare program to which the population match is related, if applicable, indicating programmatic contexts of the population health initiatives.

Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version information of the population criteria used in the match, essential for tracking changes and updates in population definitions over time.

Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User identifier for the last person who modified the population match log entry, ensuring traceability and accountability.

Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the population match log entry, crucial for maintaining an accurate and current database.

Members Dataset Specification

Member_Populations_Match_log

Columns and Descriptions

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User identifier for the last person who modified the population match log, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the population match log entry, crucial for maintaining an accurate and current log of population matching activities.

  • Severity_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the severity of the population match, which could be L (Low), M (Medium), or H (High), used for prioritizing interventions and managing healthcare responses.

  • Severity_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the severity level associated with the population match, providing full textual representations such as LOW, MEDIUM, or HIGH.

  • Visibility_Level

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code defining the visibility level of the population data within the system, ranging from 1 (Always visible) to 4 (Never visible), essential for managing data access and confidentiality.

  • Visibility_Level_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the visibility level, providing a detailed explanation of access restrictions for the population data based on predefined settings.

  • Gap_In_Care_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the type of care gap the population match addresses, crucial for targeted healthcare interventions and management.

  • Gap_In_Care_Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the care gap type, enriched by a lookup of rule codes to provide a comprehensive understanding of the healthcare needs the population match is designed to address.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: System partition used for storing the population match log, facilitating efficient data management and retrieval within distributed systems.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Field indicating when the population match log was last updated, used for system audits and data synchronization checks.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Action taken in the population match log, such as 'create', 'update', or 'delete', providing an audit trail for actions performed on the log entries.

  • Visibility_Level_Int

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Internal code defining the visibility level of the population data within the system.

  • Parent_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of parent entity associated with this member populations match.


Member_Populations_Match_raw

Columns and Descriptions

  • Member_Populations_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution of a population match operation within a specific batch, tracking individual member processing events.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for a batch execution of a population matching process, corresponding to a specific population management task.

  • Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the tenant under which the population match log is recorded, ensuring data segmentation and security within multi-tenant systems.

  • Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the completion of the population matching process for the batch, essential for tracking end times and supporting system maintenance and data partitioning.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the population match log entry was recorded, used for historical tracking and reporting purposes.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member whose data was processed in the population matching log, linking the log entry to a specific individual within the healthcare system.

  • Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the population against which the member was matched, including version information to specify the criteria version at the time of matching.

  • Population_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Human-readable name of the population involved in the matching process, aiding in identification and reporting.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code associated with the healthcare program to which the population match is related, if applicable, indicating programmatic contexts of the population health initiatives.

  • Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version information of the population criteria used in the match, essential for tracking changes and updates in population definitions over time.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User identifier for the last person who modified the population match log, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the population match log entry, crucial for maintaining an accurate and current log of population matching activities.

  • Severity_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the severity of the population match, which could be L (Low), M (Medium), or H (High), used for prioritizing interventions and managing healthcare responses.

  • Severity_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the severity level associated with the population match, providing full textual representations such as LOW, MEDIUM, or HIGH.

  • Visibility_Level

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code defining the visibility level of the population data within the system, ranging from 1 (Always visible) to 4 (Never visible), essential for managing data access and confidentiality.

  • Visibility_Level_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the visibility level, providing a detailed explanation of access restrictions for the population data based on predefined settings.

  • Gap_In_Care_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the type of care gap the population match addresses, crucial for targeted healthcare interventions and management.

Members Dataset Specification

Member Populations Match

Columns

  • Gap_In_Care_Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the care gap type, enriched by a lookup of rule codes to provide a comprehensive understanding of the healthcare needs the population match is designed to address.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: System partition used for storing the population match log, facilitating efficient data management and retrieval within distributed systems.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Field indicating when the population match log was last updated, used for system audits and data synchronization checks.

  • Visibility_Level_Int

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Internal code defining the visibility level of the population data within the system.

  • Parent_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of parent entity associated with this member populations match.


Member Program Match

Columns

  • Program_Matching_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for each execution of the program matching process, generated at the start and used to track the specific matching operation.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the population execution used as input for the program matching, linking the program match to specific population criteria.

  • Execution_Start_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the start of the program matching process for the member, used for logging and data partitioning.

  • Step_ID

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Identifier for the specific step within the program matching process, such as deduplication or blocking, with each step assigned a sequential number.

  • Step_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the step in the program matching process, describing the function of each step like "Deduplication", "Blocking", etc., based on the matching configuration.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member whose data is being processed in the program matching, obtained from the initial population matching process.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the specific program to which the member might be matched, obtained through the population matching process and relevant to program assignment decisions.

  • Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Level of severity associated with the member’s condition or situation, initially obtained from population matching or calculated in earlier steps of the process.

  • Pass_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the member passed this step in the matching process; true if passed, false if skipped.

  • Skip_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description or debug information explaining why a member's record was skipped at a particular step, populated only when Pass_Indicator is false.

  • Rank

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Ranking used to prioritize member enrollment into the program, with 1 representing the highest priority; null for members not eligible for enrollment.

  • Date

  • Is Nullable: NO

  • Data Type: DATE

  • Description: Array of dates documenting when the program matching operations were performed for this member, used for historical tracking and analysis.

  • Version

  • Is Nullable: NO

  • Data Type: STRING

  • Description: Versions of the program matching criteria or configurations used during the matching process, important for audit trails and understanding changes over time.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the user who last modified the program matching record, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the program matching record, essential for maintaining up-to-date and accurate matching records.


Member Program Match Log

Columns

  • Program_Matching_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution of a program matching operation, tracking each process instance for program matching within the healthcare management system.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population execution used as input for the program matching, linking the matching process to specific population criteria.

  • Execution_Start_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the beginning of the program matching process for a specific execution, used to track start times and for logging activities.

  • Step_ID

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Sequential identifier for the step within the program matching process, such as filtering or ranking, detailing the order of operations within the matching procedure.

  • Step_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive name of the step within the program matching process, such as "Deduplication" or "Initial Filtering", providing clarity on the operation performed at this step.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member being processed in the program matching log, linking the log entry to the member's profile within the healthcare system.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Program code associated with the member's program matching entry, identifying the specific healthcare program involved in the matching process.

  • Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level assigned during the program matching process, indicating the urgency or priority of the member's situation within the matched program.

  • Pass_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Boolean indicator showing whether the member passed the current step in the matching process; true if passed, false if failed or skipped.

  • Skip_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Reason provided for skipping a member at a particular step in the matching process, used for diagnostics and process improvement.

  • Rank

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Numerical rank assigned to prioritize members within the matching process.

Members Dataset Specification

Member Program Match Log

Columns

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date on which the program matching operation was logged, used for historical tracking and data analysis.

  • Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version of the program matching logic or criteria used during the process, essential for tracking changes and system updates.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the last user who modified the program matching log, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the most recent modification made to the program matching log, crucial for maintaining up-to-date records.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition key used for data segmentation and optimization of the log storage, facilitating efficient data management and retrieval.


Member Merge Log

Columns

  • Survived_Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The unique identifier of the member record that remained after the merge process.

  • Survived_Member_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The internal system key of the surviving member after the merge.

  • Merged_Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The unique identifier of the member record that was merged into the surviving member.

  • Merged_Member_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The internal system key of the merged member.

  • Merge_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the type or reason for the merge (e.g., duplicate, administrative update).

  • Deleted_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: A flag indicating whether the record has been marked for deletion.

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The type or classification of the merge transaction (e.g., program-specific, system-level).

  • Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifies the tenant or organization to which the member records belong.

  • Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Specifies the version of the member program record that is currently active.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date associated with the merge action or transaction.

  • Sequence

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The sequence number to track the order of actions related to the merge.

  • Source_System_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The name of the system from which the member data originated.

  • Source_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp indicating when the source system captured or sent the data.

  • Source_File_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The name of the file that contained the data being merged.

  • Schema_Version

  • Is Nullable: YES

  • Data Type: FLOAT64

  • Description: The version of the schema used in processing the data during the merge.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The timestamp when the record was last updated.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the action taken during the merge process (e.g., merged, updated, deleted).

  • Transaction_Actor_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of the actor performing the transaction.


Member Program Match Raw

Columns

  • Program_Matching_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution instance of the program matching process.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution instance related to the population being evaluated for matching.

  • Execution_Start_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp indicating when the program matching process started.

  • Step_ID

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The unique identifier of the step or phase in the program matching workflow.

  • Step_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive name of the step or phase in the program matching process.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier of the member being evaluated for program matching.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the specific program the member is being evaluated for.

  • Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the member's status or evaluation in the program matching process.

  • Pass_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: A flag indicating whether the member passed the program matching criteria in the current step.

  • Skip_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The reason the member was skipped from the current step in the program matching process.

  • Rank

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The rank or priority assigned to the member within the program matching process.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date associated with the execution of the matching process.

  • Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version of the program matching process or criteria used during the execution.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The identifier of the user who last modified the record during the program matching process.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp indicating when the record was last modified.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition key used to manage and segment members for processing in large datasets.


Member Log

Columns

  • Member_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member within the Accountable Care Model (ACM), used for uniquely identifying a log entry; null if the record is not sourced from ACM.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member as used in logging operations, linking log entries specifically to individual members.

  • Social_Security_Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Member’s Social Security Number as recorded in the log, used for identification and verification purposes within secure logging protocols.

  • Medicaid_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicaid identification number of the member as recorded in the log, used for tracking and verifying Medicaid coverage and services.

  • Medicare_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicare identification number of the member as recorded in the log.

Members Dataset Specification

Member Log Fields

Preferred Language

  • Preferred_Language (YES, STRING): Code representing the member’s preferred language as logged in the system, which facilitates targeted communication and service provision.\ See Dictionary Language table in the Dictionary Dataset Specification for valid values.

  • Preferred_Language_Description (YES, STRING): Description of the member’s preferred language, enhancing clarity and usability of log data regarding member communications.\ See Dictionary Language table in the Dictionary Dataset Specification.

Name

  • Name (YES, STRUCT): Structure containing the member's formal name components used in the log, including prefix, first name, middle name, last name, and suffix.

  • Name.Prefix (YES, STRING): The honorific or title used before the member's name, such as Mr., Ms., Dr., which may indicate respect or professional status.

  • Name.First (YES, STRING): The first or given name of the member, which is used for formal identification and personal interactions.

  • Name.Middle (YES, STRING): The middle name of the member, which can be used to further distinguish between individuals with similar first and last names.

  • Name.Last (YES, STRING): The family or surname of the member, crucial for familial identification and official documentation.

  • Name.Suffix (YES, STRING): Additional designations following the member's name, such as Jr., Sr., III, indicating generational distinctions.

  • Full_Name (YES, STRING): Full official name of the member as recorded in the log, used for identification and formal documentation purposes.

Time Zone

  • Time_Zone (YES, STRUCT): Structure detailing the member’s geographic time zone information as recorded in the log, including the time zone abbreviation, system code, and name.\ See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Time_Zone.Code (YES, STRING): The standard code used to identify the time zone, crucial for aligning services and communications.

  • Time_Zone.Abbreviation (YES, STRING): The common abbreviation of the time zone, used for quick reference and in less formal communications.\ See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Time_Zone.System_Code (YES, STRING): A system-specific code used internally to link the time zone to various data systems or applications.\ See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Time_Zone.Name (YES, STRING): The full name of the time zone, providing clear and unambiguous identification of the region’s time standard.\ See Dictionary Timezone table in the Dictionary Dataset Specification.

Addresses

  • Addresses (NO, ARRAY): List of address structures associated with the member, including keys, state codes, type of address, and specific address lines. Addresses provide comprehensive location data for logistical and communication purposes.

  • Addresses.Key (YES, STRING): A unique identifier for each address entry, ensuring distinct traceability within the member's address records.

  • Addresses.Line1 (YES, STRING): The primary street address line, essential for mail delivery and location identification.

  • Addresses.Line2 (YES, STRING): An optional secondary address line, used for additional address details like apartment or suite numbers.

  • Addresses.Line3 (YES, STRING): An additional address line, used where extensive address details are needed.

  • Addresses.City (YES, STRING): The city in which the member resides, crucial for regional services and emergency response.

  • Addresses.State (YES, STRING): The abbreviated state code, used for jurisdiction and service delivery organization.

  • Addresses.State_Name (YES, STRING): The full name of the state, providing clarity and avoiding confusion with similar state abbreviations or names.

  • Addresses.Postal_Code (YES, STRING): The postal or ZIP code, essential for mail delivery and regional health service administration.

  • Addresses.Country (YES, STRING): The country of residence, important for international members or those receiving care in different national health systems.

  • Addresses.County (YES, STRING): The county, used for additional regional sorting and in certain healthcare service deliveries.

  • Addresses.Type (YES, STRING): The type of address, such as residential, business, or mailing, indicating the address's primary use.

  • Addresses.Type_Description (YES, STRING): A description of the address type, providing further details on how the address is used or prioritized.

  • Addresses.Preferred (YES, BOOL): A boolean indicating whether this is the member's preferred address for communications, vital for primary contact methods.

  • Addresses.Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the address record was first created, marking the initial entry of address data.

  • Addresses.Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the address record was last updated, useful for tracking changes and maintaining current data.

Birth Date

  • Birth_Date (YES, DATE): Date of birth of the member as recorded in the log, essential for verifying age-related services and benefits.

Gender

  • Gender (YES, STRING): Gender of the member as recorded in the log, used for demographic analysis and service provision.\ See Dictionary Gender table in the Dictionary Dataset Specification.

  • Gender_Description (YES, STRING): Description of the member’s gender, providing additional context and clarification of the gender data recorded in the log.\ See Dictionary Gender table in the Dictionary Dataset Specification.

Race

  • Race (YES, STRING): Race of the member as recorded in the log, important for demographic reporting and ensuring equitable service provision.

  • Race_Description (YES, STRING): Description of the member’s race, enhancing the clarity and usability of racial data in demographic and service analyses.

Marital Status

  • Marital_Status (YES, STRING): Marital status of the member as recorded in the log, used for demographic analysis and determining eligibility for certain benefits.\ See Dictionary Marital Status table in the Dictionary Dataset Specification.

Members Dataset Specification

Marital Status

Marital_Status_Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s marital status, providing additional details and context for log entries.

  • Reference: See Dictionary Marital Status table in the Dictionary Dataset Specification.


Member Log

Client_Code

  • Required: YES

  • Type: STRING

  • Description: Code identifying the client or customer as per organizational records, used in logging to link members to specific client groups or services.

  • Reference: See Dictionary Client table in the Dictionary Dataset Specification.

Client_Code_Description

  • Required: YES

  • Type: STRING

  • Description: Description of the client code, enhancing understanding and usability of this information in service provision and client management.

  • Reference: See Dictionary Client table in the Dictionary Dataset Specification.

Active

  • Required: YES

  • Type: BOOL

  • Description: Indicator of whether the member is currently active within the system, used in logging to filter or highlight active versus inactive members.

Temporary

  • Required: YES

  • Type: BOOL

  • Description: Indicator of whether the member's record is considered temporary, used in logging for temporary statuses or conditions.


Phones

Phones

  • Required: NO

  • Type: ARRAY

  • Description: List of phone structures associated with the member, including phone type, number, and preference indicators, used for contact and communication logging.

Phones.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each phone entry, ensuring distinct traceability within the member's phone records.

Phones.Number

  • Required: YES

  • Type: STRING

  • Description: The phone number, essential for direct communication with the member for appointments, emergencies, and other interactions.

Phones.Type

  • Required: YES

  • Type: STRING

  • Description: The type of phone number, such as mobile, home, or work, indicating the primary use or context of the number.

Phones.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the phone type, providing further details on how the number is used or prioritized.

Phones.Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the member's preferred phone number for communications, vital for primary contact methods.

Phones.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone number record was first created, marking the initial entry of phone data.

Phones.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone number record was last updated, useful for tracking changes and maintaining current data.


Emails

Emails

  • Required: NO

  • Type: ARRAY

  • Description: List of email structures associated with the member, including email type, address, and preference indicators, used for electronic communication logging.

Emails.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the member's email records.

Emails.Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the member for appointments, notifications, and other interactions.

Emails.Type

  • Required: YES

  • Type: STRING

  • Description: The type of email address, such as personal or work, indicating the primary use or context of the email.

Emails.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the email type, providing further details on how the email address is used or prioritized.

Emails.Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the member's preferred email address for communications, vital for primary contact methods.

Emails.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was first created, marking the initial entry of email data.

Emails.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was last updated, useful for tracking changes and maintaining current data.


Attributed Provider

Attributed_Provider

  • Required: YES

  • Type: STRING

  • Description: Identifier for the healthcare provider attributed to the member as recorded in the log, used for tracking provider-member associations.


Client and Subclient IDs

Client_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for the client associated with the member as recorded in the log, used for client-specific tracking and analysis.

Subclient_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for a subclient or subsidiary associated with the member within the broader client framework, enhancing specificity in logging and data management.


Alerts

Alerts

  • Required: NO

  • Type: ARRAY

  • Description: List of alert structures associated with the member, including alert codes, descriptions, and timing, used in logging for risk management and proactive interventions.

Alerts.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alert entry, ensuring distinct traceability within the member's alert records.

  • Reference: See Dictionary Alert table in the Dictionary Dataset Specification.

Alerts.Code

  • Required: YES

  • Type: STRING

  • Description: The code associated with the alert, used to categorize and identify the type of alert.

Alerts.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the alert, providing context and specifics about the nature of the alert.

  • Reference: See Dictionary Alert table in the Dictionary Dataset Specification.

Alerts.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was first created, marking the initial entry of the alert data.

Alerts.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was last updated, useful for tracking changes and maintaining current data.


Alternate IDs

Alternate_IDs

  • Required: NO

  • Type: ARRAY

  • Description: List of alternate identification numbers and types associated with the member, enhancing tracking and cross-system integration in logging.

Alternate_IDs.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alternate ID entry, ensuring distinct traceability within the member's identification records.

Alternate_IDs.Value

  • Required: YES

  • Type: STRING

  • Description: The alternate identifier value, used to identify the member in different contexts or systems.

Alternate_IDs.Type

  • Required: YES

  • Type: STRING

  • Description: The type of alternate identifier, such as SSN, Driver's License, or Insurance ID, indicating the primary use or context.

  • Reference: See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Alternate_IDs.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the type of alternate identifier, providing further details on the identifier's purpose or context.

  • Reference: See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Alternate_IDs.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was first created, marking the initial entry of the alternate ID data.

Members Dataset Specification

Alternate IDs

Fields

  • Alternate_IDs.Created_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was first created, marking the initial entry of the identifier data.

  • Alternate_IDs.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was last updated, useful for tracking changes and maintaining current data.


Member Log

Custom Fields

Fields

  • Custom_Fields

  • Type: ARRAY

  • Description: List of custom field structures associated with the member, including field keys, values, and descriptions, used in logging for specialized data collection and tracking.

  • Custom_Fields.Key

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability within the member's custom field records.

  • Custom_Fields.ID

  • Type: STRING

  • Description: The identifier for the custom field, used to reference and manage the field within the system.

  • Custom_Fields.Title

  • Type: STRING

  • Description: The title or name of the custom field, providing a clear description of what the field represents.

  • Custom_Fields.Use

  • Type: STRING

  • Description: The intended use or context of the custom field, explaining how or why the field is utilized.

  • Custom_Fields.Created_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created, marking the initial entry of the custom field data.

  • Custom_Fields.Modified_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated, useful for tracking changes and maintaining current data.

Values

  • Custom_Fields.Values

  • Type: ARRAY

  • Description: List of custom value structures associated with the member, including field keys, values, and descriptions, used in logging for specialized data collection and tracking.

  • Custom_Fields.Values.Value

  • Type: INT64

  • Description: A unique identifier for each value entry within the custom field, ensuring distinct traceability.

  • Custom_Fields.Values.Select_Key

  • Type: STRING

  • Description: The value associated with the custom field, providing specific data relevant to the custom field's purpose.

  • Custom_Fields.Values.Value_Description

  • Type: STRING

  • Description: A description of the value, offering further details and context about what the value represents.

  • Custom_Fields.Values.Select_Created_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value entry was first created, establishing a timeline for the addition of the value.

  • Custom_Fields.Values.Select_Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value entry was last updated, useful for tracking changes and maintaining current data.


Diagnoses

Fields

  • Diagnoses

  • Type: ARRAY

  • Description: List of diagnosis structures associated with the member, including diagnosis keys, codes, and descriptions, used in logging for medical tracking and treatment planning.

  • Diagnoses.Key

  • Type: INT64

  • Description: A unique identifier for each diagnosis entry, ensuring distinct traceability within the member's medical records.

  • Diagnoses.Code

  • Type: STRING

  • Description: The code representing the diagnosis, used for identifying and categorizing the medical condition.

  • Diagnoses.Description

  • Type: STRING

  • Description: A detailed description of the diagnosis, providing context and specifics about the medical condition.

  • Diagnoses.Coding_Scheme

  • Type: STRING

  • Description: The coding scheme used for the diagnosis code, such as ICD-10 or SNOMED, indicating the standard used for classification.

  • Diagnoses.Coding_Scheme_Description

  • Type: STRING

  • Description: A description of the coding scheme, offering additional details about the classification standard used.

  • Diagnoses.Condition_Category

  • Type: STRING

  • Description: The category of the medical condition, used to group similar diagnoses for analysis and treatment planning.

  • Diagnoses.Condition_Category_Description

  • Type: STRING

  • Description: A detailed description of the condition category, providing further context about the classification of the diagnosis.

  • Diagnoses.Created_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was first created, marking the initial entry of the medical data.

  • Diagnoses.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was last updated, useful for tracking changes and maintaining current data.

  • Diagnoses.Visibility_Level

  • Type: INT64

  • Description: Level of visibility or access control for the population data.


Enrollment

Fields

  • Enrollment

  • Type: ARRAY

  • Description: List of enrollment structures associated with the member, including keys, plan IDs, and descriptions, used in logging for insurance and benefits tracking.

  • Enrollment.Key

  • Type: STRING

  • Description: A unique identifier for each enrollment entry, ensuring distinct traceability within the member's enrollment records.

  • Enrollment.Active

  • Type: BOOL

  • Description: Indicates whether the enrollment is currently active, crucial for determining eligibility for services and benefits.

  • Enrollment.Effective_Date

  • Type: DATE

  • Description: The date when the enrollment became effective, marking the start of coverage or benefits.

  • Enrollment.Termination_Date

  • Type: DATE

  • Description: The date when the enrollment ended, marking the cessation of coverage or benefits.

  • Enrollment.Account_ID

  • Type: STRING

  • Description: The identifier for the account associated with the enrollment, used for billing and administrative purposes.

  • Enrollment.Group_ID

  • Type: STRING

  • Description: The identifier for the group associated with the enrollment, typically referring to an employer or organization.

  • Enrollment.Group_Name

  • Type: STRING

  • Description: The name of the group associated with the enrollment, providing context for the group coverage.

  • Enrollment.Plan_ID

  • Type: STRING

  • Description: The identifier for the specific healthcare plan, crucial for determining the details of the coverage and benefits.

  • Enrollment.Plan_Description

  • Type: STRING

  • Description: A detailed description of the healthcare plan, providing further details about the coverage and benefits.

  • Enrollment.Line_Of_Business

  • Type: STRING

  • Description: The line of business, indicating the specific sector or category of healthcare services provided.

  • Enrollment.Line_Of_Business_Description

  • Type: STRING

  • Description: A description of the line of business, offering additional context about the sector or category of services.

  • Enrollment.Subscriber_ID

  • Type: STRING

  • Description: The identifier for the primary subscriber, linking the enrollment to the main policyholder.

  • Enrollment.Relationship

  • Type: STRING

  • Description: The relationship of the member to the subscriber, such as spouse or child, indicating the basis of coverage.

  • Enrollment.Relationship_Description

  • Type: STRING

  • Description: A description of the relationship, offering further context about the basis of coverage.

Members Dataset Specification

Enrollment

Carrier

  • Field Name: Enrollment.Carrier

  • Required: YES

  • Type: STRING

  • Description: The insurance carrier providing the coverage, crucial for identifying the provider of the healthcare plan.

Carrier Description

  • Field Name: Enrollment.Carrier_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the insurance carrier, offering further details about the provider of the healthcare plan.

Primary Enrollment

  • Field Name: Enrollment.Primary_Enrollment

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the primary enrollment for the member, used for coordination of benefits and prioritization.

Membership ID

  • Field Name: Enrollment.Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the member's membership in the plan, crucial for identifying and managing individual coverage.

Subscriber Membership ID

  • Field Name: Enrollment.Subscriber_Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The membership ID of the subscriber, linking dependents to the primary subscriber's membership.

Payer Coordinating ID

  • Field Name: Enrollment.Payer_Coordinating_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for coordinating payers, used for managing multiple insurance coverages.

Employment Status Code

  • Field Name: Enrollment.Employment_Status_Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the member's employment status, relevant for certain coverage and benefits determinations.

Pharmacy Benefit

  • Field Name: Enrollment.Pharmacy_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes pharmacy benefits, crucial for determining prescription coverage.

Medical Benefit

  • Field Name: Enrollment.Medical_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes medical benefits, essential for determining healthcare coverage.

Source of Payment

  • Field Name: Enrollment.Source_Of_Payment

  • Required: YES

  • Type: STRING

  • Description: The source of payment for the coverage, such as employer or self, used for financial and administrative tracking.

Source of Payment Description

  • Field Name: Enrollment.Source_Of_Payment_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the source of payment, offering further details about how the coverage is funded.

Waiting Period Days

  • Field Name: Enrollment.Waiting_Period_Days

  • Required: YES

  • Type: INT64

  • Description: The number of days in the waiting period before coverage becomes effective, relevant for eligibility and enrollment planning.

Created Timestamp

  • Field Name: Enrollment.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was first created, marking the initial entry of the enrollment data.

Last Modified Timestamp

  • Field Name: Enrollment.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was last updated, useful for tracking changes and maintaining current data.

Effective Timestamp

  • Field Name: Enrollment.Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's enrollment became effective.

Providers

Effective Timestamp

  • Field Name: Enrollment.Providers.Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider became effective.

Termination Timestamp

  • Field Name: Enrollment.Providers.Termination_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider was terminated.

Providers Array

  • Field Name: Enrollment.Providers

  • Required: NO

  • Type: ARRAY

  • Description: List of enrollment structures associated with each enrollment, ensuring accurate and comprehensive provider management.

Key

  • Field Name: Enrollment.Providers.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each provider entry within the enrollment, ensuring distinct traceability.

Provider ID

  • Field Name: Enrollment.Providers.Provider_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the provider, used for identifying and managing provider information.

Provider NPI

  • Field Name: Enrollment.Providers.Provider_NPI

  • Required: YES

  • Type: STRING

  • Description: The National Provider Identifier (NPI) for the provider, crucial for regulatory and administrative purposes.

Provider Type

  • Field Name: Enrollment.Providers.Provider_Type

  • Required: YES

  • Type: STRING

  • Description: The type of provider, such as primary care or specialist, indicating the provider's role in healthcare delivery.

Provider Type Description

  • Field Name: Enrollment.Providers.Provider_Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider type, offering further details about the provider's specialization or role.

Provider Role

  • Field Name: Enrollment.Providers.Provider_Role

  • Required: YES

  • Type: STRING

  • Description: The role of the provider within the healthcare plan, such as attending physician or consultant.

Provider Role Description

  • Field Name: Enrollment.Providers.Provider_Role_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider's role, providing additional context about their responsibilities and functions.

Effective Date

  • Field Name: Enrollment.Providers.Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the provider's association with the enrollment became effective, marking the start of the provider's involvement.

Termination Date

  • Field Name: Enrollment.Providers.Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the provider's association with the enrollment ended, marking the cessation of the provider's involvement.

Delegate Entity

  • Field Name: Enrollment.Providers.Delegate_Entity

  • Required: YES

  • Type: STRING

  • Description: The entity that delegates responsibilities to the provider, used for administrative and contractual purposes.

Delegate Entity Description

  • Field Name: Enrollment.Providers.Delegate_Entity_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the delegate entity, offering further details about the delegating organization or entity.

Created Timestamp

  • Field Name: Enrollment.Providers.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the provider entry was first created, marking the initial entry of the provider data.

Last Modified Timestamp

  • Field Name: Enrollment.Providers.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the provider entry was last updated, useful for tracking changes and maintaining current data.

Visibility Level

  • Field Name: Enrollment.Providers.Visibility_Level

  • Required: NO

  • Type: INT64

  • Description: Level of visibility or access control for the population data.

Custom Fields

Custom Fields Array

  • Field Name: Enrollment.Custom_Fields

  • Required: NO

  • Type: ARRAY

  • Description: This substructure captures detailed information about the custom fields associated with each enrollment, ensuring flexibility and precision in custom data management.

Key

  • Field Name: Enrollment.Custom_Fields.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability.

ID

  • Field Name: Enrollment.Custom_Fields.ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the custom field, used to reference and manage the field within the system.

Title

  • Field Name: Enrollment.Custom_Fields.Title

  • Required: YES

  • Type: STRING

  • Description: The title or name of the custom field, providing a clear description of what the field represents.

Use

  • Field Name: Enrollment.Custom_Fields.Use

  • Required: YES

  • Type: STRING

  • Description: The intended use or context of the custom field, explaining how or why the field is utilized.

Created Timestamp

  • Field Name: Enrollment.Custom_Fields.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created, marking the initial entry of the custom field data.

Last Modified Timestamp

  • Field Name: Enrollment.Custom_Fields.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated, useful for tracking changes and maintaining current data.

Members Dataset Specification

Enrollment.Custom_Fields.Values

This substructure captures detailed information about the values associated with each custom field, ensuring flexibility and precision in custom data management.

  • Select_Key (YES, INT64): A unique identifier for each value entry within the custom field, ensuring distinct traceability.

  • Value (YES, STRING): The value associated with the custom field, providing specific data relevant to the custom field's purpose.

  • Value_Description (YES, STRING): A description of the value, offering further details and context about what the value represents.

  • Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the value entry was first created, establishing a timeline for the addition of the value.

  • Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the value entry was last updated, useful for tracking changes and maintaining current data.


Enrollment.Alerts

This substructure captures detailed information about alerts related to each enrollment, facilitating accurate and efficient notification management.

  • Key (YES, STRING): A unique identifier for each alert entry, ensuring distinct traceability.

  • Code (YES, STRING): The code associated with the alert, used to categorize and identify the type of alert.

  • Description (YES, STRING): A detailed description of the alert, providing context and specifics about the nature of the alert.

  • Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the alert record was first created, marking the initial entry of the alert data.

  • Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the alert record was last updated, useful for tracking changes and maintaining current data.


Enrollment.Networks

This substructure captures detailed information about the networks associated with each enrollment, ensuring accurate and comprehensive network management.

  • Member_ID (YES, STRING): The identifier for the member within the network, crucial for identifying the member's association with the network.

  • Membership_ID (YES, STRING): The identifier for the member's membership within the network, used for managing network affiliations.

  • Group_ID (YES, STRING): The identifier for the group associated with the network, typically referring to an employer or organization.

  • Primary_Enrollment (YES, STRING): Indicates whether the network is the primary enrollment for the member, used for coordination of benefits and prioritization.

  • Enrollment_Effective_Date (YES, DATE): The date when the network enrollment became effective, marking the start of the network's involvement.

  • Key (YES, INT64): A unique identifier for each network entry within the enrollment, ensuring distinct traceability.

  • Code (YES, STRING): The code associated with the network, used for identifying and categorizing the network.

  • Name (YES, STRING): The name of the network, providing a clear description of the network.

  • Primary (YES, BOOL): Indicates whether the network is the primary network for the member, crucial for network coordination and management.

  • Effective_Date (YES, DATE): The date when the network's association with the enrollment became effective, marking the start of the network's involvement.

  • Termination_Date (YES, DATE): The date when the network's association with the enrollment ended, marking the cessation of the network's involvement.

  • Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the network entry was first created, marking the initial entry of the network data.

  • Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the network entry was last updated, useful for tracking changes and maintaining current data.


Member_log.Contacts

List of contact structures associated with the member, including contact methods, preferences, and timing, used in logging for communication planning and management.

Contacts

  • Key (YES, STRING): A unique identifier for each contact entry, ensuring distinct traceability within the member's contact records.

  • Name (YES, STRUCT): Detailed structure capturing the member's contact's name, including prefix, first, middle, last, and suffix.

  • Prefix (YES, STRING): The honorific or title used before the contact's name, such as Mr., Ms., Dr., which may indicate respect or professional status.

  • First (YES, STRING): The first or given name of the contact, which is used for formal identification and personal interactions.

  • Middle (YES, STRING): The middle name of the contact, which can be used to further distinguish between individuals with similar first and last names.

  • Last (YES, STRING): The family or surname of the contact, crucial for familial identification and official documentation.

  • Suffix (YES, STRING): Additional designations following the contact's name, such as Jr., Sr., III, indicating generational distinctions.

  • Preferred (YES, BOOL): Indicates whether this contact is the member's preferred contact, crucial for determining primary contact methods.

  • Active (YES, BOOL): Indicates whether the contact is currently active, crucial for determining the availability of the contact method.

  • Other_Contact_Information (YES, STRING): Additional contact information for the member, used for comprehensive communication methods.

  • Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the contact record was first created, marking the initial entry of the contact data.

  • Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the contact record was last updated, useful for tracking changes and maintaining current data.

Members Dataset Specification

Contacts

Association

  • Field Name: Contacts.Association

  • Required: YES

  • Type: STRING

  • Description: The association of the contact, such as the relationship to the member.

Association Description

  • Field Name: Contacts.Association_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the association, providing further details about the relationship.

Preferred Method

  • Field Name: Contacts.Preferred_Method

  • Required: YES

  • Type: STRING

  • Description: The preferred method of contact, such as email or phone, indicating the member's communication preference.

Preferred Method Description

  • Field Name: Contacts.Preferred_Method_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred method of contact, offering additional details about the communication preference.

Preferred Time

  • Field Name: Contacts.Preferred_Time

  • Required: YES

  • Type: STRING

  • Description: The preferred time for contact, indicating the member's preferred timing for communications.

Preferred Time Description

  • Field Name: Contacts.Preferred_Time_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred time for contact, providing further details about the timing preference.

Time Zone

  • Field Name: Contacts.Time_Zone

  • Required: YES

  • Type: STRUCT

  • Description: Detailed structure capturing the time zone information, including code, abbreviation, system code, and name.

Time Zone Code

  • Field Name: Contacts.Time_Zone.Code

  • Required: YES

  • Type: STRING

  • Description: The standard code used to identify the time zone, crucial for aligning services and communications.

Time Zone Abbreviation

  • Field Name: Contacts.Time_Zone.Abbreviation

  • Required: YES

  • Type: STRING

  • Description: The common abbreviation of the time zone, used for quick reference and in less formal communications.

Time Zone System Code

  • Field Name: Contacts.Time_Zone.System_Code

  • Required: YES

  • Type: STRING

  • Description: A system-specific code used internally to link the time zone to various data systems or applications.

Time Zone Name

  • Field Name: Contacts.Time_Zone.Name

  • Required: YES

  • Type: STRING

  • Description: The full name of the time zone, providing clear and unambiguous identification of the region’s time standard.

Emails

  • Field Name: Contacts.Emails

  • Required: NO

  • Type: ARRAY

  • Description: List of email structures associated with the member, including email addresses, descriptions, and preferences.

Emails Key

  • Field Name: Contacts.EmailsKey

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the contact's email records.

Address

  • Field Name: Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the contact for appointments, notifications, and other interactions.

Description

  • Field Name: Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the email address, providing context and specifics about the use of the email.

Preferred

  • Field Name: Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the contact's preferred email address for communications, vital for primary contact methods.

Created Timestamp

  • Field Name: Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was first created, marking the initial entry of the email data.

Last Modified Timestamp

  • Field Name: Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was last updated, useful for tracking changes and maintaining current data.

Phones

  • Field Name: Contacts.Phones

  • Required: NO

  • Type: ARRAY

  • Description: List of phone structures associated with the member, including phone numbers, descriptions, and preferences.

Phones Key

  • Field Name: Contacts.Phones.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each phone entry, ensuring distinct traceability within the contact's phone records.

Number

  • Field Name: Contacts.Phones.Number

  • Required: YES

  • Type: STRING

  • Description: The phone number, essential for direct communication with the contact for appointments, emergencies, and other interactions.

Description

  • Field Name: Contacts.Phones.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the phone number, providing context and specifics about the use of the phone.

Preferred

  • Field Name: Contacts.Phones.Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the contact's preferred phone number for communications, vital for primary contact methods.

Created Timestamp

  • Field Name: Contacts.Phones.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone number record was first created, marking the initial entry of the phone data.

Last Modified Timestamp

  • Field Name: Contacts.Phones.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone number record was last updated, useful for tracking changes and maintaining current data.


Member Log

Notes

  • Field Name: Member_log.Notes

  • Required: NO

  • Type: ARRAY

  • Description: List of note structures associated with the member, including details, types, authors, and void information.

Notes Key

  • Field Name: Notes.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each note entry, ensuring distinct traceability within the member's notes records.

Text

  • Field Name: Notes.Text

  • Required: YES

  • Type: STRING

  • Description: The text content of the note, providing detailed information or observations about the member.

Type

  • Field Name: Notes.Type

  • Required: YES

  • Type: STRING

  • Description: The type of note, such as clinical or administrative, indicating the context or purpose of the note.

Type Description

  • Field Name: Notes.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the note type, offering further details about the context or purpose of the note.

Author User ID

  • Field Name: Notes.Author_User_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the user who authored the note, used for accountability and tracking purposes.

Void Indicator

  • Field Name: Notes.Void_Indicator

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether the note has been voided, crucial for maintaining accurate and updated records.

Void Reason

  • Field Name: Notes.Void_Reason

  • Required: YES

  • Type: STRING

  • Description: The reason for voiding the note, providing context for why the note was invalidated.

Void Reason Description

  • Field Name: Notes.Void_Reason_Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the void reason, offering additional context for the invalidation of the note.

Void User ID

  • Field Name: Notes.Void_User_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the user who voided the note, used for accountability and tracking purposes.

Void Timestamp

  • Field Name: Notes.Void_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the note was voided, marking the time of the invalidation.

Created Timestamp

  • Field Name: Notes.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the note record was first created, marking the initial entry of the note data.

Last Modified Timestamp

  • Field Name: Notes.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the note record was last updated, useful for tracking changes and maintaining current data.

Member Log Metadata

Created Timestamp

  • Field Name: Member_log.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp marking the creation of the member log entry, essential for tracking the addition of data to the log.

Last Modified Timestamp

  • Field Name: Member_log.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp of the last modification made to the member log entry, crucial for maintaining current and accurate logging information.

Type

  • Field Name: Member_log.Type

  • Required: YES

  • Type: STRING

  • Description: Type of log entry or transaction involving the member, providing context for the log data and its intended use or origin.

Tenant

  • Field Name: Member_log.Tenant

  • Required: YES

  • Type: STRING

  • Description: Unique identifier for the tenant under which the member log is recorded.

Members Dataset Specification

Member Log Table

Column Specifications

  • Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the log entry is considered the active version of the member's data, used for managing current versus historical log entries.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date associated with the member log entry, used for tracking and chronological ordering of log entries.

  • Sequence

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Sequence number for the member log entry, used to order log entries within a given date or operational sequence.

  • Source_System_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the source system from which the log data was originally derived, used for data lineage and tracking purposes.

  • Source_File_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the file from which the log data was sourced, providing additional context for data import and integration processes.

  • Source_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the data was sourced from the original system or file, used for tracking data freshness and relevance.

  • Schema_Version

  • Is Nullable: YES

  • Data Type: FLOAT64

  • Description: Version number of the data schema used for the member log, essential for managing data consistency and system updates.

  • Deleted_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the member data has been marked for deletion in the log, important for managing data retention and privacy compliance.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition key used for data segmentation and optimization of the log storage, facilitating efficient data management and retrieval.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Field indicating when the member log was last updated, used for system audits and data synchronization checks.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Action taken in the member log, such as 'create', 'update', or 'delete', providing an audit trail for actions performed on the log entries.

  • Digital_Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date from which the member became eligible for digital services or features.

  • Digital_Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member's eligibility for digital services or features ended or is scheduled to end.

  • Transaction_Actor_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of the actor performing the transaction.

  • Digital_Effective_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp when the member became eligible for digital services or features.

  • Last_Modified_Record_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The identifier of the last modified record in the member's log.


Member Raw Table

Column Specifications

  • Member_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member within the Accountable Care Model (ACM), used for uniquely identifying a raw entry; null if the record is not sourced from ACM.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member as used in raw data operations, linking raw entries specifically to individual members.

  • Social_Security_Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Member’s Social Security Number as recorded in raw data, used for identification and verification purposes within secure data operations.

  • Medicaid_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicaid identification number of the member as recorded in raw data, used for tracking and verifying Medicaid coverage and services.

  • Medicare_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicare identification number of the member as recorded in raw data, important for logging Medicare-related transactions and activities.

  • Preferred_Language

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the member’s preferred language as recorded in raw data, which facilitates targeted communication and service provision.

    • Note: See Dictionary Language table in the Dictionary Dataset Specification for valid values.

  • Preferred_Language_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the member’s preferred language, enhancing clarity and usability of raw data regarding member communications.

    • Note: See Dictionary Language table in the Dictionary Dataset Specification.


Name Structure

  • Name

  • Is Nullable: YES

  • Data Type: STRUCT

  • Description: Structure containing the member's formal name components recorded in the raw data, including prefix, first name, middle name, last name, and suffix.

  • Prefix

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The honorific or title used before the member's name, such as Mr., Ms., Dr., which may indicate respect or professional status.

  • First

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The first or given name of the member, which is used for formal identification and personal interactions.

  • Middle

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The middle name of the member, which can be used to further distinguish between individuals with similar first and last names.

  • Last

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The family or surname of the member, crucial for familial identification and official documentation.

  • Suffix

    • Is Nullable: YES

    • Data Type: STRING

    • Description: Additional designations following the member's name, such as Jr., Sr., III, indicating generational distinctions.

  • Full_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full official name of the member as recorded in raw data, used for identification and formal documentation purposes.


Time Zone Structure

  • Time_Zone

  • Is Nullable: YES

  • Data Type: STRUCT

  • Description: Struct detailing the member’s geographic time zone information as recorded in raw data, including the time zone abbreviation, system code, and name.

    • Note: See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The standard code used to identify the time zone, crucial for aligning services and communications.

    • Note: See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Abbreviation

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The common abbreviation of the time zone, used for quick reference and in less formal communications.

    • Note: See Dictionary Timezone table in the Dictionary Dataset Specification.

  • System_Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: A system-specific code used internally to link the time zone to various data systems or applications.

  • Name

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The full name of the time zone, providing clear and unambiguous identification of the region’s time standard.

    • Note: See Dictionary Timezone table in the Dictionary Dataset Specification.


Addresses

  • Addresses

  • Is Nullable: NO

  • Data Type: ARRAY

  • Description: List of address structures associated with the member, including keys, state codes, and other relevant details.

Members Dataset Specification

Addresses

Addresses provide comprehensive location data for logistical and communication purposes.

Fields

  • Addresses.Key\ Type: STRING\ Required: YES\ A unique identifier for each address entry, ensuring distinct traceability within the member's address records. Obtained from ACM, NULL if data is not sourced from ACM.

  • Addresses.Line1\ Type: STRING\ Required: YES\ The first line of the address, typically containing the street address or P.O. Box number. See Dictionary State table in the Dictionary Dataset Specification.

  • Addresses.Line2\ Type: STRING\ Required: YES\ The second line of the address, used for additional address details such as apartment, suite, or unit number. See Dictionary State table in the Dictionary Dataset Specification.

  • Addresses.Line3\ Type: STRING\ Required: YES\ The third line of the address, used for further additional address details if needed. See Dictionary Address Type table in the Dictionary Dataset Specification.

  • Addresses.City\ Type: STRING\ Required: YES\ The city where the member resides, crucial for geographic identification and mail delivery.

  • Addresses.State\ Type: STRING\ Required: YES\ The state or province where the member resides, used for regional identification. See Dictionary Address Type table in the Dictionary Dataset Specification.

  • Addresses.State_Name\ Type: STRING\ Required: YES\ The full name of the state or province, providing clear and unambiguous identification of the region.

  • Addresses.Postal_Code\ Type: STRING\ Required: YES\ The postal code or ZIP code, essential for mail delivery and geographic location identification.

  • Addresses.Country\ Type: STRING\ Required: YES\ The country where the member resides, used for international identification and communication.

  • Addresses.County\ Type: STRING\ Required: YES\ The county where the member resides, useful for regional identification and services.

  • Addresses.Type\ Type: STRING\ Required: YES\ The type of address, such as home, work, or billing, indicating the primary use or context of the address.

  • Addresses.Type_Description\ Type: STRING\ Required: YES\ A description of the address type, providing further details on the context or use of the address.

  • Addresses.Preferred\ Type: BOOL\ Required: YES\ Indicates whether this is the member's preferred address for communications and correspondence.

  • Addresses.Created_Timestamp\ Type: TIMESTAMP\ Required: YES\ Timestamp indicating when the address record was first created, marking the initial entry of the address data.

  • Addresses.Last_Modified_Timestamp\ Type: TIMESTAMP\ Required: YES\ Timestamp indicating when the address record was last updated, useful for tracking changes and maintaining current data.


Member Raw Data

Fields

  • Member_raw.Birth_Date\ Type: DATE\ Required: YES\ Date of birth of the member as recorded in raw data, essential for verifying age-related services and benefits.

  • Member_raw.Gender\ Type: STRING\ Required: YES\ Gender of the member as recorded in raw data, used for demographic analysis and service provision. See Dictionary Gender table in the Dictionary Dataset Specification.

  • Member_raw.Gender_Description\ Type: STRING\ Required: YES\ Description of the member’s gender, providing additional context and clarification of the gender data recorded in raw data. See Dictionary Gender table in the Dictionary Dataset Specification.

  • Member_raw.Race\ Type: STRING\ Required: YES\ Race of the member as recorded in raw data, important for demographic reporting and ensuring equitable service provision.

  • Member_raw.Race_Description\ Type: STRING\ Required: YES\ Description of the member’s race, enhancing the clarity and usability of racial data in demographic and service analyses.

  • Member_raw.Marital_Status\ Type: STRING\ Required: YES\ Marital status of the member as recorded in raw data, used for demographic analysis and determining eligibility for certain benefits. See Dictionary Marital Status table in the Dictionary Dataset Specification.

  • Member_raw.Marital_Status_Description\ Type: STRING\ Required: YES\ Description of the member’s marital status, providing additional details and context for raw entries. See Dictionary Marital Status table in the Dictionary Dataset Specification.

  • Member_raw.Client_Code\ Type: STRING\ Required: YES\ Code identifying the client or customer as per organizational records, used in raw data to link members to specific client groups or services. See Dictionary Client table in the Dictionary Dataset Specification.

  • Member_raw.Client_Code_Description\ Type: STRING\ Required: YES\ Description of the client code, enhancing understanding and usability of this information in service provision and client management. See Dictionary Client table in the Dictionary Dataset Specification.

  • Member_raw.Active\ Type: BOOL\ Required: YES\ Indicator of whether the member is currently active within the system, used in raw data to filter or highlight active versus inactive members.

  • Member_raw.Temporary\ Type: BOOL\ Required: YES\ Indicator of whether the member's record is considered temporary, used in raw data for temporary statuses or conditions.


Phones

Description

List of phone structures associated with the member, including phone type, number, and preference indicators, used for contact and communication raw data logging.

Fields

  • Phones.Key\ Type: STRING\ Required: YES\ A unique identifier for each phone entry, ensuring distinct traceability within the member's phone records.

  • Phones.Number\ Type: STRING\ Required: YES\ The phone number, essential for direct communication with the member.

  • Phones.Type\ Type: STRING\ Required: YES\ The type of phone number, such as mobile, home, or work, indicating the primary use or context of the phone number.

  • Phones.Type_Description\ Type: STRING\ Required: YES\ A description of the phone type, providing further details on the context or use of the phone number.

  • Phones.Preferred\ Type: BOOL\ Required: YES\ Indicates whether this is the member's preferred phone number for communications.

  • Phones.Created_Timestamp\ Type: TIMESTAMP\ Required: YES\ Timestamp indicating when the phone record was first created, marking the initial entry of the phone data.

  • Phones.Last_Modified_Timestamp\ Type: TIMESTAMP\ Required: YES\ Timestamp indicating when the phone record was last updated, useful for tracking changes and maintaining current data.


Emails

Description

List of email structures associated with the member, including email type, address, and preference indicators, used for electronic communication raw data logging.

Fields

  • Emails.Key\ Type: STRING\ Required: YES\ A unique identifier for each email entry, ensuring distinct traceability within the member's email records.


Members Dataset Specification

Emails

Emails.Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the member.

Emails.Type

  • Required: YES

  • Type: STRING

  • Description: The type of email address, such as personal or work, indicating the primary use or context of the email address.

  • Reference: See Dictionary Email Type table in the Dictionary Dataset Specification.

Emails.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the email type, providing further details on the context or use of the email address.

  • Reference: See Dictionary Email Type table in the Dictionary Dataset Specification.

Emails.Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the member's preferred email address for communications.

Emails.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was first created, marking the initial entry of the email data.

Emails.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was last updated, useful for tracking changes and maintaining current data.


Member_raw

Attributed_Provider

  • Required: YES

  • Type: STRING

  • Description: Identifier for the healthcare provider attributed to the member as recorded in raw data, used for tracking provider-member associations.

Client_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for the client associated with the member as recorded in raw data, used for client-specific tracking and analysis.

Subclient_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for a subclient or subsidiary associated with the member within the broader client framework, enhancing specificity in raw data management and tracking.


Alerts

  • Required: NO

  • Type: ARRAY

  • Description: List of alert structures associated with the member, including alert codes, descriptions, and timing, used in raw data for risk management and proactive interventions.

Alerts.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alert entry, ensuring distinct traceability within the member's alert records.

  • Reference: See Dictionary Alert table in the Dictionary Dataset Specification.

Alerts.Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the type of alert, used for categorizing and identifying the alert.

Alerts.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the alert, providing context and specifics about the alert.

  • Reference: See Dictionary Alert table in the Dictionary Dataset Specification.

Alerts.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was first created, marking the initial entry of the alert data.

Alerts.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was last updated, useful for tracking changes and maintaining current data.


Alternate_IDs

  • Required: NO

  • Type: ARRAY

  • Description: List of alternate identification numbers and types associated with the member, enhancing tracking and cross-system integration in raw data.

Alternate_IDs.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alternate ID entry, ensuring distinct traceability within the member's alternate ID records.

Alternate_IDs.Value

  • Required: YES

  • Type: STRING

  • Description: The value of the alternate ID, essential for identifying and verifying the member.

Alternate_IDs.Type

  • Required: YES

  • Type: STRING

  • Description: The type of alternate ID, such as social security number or insurance number, indicating the primary use or context of the ID.

  • Reference: See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Alternate_IDs.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the ID type, providing further details on the context or use of the alternate ID.

  • Reference: See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Alternate_IDs.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was first created, marking the initial entry of the alternate ID data.

Alternate_IDs.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was last updated, useful for tracking changes and maintaining current data.


Custom_Fields

  • Required: NO

  • Type: ARRAY

  • Description: List of custom field structures associated with the member, including field keys, values, and descriptions, used in raw data for specialized data collection and tracking.

Custom_Fields.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability within the member's custom field records.

Custom_Fields.ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the custom field, essential for referencing and managing the field within the system.

Custom_Fields.Title

  • Required: YES

  • Type: STRING

  • Description: The title or name of the custom field, providing a clear description of what the field represents.

Custom_Fields.Use

  • Required: YES

  • Type: STRING

  • Description: The intended use or context of the custom field, explaining how or why the field is utilized.

Custom_Fields.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created, marking the initial entry of the custom field data.

Custom_Fields.Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated, useful for tracking changes and maintaining current data.

Custom_Fields.Values

  • Required: NO

  • Type: ARRAY

  • Description: List of value structures associated with the custom field, including selection keys, values, descriptions, and timestamps.

Custom_Fields.Values.Select_Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each value entry, ensuring distinct traceability within the custom field values.

Custom_Fields.Values.Value

  • Required: YES

  • Type: STRING

  • Description: The value associated with the custom field, essential for specifying the custom field data.

Custom_Fields.Values.Value_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the value, providing further details on the context or use of the value.

Custom_Fields.Values.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value record was first created, marking the initial entry of the value data.

Custom_Fields.Values.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value record was last updated, useful for tracking changes and maintaining current data.


Diagnoses

  • Required: NO

  • Type: ARRAY

  • Description: List of diagnosis structures associated with the member, including diagnosis keys, codes, and descriptions, used in raw data for medical tracking and treatment planning.

Diagnoses.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each diagnosis entry, ensuring distinct traceability within the member's diagnosis records.

Members Dataset Specification

Diagnoses

Diagnoses.Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the diagnosis, essential for categorizing and identifying medical conditions.

Diagnoses.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the diagnosis, providing context and specifics about the medical condition.

Diagnoses.Coding_Scheme

  • Required: YES

  • Type: STRING

  • Description: The coding scheme used for the diagnosis, such as ICD-10 or SNOMED, indicating the classification system.

Diagnoses.Coding_Scheme_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the coding scheme, providing further details on the classification system used for the diagnosis.

Diagnoses.Condition_Category

  • Required: YES

  • Type: STRING

  • Description: The category of the medical condition, used for grouping related diagnoses.

Diagnoses.Condition_Category_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the condition category, offering additional context and details about the group of diagnoses.

Diagnoses.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was first created, marking the initial entry of the diagnosis data.

Diagnoses.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was last updated, useful for tracking changes and maintaining current data.

Diagnoses.Visibility_Level

  • Required: NO

  • Type: INT64

  • Description: Level of visibility or access control for the population data.


Member Enrollment (Raw Data)

Enrollment

  • Type: ARRAY

  • Description: List of enrollment structures associated with the member, including keys, plan IDs, and descriptions, used in raw data for insurance and benefits tracking.

Enrollment.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each enrollment entry, ensuring distinct traceability within the member's enrollment records.

Enrollment.Active

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment is currently active.

Enrollment.Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the enrollment became effective.

Enrollment.Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the enrollment was terminated.

Enrollment.Account_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the account associated with the enrollment.

Enrollment.Group_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the group associated with the enrollment.

  • Reference: See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Enrollment.Group_Name

  • Required: YES

  • Type: STRING

  • Description: The name of the group associated with the enrollment.

  • Reference: See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Enrollment.Plan_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the plan associated with the enrollment.

Enrollment.Plan_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the plan associated with the enrollment.

Enrollment.Line_Of_Business

  • Required: YES

  • Type: STRING

  • Description: The line of business associated with the enrollment, such as healthcare, dental, or vision.

  • Reference: See Dictionary Carrier table in the Dictionary Dataset Specification.

Enrollment.Line_Of_Business_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the line of business associated with the enrollment.

  • Reference: See Dictionary Carrier table in the Dictionary Dataset Specification.

Enrollment.Subscriber_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the subscriber associated with the enrollment.

  • Reference: See Dictionary Relationship table in the Dictionary Dataset Specification.

Enrollment.Relationship

  • Required: YES

  • Type: STRING

  • Description: The relationship of the member to the subscriber, such as self, spouse, or child.

  • Reference: See Dictionary Relationship table in the Dictionary Dataset Specification.

Enrollment.Relationship_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the relationship of the member to the subscriber.

Enrollment.Carrier

  • Required: YES

  • Type: STRING

  • Description: The carrier associated with the enrollment.

Enrollment.Carrier_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the carrier associated with the enrollment.

Enrollment.Primary_Enrollment

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the member's primary enrollment.

Enrollment.Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the membership associated with the enrollment.

Enrollment.Subscriber_Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the subscriber's membership.

Enrollment.Payer_Coordinating_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the payer coordinating the enrollment.

Enrollment.Employment_Status_Code

  • Required: YES

  • Type: STRING

  • Description: The code indicating the member's employment status.

Enrollment.Pharmacy_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes pharmacy benefits.

Enrollment.Medical_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes medical benefits.

Enrollment.Source_Of_Payment

  • Required: YES

  • Type: STRING

  • Description: The source of payment for the enrollment.

Enrollment.Source_Of_Payment_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the source of payment for the enrollment.

Enrollment.Waiting_Period_Days

  • Required: YES

  • Type: INT64

  • Description: The number of days in the waiting period for the enrollment.

Enrollment.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was first created.

Enrollment.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was last updated.

Enrollment.Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's enrollment became effective.


Enrollment Providers

Enrollment.Providers

  • Type: ARRAY

  • Description: List of provider structures associated with the enrollment, including provider details and roles.

Enrollment.Providers.Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider became effective.

Enrollment.Providers.Termination_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider was terminated.

Enrollment.Providers.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each provider entry, ensuring distinct traceability within the enrollment's provider records.

Enrollment.Providers.Provider_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the provider.

Enrollment.Providers.Provider_NPI

  • Required: YES

  • Type: STRING

  • Description: The National Provider Identifier (NPI) for the provider.

Enrollment.Providers.Provider_Type

  • Required: YES

  • Type: STRING

  • Description: The type of provider, such as primary care or specialist.

  • Reference: See Dictionary Provider Type table in the Dictionary Dataset Specification.

Enrollment.Providers.Provider_Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider type.

  • Reference: See Dictionary Provider Type table in the Dictionary Dataset Specification.

Members Dataset Specification

Enrollment

Providers

  • Provider_Role

  • Type: STRING

  • Required: YES

  • Description: The role of the provider within the enrollment, such as attending physician or consulting specialist.

  • Reference: See Dictionary Provider Type table in the Dictionary Dataset Specification.

  • Provider_Role_Description

  • Type: STRING

  • Required: YES

  • Description: A description of the provider role.

  • Reference: See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

  • Effective_Date

  • Type: STRING

  • Required: YES

  • Description: The date when the provider's role became effective within the enrollment.

  • Reference: See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

  • Termination_Date

  • Type: DATE

  • Required: YES

  • Description: The date when the provider's role was terminated within the enrollment.

  • Delegate_Entity

  • Type: DATE

  • Required: YES

  • Description: The entity that delegated the provider's role.

  • Delegate_Entity_Description

  • Type: STRING

  • Required: YES

  • Description: A description of the delegate entity.

  • Reference: See Dictionary Delegate Entity table in the Dictionary Dataset Specification.

  • Created_Timestamp

  • Type: STRING

  • Required: YES

  • Description: Timestamp indicating when the provider record was first created.

  • Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the provider record was last updated.

  • Visibility_Level

  • Type: INT64

  • Required: NO

  • Description: Level of visibility or access control for the population data.

Custom Fields

  • Custom_Fields

  • Type: ARRAY

  • Required: NO

  • Description: List of custom field structures associated with the enrollment, including custom field details and values.

  • Custom_Fields.Key

  • Type: INT64

  • Required: YES

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability within the enrollment's custom field records.

  • Custom_Fields.ID

  • Type: STRING

  • Required: YES

  • Description: The identifier for the custom field.

  • Custom_Fields.Title

  • Type: STRING

  • Required: YES

  • Description: The title or name of the custom field.

  • Custom_Fields.Use

  • Type: STRING

  • Required: YES

  • Description: The intended use or context of the custom field.

  • Custom_Fields.Created_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the custom field record was first created.

  • Custom_Fields.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the custom field record was last updated.

Values

  • Custom_Fields.Values

  • Type: ARRAY

  • Required: NO

  • Description: List of alert structures associated with the enrollment, including alert codes and descriptions.

  • Values.Select_Key

  • Type: INT64

  • Required: YES

  • Description: A unique identifier for each value entry, ensuring distinct traceability within the custom field values.

  • Values.Value

  • Type: STRING

  • Required: YES

  • Description: The value associated with the custom field.

  • Values.Value_Description

  • Type: STRING

  • Required: YES

  • Description: A description of the value.

  • Values.Created_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the value record was first created.

  • Values.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the value record was last updated.

Alerts

  • Alerts

  • Type: ARRAY

  • Required: NO

  • Description: List of network structures associated with the enrollment, including network details and effective dates.

  • Alerts.Key

  • Type: STRING

  • Required: YES

  • Description: A unique identifier for each alert entry, ensuring distinct traceability within the enrollment's alert records.

  • Reference: See Dictionary Enrollment Alert table in the Dictionary Dataset Specification.

  • Alerts.Code

  • Type: STRING

  • Required: YES

  • Description: The code representing the type of alert.

  • Alerts.Description

  • Type: STRING

  • Required: YES

  • Description: A detailed description of the alert.

  • Reference: See Dictionary Enrollment Alert table in the Dictionary Dataset Specification.

  • Alerts.Created_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the alert record was first created.

  • Alerts.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the alert record was last updated.

Networks

  • Networks

  • Type: ARRAY

  • Required: NO

  • Description: Networks used for the enrollment.

  • Networks.Member_ID

  • Type: STRING

  • Required: YES

  • Description: The identifier for the member associated with the network.

  • Networks.Membership_ID

  • Type: STRING

  • Required: YES

  • Description: The identifier for the membership associated with the network.

  • Networks.Group_ID

  • Type: STRING

  • Required: YES

  • Description: The identifier for the group associated with the network.

  • Networks.Primary_Enrollment

  • Type: STRING

  • Required: YES

  • Description: Indicates whether this is the member's primary enrollment within the network.

  • Networks.Enrollment_Effective_Date

  • Type: DATE

  • Required: YES

  • Description: The date when the network enrollment became effective.

  • Networks.Key

  • Type: INT64

  • Required: YES

  • Description: A unique identifier for each network entry, ensuring distinct traceability within the enrollment's network records.

  • Networks.Code

  • Type: STRING

  • Required: YES

  • Description: The code representing the network.

  • Networks.Name

  • Type: STRING

  • Required: YES

  • Description: The name of the network.

  • Networks.Primary

  • Type: BOOL

  • Required: YES

  • Description: Indicates whether this is the primary network for the member.

  • Networks.Effective_Date

  • Type: DATE

  • Required: YES

  • Description: The date when the network became effective.

  • Networks.Termination_Date

  • Type: DATE

  • Required: YES

  • Description: The date when the network was terminated.

  • Networks.Created_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the network record was first created.

  • Networks.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the network record was last updated.

Member Raw

Contacts

  • Contacts

  • Type: ARRAY

  • Required: NO

  • Description: List of contact structures associated with the member, including contact methods, preferences, and timing, used in raw data for communication planning and management.

  • Contacts.Key

  • Type: STRING

  • Required: YES

  • Description: A unique identifier for each contact entry, ensuring distinct traceability within the member's contact records.

Name

  • Contacts.Name

  • Type: STRUCT

  • Required: YES

  • Description: The full name of the contact, including prefix, first, middle, last, and suffix components.

  • Contacts.Name.Prefix

  • Type: STRING

  • Required: YES

  • Description: The honorific or title used before the contact's name, such as Mr., Ms., or Dr.

  • Contacts.Name.First

  • Type: STRING

  • Required: YES

  • Description: The first or given name of the contact.

  • Contacts.Name.Middle

  • Type: STRING

  • Required: YES

  • Description: The middle name of the contact.

  • Contacts.Name.Last

  • Type: STRING

  • Required: YES

  • Description: The family or surname of the contact.

  • Contacts.Name.Suffix

  • Type: STRING

  • Required: YES

  • Description: Additional designations following the contact's name, such as Jr., Sr., or III.

Members Dataset Specification

Contacts

Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this contact is the member's preferred contact.

  • Reference: See Dictionary Preferred Contact Method table in the Dictionary Dataset Specification.

Active

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the contact is currently active.

  • Reference: See Dictionary Preferred Contact Method table in the Dictionary Dataset Specification.

Other_Contact_Information

  • Required: YES

  • Type: STRING

  • Description: Additional contact information not covered by other fields.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the contact record was first created.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the contact record was last updated.

Association

  • Required: YES

  • Type: STRING

  • Description: The association of the contact to the member, such as family member or emergency contact.

  • Reference: See Dictionary Member Contact Association table in the Dictionary Dataset Specification.

Association_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the association of the contact to the member.

  • Reference: See Dictionary Member Contact Association table in the Dictionary Dataset Specification.

Preferred_Method

  • Required: YES

  • Type: STRING

  • Description: The preferred method of communication for the contact, such as email or phone.

Preferred_Method_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred communication method.

Preferred_Time

  • Required: YES

  • Type: STRING

  • Description: The preferred time for communication with the contact.

  • Reference: See Dictionary Preferred Contact Time table in the Dictionary Dataset Specification.

Preferred_Time_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred time for communication.

  • Reference: See Dictionary Preferred Contact Time table in the Dictionary Dataset Specification.

Time_Zone

  • Required: YES

  • Type: STRUCT

  • Description: The time zone information for the contact, including code, abbreviation, system code, and name.

Time_Zone.Code

  • Required: YES

  • Type: STRING

  • Description: The standard code used to identify the time zone.

Time_Zone.Abbreviation

  • Required: YES

  • Type: STRING

  • Description: The common abbreviation of the time zone.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Time_Zone.System_Code

  • Required: YES

  • Type: STRING

  • Description: A system-specific code used internally to link the time zone to various data systems or applications.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Time_Zone.Name

  • Required: YES

  • Type: STRING

  • Description: The full name of the time zone, providing clear and unambiguous identification of the region's time standard.

  • Reference: See Dictionary Timezone table in the Dictionary Dataset Specification.

Emails

  • Required: NO

  • Type: ARRAY

  • Description: List of email structures associated with the contact, including email addresses and preferences.

Emails.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the contact's email records.

Emails.Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the contact.

Emails.Description

  • Required: YES

  • Type: STRING

  • Description: A description of the email address, providing further details on its context or use.

  • Reference: See Dictionary Email Type table in the Dictionary Dataset Specification.

Emails.Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the contact's preferred email address.

Emails.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was first created.

Emails.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was last updated.

Phones

  • Required: NO

  • Type: ARRAY

  • Description: List of phone structures associated with the contact, including phone numbers and preferences.

Phones.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each phone entry, ensuring distinct traceability within the contact's phone records.

Phones.Number

  • Required: YES

  • Type: STRING

  • Description: The phone number, essential for direct communication with the contact.

Phones.Description

  • Required: YES

  • Type: STRING

  • Description: A description of the phone number, providing further details on its context or use.

Phones.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone record was first created.

Phones.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone record was last updated.


Member_raw Notes

Notes

  • Required: NO

  • Type: ARRAY

  • Description: List of note structures associated with the member, including note keys, types, and text, used in raw data for detailed record-keeping and member management.

Notes.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each note entry, ensuring distinct traceability within the member's note records.

Notes.Text

  • Required: YES

  • Type: STRING

  • Description: The content of the note, providing detailed information or observations about the member.

  • Reference: See Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Type

  • Required: YES

  • Type: STRING

  • Description: The type of note, such as medical, administrative, or communication, indicating the primary context of the note.

  • Reference: See Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the note type, providing further details on the context or use of the note.

  • Reference: See Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Author_User_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the user who authored the note, ensuring accountability and traceability.

  • Reference: See Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Void_Indicator

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the note has been voided, marking it as invalid or obsolete.

Notes.Void_Reason

  • Required: YES

  • Type: STRING

  • Description: The reason for voiding the note, providing context and justification for its invalidation.

Notes.Void_Reason_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the reason for voiding the note, offering additional details on the voiding decision.

Notes.Void_User_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the user who voided the note, ensuring accountability and traceability.

Notes.Void_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the note was voided, marking the time of invalidation.

Notes.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the note record was first created, marking the initial entry of the note data.

Notes.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the note record was last updated.

Members Dataset Specification

Member Raw Data Fields

Member_raw Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the creation of the member raw entry, essential for tracking the addition of data to raw data.

Member_raw Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the last modification made to the member raw entry, crucial for maintaining current and accurate raw data information.

Member_raw Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of raw entry or transaction involving the member, providing context for the raw data and its intended use or origin.

Member_raw Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the tenant under which the member raw data is recorded, ensuring data segmentation and security within multi-tenant systems.

Member_raw Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the raw entry is considered the active version of the member's data, used for managing current versus historical raw entries.

Member_raw Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date associated with the member raw entry, used for tracking and chronological ordering of raw entries.

Member_raw Sequence

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Sequence number for the member raw entry, used to order raw entries within a given date or operational sequence.

Member_raw Source_System_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the source system from which the raw data was originally derived, used for data lineage and tracking purposes.

Member_raw Source_File_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the file from which the raw data was sourced, providing additional context for data import and integration processes.

Member_raw Source_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the data was sourced from the original system or file, used for tracking data freshness and relevance.

Member_raw Schema_Version

  • Is Nullable: YES

  • Data Type: FLOAT64

  • Description: Version number of the data schema used for the member raw data, essential for managing data consistency and system updates.

Member_raw Deleted_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the member data has been marked for deletion in the raw data, important for managing data retention and privacy compliance.

Member_raw Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition key used for data segmentation and optimization of the raw data storage, facilitating efficient data management and retrieval.

Member_raw _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Field indicating when the member raw data was last updated, used for system audits and data synchronization checks.

Member_raw Digital_Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date from which the member became eligible for digital services or features.

Member_raw Digital_Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member's eligibility for digital services or features ended or is scheduled to end.

Member_raw Transaction_Actor_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of the actor performing the transaction.

Member_raw Digital_Effective_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp when the member became eligible for digital services or features.

Member_raw Last_Modified_Record_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The identifier of the last modified record in the member's log.


Member Data Categories

Personal Details

  • Records essential personal information of members, such as names, dates of birth, and other identifiers.

  • Provides a foundational understanding of the patient demographic.

Contact Information

  • Captures current contact details for each member.

  • Ensures communication channels are up-to-date and accessible for healthcare providers and administrative purposes.

Enrollment History

  • Documents each member's enrollment timeline within different healthcare plans or services.

  • Offers insights into their healthcare journey and coverage status.

Program Participation

  • Tracks participation in various health programs.

  • Crucial for assessing member engagement and the effectiveness of different health interventions.

Diagnoses

  • Includes medical diagnosis information linked to each member.

  • Critical for clinical decision-making and health management.

Alerts

  • Records important alerts related to members, such as reminders for preventive screenings or follow-ups.

  • Enhances proactive healthcare delivery.

Custom Fields

  • Provides flexibility to record additional data points specific to the organization's needs.

  • Allows for tailored data management.

Population Matching

  • Facilitates the analysis of member data by matching population segments.

  • Useful for public health studies and targeted care strategies.


Member Table Specification

Table Name

Column Name

Is Nullable

Data Type

Description

Member

Member_Key

YES

STRING

Member’s unique key used to identify records within the Accountable Care Model (ACM). This key is null if the record does not originate from ACM.

Member

Client_Code

YES

STRING

Code representing a segment or group within the client's business, facilitating organization-specific categorizations. Refer to the Dictionary Client table in the Dictionary Dataset Specification.

Member

Client_Code_Description

YES

STRING

Describes the business group or segment associated with the Client Code, enhancing understanding of client structure. See Dictionary Client table in the Dictionary Dataset Specification.

Member

Client_ID

YES

STRING

Unique identifier assigned to a client within the healthcare management system.

Member

Subclient_ID

YES

STRING

Identifier for a subdivision or smaller unit within a client's structure, used for more detailed categorization.

Member

Gender

YES

STRING

Coded value representing the member's biological sex, with options like Male, Female, Unknown, and Not Valued. See Dictionary Gender table in the Dictionary Dataset Specification.

Member

Gender_Description

YES

STRING

Description of the biological sex of the member. Valid entries include Male, Female, Unknown, and Not Valued. See Dictionary Gender table in the Dictionary Dataset Specification.

Member

Active

YES

BOOL

Indicates whether a member is currently active within the system. If true, the member is active; otherwise, they are considered inactive.

Member

Temporary

YES

BOOL

Flag indicating whether the member is temporary within the system.

Members Dataset Specification

Member Table

Temporary ID

  • Column Name: Temporary_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Indicates whether the member is assigned a temporary ID. Useful for identifying provisional records or memberships.

Birth Date

  • Column Name: Birth_Date

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Records the birth date of the member, including year, month, and day, to calculate age and other demographics-related values.

Age

  • Column Name: age

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Represents the age of the member, calculated based on the birth date. This field is computed in views and is not stored.

Age Range

  • Column Name: Age_Range

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorical representation of the member's age, typically grouped into ranges (e.g., 20-30, 31-40). This field is calculated in views.

Preferred Language

  • Column Name: Preferred_Language

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that signifies the primary language spoken by the member as self-reported. Refer to the Dictionary Language table in the Dictionary Dataset Specification for valid values.

Preferred Language Description

  • Column Name: Preferred_Language_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive text of the primary language spoken by the member, providing a human-readable format. See Dictionary Language table in the Dictionary Dataset Specification.

Marital Status

  • Column Name: Marital_Status

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the member's current marital status. Valid values are detailed in the Dictionary Marital Status table in the Dictionary Dataset Specification.

Marital Status Description

  • Column Name: Marital_Status_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Provides a description of the marital status of the member. Refer to the Dictionary Marital Status table in the Dictionary Dataset Specification.

Member ID

  • Column Name: Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), serving as the primary key for reference.

Social Security Number

  • Column Name: Social_Security_Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The Social Security Number of the member, a nine-digit number issued by the Social Security Administration, used primarily for identification purposes within the U.S.

Medicare ID

  • Column Name: Medicare_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier unique to the member within the Medicare system, used for tracking and benefits management.

Medicaid ID

  • Column Name: Medicaid_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member within the Medicaid system, facilitating benefits administration and eligibility verification.

Race

  • Column Name: Race

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Coded value representing the member’s race, used for demographic and health-related statistical analyses.

Race Description

  • Column Name: Race_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the member's race, enriching data understanding for health disparity studies and reporting.

Attributed Provider

  • Column Name: Attributed_Provider

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier or name of the healthcare provider primarily responsible for the member's care, facilitating association and accountability in care management.

Created Timestamp

  • Column Name: Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the member's record was initially created in the system.

Last Modified Timestamp

  • Column Name: Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the member's record, indicating the latest update.

Prefix

  • Column Name: Prefix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Prefix or title used before the member's name to denote formal address or social status, such as Dr., Mr., Mrs., etc.

First Name

  • Column Name: First_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The first name of the member as registered in the healthcare management system.

Middle Name

  • Column Name: Middle_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The middle name of the member, included for full identification and record completeness.

Last Name

  • Column Name: Last_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The last name or family name of the member, crucial for identification and documentation purposes.

Suffix

  • Column Name: Suffix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Suffix or title used after the member's name to denote qualifications, generational suffixes, or honors, such as Jr., Sr., Ph.D., etc.

Full Name

  • Column Name: Full_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the member, combining first, middle, last names, and suffixes for complete identification. Used in reports and formal documentation.

Time Zone Code

  • Column Name: Time_Zone_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the time zone in which the member is located, utilized for scheduling and timing of services. See Dictionary Timezone table in the Dictionary Dataset Specification.

Time Zone Abbreviation

  • Column Name: Time_Zone_Abbreviation

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Abbreviation of the member's time zone, reflecting their geographic location's standard time offset. See Dictionary Timezone table in the Dictionary Dataset Specification.

Time Zone System Code

  • Column Name: Time_Zone_System_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: System code for the time zone applicable to the member's location, aiding in time-sensitive operations and communication. See Dictionary Timezone table in the Dictionary Dataset Specification.

Time Zone Name

  • Column Name: Time_Zone_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the time zone associated with the member's geographic location, facilitating appropriate timing for services and communications. See Dictionary Timezone table in the Dictionary Dataset Specification.

Digital Effective Date

  • Column Name: Digital_Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date from which the member became eligible for digital services or features.

Digital Termination Date

  • Column Name: Digital_Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member's eligibility for digital services or features ended or is scheduled to end.


Member Addresses Table

Member Address Key

  • Column Name: Member_Address_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for the member's address, obtained from the Accountable Care Model (ACM). Null if the address data is not sourced from ACM.

Member ID

  • Column Name: Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link addresses to specific members.

State

  • Column Name: State

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Two-letter state abbreviation where the member resides, used for regional analysis and reporting. Refer to the Dictionary State table in the Dictionary Dataset Specification.

State Name

  • Column Name: State_name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the state for the member's address, providing clarity for data processing and reporting. See Dictionary State table in the Dictionary Dataset Specification.

Members Dataset Specification

Member Addresses

Column Name

Is Nullable

Data Type

Description

Type

YES

STRING

Code that categorizes the type of the address, such as residential or business. Refer to the Dictionary Address Type table in the Dictionary Dataset Specification for detailed classifications.

Type_Description

YES

STRING

Description of the address type, helping to understand the nature of the address associated with the member.

Line1

YES

STRING

The primary street address or location description for the member, serving as the first line of the address.

Line2

YES

STRING

Additional address information such as apartment number or suite, serving as the second line of the address.

Line3

YES

STRING

Further address details that may include building information or other specifics, serving as the third line of the address.

City

YES

STRING

Name of the city for the member's address, essential for local health service allocation and mail delivery.

Postal_Code

YES

STRING

Alphanumeric code assigned to the member's address location for facilitating mail sorting and delivery.

Preferred

YES

BOOL

Indicates whether this is the member's preferred address for communications, which is critical for sending important health documents or correspondence.

Created_Timestamp

YES

TIMESTAMP

Timestamp marking when the address record for the member was initially created, useful for data tracking and audits.

Last_Modified_Timestamp

YES

TIMESTAMP

Timestamp of the most recent update made to the address record, indicating the latest data modification for tracking changes.

County

YES

STRING

The county where the member's primary address is located, important for regional health services administration and demographic studies.

Country

YES

STRING

The country of the member's address, vital for processing international health claims and understanding global member distribution.


Member Alerts

Column Name

Is Nullable

Data Type

Description

Member_Alert_Key

YES

STRING

Unique key identifying each specific alert for a member, used for tracking and management. Refer to the Dictionary Alert table in the Dictionary Dataset Specification for more details on alert categories.

Member_ID

YES

STRING

Unique identifier for a member within the healthcare management system, used to link alerts to specific member profiles.

Code

YES

STRING

Identifier for specific alerts related to a member, highlighting urgent or special needs such as Case Management or Eligibility issues. Note: Selection of multiple alerts may result in data duplication in reporting outputs.

Description

YES

STRING

Description of the alert, clarifying the nature of the notification or issue related to the member. Special attention is needed for aspects like Case Management, Eligibility, etc. See Dictionary Alert table for details.

Created_Timestamp

YES

TIMESTAMP

Timestamp indicating when the alert record was initially created. This is crucial for understanding the timeline of alerts in a member's healthcare management.

Last_Modified_Timestamp

YES

TIMESTAMP

Timestamp of the latest update to the alert record, used to track changes and maintain up-to-date alert information.


Member Alternate IDs

Column Name

Is Nullable

Data Type

Description

Member_Alternate_ID_Key

YES

STRING

Unique key for each alternate ID assigned to a member. This subclass is used to manage multiple IDs per member, which may result in report duplication per ID. Excludes members without alternate IDs from reports.

Member_ID

YES

STRING

Identifier used by the Managed Care Organization (MCO) in addition to the standard Care Management Member ID. This ID is crucial for linking alternate identifiers with the member's primary record.

Type

YES

STRING

Code representing the type of the alternate ID assigned to a member, such as emergency contact, secondary insurance, etc. Refer to the Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Type_Description

YES

STRING

Description of the alternate ID type, providing context for why and how the alternate ID is used. See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification for detailed categorization and use cases.

Value

YES

STRING

The actual alternate ID value assigned to the member, such as a secondary insurance number or emergency contact ID, used in managing member information across different systems or departments.

Created_Timestamp

YES

TIMESTAMP

Timestamp marking when the alternate ID record was created. This helps in tracking when the ID was added to the member's profile, important for data management and audits.

Last_Modified_Timestamp

YES

TIMESTAMP

Timestamp indicating the most recent update made to the alternate ID record, essential for maintaining the timeliness and accuracy of the member's information.


Member Contact Emails

Column Name

Is Nullable

Data Type

Description

Member_Contact_Email_Key

YES

INT64

Unique key identifying each email record associated with a member. Used for managing multiple email addresses and ensuring data integrity. Refer to the Dictionary Email Type table in the Dictionary Dataset Specification.

Member_Contact_Key

YES

STRING

Unique key linking the email record to the member’s contact.

Members Dataset Specification

Member Contact Emails

Columns

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link email addresses to specific member profiles.

  • Address

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The email address through which a member receives electronic communications. This can include personal, work, or other types of email addresses as defined in system settings.

  • Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the type of email address linked to the member, such as personal or work. Useful for distinguishing between different communications preferences. See Dictionary Email Type table for more details.

  • Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this email address is the preferred contact method for the member. This setting is important for prioritizing communication channels.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the email record was initially created, providing a timeline for when the member's contact information was added to the system.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the email record, crucial for maintaining accurate and up-to-date contact information for the member.


Member Contact Phones

Columns

  • Member_Contact_Phone_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each phone record associated with a member. This key is used to manage multiple phone numbers and ensure accurate linkage to member records.

  • Member_Contact_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key linking the phone record to the member’s contact information within the healthcare system’s database. This ensures all phone numbers are accurately associated with the correct member contact profiles.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO). This ID links the phone number to the specific member profile, ensuring accurate communication records.

  • Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The primary phone number used by the member, which could include personal, work, or other types of phone numbers based on the member's preference.

  • Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the type of the phone number, such as work/office, cell, or home. This classification helps in directing communications appropriately. Valid types are defined in the system settings.

  • Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this phone number is the member's preferred contact method. Setting a number as preferred is crucial for ensuring that primary communication efforts use this number.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the phone record was created. This information is vital for tracking the addition of new contact numbers to a member's profile and for historical data integrity.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the phone record. This timestamp is essential for tracking changes and maintaining up-to-date contact information for the member.


Member Contacts

Columns

  • Member_Contact_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each contact record associated with a member, used for database management and querying.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the contact information to the member's profile.

  • Preferred_Method

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the member's preferred method of contact, such as email, phone, or mail. See Dictionary Preferred Contact Method table in the Dictionary Dataset Specification for valid values.

  • Preferred_Method_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the preferred contact method, explaining how and when to use each method for communicating with the member. See Dictionary Preferred Contact Method table for details.

  • Preferred_Time

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the member's preferred time to be contacted, optimizing communication efforts. See Dictionary Preferred Contact Time table in the Dictionary Dataset Specification.

  • Preferred_Time_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the preferred contact time, detailing suitable times during which the member wishes to be contacted. See Dictionary Preferred Contact Time table for more information.

  • Association

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that categorizes the member's type of association or relationship with the contact information. See Dictionary Member Contact Association table in the Dictionary Dataset Specification.

  • Association_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the association or relationship type, enhancing understanding of the contact's relevance. See Dictionary Member Contact Association table for detailed descriptions.

  • Other_Contact_Information

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Additional contact information for the member that does not fit standard categories but is essential for comprehensive communication strategies.

  • Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the contact information is the member's preferred choice. This setting is crucial for prioritizing communication channels.

  • Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Flag indicating whether the member is currently active (1) or inactive (0) in the system. This is vital for maintaining up-to-date records and ensuring effective member management.

  • First_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The first name of the member.

Members Dataset Specification

Member Contacts

Fields

  • First_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The first name of the member associated with the contact information, used for personalization and identification.

  • Middle_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The middle name of the member, providing additional identification details that may be necessary for certain communications or legal documentation.

  • Last_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The last name of the member, crucial for full identification and formal communication purposes.

  • Prefix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Prefix or title used before the member's name to denote formal address or social status, such as Dr., Mr., Mrs., etc.

  • Suffix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Suffix or title used after the member's name to denote qualifications, generational suffixes, or honors, such as Jr., Sr., Ph.D., etc.

  • Time_Zone_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the time zone in which the member is located, utilized for scheduling and timing of communications. See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Time_Zone_Abbreviation

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Abbreviation of the member's time zone, reflecting their geographic location's standard time offset. See Dictionary Timezone table in the Dictionary Dataset Specification.

  • Time_Zone_System_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: System code for the time zone applicable to the member's location, aiding in time-sensitive operations and communication. See Dictionary Timezone table for details.

  • Time_Zone_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the time zone associated with the member's geographic location, facilitating appropriate timing for services and communications. See Dictionary Timezone table for comprehensive details.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the contact record was initially created, providing a timeline for when the member's contact information was added to the system.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the contact record, essential for maintaining the timeliness and accuracy of the member's contact information.


Member Custom Fields

Fields

  • Member_Custom_Field_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key assigned to each custom field associated with a member. This key is used for identification and retrieval of custom field data within the system.

  • Select_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying the selection options available for a custom field, linking it to predefined choices in the system.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link the custom fields specifically to the member's record.

  • ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the custom field within the healthcare management system, used for distinguishing between different custom fields.

  • Title

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The human-readable name for the custom field, designed to be easily understood and referenced within the healthcare system.

  • Use

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Specifies the application type of the custom field; 'ENTRY' for direct input fields, and 'SELECT' for fields requiring selection from predefined options.

  • Value

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The content or data stored in the custom field for the member. This can vary from textual entries to selections made from a set list, depending on the field type.

  • Value_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the value held in the custom field, providing context or additional details about the selected options for fields of type 'SELECT'.

  • Select_Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the custom field was initially created. This helps in tracking the addition of new custom fields to a member's profile.

  • Select_Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the custom field, crucial for tracking updates and maintaining current data.


Member Diagnoses

Fields

  • Member_Diagnosis_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique key identifying each specific diagnosis associated with a member, used for tracking and management within the healthcare system.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the diagnosis to the member's healthcare record.

  • Condition_Category

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the diagnosis based on the condition or disease group, aiding in treatment planning and statistical analysis.

  • Condition_Category_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the condition category, providing further insight into the type of health issue classified under the diagnosis. This includes proprietary classifications used by ACM.

  • Coding_Scheme

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The coding system used for documenting the diagnosis, such as ICD-10, helping standardize diagnoses across the healthcare industry.

  • Coding_Scheme_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Explanation of the coding scheme used, which may include details on its application and relevance to different health conditions.

  • Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Specific code assigned to the diagnosis according to the coding scheme employed, such as 'F41.9' for a particular mental health condition.

  • Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Narrative description of the diagnosis, providing details about the member’s specific condition or symptoms.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the diagnosis record was initially created, providing a timeline for when the diagnosis was added to the system.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the diagnosis record, essential for maintaining the timeliness and accuracy of the member's healthcare information.

Members Dataset Specification

Member Diagnoses

Columns

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the diagnosis record was initially created, important for historical data and tracking the onset of conditions.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the diagnosis record, crucial for maintaining up-to-date and accurate medical information.


Member Emails

Columns

  • Member_Email_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key assigned to each email record associated with a member, used for identifying and managing email information within the system.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the email to the member's healthcare profile.

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the email address by its intended use, such as personal or work. Refer to the Dictionary Email Type table in the Dictionary Dataset Specification for valid values.

  • Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the email type, providing further details on how the email is used, for example, personal or work purposes. See Dictionary Email Type table for more details.

  • Address

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The email address used by the member, facilitating electronic communications related to health services and care management.

  • Preferred

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether this email address is the preferred contact method for the member, important for prioritizing communication channels.

  • Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the email address record was created in the system, providing a reference for tracking changes and updates.

  • Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the email record, essential for maintaining accurate and up-to-date member information.


Member Enrollment

Columns

  • Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for the member’s enrollment record, used to identify and manage enrollment details within the ACM. Null if data is not sourced from ACM.

  • Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key used specifically for reporting and analysis purposes, associated with the member’s enrollment data.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the enrollment record to the specific member.

  • Group_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group under which the member is enrolled. This is defined by the customer’s eligibility system and may vary based on the group’s specific requirements and restrictions.

  • Group_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The name of the group to which the member is currently assigned, as defined in the eligibility system of the healthcare provider.

  • Plan_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member’s specific enrollment plan, used for managing health services and coverage details.

  • Plan_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive details about the plan under which the member is enrolled, explaining coverage, benefits, and limitations.

  • Line_Of_Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the line of business under which the member’s plan falls, which helps in categorizing and managing different types of plans based on their nature and provided benefits.

  • Line_Of_Business_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the line of business, providing more detailed information on the nature of the business and the associated services. See Dictionary Line Of Business table in the Dictionary Dataset Specification.

  • Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member’s enrollment in the plan becomes effective, marking the start of coverage.

  • Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member’s enrollment in the plan is scheduled to end or has ended, marking the cessation of coverage.

  • Carrier

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the insurance carrier underwriting the member’s plan at the time of enrollment. See Dictionary Carrier table in the Dictionary Dataset Specification.

  • Carrier_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the carrier providing the insurance coverage, detailing the carrier’s role and significance in the plan. See Dictionary Carrier table in the Dictionary Dataset Specification.

  • Relationship

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that describes the member’s relationship to the primary subscriber of the plan, such as dependent, self, or spouse. See Dictionary Relationship table in the Dictionary Dataset Specification.

  • Relationship_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the member’s relationship to the primary subscriber, providing context for eligibility and coverage terms. See Dictionary Relationship table in the Dictionary Dataset Specification.

  • Subscriber_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier assigned to the primary subscriber under which the member is enrolled, used for linking family or group plans.

  • Subscriber_Membership_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Membership ID assigned to the subscriber, under which the member’s coverage details are listed and managed.

  • Most_Recent_Primary_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator to denote if this enrollment record is the most recent primary enrollment for the member.

  • Current_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the record represents the member’s current enrollment status, which is calculated based on real-time data.

Members Dataset Specification

Member Enrollment

Current_Primary_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the record represents the member’s current primary enrollment status, which is calculated based on real-time data.

Waiting_Period_Days

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The number of days constituting the waiting period before the member’s coverage becomes effective under the new plan.

Primary_Enrollment

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates if the record pertains to the member’s primary insurance eligibility at present, including the effective and termination dates.

Source_Of_Payment

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the primary source of payment for the member’s enrollment plan, such as private pay or government-funded.

Source_Of_Payment_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive information about the source of payment for the member’s coverage, providing insights into the financial arrangements.

Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the member’s enrollment is currently active, providing a quick reference for eligibility status.

Account_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member’s account under which the enrollment details are managed and billed.

Membership_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique membership identifier for the member within the healthcare system, used to track and manage individual health records and billing.

Payer_Coordinating_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: ID used for coordination between different payers when multiple sources of payment are involved in the member’s coverage.

Employment_Status_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that describes the member’s current employment status, which can affect eligibility and coverage details.

Pharmacy_Benefit

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the member’s plan includes benefits for pharmaceuticals, important for coverage and cost management.

Medical_Benefit

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the member’s plan includes medical benefits, crucial for access to healthcare services.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp when the member’s enrollment record was created, important for historical data tracking and system updates.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp when the member’s enrollment record was last modified, essential for maintaining current and accurate enrollment information.


Member Enrollment Alerts

Member_Enrollment_Alert_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key for identifying each enrollment alert associated with a member, facilitating tracking and management of alerts within the healthcare system.

Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the alert to the specific enrollment record of a member, used to identify the context of the alert within member data.

Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key used for reporting purposes related to specific enrollment alerts, enabling detailed tracking and analysis of alert conditions and statuses.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the alert to the member’s profile.

Group_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group associated with the member’s enrollment at the time of the alert, used to categorize alerts by group affiliation.

Plan_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the plan associated with the member’s enrollment at the time of the alert, aiding in identifying specific plan-related issues that may trigger alerts.

Line_Of_Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the line of business under which the member’s plan falls at the time of the alert, useful for categorizing and managing alerts based on business segment.\ Note: See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Member_Enrollment_Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date when the member’s enrollment (or the relevant condition triggering the alert) became effective, critical for timing and relevance of the alert.

Member_Enrollment_Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date when the member’s enrollment (or the condition associated with the alert) is scheduled to end, important for managing end of coverage or condition alerts.

Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier used to signify specific situations requiring attention in member enrollment, such as Coordination of Benefits or Pharmacy Lock-in restrictions.\ Note: Selection of multiple alerts may result in data duplication in reporting.

Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the enrollment alert, outlining the nature and specifics of the situation that necessitated the alert.\ Note: See Dictionary Enrollment Alert table in the Dictionary Dataset Specification for detailed descriptions.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the creation of the enrollment alert record, essential for tracking when the alert was initiated and logged in the system.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent update made to the enrollment alert record, crucial for maintaining up-to-date information on the alert’s status and resolution.


Member Enrollment Custom Fields

Member_Enrollment_Custom_Field_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique identifier for each custom field associated with a member's enrollment, sourced from ACM when available; null if data is not provided.

Members Dataset Specification

Member Enrollment Custom Fields

Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the custom field to a specific member enrollment record, allowing for detailed tracking and management of custom data fields within the enrollment process.

Select_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Key associated with the selection options of a custom field when the type is 'SELECT', enabling linking to predefined options in the system.

Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Custom reporting key used to aggregate or categorize enrollment data based on specific custom fields for enhanced reporting and analysis.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the custom fields to the specific member’s enrollment record.

ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier used for reporting and managing specific custom fields within the member’s enrollment data, facilitating specific data operations.

Title

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The human-readable name for the custom field, designed to be easily understandable and referenced within the healthcare system for clarity and ease of use.

Use

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Specifies the application type of the custom field; 'ENTRY' for direct input fields, and 'SELECT' for fields requiring selection from predefined options, guiding user interaction.

Value

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The data or selection stored in the custom field for the member, which can vary from textual entries to selections made from a set list, depending on the field type.

Value_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the value held in the custom field, providing context or additional details about the selected options or entered data, particularly for 'SELECT' type fields.

Select_Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the custom field or its value was initially created within the system, providing a timeline for when data was added to the member's enrollment profile.

Select_Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the custom field or its value, crucial for tracking changes and maintaining up-to-date and accurate information within the enrollment.


Member Enrollment Networks

Member_Enrollment_Network_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Unique identifier for each member’s network within the Accountable Care Model (ACM); null if the data is not sourced from ACM.

Member_Enrollment_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Key linking the network information specifically to a member's enrollment record, facilitating management and tracking within the healthcare system.

Member_Enrollment_Reporting_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Reporting key used to aggregate or reference the member’s network-related data within reports and analyses.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), used to link network data to the member's healthcare record.

Group_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the group associated with the member’s network enrollment, reflecting the organizational structure under which the member is covered.

Plan_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific plan associated with the member’s network enrollment, detailing the coverage plan under which the member is insured.

Line_Of_Business

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Categorization of the member’s enrollment according to the line of business, which describes the type of service or coverage offered. See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Member_Enrollment_Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The start date when the member’s network coverage became active, marking the beginning of the insurance coverage under the specific network.

Member_Enrollment_Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The end date when the member’s network coverage is scheduled to terminate, marking the conclusion of the insurance coverage under the specific network.

Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code that identifies the network associated with the member’s insurance coverage, used for administrative and tracking purposes within healthcare programs.

Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the network associated with the member's insurance coverage, providing a clear and identifiable label for the network within administrative processes.

Effective_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the member's current insurance network coverage began, crucial for tracking eligibility and coverage periods within the network.

Termination_Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the member's current insurance network coverage will end or has ended, important for managing transitions and ensuring continuity of care.

Primary

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Flag indicating whether the network is the member's primary network for insurance coverage, where '1' represents primary and '0' represents non-primary. This affects prioritization of claims and services.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the creation of the network record within the member’s profile, used for data integrity and tracking the addition of network details.

Members Dataset Specification

Member Enrollment Providers

Table Content

Table Name

Column Name

Is Nullable

Data Type

Description

Member_Enrollment_Providers

Member_Enrollment_Provider_Key

YES

STRING

Unique identifier for each provider associated with a member’s enrollment, used for tracking and managing provider data within the healthcare system.

Member_Enrollment_Providers

Member_Enrollment_Key

YES

STRING

Key linking the provider data specifically to a member's enrollment record, facilitating management and tracking of healthcare providers.

Member_Enrollment_Providers

Member_Enrollment_Reporting_Key

YES

STRING

Reporting key used to categorize or reference the member’s provider data within reports and analyses, enhancing data utilization for performance monitoring and compliance tracking.

Member_Enrollment_Providers

Member_ID

YES

STRING

Identifier assigned to the member by the Managed Care Organization (MCO), linking the provider data to the member’s healthcare record.

Member_Enrollment_Providers

Provider_ID

YES

STRING

Unique identifier for the provider within the member's enrollment, used to distinguish between multiple providers within the healthcare system.

Member_Enrollment_Providers

Provider_NPI

YES

STRING

National Provider Identifier (NPI) for the provider, a unique identification number used in the U.S. for covered healthcare providers.

Member_Enrollment_Providers

Provider_Type

YES

STRING

Type of provider, such as general practitioner or specialist, categorized to aid in the management and reporting of care services. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Member_Enrollment_Providers

Provider_Type_Description

YES

STRING

Description of the provider type, detailing the roles and responsibilities associated with different provider types. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Member_Enrollment_Providers

Provider_Role

YES

STRING

Role of the provider within the member’s care plan, such as primary care provider or consultant. See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

Member_Enrollment_Providers

Provider_Role_Description

YES

STRING

Detailed description of the provider’s role in the member’s healthcare, such as their specific duties or specialties. See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

Member_Enrollment_Providers

Effective_Date

YES

DATE

The date when the provider’s involvement in the member’s care officially begins, crucial for tracking provider changes and coverage periods.

Member_Enrollment_Providers

Termination_Date

YES

DATE

The date when the provider’s involvement in the member’s care officially ends, important for historical data tracking and ensuring accurate records.

Member_Enrollment_Providers

Most_Recent_Primary_Enrollment_Provider_Indicator

YES

BOOL

Indicator showing whether this provider record is the most recent primary provider for the member, used for current status updates.

Member_Enrollment_Providers

Current_Enrollment_Provider_Indicator

YES

BOOL

Flag indicating whether this provider is currently active in the member’s care, essential for maintaining accurate and up-to-date healthcare records.

Member_Enrollment_Providers

Delegate_Entity

YES

STRING

Entity delegated by the primary provider to perform certain healthcare services on behalf of the member. See Dictionary Delegate Entity table in the Dictionary Dataset Specification.

Member_Enrollment_Providers

Delegate_Entity_Description

YES

STRING

Description of the delegate entity, explaining the nature of delegated services and responsibilities. See Dictionary Delegate Entity table in the Dictionary Dataset Specification.

Member_Enrollment_Providers

Created_Timestamp

YES

TIMESTAMP

Timestamp marking when the provider record was initially created in the system, used for tracking and audit purposes.

Member_Enrollment_Providers

Last_Modified_Timestamp

YES

TIMESTAMP

Timestamp of the most recent modification made to the provider record, crucial for tracking changes and maintaining up-to-date information.


Member Most Recent Primary Enrollment

Table Content

Table Name

Column Name

Is Nullable

Data Type

Description

Member_Most_Recent_Primary_Enrollment

Member_ID

YES

STRING

Unique identifier for the member associated with the most recent primary enrollment, used to link this specific enrollment record to the member’s overarching healthcare profile.

Member_Most_Recent_Primary_Enrollment

Group_ID

YES

STRING

Identifier for the group under which the member was most recently primarily enrolled, reflecting the latest organizational context of the member’s insurance coverage.

Member_Most_Recent_Primary_Enrollment

Plan_ID

YES

STRING

Identifier for the healthcare plan under which the member was most recently primarily enrolled, detailing the specific coverage plan currently active or most recently active for the member.

Member_Most_Recent_Primary_Enrollment

Line_Of_Business

YES

STRING

Type of business under which the member’s most recent primary enrollment is categorized, which defines the nature of the healthcare services provided. See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Member_Most_Recent_Primary_Enrollment

Effective_Date

YES

DATE

The start date of the member’s most recent primary enrollment period, marking when the member’s current primary coverage began.

Member_Most_Recent_Primary_Enrollment

Termination_Date

YES

DATE

The end date of the member’s most recent primary enrollment period, marking when the member’s current primary coverage is scheduled.


Timestamps

st_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the most recent modification made to the network record, essential for maintaining accurate and up-to-date network information.

Members Dataset Specification

Member_Most_Recent_Primary_Enrollment

Primary_Enrollment

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the record represents the member's most recent period of primary enrollment, used to determine primary coverage status.

Active

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicates whether the member’s most recent primary enrollment is currently active, reflecting ongoing primary coverage.

Most_Recent_Primary_Enrollment_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether this enrollment record is the most recent instance of primary enrollment for the member, typically calculated during the data extraction and transformation process.


Member_Notes

Member_Note_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique key identifying each note entry associated with a member, used for tracking and management within the healthcare system.

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier linking the note to a specific member, ensuring that notes are correctly associated with member profiles.

Void_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating why a note was voided or considered irrelevant. See Dictionary Note Void Reason table in the Dictionary Dataset Specification for valid codes.

Void_Reason_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the void reason, providing context on why the note was voided. See Dictionary Note Void Reason table in the Dictionary Dataset Specification for detailed descriptions.

Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of note, categorizing the content or purpose of the note within the member's record. See Dictionary Note Type table in the Dictionary Dataset Specification for valid types.

Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the note type, explaining the context or intended use of the note. See Dictionary Note Type table in the Dictionary Dataset Specification for details.

Author_User_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User ID of the individual who authored the note, linking responsibility to a specific user within the healthcare system.

Author_User_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the note's author, derived from the user ID, providing clear identification of who created the note.

Void_User_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User ID of the individual who voided the note, if applicable, linking the void action to a specific user.

Void_User_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full name of the user who voided the note, derived from the void user ID, providing clear identification of who voided the note.

Text

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Actual text of the note, detailing observations, actions, or other relevant information about the member.

Created_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the note was originally created, essential for tracking the timeline of documentation.

Last_Modified_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp of the last modification made to the note, crucial for maintaining an up-to-date record.

Void_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Boolean flag indicating whether the note has been voided, used to manage the visibility and relevance of notes within the member's record.

Void_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking when the note was voided, if applicable, used to record the exact time when the note was deemed irrelevant or incorrect.


Member_Opportunity_Score_Populations_Match

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member or patient.

Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the opportunity score calculation was completed.

Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population group.

Population_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the population group (e.g., high-risk, low-risk).

Population_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of population (e.g., clinical, demographic, etc.).

Population_Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the population (e.g., mild, moderate, severe).

Visibility_Level

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Level of visibility or access control for the population data.


Member_Opportunity_Score_Populations_Match_Log

Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member or patient.

Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp indicating when the opportunity score calculation was completed.

Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population group.

Population_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the population group (e.g., high-risk, low-risk).

Population_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of population (e.g., clinical, demographic, etc.).

Population_Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the population (e.g., mild, moderate, severe).

Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of opportunity score (e.g., health-related, financial, etc.).

Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific tenant or organization.

Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Version indicator for the active opportunity score calculation.

Members Dataset Specification

Member Opportunity Score Populations Match Log

Table Content

Column Name

Is Nullable

Data Type

Description

Member_ID

YES

STRING

Unique identifier for the member or patient.

Finish_Timestamp

YES

TIMESTAMP

Timestamp indicating when the opportunity score calculation was completed.

Population_ID

YES

STRING

Identifier for the specific population group.

Population_Description

YES

STRING

Description of the population group (e.g., high-risk, low-risk).

Population_Type

YES

STRING

Type of population (e.g., clinical, demographic, etc.).

Population_Severity

YES

STRING

Severity level associated with the population (e.g., mild, moderate, severe).

Type

YES

STRING

Type of opportunity score (e.g., health-related, financial, etc.).

Tenant

YES

STRING

Identifier for the specific tenant or organization.

Active_Version

YES

BOOL

Version of the opportunity score data that is currently active.

Date

YES

DATE

Date associated with the opportunity score data.

Sequence

YES

INT64

Sequence number for the opportunity score data.

Source_System_Name

YES

STRING

Name of the system or application that generated the opportunity score data.

Source_File_Name

YES

STRING

Name of the file containing the opportunity score data.

Source_Timestamp

YES

TIMESTAMP

Timestamp when the opportunity score data was generated.

Schema_Version

YES

FLOAT64

Version of the schema or data model used for the opportunity score data.

Deleted_Indicator

YES

BOOL

Indicator to mark whether the record has been deleted.

Member_Partition

YES

INT64

Partition or segment of the member data (if applicable).

_updated

YES

STRING

Timestamp indicating when the record was last updated.

Action

YES

STRING

Description of the action associated with the opportunity score (e.g., recommendation, intervention).

Visibility_Level

YES

INT64

Level of visibility or access control for the population data.


Member Opportunity Score Populations Match Raw

Table Content

Column Name

Is Nullable

Data Type

Description

Member_ID

YES

STRING

Unique identifier for the member or patient.

Finish_Timestamp

YES

TIMESTAMP

Timestamp indicating when the opportunity score calculation was completed.

Population_ID

YES

STRING

Identifier for the specific population group.

Population_Description

YES

STRING

Description of the population group (e.g., high-risk, low-risk).

Population_Type

YES

STRING

Type of population (e.g., clinical, demographic, etc.).

Population_Severity

YES

STRING

Severity level associated with the population (e.g., mild, moderate, severe).

Type

YES

STRING

Type of opportunity score (e.g., health-related, financial, etc.).

Tenant

YES

STRING

Identifier for the specific tenant or organization.

Active_Version

YES

BOOL

Version of the opportunity score data that is currently active.

Date

YES

DATE

Date associated with the opportunity score data.

Sequence

YES

INT64

Sequence number for the opportunity score data.

Source_System_Name

YES

STRING

Name of the system or application that generated the opportunity score data.

Source_File_Name

YES

STRING

Name of the file containing the opportunity score data.

Source_Timestamp

YES

TIMESTAMP

Timestamp when the opportunity score data was generated.

Schema_Version

YES

FLOAT64

Version of the schema or data model used for the opportunity score data.

Deleted_Indicator

YES

BOOL

Indicator to mark whether the record has been deleted.

Member_Partition

YES

INT64

Partition or segment of the member data (if applicable).

_updated

YES

STRING

Timestamp indicating when the record was last updated.

Action

YES

STRING

Description of the action associated with the opportunity score (e.g., recommendation, intervention).

Visibility_Level

YES

INT64

Level of visibility or access control for the population data.


Member Phones

Table Content

Column Name

Is Nullable

Data Type

Description

Member_Phone_Key

YES

STRING

Unique identifier for each phone record associated with a member, used for tracking and managing phone data within the healthcare system.

Member_ID

YES

STRING

Alphanumeric identifier assigned to the member by the Managed Care Organization (MCO), linking the phone record to the member’s healthcare profile.

Type

YES

STRING

Type of phone number, such as home, mobile, or work, categorizing the number for specific uses and accessibility.

Type_Description

YES

STRING

Description of the phone number type, providing additional details about the intended use or context of the phone number.

Number

YES

STRING

The actual phone number associated with the member, used for communication and contact purposes.

Preferred

YES

BOOL

Indicates whether this phone number is the member's preferred contact method, prioritizing it for communications from the healthcare provider.

Created_Timestamp

YES

TIMESTAMP

Timestamp marking when the phone record was initially created, important for tracking the addition of contact methods to a member's profile.

Members Dataset Specification

Member Phones

Column Name

Is Nullable

Data Type

Description

Last_Modified_Timestamp

YES

TIMESTAMP

Timestamp of the most recent update made to the phone record, essential for maintaining current and accurate contact information.


Member Populations Match

Column Name

Is Nullable

Data Type

Description

Member_Populations_Execution_ID

YES

STRING

Unique identifier for the execution of a population batch in which the member participated, used to track individual engagements in population health management activities.

Population_Execution_ID

YES

STRING

Unique identifier for a population matching batch execution, serving as a logical foreign key to the Populations_Execution table, indicating specific population processing instances.

Finish_Timestamp

YES

TIMESTAMP

Timestamp marking the completion of the population match batch in which the member's data was processed, essential for data partitioning and maintenance within the system.

Date

NO

DATE

Array of dates documenting each time the member’s data was matched against population criteria, used for tracking and historical reference.

Member_ID

YES

STRING

Unique identifier for the member involved in the population match, linking the population data to the specific member’s healthcare record.

Population_ID

YES

STRING

Unique identifier for the population to which the member was matched, also encompassing version information to specify the particular criteria or definition version of the population.

Population_Name

YES

STRING

Human-readable name for the population, provided with the population definition, used for easier identification and reporting.

Program_Code

YES

STRING

Program code associated with the population, indicating the specific ACM program tied to the population, if applicable. This field is optional, reflecting plans for populations without program ties.

Version

NO

STRING

Array of version strings for the population definition, detailing revisions or updates to the population criteria over time, essential for historical tracking and compliance verification.

Modified_By

YES

STRING

User identifier for the last person who modified the population matching record, ensuring traceability and accountability within population management.

Modified_At

YES

TIMESTAMP

Timestamp for the last modification made to the population matching record, crucial for maintaining an accurate and current database.

Severity_Code

YES

STRING

Code indicating the severity level assigned to the population match, which can be 'L' (Low), 'M' (Medium), or 'H' (High), based on defined criteria and calculated during batch processing.

Severity_Description

YES

STRING

Description of the severity level, translating codes into full descriptions such as LOW, MEDIUM, or HIGH, providing clear context for severity assessments within population health management.

Gap_In_Care_Type

YES

STRING

Code identifying the type of care gap associated with the population, which defines the specific healthcare needs or shortcomings addressed by the population criteria.

Gap_In_Care_Type_Description

YES

STRING

Detailed description of the gap in care type, enriched by looking up definitions by codes to provide a comprehensive understanding of the care gap associated with the population match.


Member Populations Match Log

Column Name

Is Nullable

Data Type

Description

Member_Populations_Execution_ID

YES

STRING

Unique identifier for the execution of a population match operation within a specific batch, tracking individual member processing events.

Population_Execution_ID

YES

STRING

Unique identifier for a batch execution of a population matching process, corresponding to a specific population management task.

Tenant

YES

STRING

Unique identifier for the tenant under which the population match log is recorded, ensuring data segmentation and security within multi-tenant systems.

Finish_Timestamp

YES

TIMESTAMP

Timestamp marking the completion of the population matching process for the batch, essential for tracking end times and supporting system maintenance and data partitioning.

Date

YES

DATE

Date when the population match log entry was recorded, used for historical tracking and reporting purposes.

Member_ID

YES

STRING

Identifier for the member whose data was processed in the population matching log, linking the log entry to a specific individual within the healthcare system.

Population_ID

YES

STRING

Unique identifier for the population against which the member was matched, including version information to specify the criteria version at the time of matching.

Population_Name

YES

STRING

Human-readable name of the population involved in the matching process, aiding in identification and reporting.

Program_Code

YES

STRING

Code associated with the healthcare program to which the population match is related, if applicable, indicating programmatic contexts of the population health initiatives.

Version

YES

STRING

Version information of the population criteria used in the match, essential for tracking changes and updates in population definitions over time.

Members Dataset Specification

Member Populations Match Log

Columns

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User identifier for the last person who modified the population match log, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the population match log entry, crucial for maintaining an accurate and current log of population matching activities.

  • Severity_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the severity of the population match, which could be L (Low), M (Medium), or H (High), used for prioritizing interventions and managing healthcare responses.

  • Severity_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the severity level associated with the population match, providing full textual representations such as LOW, MEDIUM, or HIGH.

  • Visibility_Level

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code defining the visibility level of the population data within the system, ranging from 1 (Always visible) to 4 (Never visible), essential for managing data access and confidentiality.

  • Visibility_Level_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the visibility level, providing a detailed explanation of access restrictions for the population data based on predefined settings.

  • Gap_In_Care_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the type of care gap the population match addresses, crucial for targeted healthcare interventions and management.

  • Gap_In_Care_Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the care gap type, enriched by a lookup of rule codes to provide a comprehensive understanding of the healthcare needs the population match is designed to address.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: System partition used for storing the population match log, facilitating efficient data management and retrieval within distributed systems.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Field indicating when the population match log was last updated, used for system audits and data synchronization checks.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Action taken in the population match log, such as 'create', 'update', or 'delete', providing an audit trail for actions performed on the log entries.

  • Visibility_Level_Int

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Internal code defining the visibility level of the population data within the system.

  • Parent_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of parent entity associated with this member populations match.


Member Populations Match Raw

Columns

  • Member_Populations_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution of a population match operation within a specific batch, tracking individual member processing events.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for a batch execution of a population matching process, corresponding to a specific population management task.

  • Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the tenant under which the population match log is recorded, ensuring data segmentation and security within multi-tenant systems.

  • Finish_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the completion of the population matching process for the batch, essential for tracking end times and supporting system maintenance and data partitioning.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date when the population match log entry was recorded, used for historical tracking and reporting purposes.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the member whose data was processed in the population matching log, linking the log entry to a specific individual within the healthcare system.

  • Population_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the population against which the member was matched, including version information to specify the criteria version at the time of matching.

  • Population_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Human-readable name of the population involved in the matching process, aiding in identification and reporting.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code associated with the healthcare program to which the population match is related, if applicable, indicating programmatic contexts of the population health initiatives.

  • Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version information of the population criteria used in the match, essential for tracking changes and updates in population definitions over time.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: User identifier for the last person who modified the population match log, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the population match log entry, crucial for maintaining an accurate and current log of population matching activities.

  • Severity_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code indicating the severity of the population match, which could be L (Low), M (Medium), or H (High), used for prioritizing interventions and managing healthcare responses.

  • Severity_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the severity level associated with the population match, providing full textual representations such as LOW, MEDIUM, or HIGH.

  • Visibility_Level

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code defining the visibility level of the population data within the system, ranging from 1 (Always visible) to 4 (Never visible).

Members Dataset Specification

Member Populations Match Raw

Columns

  • Visibility_Level_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the visibility level, providing a detailed explanation of access restrictions for the population data based on predefined settings.

  • Gap_In_Care_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the type of care gap the population match addresses, crucial for targeted healthcare interventions and management.

  • Gap_In_Care_Type_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Detailed description of the care gap type, enriched by a lookup of rule codes to provide a comprehensive understanding of the healthcare needs the population match is designed to address.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: System partition used for storing the population match log, facilitating efficient data management and retrieval within distributed systems.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Field indicating when the population match log was last updated, used for system audits and data synchronization checks.

  • Visibility_Level_Int

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Internal code defining the visibility level of the population data within the system.

  • Parent_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of parent entity associated with this member populations match.


Member Program Match

Columns

  • Program_Matching_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for each execution of the program matching process, generated at the start and used to track the specific matching operation.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the population execution used as input for the program matching, linking the program match to specific population criteria.

  • Execution_Start_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the start of the program matching process for the member, used for logging and data partitioning.

  • Step_ID

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Identifier for the specific step within the program matching process, such as deduplication or blocking, with each step assigned a sequential number.

  • Step_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Name of the step in the program matching process, describing the function of each step like "Deduplication", "Blocking", etc., based on the matching configuration.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member whose data is being processed in the program matching, obtained from the initial population matching process.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code identifying the specific program to which the member might be matched, obtained through the population matching process and relevant to program assignment decisions.

  • Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Level of severity associated with the member’s condition or situation, initially obtained from population matching or calculated in earlier steps of the process.

  • Pass_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Indicator showing whether the member passed this step in the matching process; true if passed, false if skipped.

  • Skip_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description or debug information explaining why a member's record was skipped at a particular step, populated only when Pass_Indicator is false.

  • Rank

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Ranking used to prioritize member enrollment into the program, with 1 representing the highest priority; null for members not eligible for enrollment.

  • Date

  • Is Nullable: NO

  • Data Type: DATE

  • Description: Array of dates documenting when the program matching operations were performed for this member, used for historical tracking and analysis.

  • Version

  • Is Nullable: NO

  • Data Type: STRING

  • Description: Versions of the program matching criteria or configurations used during the matching process, important for audit trails and understanding changes over time.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the user who last modified the program matching record, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the last modification made to the program matching record, essential for maintaining up-to-date and accurate matching records.


Member Program Match Log

Columns

  • Program_Matching_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution of a program matching operation, tracking each process instance for program matching within the healthcare management system.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the specific population execution used as input for the program matching, linking the matching process to specific population criteria.

  • Execution_Start_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp marking the beginning of the program matching process for a specific execution, used to track start times and for logging activities.

  • Step_ID

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Sequential identifier for the step within the program matching process, such as filtering or ranking, detailing the order of operations within the matching procedure.

  • Step_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive name of the step within the program matching process, such as "Deduplication" or "Initial Filtering", providing clarity on the operation performed at this step.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member being processed in the program matching log, linking the log entry to the member's profile within the healthcare system.

Members Dataset Specification

Member Program Match Log

Columns

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Program code associated with the member's program matching entry, identifying the specific healthcare program involved in the matching process.

  • Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level assigned during the program matching process, indicating the urgency or priority of the member's situation within the matched program.

  • Pass_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Boolean indicator showing whether the member passed the current step in the matching process; true if passed, false if failed or skipped.

  • Skip_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Reason provided for skipping a member at a particular step in the matching process, used for diagnostics and process improvement.

  • Rank

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Numerical rank assigned to the member based on criteria within the program matching process, indicating the priority for enrollment or intervention.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: Date on which the program matching operation was logged, used for historical tracking and data analysis.

  • Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version of the program matching logic or criteria used during the process, essential for tracking changes and system updates.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifier for the last user who modified the program matching log, ensuring accountability and traceability within the system.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: Timestamp for the most recent modification made to the program matching log, crucial for maintaining up-to-date records.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition key used for data segmentation and optimization of the log storage, facilitating efficient data management and retrieval.


Member Merge Log

Columns

  • Survived_Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The unique identifier of the member record that remained after the merge process.

  • Survived_Member_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The internal system key of the surviving member after the merge.

  • Merged_Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The unique identifier of the member record that was merged into the surviving member.

  • Merged_Member_Key

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The internal system key of the merged member.

  • Merge_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the type or reason for the merge (e.g., duplicate, administrative update).

  • Deleted_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: A flag indicating whether the record has been marked for deletion.

  • Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The type or classification of the merge transaction (e.g., program-specific, system-level).

  • Tenant

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Identifies the tenant or organization to which the member records belong.

  • Active_Version

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: Specifies the version of the member program record that is currently active.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date associated with the merge action or transaction.

  • Sequence

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The sequence number to track the order of actions related to the merge.

  • Source_System_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The name of the system from which the member data originated.

  • Source_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp indicating when the source system captured or sent the data.

  • Source_File_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The name of the file that contained the data being merged.

  • Schema_Version

  • Is Nullable: YES

  • Data Type: FLOAT64

  • Description: The version of the schema used in processing the data during the merge.

  • _updated

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The timestamp when the record was last updated.

  • Action

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Describes the action taken during the merge process (e.g., merged, updated, deleted).

  • Transaction_Actor_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of the actor performing the transaction.


Member Program Match Raw

Columns

  • Program_Matching_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution instance of the program matching process.

  • Population_Execution_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the execution instance related to the population being evaluated for matching.

  • Execution_Start_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp indicating when the program matching process started.

  • Step_ID

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The unique identifier of the step or phase in the program matching workflow.

  • Step_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Descriptive name of the step or phase in the program matching process.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier of the member being evaluated for program matching.

  • Program_Code

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the specific program the member is being evaluated for.

  • Severity

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Severity level associated with the member's status or evaluation in the program matching process.

  • Pass_Indicator

  • Is Nullable: YES

  • Data Type: BOOL

  • Description: A flag indicating whether the member passed the program matching criteria in the current step.

  • Skip_Reason

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The reason the member was skipped from the current step in the program matching process.

  • Rank

  • Is Nullable: YES

  • Data Type: INT64

  • Description: The rank or priority assigned to the member within the program matching process.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date associated with the execution of the matching process.

Members Dataset Specification

Member Program Match Dataset

Fields

  • Version

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Version of the program matching process or criteria used during the execution.

  • Modified_By

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The identifier of the user who last modified the record during the program matching process.

  • Modified_At

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp indicating when the record was last modified.

  • Member_Partition

  • Is Nullable: YES

  • Data Type: INT64

  • Description: Partition key used to manage and segment members for processing in large datasets.


Member Log Dataset

Fields

  • Member_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member within the Accountable Care Model (ACM), used for uniquely identifying a log entry; null if the record is not sourced from ACM.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member as used in logging operations, linking log entries specifically to individual members.

  • Social_Security_Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Member’s Social Security Number as recorded in the log, used for identification and verification purposes within secure logging protocols.

  • Medicaid_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicaid identification number of the member as recorded in the log, used for tracking and verifying Medicaid coverage and services.

  • Medicare_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicare identification number of the member as recorded in the log, important for logging Medicare-related transactions and activities.

  • Preferred_Language

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the member’s preferred language as logged in the system, which facilitates targeted communication and service provision. See Dictionary Language table in the Dictionary Dataset Specification for valid values.

  • Preferred_Language_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the member’s preferred language, enhancing clarity and usability of log data regarding member communications. See Dictionary Language table in the Dictionary Dataset Specification.

  • Name

    • Is Nullable: YES

    • Data Type: STRUCT

    • Description: Structure containing the member's formal name components used in the log, including prefix, first name, middle name, last name, and suffix.

    Subfields

    • Name.Prefix

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The honorific or title used before the member's name, such as Mr., Ms., Dr., which may indicate respect or professional status.

    • Name.First

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The first or given name of the member, which is used for formal identification and personal interactions.

    • Name.Middle

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The middle name of the member, which can be used to further distinguish between individuals with similar first and last names.

    • Name.Last

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The family or surname of the member, crucial for familial identification and official documentation.

    • Name.Suffix

    • Is Nullable: YES

    • Data Type: STRING

    • Description: Additional designations following the member's name, such as Jr., Sr., III, indicating generational distinctions.

    • Full_Name

    • Is Nullable: YES

    • Data Type: STRING

    • Description: Full official name of the member as recorded in the log, used for identification and formal documentation purposes.

    • Time_Zone

    • Is Nullable: YES

    • Data Type: STRUCT

    • Description: Structure detailing the member’s geographic time zone information as recorded in the log, including the time zone abbreviation, system code, and name. See Dictionary Timezone table in the Dictionary Dataset Specification.

    Subfields

    • Time_Zone.Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The standard code used to identify the time zone, crucial for aligning services and communications.

    • Time_Zone.Abbreviation

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The common abbreviation of the time zone, used for quick reference and in less formal communications. See Dictionary Timezone table in the Dictionary Dataset Specification.

    • Time_Zone.System_Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: A system-specific code used internally to link the time zone to various data systems or applications. See Dictionary Timezone table in the Dictionary Dataset Specification.

    • Time_Zone.Name

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The full name of the time zone, providing clear and unambiguous identification of the region’s time standard. See Dictionary Timezone table in the Dictionary Dataset Specification.

    • Addresses

    • Is Nullable: NO

    • Data Type: ARRAY

    • Description: List of address structures associated with the member, including keys, state codes, type of address, and specific address lines. Addresses provide comprehensive location data for logistical and communication purposes.

    Subfields

    • Addresses.Key

    • Is Nullable: YES

    • Data Type: STRING

    • Description: A unique identifier for each address entry, ensuring distinct traceability within the member's address records.

    • Addresses.Line1

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The primary street address line, essential for mail delivery and location identification.

    • Addresses.Line2

    • Is Nullable: YES

    • Data Type: STRING

    • Description: An optional secondary address line, used for additional address details like apartment or suite numbers.

    • Addresses.Line3

    • Is Nullable: YES

    • Data Type: STRING

    • Description: An additional address line, used where extensive address details are needed.

    • Addresses.City

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The city in which the member resides, crucial for regional services and emergency response.

    • Addresses.State

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The abbreviated state code, used for jurisdiction and service delivery organization.

    • Addresses.State_Name

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The full name of the state, providing clarity and avoiding confusion with similar state abbreviations or names.

    • Addresses.Postal_Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The postal or ZIP code, essential for mail delivery and regional health service administration.

    • Addresses.Country

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The country of residence, important for international members or those receiving care in different national health systems.

    • Addresses.County

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The county, used for additional regional sorting and in certain healthcare service deliveries.

    • Addresses.Type

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The type of address, such as residential, business, or mailing, indicating the address's primary use.

Members Dataset Specification

Addresses

e_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the address type, providing further details on how the address is used or prioritized.

Addresses.Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the member's preferred address for communications, vital for primary contact methods.

Addresses.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the address record was first created, marking the initial entry of address data.

Addresses.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the address record was last updated, useful for tracking changes and maintaining current data.

Member Log

Birth_Date

  • Required: YES

  • Type: DATE

  • Description: Date of birth of the member as recorded in the log, essential for verifying age-related services and benefits.

Gender

  • Required: YES

  • Type: STRING

  • Description: Gender of the member as recorded in the log, used for demographic analysis and service provision. See Dictionary Gender table in the Dictionary Dataset Specification.

Gender_Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s gender, providing additional context and clarification of the gender data recorded in the log. See Dictionary Gender table in the Dictionary Dataset Specification.

Race

  • Required: YES

  • Type: STRING

  • Description: Race of the member as recorded in the log, important for demographic reporting and ensuring equitable service provision.

Race_Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s race, enhancing the clarity and usability of racial data in demographic and service analyses.

Marital_Status

  • Required: YES

  • Type: STRING

  • Description: Marital status of the member as recorded in the log, used for demographic analysis and determining eligibility for certain benefits. See Dictionary Marital Status table in the Dictionary Dataset Specification.

Marital_Status_Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s marital status, providing additional details and context for log entries. See Dictionary Marital Status table in the Dictionary Dataset Specification.

Client_Code

  • Required: YES

  • Type: STRING

  • Description: Code identifying the client or customer as per organizational records, used in logging to link members to specific client groups or services. See Dictionary Client table in the Dictionary Dataset Specification.

Client_Code_Description

  • Required: YES

  • Type: STRING

  • Description: Description of the client code, enhancing understanding and usability of this information in service provision and client management. See Dictionary Client table in the Dictionary Dataset Specification.

Active

  • Required: YES

  • Type: BOOL

  • Description: Indicator of whether the member is currently active within the system, used in logging to filter or highlight active versus inactive members.

Temporary

  • Required: YES

  • Type: BOOL

  • Description: Indicator of whether the member's record is considered temporary, used in logging for temporary statuses or conditions.

Phones

Phones.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each phone entry, ensuring distinct traceability within the member's phone records.

Phones.Number

  • Required: YES

  • Type: STRING

  • Description: The phone number, essential for direct communication with the member for appointments, emergencies, and other interactions.

Phones.Type

  • Required: YES

  • Type: STRING

  • Description: The type of phone number, such as mobile, home, or work, indicating the primary use or context of the number.

Phones.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the phone type, providing further details on how the number is used or prioritized.

Phones.Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the member's preferred phone number for communications, vital for primary contact methods.

Phones.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone number record was first created, marking the initial entry of phone data.

Phones.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone number record was last updated, useful for tracking changes and maintaining current data.

Emails

Emails.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the member's email records.

Emails.Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the member for appointments, notifications, and other interactions.

Emails.Type

  • Required: YES

  • Type: STRING

  • Description: The type of email address, such as personal or work, indicating the primary use or context of the email.

Emails.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the email type, providing further details on how the email address is used or prioritized.

Emails.Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the member's preferred email address for communications, vital for primary contact methods.

Emails.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was first created, marking the initial entry of email data.

Emails.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was last updated, useful for tracking changes and maintaining current data.

Attributed Provider

Member_log.Attributed_Provider

  • Required: YES

  • Type: STRING

  • Description: Identifier for the healthcare provider attributed to the member as recorded in the log, used for tracking provider-member associations.

Client Information

Member_log.Client_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for the client associated with the member as recorded in the log, used for client-specific tracking and analysis.

Member_log.Subclient_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for a subclient or subsidiary associated with the member within the system.

Members Dataset Specification

Member Log

Alerts

  • Type: ARRAY\ List of alert structures associated with the member, including alert codes, descriptions, and timing, used in logging for risk management and proactive interventions.

Fields

  • Alerts.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alert entry, ensuring distinct traceability within the member's alert records.

  • Reference: See Dictionary Alert table in the Dictionary Dataset Specification.

  • Alerts.Code

  • Required: YES

  • Type: STRING

  • Description: The code associated with the alert, used to categorize and identify the type of alert.

  • Alerts.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the alert, providing context and specifics about the nature of the alert.

  • Reference: See Dictionary Alert table in the Dictionary Dataset Specification.

  • Alerts.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was first created, marking the initial entry of the alert data.

  • Alerts.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was last updated, useful for tracking changes and maintaining current data.


Alternate IDs

  • Type: ARRAY\ List of alternate identification numbers and types associated with the member, enhancing tracking and cross-system integration in logging.

Fields

  • Alternate_IDs.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alternate ID entry, ensuring distinct traceability within the member's identification records.

  • Alternate_IDs.Value

  • Required: YES

  • Type: STRING

  • Description: The alternate identifier value, used to identify the member in different contexts or systems.

  • Alternate_IDs.Type

  • Required: YES

  • Type: STRING

  • Description: The type of alternate identifier, such as SSN, Driver's License, or Insurance ID, indicating the primary use or context.

  • Reference: See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

  • Alternate_IDs.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the type of alternate identifier, providing further details on the identifier's purpose or context.

  • Reference: See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

  • Alternate_IDs.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was first created, marking the initial entry of the identifier data.

  • Alternate_IDs.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was last updated, useful for tracking changes and maintaining current data.


Custom Fields

  • Type: ARRAY\ List of custom field structures associated with the member, including field keys, values, and descriptions, used in logging for specialized data collection and tracking.

Fields

  • Custom_Fields.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability within the member's custom field records.

  • Custom_Fields.ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the custom field, used to reference and manage the field within the system.

  • Custom_Fields.Title

  • Required: YES

  • Type: STRING

  • Description: The title or name of the custom field, providing a clear description of what the field represents.

  • Custom_Fields.Use

  • Required: YES

  • Type: STRING

  • Description: The intended use or context of the custom field, explaining how or why the field is utilized.

  • Custom_Fields.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created, marking the initial entry of the custom field data.

  • Custom_Fields.Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated, useful for tracking changes and maintaining current data.


Values

  • Type: ARRAY\ List of custom value structures associated with the member, including field keys, values, and descriptions, used in logging for specialized data collection and tracking.

Fields

  • Custom_Fields.Values.Value

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each value entry within the custom field, ensuring distinct traceability.

  • Custom_Fields.Values.Select_Key

  • Required: YES

  • Type: STRING

  • Description: The value associated with the custom field, providing specific data relevant to the custom field's purpose.

  • Custom_Fields.Values.Value_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the value, offering further details and context about what the value represents.

  • Custom_Fields.Values.Select_Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value entry was first created, establishing a timeline for the addition of the value.

  • Custom_Fields.Values.Select_Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value entry was last updated, useful for tracking changes and maintaining current data.


Diagnoses

  • Type: ARRAY\ List of diagnosis structures associated with the member, including diagnosis keys, codes, and descriptions, used in logging for medical tracking and treatment planning.

Fields

  • Diagnoses.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each diagnosis entry, ensuring distinct traceability within the member's medical records.

  • Diagnoses.Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the diagnosis, used for identifying and categorizing the medical condition.

  • Diagnoses.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the diagnosis, providing context and specifics about the medical condition.

  • Diagnoses.Coding_Scheme

  • Required: YES

  • Type: STRING

  • Description: The coding scheme used for the diagnosis code, such as ICD-10 or SNOMED, indicating the standard used for classification.

  • Diagnoses.Coding_Scheme_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the coding scheme, offering additional details about the classification standard used.

  • Diagnoses.Condition_Category

  • Required: YES

  • Type: STRING

  • Description: The category of the medical condition, used to group similar diagnoses for analysis and treatment planning.

  • Diagnoses.Condition_Category_Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the condition category, providing further context about the classification of the diagnosis.

Members Dataset Specification

Diagnoses

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was first created, marking the initial entry of the medical data.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was last updated, useful for tracking changes and maintaining current data.

Visibility_Level

  • Required: NO

  • Type: INT64

  • Description: Level of visibility or access control for the population data.


Member Log

Enrollment

  • Required: NO

  • Type: ARRAY

  • Description: List of enrollment structures associated with the member, including keys, plan IDs, and descriptions, used in logging for insurance and benefits tracking.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each enrollment entry, ensuring distinct traceability within the member's enrollment records.

Active

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment is currently active, crucial for determining eligibility for services and benefits.

Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the enrollment became effective, marking the start of coverage or benefits.

Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the enrollment ended, marking the cessation of coverage or benefits.

Account_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the account associated with the enrollment, used for billing and administrative purposes.

Group_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the group associated with the enrollment, typically referring to an employer or organization.

Group_Name

  • Required: YES

  • Type: STRING

  • Description: The name of the group associated with the enrollment, providing context for the group coverage.

Plan_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the specific healthcare plan, crucial for determining the details of the coverage and benefits.

Plan_Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the healthcare plan, providing further details about the coverage and benefits.

Line_Of_Business

  • Required: YES

  • Type: STRING

  • Description: The line of business, indicating the specific sector or category of healthcare services provided.

Line_Of_Business_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the line of business, offering additional context about the sector or category of services.

Subscriber_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the primary subscriber, linking the enrollment to the main policyholder.

Relationship

  • Required: YES

  • Type: STRING

  • Description: The relationship of the member to the subscriber, such as spouse or child, indicating the basis of coverage.

Relationship_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the relationship, providing additional details about the member's connection to the subscriber.

Carrier

  • Required: YES

  • Type: STRING

  • Description: The insurance carrier providing the coverage, crucial for identifying the provider of the healthcare plan.

Carrier_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the insurance carrier, offering further details about the provider of the healthcare plan.

Primary_Enrollment

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the primary enrollment for the member, used for coordination of benefits and prioritization.

Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the member's membership in the plan, crucial for identifying and managing individual coverage.

Subscriber_Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The membership ID of the subscriber, linking dependents to the primary subscriber's membership.

Payer_Coordinating_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for coordinating payers, used for managing multiple insurance coverages.

Employment_Status_Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the member's employment status, relevant for certain coverage and benefits determinations.

Pharmacy_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes pharmacy benefits, crucial for determining prescription coverage.

Medical_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes medical benefits, essential for determining healthcare coverage.

Source_Of_Payment

  • Required: YES

  • Type: STRING

  • Description: The source of payment for the coverage, such as employer or self, used for financial and administrative tracking.

Source_Of_Payment_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the source of payment, offering further details about how the coverage is funded.

Waiting_Period_Days

  • Required: YES

  • Type: INT64

  • Description: The number of days in the waiting period before coverage becomes effective, relevant for eligibility and enrollment planning.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was first created, marking the initial entry of the enrollment data.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was last updated, useful for tracking changes and maintaining current data.

Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's enrollment became effective.


Providers

Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider became effective.

Termination_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider was terminated.

Providers

  • Required: NO

  • Type: ARRAY

  • Description: List of enrollment structures associated with each enrollment, ensuring accurate and comprehensive provider management.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each provider entry within the enrollment, ensuring distinct traceability.

Provider_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the provider, used for identifying and managing provider information.

Provider_NPI

  • Required: YES

  • Type: STRING

  • Description: The National Provider Identifier (NPI) for the provider, crucial for identifying healthcare professionals.

Members Dataset Specification

Enrollment Providers

Provider_Type

  • Required: YES

  • Type: STRING

  • Description: The type of provider, such as primary care or specialist, indicating the provider's role in healthcare delivery.

Provider_Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider type, offering further details about the provider's specialization or role.

Provider_Role

  • Required: YES

  • Type: STRING

  • Description: The role of the provider within the healthcare plan, such as attending physician or consultant.

Provider_Role_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider's role, providing additional context about their responsibilities and functions.

Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the provider's association with the enrollment became effective, marking the start of the provider's involvement.

Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the provider's association with the enrollment ended, marking the cessation of the provider's involvement.

Delegate_Entity

  • Required: YES

  • Type: STRING

  • Description: The entity that delegates responsibilities to the provider, used for administrative and contractual purposes.

Delegate_Entity_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the delegate entity, offering further details about the delegating organization or entity.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the provider entry was first created, marking the initial entry of the provider data.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the provider entry was last updated, useful for tracking changes and maintaining current data.

Visibility_Level

  • Required: NO

  • Type: INT64

  • Description: Level of visibility or access control for the population data.


Enrollment Custom Fields

Custom_Fields

  • Required: NO

  • Type: ARRAY

  • Description: This substructure captures detailed information about the custom fields associated with each enrollment, ensuring flexibility and precision in custom data management.

Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability.

ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the custom field, used to reference and manage the field within the system.

Title

  • Required: YES

  • Type: STRING

  • Description: The title or name of the custom field, providing a clear description of what the field represents.

Use

  • Required: YES

  • Type: STRING

  • Description: The intended use or context of the custom field, explaining how or why the field is utilized.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created, marking the initial entry of the custom field data.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated, useful for tracking changes and maintaining current data.

Values

  • Required: NO

  • Type: ARRAY

  • Description: This substructure captures detailed information about the values associated with each custom field, ensuring flexibility and precision in custom data management.

Select_Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each value entry within the custom field, ensuring distinct traceability.

Value

  • Required: YES

  • Type: STRING

  • Description: The value associated with the custom field, providing specific data relevant to the custom field's purpose.

Value_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the value, offering further details and context about what the value represents.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value entry was first created, establishing a timeline for the addition of the value.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value entry was last updated, useful for tracking changes and maintaining current data.


Enrollment Alerts

Alerts

  • Required: NO

  • Type: ARRAY

  • Description: This substructure captures detailed information about alerts related to each enrollment, facilitating accurate and efficient notification management.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alert entry, ensuring distinct traceability.

Code

  • Required: YES

  • Type: STRING

  • Description: The code associated with the alert, used to categorize and identify the type of alert.

Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the alert, providing context and specifics about the nature of the alert.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was first created, marking the initial entry of the alert data.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was last updated, useful for tracking changes and maintaining current data.


Enrollment Networks

Networks

  • Required: NO

  • Type: ARRAY

  • Description: This substructure captures detailed information about the networks associated with each enrollment, ensuring accurate and comprehensive network management.

Member_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the member within the network, crucial for identifying the member's association with the network.

Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the member's membership within the network, used for managing network affiliations.

Group_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the group associated with the network, typically referring to an employer or organization.

Primary_Enrollment

  • Required: YES

  • Type: STRING

  • Description: Indicates whether the network is the primary enrollment for the member, used for coordination of benefits and prioritization.

Members Dataset Specification

Enrollment

s.Enrollment_Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the network enrollment became effective, marking the start of the network's involvement.

Enrollment.Networks.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each network entry within the enrollment, ensuring distinct traceability.

Enrollment.Networks.Code

  • Required: YES

  • Type: STRING

  • Description: The code associated with the network, used for identifying and categorizing the network.

Enrollment.Networks.Name

  • Required: YES

  • Type: STRING

  • Description: The name of the network, providing a clear description of the network.

Enrollment.Networks.Primary

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the network is the primary network for the member, crucial for network coordination and management.

Enrollment.Networks.Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the network's association with the enrollment became effective, marking the start of the network's involvement.

Enrollment.Networks.Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the network's association with the enrollment ended, marking the cessation of the network's involvement.

Enrollment.Networks.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the network entry was first created, marking the initial entry of the network data.

Enrollment.Networks.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the network entry was last updated, useful for tracking changes and maintaining current data.


Member Log

Contacts

  • Required: NO

  • Type: ARRAY

  • Description: List of contact structures associated with the member, including contact methods, preferences, and timing, used in logging for communication planning and management.

Contacts.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each contact entry, ensuring distinct traceability within the member's contact records.

Contacts.Name

  • Required: YES

  • Type: STRUCT

  • Description: Detailed structure capturing the member's contact's name, including prefix, first, middle, last, and suffix.

Contacts.Name.Prefix

  • Required: YES

  • Type: STRING

  • Description: The honorific or title used before the contact's name, such as Mr., Ms., Dr., which may indicate respect or professional status.

Contacts.Name.First

  • Required: YES

  • Type: STRING

  • Description: The first or given name of the contact, which is used for formal identification and personal interactions.

Contacts.Name.Middle

  • Required: YES

  • Type: STRING

  • Description: The middle name of the contact, which can be used to further distinguish between individuals with similar first and last names.

Contacts.Name.Last

  • Required: YES

  • Type: STRING

  • Description: The family or surname of the contact, crucial for familial identification and official documentation.

Contacts.Name.Suffix

  • Required: YES

  • Type: STRING

  • Description: Additional designations following the contact's name, such as Jr., Sr., III, indicating generational distinctions.

Contacts.Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this contact is the member's preferred contact, crucial for determining primary contact methods.

Contacts.Active

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the contact is currently active, crucial for determining the availability of the contact method.

Contacts.Other_Contact_Information

  • Required: YES

  • Type: STRING

  • Description: Additional contact information for the member, used for comprehensive communication methods.

Contacts.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the contact record was first created, marking the initial entry of the contact data.

Contacts.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the contact record was last updated, useful for tracking changes and maintaining current data.

Contacts.Association

  • Required: YES

  • Type: STRING

  • Description: The association of the contact, such as the relationship to the member.

Contacts.Association_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the association, providing further details about the relationship.

Contacts.Preferred_Method

  • Required: YES

  • Type: STRING

  • Description: The preferred method of contact, such as email or phone, indicating the member's communication preference.

Contacts.Preferred_Method_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred method of contact, offering additional details about the communication preference.

Contacts.Preferred_Time

  • Required: YES

  • Type: STRING

  • Description: The preferred time for contact, indicating the member's preferred timing for communications.

Contacts.Preferred_Time_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred time for contact, providing further details about the timing preference.

Contacts.Time_Zone

  • Required: YES

  • Type: STRUCT

  • Description: Detailed structure capturing the time zone information, including code, abbreviation, system code, and name.

Contacts.Time_Zone.Code

  • Required: YES

  • Type: STRING

  • Description: The standard code used to identify the time zone, crucial for aligning services and communications.

Contacts.Time_Zone.Abbreviation

  • Required: YES

  • Type: STRING

  • Description: The common abbreviation of the time zone, used for quick reference and in less formal communications.

Contacts.Time_Zone.System_Code

  • Required: YES

  • Type: STRING

  • Description: A system-specific code used internally to link the time zone to various data systems or applications.

Contacts.Time_Zone.Name

  • Required: YES

  • Type: STRING

  • Description: The full name of the time zone, providing clear and unambiguous identification of the region’s time standard.


Contacts.Emails

  • Required: NO

  • Type: ARRAY

  • Description: List of email structures associated with the member, including email addresses, descriptions, and preferences.

Contacts.EmailsKey

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the contact's email records.

Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the contact for appointments, notifications, and other interactions.

Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the email address, providing context and specifics about the use of the email.

Preferred

  • Required: YES

  • Type: BOOL

  • Description: A boolean indicating whether this is the contact's preferred email address for communications, vital for primary contact methods.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email address record was first created, marking the initial entry of the email data.

Members Dataset Specification

Contacts

Email

  • Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the email address record was first created, marking the initial entry of the email data.

  • Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the email address record was last updated, useful for tracking changes and maintaining current data.

Phones

  • Contacts.Phones (NO, ARRAY): List of phone structures associated with the member, including phone numbers, descriptions, and preferences.

  • Contacts.Phones.Key (YES, INT64): A unique identifier for each phone entry, ensuring distinct traceability within the contact's phone records.

  • Contacts.Phones.Number (YES, STRING): The phone number, essential for direct communication with the contact for appointments, emergencies, and other interactions.

  • Contacts.Phones.Description (YES, STRING): A detailed description of the phone number, providing context and specifics about the use of the phone.

  • Contacts.Phones.Preferred (YES, BOOL): A boolean indicating whether this is the contact's preferred phone number for communications, vital for primary contact methods.

  • Contacts.Phones.Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the phone number record was first created, marking the initial entry of the phone data.

  • Contacts.Phones.Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the phone number record was last updated, useful for tracking changes and maintaining current data.

Member Log

Notes

  • Notes (NO, ARRAY): List of note structures associated with the member, including details, types, authors, and void information.

  • Notes.Key (YES, INT64): A unique identifier for each note entry, ensuring distinct traceability within the member's notes records.

  • Notes.Text (YES, STRING): The text content of the note, providing detailed information or observations about the member.

  • Notes.Type (YES, STRING): The type of note, such as clinical or administrative, indicating the context or purpose of the note.

  • Notes.Type_Description (YES, STRING): A description of the note type, offering further details about the context or purpose of the note.

  • Notes.Author_User_ID (YES, STRING): The identifier for the user who authored the note, used for accountability and tracking purposes.

  • Notes.Void_Indicator (YES, BOOL): A boolean indicating whether the note has been voided, crucial for maintaining accurate and updated records.

  • Notes.Void_Reason (YES, STRING): The reason for voiding the note, providing context for why the note was invalidated.

  • Notes.Void_Reason_Description (YES, STRING): A detailed description of the void reason, offering additional context for the invalidation of the note.

  • Notes.Void_User_ID (YES, STRING): The identifier for the user who voided the note, used for accountability and tracking purposes.

  • Notes.Void_Timestamp (YES, TIMESTAMP): Timestamp indicating when the note was voided, marking the time of the invalidation.

  • Notes.Created_Timestamp (YES, TIMESTAMP): Timestamp indicating when the note record was first created, marking the initial entry of the note data.

  • Notes.Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp indicating when the note record was last updated, useful for tracking changes and maintaining current data.

Member Log Details

  • Created_Timestamp (YES, TIMESTAMP): Timestamp marking the creation of the member log entry, essential for tracking the addition of data to the log.

  • Last_Modified_Timestamp (YES, TIMESTAMP): Timestamp of the last modification made to the member log entry, crucial for maintaining current and accurate logging information.

  • Type (YES, STRING): Type of log entry or transaction involving the member, providing context for the log data and its intended use or origin.

  • Tenant (YES, STRING): Unique identifier for the tenant under which the member log is recorded, ensuring data segmentation and security within multi-tenant systems.

  • Active_Version (YES, BOOL): Indicator showing whether the log entry is considered the active version of the member's data, used for managing current versus historical log entries.

  • Date (YES, DATE): Date associated with the member log entry, used for tracking and chronological ordering of log entries.

  • Sequence (YES, INT64): Sequence number for the member log entry, used to order log entries within a given date or operational sequence.

  • Source_System_Name (YES, STRING): Name of the source system from which the log data was originally derived, used for data lineage and tracking purposes.

  • Source_File_Name (YES, STRING): Name of the file from which the log data was sourced, providing additional context for data import and integration processes.

  • Source_Timestamp (YES, TIMESTAMP): Timestamp marking when the data was sourced from the original system or file, used for tracking data freshness and relevance.

  • Schema_Version (YES, FLOAT64): Version number of the data schema used for the member log, essential for managing data consistency and system updates.

  • Deleted_Indicator (YES, BOOL): Indicator showing whether the member data has been marked for deletion in the log, important for managing data retention and privacy compliance.

  • Member_Partition (YES, INT64): Partition key used for data segmentation and optimization of the log storage, facilitating efficient data management and retrieval.

  • _updated (YES, STRING): Field indicating when the member log was last updated, used for system audits and data synchronization checks.

  • Action (YES, STRING): Action taken in the member log, such as 'create', 'update', or 'delete', providing an audit trail for actions performed on the log entries.

  • Digital_Effective_Date (YES, DATE): The date from which the member became eligible for digital services or features.

  • Digital_Termination_Date (YES, DATE): The date on which the member's eligibility for digital services or features was terminated.

Members Dataset Specification

Member Log Table

Columns

  • Transaction_Actor_Type

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Type of the actor performing the transaction.

  • Digital_Effective_Timestamp

  • Is Nullable: YES

  • Data Type: TIMESTAMP

  • Description: The timestamp when the member became eligible for digital services or features.

  • Last_Modified_Record_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The identifier of the last modified record in the member's log.

  • Date

  • Is Nullable: YES

  • Data Type: DATE

  • Description: The date on which the member's eligibility for digital services or features ended or is scheduled to end.


Member Raw Table

Columns

  • Member_Key

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member within the Accountable Care Model (ACM), used for uniquely identifying a raw entry; null if the record is not sourced from ACM.

  • Member_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Unique identifier for the member as used in raw data operations, linking raw entries specifically to individual members.

  • Social_Security_Number

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Member’s Social Security Number as recorded in raw data, used for identification and verification purposes within secure data operations.

  • Medicaid_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicaid identification number of the member as recorded in raw data, used for tracking and verifying Medicaid coverage and services.

  • Medicare_ID

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Medicare identification number of the member as recorded in raw data, important for logging Medicare-related transactions and activities.

  • Preferred_Language

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Code representing the member’s preferred language as recorded in raw data, which facilitates targeted communication and service provision. See Dictionary Language table in the Dictionary Dataset Specification for valid values.

  • Preferred_Language_Description

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Description of the member’s preferred language, enhancing clarity and usability of raw data regarding member communications. See Dictionary Language table in the Dictionary Dataset Specification.

  • Full_Name

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Full official name of the member as recorded in raw data, used for identification and formal documentation purposes.

  • Time_Zone

    • Is Nullable: YES

    • Data Type: STRUCT

    • Description: Struct detailing the member’s geographic time zone information as recorded in raw data, including the time zone abbreviation, system code, and name. See Dictionary Timezone table in the Dictionary Dataset Specification.

    Time Zone Subfields

    • Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The standard code used to identify the time zone, crucial for aligning services and communications. See Dictionary Timezone table in the Dictionary Dataset Specification.

    • Abbreviation

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The common abbreviation of the time zone, used for quick reference and in less formal communications. See Dictionary Timezone table in the Dictionary Dataset Specification.

    • System_Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: A system-specific code used internally to link the time zone to various data systems or applications.

    • Name

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The full name of the time zone, providing clear and unambiguous identification of the region’s time standard. See Dictionary Timezone table in the Dictionary Dataset Specification.

    • Addresses

    • Is Nullable: NO

    • Data Type: ARRAY

    • Description: List of address structures associated with the member, including keys, state codes, type of address, and specific address lines. Addresses provide comprehensive location data for logistical and communication purposes.

    Address Subfields

    • Key

    • Is Nullable: YES

    • Data Type: STRING

    • Description: A unique identifier for each address entry, ensuring distinct traceability within the member's address records. Obtained from ACM, NULL if data is not sourced from ACM.

    • Line1

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The first line of the address, typically containing the street address or P.O. Box number. See Dictionary State table in the Dictionary Dataset Specification.

    • Line2

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The second line of the address, used for additional address details such as apartment, suite, or unit number. See Dictionary State table in the Dictionary Dataset Specification.

    • Line3

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The third line of the address, used for further additional address details if needed. See Dictionary Address Type table in the Dictionary Dataset Specification.

    • City

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The city where the member resides, crucial for geographic identification and mail delivery.

    • State

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The state or province where the member resides, used for regional identification. See Dictionary Address Type table in the Dictionary Dataset Specification.

    • State_Name

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The full name of the state or province, providing clear and unambiguous identification of the region.

    • Postal_Code

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The postal code or ZIP code, essential for mail delivery and geographic location identification.

    • Country

    • Is Nullable: YES

    • Data Type: STRING

    • Description: The country where the member resides, used for international identification and communication.


Name Structure

Subfields

  • Prefix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The honorific or title used before the member's name, such as Mr., Ms., Dr., which may indicate respect or professional status.

  • First

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The first or given name of the member, which is used for formal identification and personal interactions.

  • Middle

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The middle name of the member, which can be used to further distinguish between individuals with similar first and last names.

  • Last

  • Is Nullable: YES

  • Data Type: STRING

  • Description: The family or surname of the member, crucial for familial identification and official documentation.

  • Suffix

  • Is Nullable: YES

  • Data Type: STRING

  • Description: Additional designations following the member's name, such as Jr., Sr., III, indicating generational distinctions.

Members Dataset Specification

Addresses

County

  • Required: YES

  • Type: STRING

  • Description: The county where the member resides, useful for regional identification and services.

Type

  • Required: YES

  • Type: STRING

  • Description: The type of address, such as home, work, or billing, indicating the primary use or context of the address.

Type Description

  • Required: YES

  • Type: STRING

  • Description: A description of the address type, providing further details on the context or use of the address.

Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the member's preferred address for communications and correspondence.

Created Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the address record was first created, marking the initial entry of the address data.

Last Modified Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the address record was last updated, useful for tracking changes and maintaining current data.

Member Raw Data

Birth Date

  • Required: YES

  • Type: DATE

  • Description: Date of birth of the member as recorded in raw data, essential for verifying age-related services and benefits.

Gender

  • Required: YES

  • Type: STRING

  • Description: Gender of the member as recorded in raw data, used for demographic analysis and service provision.\ See Dictionary Gender table in the Dictionary Dataset Specification.

Gender Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s gender, providing additional context and clarification of the gender data recorded in raw data.\ See Dictionary Gender table in the Dictionary Dataset Specification.

Race

  • Required: YES

  • Type: STRING

  • Description: Race of the member as recorded in raw data, important for demographic reporting and ensuring equitable service provision.

Race Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s race, enhancing the clarity and usability of racial data in demographic and service analyses.

Marital Status

  • Required: YES

  • Type: STRING

  • Description: Marital status of the member as recorded in raw data, used for demographic analysis and determining eligibility for certain benefits.\ See Dictionary Marital Status table in the Dictionary Dataset Specification.

Marital Status Description

  • Required: YES

  • Type: STRING

  • Description: Description of the member’s marital status, providing additional details and context for raw entries.\ See Dictionary Marital Status table in the Dictionary Dataset Specification.

Client Code

  • Required: YES

  • Type: STRING

  • Description: Code identifying the client or customer as per organizational records, used in raw data to link members to specific client groups or services.\ See Dictionary Client table in the Dictionary Dataset Specification.

Client Code Description

  • Required: YES

  • Type: STRING

  • Description: Description of the client code, enhancing understanding and usability of this information in service provision and client management.\ See Dictionary Client table in the Dictionary Dataset Specification.

Active

  • Required: YES

  • Type: BOOL

  • Description: Indicator of whether the member is currently active within the system, used in raw data to filter or highlight active versus inactive members.

Temporary

  • Required: YES

  • Type: BOOL

  • Description: Indicator of whether the member's record is considered temporary, used in raw data for temporary statuses or conditions.

Phones

Phone List

  • Required: NO

  • Type: ARRAY

  • Description: List of phone structures associated with the member, including phone type, number, and preference indicators, used for contact and communication raw data logging.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each phone entry, ensuring distinct traceability within the member's phone records.

Number

  • Required: YES

  • Type: STRING

  • Description: The phone number, essential for direct communication with the member.

Type

  • Required: YES

  • Type: STRING

  • Description: The type of phone number, such as mobile, home, or work, indicating the primary use or context of the phone number.

Type Description

  • Required: YES

  • Type: STRING

  • Description: A description of the phone type, providing further details on the context or use of the phone number.

Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the member's preferred phone number for communications.

Created Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone record was first created, marking the initial entry of the phone data.

Last Modified Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone record was last updated, useful for tracking changes and maintaining current data.

Emails

Email List

  • Required: NO

  • Type: ARRAY

  • Description: List of email structures associated with the member, including email type, address, and preference indicators, used for electronic communication raw data logging.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the member's email records.

Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the member.

Type

  • Required: YES

  • Type: STRING

  • Description: The type of email address, such as personal or work, indicating the primary use or context of the email address.\ See Dictionary Email Type table in the Dictionary Dataset Specification.

Type Description

  • Required: YES

  • Type: STRING

  • Description: A description of the email type, providing further details on the context or use of the email address.\ See Dictionary Email Type table in the Dictionary Dataset Specification.

Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the member's preferred email address for communications.

Created Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was first created, marking the initial entry of the email data.

Last Modified Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was last updated, useful for tracking changes and maintaining current data.

Attributed Provider

  • Required: YES

  • Type: STRING

  • Description: Identifier for the healthcare provider attributed to the member as recorded in raw data, used for tracking provider-member associations.

Client ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for the client associated with the member as recorded in raw data.

Members Dataset Specification

Member_raw

Subclient_ID

  • Required: YES

  • Type: STRING

  • Description: Identifier for a subclient or subsidiary associated with the member within the broader client framework, enhancing specificity in raw data management and tracking.

Alerts

  • Required: NO

  • Type: ARRAY

  • Description: List of alert structures associated with the member, including alert codes, descriptions, and timing, used in raw data for risk management and proactive interventions.

Alerts.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alert entry, ensuring distinct traceability within the member's alert records. See Dictionary Alert table in the Dictionary Dataset Specification.

Alerts.Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the type of alert, used for categorizing and identifying the alert.

Alerts.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the alert, providing context and specifics about the alert. See Dictionary Alert table in the Dictionary Dataset Specification.

Alerts.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was first created, marking the initial entry of the alert data.

Alerts.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was last updated, useful for tracking changes and maintaining current data.

Alternate_IDs

  • Required: NO

  • Type: ARRAY

  • Description: List of alternate identification numbers and types associated with the member, enhancing tracking and cross-system integration in raw data.

Alternate_IDs.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alternate ID entry, ensuring distinct traceability within the member's alternate ID records.

Alternate_IDs.Value

  • Required: YES

  • Type: STRING

  • Description: The value of the alternate ID, essential for identifying and verifying the member.

Alternate_IDs.Type

  • Required: YES

  • Type: STRING

  • Description: The type of alternate ID, such as social security number or insurance number, indicating the primary use or context of the ID. See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Alternate_IDs.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the ID type, providing further details on the context or use of the alternate ID. See Dictionary Member Alternate ID Type table in the Dictionary Dataset Specification.

Alternate_IDs.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was first created, marking the initial entry of the alternate ID data.

Alternate_IDs.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alternate ID record was last updated, useful for tracking changes and maintaining current data.

Custom_Fields

  • Required: NO

  • Type: ARRAY

  • Description: List of custom field structures associated with the member, including field keys, values, and descriptions, used in raw data for specialized data collection and tracking.

Custom_Fields.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability within the member's custom field records.

Custom_Fields.ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the custom field, essential for referencing and managing the field within the system.

Custom_Fields.Title

  • Required: YES

  • Type: STRING

  • Description: The title or name of the custom field, providing a clear description of what the field represents.

Custom_Fields.Use

  • Required: YES

  • Type: STRING

  • Description: The intended use or context of the custom field, explaining how or why the field is utilized.

Custom_Fields.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created, marking the initial entry of the custom field data.

Custom_Fields.Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated, useful for tracking changes and maintaining current data.

Custom_Fields.Values

  • Required: NO

  • Type: ARRAY

  • Description: List of value structures associated with the custom field, including selection keys, values, descriptions, and timestamps.

Custom_Fields.Values.Select_Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each value entry, ensuring distinct traceability within the custom field values.

Custom_Fields.Values.Value

  • Required: YES

  • Type: STRING

  • Description: The value associated with the custom field, essential for specifying the custom field data.

Custom_Fields.Values.Value_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the value, providing further details on the context or use of the value.

Custom_Fields.Values.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value record was first created, marking the initial entry of the value data.

Custom_Fields.Values.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value record was last updated, useful for tracking changes and maintaining current data.

Diagnoses

  • Required: NO

  • Type: ARRAY

  • Description: List of diagnosis structures associated with the member, including diagnosis keys, codes, and descriptions, used in raw data for medical tracking and treatment planning.

Diagnoses.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each diagnosis entry, ensuring distinct traceability within the member's diagnosis records.

Diagnoses.Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the diagnosis, essential for categorizing and identifying medical conditions.

Diagnoses.Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the diagnosis, providing context and specifics about the medical condition.

Diagnoses.Coding_Scheme

  • Required: YES

  • Type: STRING

  • Description: The coding scheme used for the diagnosis, such as ICD-10 or SNOMED, indicating the classification system.

Diagnoses.Coding_Scheme_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the coding scheme, providing further details on the classification system used for the diagnosis.

Diagnoses.Condition_Category

  • Required: YES

  • Type: STRING

  • Description: The category of the medical condition, used for grouping related diagnoses.

Diagnoses.Condition_Category_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the condition category, offering additional context.

Members Dataset Specification

Diagnoses

Diagnoses.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was first created, marking the initial entry of the diagnosis data.

Diagnoses.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the diagnosis record was last updated, useful for tracking changes and maintaining current data.

Diagnoses.Visibility_Level

  • Required: NO

  • Type: INT64

  • Description: Level of visibility or access control for the population data.


Member Raw Enrollment

Enrollment

  • Required: NO

  • Type: ARRAY

  • Description: List of enrollment structures associated with the member, including keys, plan IDs, and descriptions, used in raw data for insurance and benefits tracking.

Enrollment.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each enrollment entry, ensuring distinct traceability within the member's enrollment records.

Enrollment.Active

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment is currently active.

Enrollment.Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the enrollment became effective.

Enrollment.Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the enrollment was terminated.

Enrollment.Account_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the account associated with the enrollment.

Enrollment.Group_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the group associated with the enrollment. See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Enrollment.Group_Name

  • Required: YES

  • Type: STRING

  • Description: The name of the group associated with the enrollment. See Dictionary Line Of Business table in the Dictionary Dataset Specification.

Enrollment.Plan_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the plan associated with the enrollment.

Enrollment.Plan_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the plan associated with the enrollment.

Enrollment.Line_Of_Business

  • Required: YES

  • Type: STRING

  • Description: The line of business associated with the enrollment, such as healthcare, dental, or vision. See Dictionary Carrier table in the Dictionary Dataset Specification.

Enrollment.Line_Of_Business_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the line of business associated with the enrollment. See Dictionary Carrier table in the Dictionary Dataset Specification.

Enrollment.Subscriber_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the subscriber associated with the enrollment. See Dictionary Relationship table in the Dictionary Dataset Specification.

Enrollment.Relationship

  • Required: YES

  • Type: STRING

  • Description: The relationship of the member to the subscriber, such as self, spouse, or child. See Dictionary Relationship table in the Dictionary Dataset Specification.

Enrollment.Relationship_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the relationship of the member to the subscriber.

Enrollment.Carrier

  • Required: YES

  • Type: STRING

  • Description: The carrier associated with the enrollment.

Enrollment.Carrier_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the carrier associated with the enrollment.

Enrollment.Primary_Enrollment

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the member's primary enrollment.

Enrollment.Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the membership associated with the enrollment.

Enrollment.Subscriber_Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the subscriber's membership.

Enrollment.Payer_Coordinating_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the payer coordinating the enrollment.

Enrollment.Employment_Status_Code

  • Required: YES

  • Type: STRING

  • Description: The code indicating the member's employment status.

Enrollment.Pharmacy_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes pharmacy benefits.

Enrollment.Medical_Benefit

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the enrollment includes medical benefits.

Enrollment.Source_Of_Payment

  • Required: YES

  • Type: STRING

  • Description: The source of payment for the enrollment.

Enrollment.Source_Of_Payment_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the source of payment for the enrollment.

Enrollment.Waiting_Period_Days

  • Required: YES

  • Type: INT64

  • Description: The number of days in the waiting period for the enrollment.

Enrollment.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was first created.

Enrollment.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the enrollment record was last updated.

Enrollment.Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's enrollment became effective.


Providers

Enrollment.Providers

  • Required: NO

  • Type: ARRAY

  • Description: List of provider structures associated with the enrollment, including provider details and roles.

Enrollment.Providers.Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each provider entry, ensuring distinct traceability within the enrollment's provider records.

Enrollment.Providers.Provider_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the provider.

Enrollment.Providers.Provider_NPI

  • Required: YES

  • Type: STRING

  • Description: The National Provider Identifier (NPI) for the provider.

Enrollment.Providers.Provider_Type

  • Required: YES

  • Type: STRING

  • Description: The type of provider, such as primary care or specialist. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Enrollment.Providers.Provider_Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider type. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Enrollment.Providers.Provider_Role

  • Required: YES

  • Type: STRING

  • Description: The role of the provider within the enrollment, such as attending physician or consulting specialist. See Dictionary Provider Type table in the Dictionary Dataset Specification.

Enrollment.Providers.Provider_Role_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the provider role. See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

Enrollment.Providers.Effective_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider became effective.

Enrollment.Providers.Termination_Timestamp

  • Required: NO

  • Type: TIMESTAMP

  • Description: The timestamp when the member's association with a specific provider was terminated.

Members Dataset Specification

Enrollment Providers

e_Date

  • Required: YES

  • Type: STRING

  • Description: The date when the provider's role became effective within the enrollment.

  • Reference: See Dictionary Enrollment Provider Role table in the Dictionary Dataset Specification.

Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the provider's role was terminated within the enrollment.

Delegate_Entity

  • Required: YES

  • Type: DATE

  • Description: The entity that delegated the provider's role.

Delegate_Entity_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the delegate entity.

  • Reference: See Dictionary Delegate Entity table in the Dictionary Dataset Specification.

Created_Timestamp

  • Required: YES

  • Type: STRING

  • Description: Timestamp indicating when the provider record was first created.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the provider record was last updated.

Visibility_Level

  • Required: NO

  • Type: INT64

  • Description: Level of visibility or access control for the population data.


Enrollment Custom Fields

Custom_Fields

  • Required: NO

  • Type: ARRAY

  • Description: List of custom field structures associated with the enrollment, including custom field details and values.

Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each custom field entry, ensuring distinct traceability within the enrollment's custom field records.

ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the custom field.

Title

  • Required: YES

  • Type: STRING

  • Description: The title or name of the custom field.

Use

  • Required: YES

  • Type: STRING

  • Description: The intended use or context of the custom field.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was first created.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the custom field record was last updated.

Values

  • Required: NO

  • Type: ARRAY

  • Description: List of alert structures associated with the enrollment, including alert codes and descriptions.

Select_Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each value entry, ensuring distinct traceability within the custom field values.

Value

  • Required: YES

  • Type: STRING

  • Description: The value associated with the custom field.

Value_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the value.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value record was first created.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the value record was last updated.


Enrollment Alerts

Alerts

  • Required: NO

  • Type: ARRAY

  • Description: List of network structures associated with the enrollment, including network details and effective dates.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each alert entry, ensuring distinct traceability within the enrollment's alert records.

  • Reference: See Dictionary Enrollment Alert table in the Dictionary Dataset Specification.

Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the type of alert.

Description

  • Required: YES

  • Type: STRING

  • Description: A detailed description of the alert.

  • Reference: See Dictionary Enrollment Alert table in the Dictionary Dataset Specification.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was first created.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the alert record was last updated.


Enrollment Networks

Networks

  • Required: NO

  • Type: ARRAY

  • Description: Networks used for the enrollment.

Member_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the member associated with the network.

Membership_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the membership associated with the network.

Group_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the group associated with the network.

Primary_Enrollment

  • Required: YES

  • Type: STRING

  • Description: Indicates whether this is the member's primary enrollment within the network.

Enrollment_Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the network enrollment became effective.

Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each network entry, ensuring distinct traceability within the enrollment's network records.

Code

  • Required: YES

  • Type: STRING

  • Description: The code representing the network.

Name

  • Required: YES

  • Type: STRING

  • Description: The name of the network.

Primary

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the primary network for the member.

Effective_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the network became effective.

Termination_Date

  • Required: YES

  • Type: DATE

  • Description: The date when the network was terminated.

Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the network record was first created.

Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the network record was last updated.


Member Raw Contacts

Contacts

  • Required: NO

  • Type: ARRAY

  • Description: List of contact structures associated with the member, including contact methods, preferences, and timing, used in raw data for communication planning and management.

Key

  • Required: YES

  • Type: STRING

  • Description: A unique identifier for each contact entry, ensuring distinct traceability within the member's contact records.

Name

  • Required: YES

  • Type: STRUCT

  • Description: The full name of the contact, including prefix, first, middle, last, and suffix components.

Prefix

  • Required: YES

  • Type: STRING

  • Description: The honorific or title used before the contact's name, such as Mr., Ms., or Dr.

First

  • Required: YES

  • Type: STRING

  • Description: The first or given name of the contact.

Middle

  • Required: YES

  • Type: STRING

  • Description: The middle name of the contact.

Last

  • Required: YES

  • Type: STRING

  • Description: The family or surname of the contact.

Suffix

  • Required: YES

  • Type: STRING

  • Description: Additional designations following the contact's name.

Members Dataset Specification

Contacts

Contacts.Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this contact is the member's preferred contact. See the Dictionary Preferred Contact Method table in the Dictionary Dataset Specification.

Contacts.Active

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the contact is currently active. See the Dictionary Preferred Contact Method table in the Dictionary Dataset Specification.

Contacts.Other_Contact_Information

  • Required: YES

  • Type: STRING

  • Description: Additional contact information not covered by other fields.

Contacts.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the contact record was first created.

Contacts.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the contact record was last updated.

Contacts.Association

  • Required: YES

  • Type: STRING

  • Description: The association of the contact to the member, such as family member or emergency contact. See the Dictionary Member Contact Association table in the Dictionary Dataset Specification.

Contacts.Association_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the association of the contact to the member. See the Dictionary Member Contact Association table in the Dictionary Dataset Specification.

Contacts.Preferred_Method

  • Required: YES

  • Type: STRING

  • Description: The preferred method of communication for the contact, such as email or phone.

Contacts.Preferred_Method_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred communication method.

Contacts.Preferred_Time

  • Required: YES

  • Type: STRING

  • Description: The preferred time for communication with the contact. See the Dictionary Preferred Contact Time table in the Dictionary Dataset Specification.

Contacts.Preferred_Time_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the preferred time for communication. See the Dictionary Preferred Contact Time table in the Dictionary Dataset Specification.

Contacts.Time_Zone

  • Required: YES

  • Type: STRUCT

  • Description: The time zone information for the contact, including code, abbreviation, system code, and name.

Contacts.Time_Zone.Code

  • Required: YES

  • Type: STRING

  • Description: The standard code used to identify the time zone.

Contacts.Time_Zone.Abbreviation

  • Required: YES

  • Type: STRING

  • Description: The common abbreviation of the time zone. See the Dictionary Timezone table in the Dictionary Dataset Specification.

Contacts.Time_Zone.System_Code

  • Required: YES

  • Type: STRING

  • Description: A system-specific code used internally to link the time zone to various data systems or applications. See the Dictionary Timezone table in the Dictionary Dataset Specification.

Contacts.Time_Zone.Name

  • Required: YES

  • Type: STRING

  • Description: The full name of the time zone, providing clear and unambiguous identification of the region's time standard. See the Dictionary Timezone table in the Dictionary Dataset Specification.

Contacts.Emails

  • Required: NO

  • Type: ARRAY

  • Description: List of email structures associated with the contact, including email addresses and preferences.

Contacts.Emails.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each email entry, ensuring distinct traceability within the contact's email records.

Contacts.Emails.Address

  • Required: YES

  • Type: STRING

  • Description: The email address, essential for electronic communication with the contact.

Contacts.Emails.Description

  • Required: YES

  • Type: STRING

  • Description: A description of the email address, providing further details on its context or use. See the Dictionary Email Type table in the Dictionary Dataset Specification.

Contacts.Emails.Preferred

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether this is the contact's preferred email address.

Contacts.Emails.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was first created.

Contacts.Emails.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the email record was last updated.

Contacts.Phones

  • Required: NO

  • Type: ARRAY

  • Description: List of phone structures associated with the contact, including phone numbers and preferences.

Contacts.Phones.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each phone entry, ensuring distinct traceability within the contact's phone records.

Contacts.Phones.Number

  • Required: YES

  • Type: STRING

  • Description: The phone number, essential for direct communication with the contact.

Contacts.Phones.Description

  • Required: YES

  • Type: STRING

  • Description: A description of the phone number, providing further details on its context or use.

Contacts.Phones.Created_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone record was first created.

Contacts.Phones.Last_Modified_Timestamp

  • Required: YES

  • Type: TIMESTAMP

  • Description: Timestamp indicating when the phone record was last updated.


Member Notes

Notes

  • Required: NO

  • Type: ARRAY

  • Description: List of note structures associated with the member, including note keys, types, and text, used in raw data for detailed record-keeping and member management.

Notes.Key

  • Required: YES

  • Type: INT64

  • Description: A unique identifier for each note entry, ensuring distinct traceability within the member's note records.

Notes.Text

  • Required: YES

  • Type: STRING

  • Description: The content of the note, providing detailed information or observations about the member. See the Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Type

  • Required: YES

  • Type: STRING

  • Description: The type of note, such as medical, administrative, or communication, indicating the primary context of the note. See the Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Type_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the note type, providing further details on the context or use of the note. See the Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Author_User_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the user who authored the note, ensuring accountability and traceability. See the Dictionary Note Type table in the Dictionary Dataset Specification.

Notes.Void_Indicator

  • Required: YES

  • Type: BOOL

  • Description: Indicates whether the note has been voided, marking it as invalid or obsolete.

Notes.Void_Reason

  • Required: YES

  • Type: STRING

  • Description: The reason for voiding the note, providing context and justification for its invalidation.

Notes.Void_Reason_Description

  • Required: YES

  • Type: STRING

  • Description: A description of the reason for voiding the note, offering additional details on the voiding decision.

Notes.Void_User_ID

  • Required: YES

  • Type: STRING

  • Description: The identifier for the user who voided the note.

Members Dataset Specification

Notes Dataset

Notes.Void_Actor

  • Type: STRING

  • Required: YES

  • Description: Identifier for the user who voided the note, ensuring accountability and traceability.

Notes.Void_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the note was voided, marking the time of invalidation.

Notes.Created_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the note record was first created, marking the initial entry of the note data.

Notes.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp indicating when the note record was last updated, useful for tracking changes and maintaining current data.


Member Raw Dataset

Member_raw.Created_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp marking the creation of the member raw entry, essential for tracking the addition of data to raw data.

Member_raw.Last_Modified_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp of the last modification made to the member raw entry, crucial for maintaining current and accurate raw data information.

Member_raw.Type

  • Type: STRING

  • Required: YES

  • Description: Type of raw entry or transaction involving the member, providing context for the raw data and its intended use or origin.

Member_raw.Tenant

  • Type: STRING

  • Required: YES

  • Description: Unique identifier for the tenant under which the member raw data is recorded, ensuring data segmentation and security within multi-tenant systems.

Member_raw.Active_Version

  • Type: BOOL

  • Required: YES

  • Description: Indicator showing whether the raw entry is considered the active version of the member's data, used for managing current versus historical raw entries.

Member_raw.Date

  • Type: DATE

  • Required: YES

  • Description: Date associated with the member raw entry, used for tracking and chronological ordering of raw entries.

Member_raw.Sequence

  • Type: INT64

  • Required: YES

  • Description: Sequence number for the member raw entry, used to order raw entries within a given date or operational sequence.

Member_raw.Source_System_Name

  • Type: STRING

  • Required: YES

  • Description: Name of the source system from which the raw data was originally derived, used for data lineage and tracking purposes.

Member_raw.Source_File_Name

  • Type: STRING

  • Required: YES

  • Description: Name of the file from which the raw data was sourced, providing additional context for data import and integration processes.

Member_raw.Source_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: Timestamp marking when the data was sourced from the original system or file, used for tracking data freshness and relevance.

Member_raw.Schema_Version

  • Type: FLOAT64

  • Required: YES

  • Description: Version number of the data schema used for the member raw data, essential for managing data consistency and system updates.

Member_raw.Deleted_Indicator

  • Type: BOOL

  • Required: YES

  • Description: Indicator showing whether the member data has been marked for deletion in the raw data, important for managing data retention and privacy compliance.

Member_raw.Member_Partition

  • Type: INT64

  • Required: YES

  • Description: Partition key used for data segmentation and optimization of the raw data storage, facilitating efficient data management and retrieval.

Member_raw._updated

  • Type: STRING

  • Required: YES

  • Description: Field indicating when the member raw data was last updated, used for system audits and data synchronization checks.

Member_raw.Digital_Effective_Date

  • Type: DATE

  • Required: YES

  • Description: The date from which the member became eligible for digital services or features.

Member_raw.Digital_Termination_Date

  • Type: DATE

  • Required: YES

  • Description: The date on which the member's eligibility for digital services or features ended or is scheduled to end.

Member_raw.Transaction_Actor_Type

  • Type: STRING

  • Required: YES

  • Description: Type of the actor performing the transaction.

Member_raw.Digital_Effective_Timestamp

  • Type: TIMESTAMP

  • Required: YES

  • Description: The timestamp when the member became eligible for digital services or features.

Member_raw.Last_Modified_Record_ID

  • Type: STRING

  • Required: YES

  • Description: The identifier of the last modified record in the member's log.

Did this answer your question?