From c28978091c727af34cddb592b212d84deabef1db Mon Sep 17 00:00:00 2001 From: Mayank Aamseek Date: Fri, 22 Mar 2024 23:59:54 +0530 Subject: [PATCH] querying multiple fields - added --- streamlit/contract_fields.csv | 2011 ++++++++++++++++----------------- streamlit/interface_2.py | 356 +++--- streamlit/interface_3.py | 271 +++-- streamlit/results.csv | 15 + 4 files changed, 1412 insertions(+), 1241 deletions(-) create mode 100644 streamlit/results.csv diff --git a/streamlit/contract_fields.csv b/streamlit/contract_fields.csv index 52fa4ea..40cd936 100644 --- a/streamlit/contract_fields.csv +++ b/streamlit/contract_fields.csv @@ -1,1046 +1,1097 @@ Interrogation Question?,Field Name,SF_DB_COL_NAME,DATA_TYPE,PRIORITY,FLAG,Related Generic Data Pipeline Field Name?,Source of Data,Theme,Required Field?,Use of Field Beyond Contract Config? -What is the title of the contract?,Contract Title,CONTRACT_TITLE,VARCHAR,C,ACTIVE,No,Title,Contract ,Always Required , -What is the title of the contract? (Page #),,CONTRACT_TITLE_PG,NUMERIC,C,ACTIVE,,,,, -What type of contract or agreement is the document?,Contract Type,CONTRACT_HEADER,VARCHAR,A,ACTIVE,No,Title or Preamble,Contract ,Always Required ,UNIQUE KEY -What type of contract or agreement is the document? (Page #),,CONTRACT_HEADER_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract is numbered, which number is it (e.g., if contract is titled Amendment #1, then enter ""1"")?","Number or Letter Used to Name Amendment, Addendum, Rider, Exhibit, Attachment, Schedule",CONTRACT_NUM,VARCHAR,A,ACTIVE,No,Title or Preamble,Contract ,Required Only If Agreement NOT the Base Contract,"GREEN LIGHT - IF SEQUENCE OF AMENDMENTS OR ADDENDUMS IS MISSING A NUMBER OR LETTER THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNTIL ALL AMENDMENTS AND ADDENDUMS ARE RECEIVED UNIQUE KEY" -"If the contract is numbered, which number is it (e.g., if contract is titled Amendment #1, then enter ""1"")? (Page #)",,CONTRACT_NUM_PG,NUMERIC,A,ACTIVE,,,,, -"If this agreement is not the base contract, then what is the title of the associated base contract?",Associated Base Contract Title,CONTRACT_BASE_TITLE,VARCHAR,C,ACTIVE,No,Preamble ,Contract ,Required Only If Agreement Is NOT the Base Contract , -"If this agreement is not the base contract, then what is the title of the associated base contract? (Page#) ",,CONTRACT_BASE_TITLE_PG,NUMERIC,C,ACTIVE,,,,, -"If this agreement is not the base contract, then what is the effective date of the associated base contract?",Associated Base Contract Effective Date,CONTRACT_BASE_EFFECTIVE_DT,DATE,C,ACTIVE,No,Preamble ,Contract ,Required Only If Agreement Is NOT the Base Contract , -"If this agreement is not the base contract, then what is the effective date of the associated base contract? (Page#) ",,CONTRACT_BASE_EFFECTIVE_DT_PG,NUMERIC,C,ACTIVE,,,,, -Is the contract the final version of the contract as evidenced by whether all signature lines in the signatory section of the agreement are signed?,Contract Signatory Complete (Y/N)?,CONTRACT_SIGNATORY_IND,BOOLEAN,A,ACTIVE,No,Signature Page,Contract ,Always Required ,"GREEN LIGHT - IF NOT ALL SIGNATURES ARE COMPLETE THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNTIL FINAL VERSION OF CONTRACT IS RECEIVED UNIQUE KEY" -Is the contract the final version of the contract as evidenced by whether all signature lines in the signatory section of the agreement are signed? (Page#) ,,CONTRACT_SIGNATORY_IND_PG,NUMERIC,A,ACTIVE,,,,, -What is the name of the payer that is a party to the contract as stated in the Preamble?,Payer Name per Preamble,PAYER_NAME,VARCHAR,A,ACTIVE,Yes,Preamble ,Payer,Always Required ,"GREEN LIGHT - IF PAYER NAME DOES NOT EQUAL ""CLIENT NAME"" THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION; UNIQUE KEY" -What is the name of the payer that is a party to the contract as stated in the Preamble? (Page#) ,,PAYER_NAME_PG,NUMERIC,A,ACTIVE,,,,, -What is the name of the Group provider that is a party to the contract as stated in the Preamble?,Group Provider Name per Preamble,PROV_GROUP_NAME,VARCHAR,A,ACTIVE,Yes,Preamble ,Provider ,Always Required ,UNIQUE KEY -What is the name of the Group provider that is a party to the contract as stated in the Preamble? (Page#) ,,PROV_GROUP_NAME_PG,NUMERIC,A,ACTIVE,,,,, -What is the Group provider's taxpayer identification number stated in the Preamble?,Group Provider Taxpayer Identification Number per Preamble,PROV_GROUP_TIN,VARCHAR,A,ACTIVE,Yes,Preamble ,Provider ,Required Only If Available ,UNIQUE KEY -What is the Group provider's taxpayer identification number stated in the Preamble? (Page#) ,,PROV_GROUP_TIN_PG,NUMERIC,A,ACTIVE,,,,, -What is the name of the Group provider that is a party to the contract as stated in the Signatory Section?,Group Provider Name per Signatory,PROV_GROUP_NAME_SIGNATORY,VARCHAR,A,ACTIVE,Yes,Signature Page,Provider ,Always Required ,"UNIQUE KEY +Does the contract include a carve out for Ambulatory Surgery (Yes/No)?,Ambulatory Surgery Carve Out (Y/N)?,AMBULATORY_SURGERY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Ambulatory Surgery, list the applicable codes or code ranges ",Ambulatory Surgery Codes or Code Range ,AMBULATORY_SURGERY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Ambulatory Surgery, describe how these codes are reimbursed",Ambulatory Surgery Reimbursement Methodology,AMBULATORY_SURGERY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for anesthesia (Yes/No)?,Anesthesia Carve Out (Y/N)?,ANESTHESIA_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for anesthesia, list the applicable codes or code ranges ",Anesthesia Codes or Code Range,ANESTHESIA_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for anesthesia, describe how these codes are reimbursed",Anesthesia Reimbursement Methodology ,ANESTHESIA_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the Primary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges",Applicable Admit Type Codes - Primary,PRIMARY_REIMBURSEMENT_ADMITTYPE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges",Applicable Admit Type Codes - Secondary,SECONDARY_REIMBURSEMENT_ADMITTYPE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges",Applicable Admit Type Codes - Tertiary,TERTIARY_REIMBURSEMENT_ADMITTYPE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges",Applicable Diagnosis Codes - Primary,PRIMARY_REIMBURSEMENT_DIAG_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges",Applicable Diagnosis Codes - Secondary,SECONDARY_REIMBURSEMENT_DIAG_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges",Applicable Diagnosis Codes - Tertiary,TERTIARY_REIMBURSEMENT_DIAG_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges",Applicable Grouper Codes - Primary,PRIMARY_REIMBURSEMENT_GROUPER_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges",Applicable Grouper Codes - Secondary,SECONDARY_REIMBURSEMENT_GROUPER_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges",Applicable Grouper Codes - Tertiary,TERTIARY_REIMBURSEMENT_GROUPER_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges",Applicable Place of Service Codes - Primary,PRIMARY_REIMBURSEMENT_PLACEOFSERVICE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges",Applicable Place of Service Codes - Secondary,SECONDARY_REIMBURSEMENT_PLACEOFSERVICE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges",Applicable Place of Service Codes - Tertiary,TERTIARY_REIMBURSEMENT_PLACEOFSERVICE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges",Applicable Procedure Codes - Primary,PRIMARY_REIMBURSEMENT_PROC_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges",Applicable Procedure Codes - Secondary,SECONDARY_REIMBURSEMENT_PROC_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges",Applicable Procedure Codes - Tertiary,TERTIARY_REIMBURSEMENT_PROC_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations",Applicable Revenue /Procedure Code Combinations - Primary,PRIMARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations",Applicable Revenue /Procedure Code Combinations - Secondary,SECONDARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations",Applicable Revenue /Procedure Code Combinations - Tertiary,TERTIARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges",Applicable Revenue Codes - Primary,PRIMARY_REIMBURSEMENT_REVENUE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges",Applicable Revenue Codes - Secondary,SECONDARY_REIMBURSEMENT_REVENUE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges",Applicable Revenue Codes - Tertiary,TERTIARY_REIMBURSEMENT_REVENUE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Primary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges",Applicable Status Indicator Codes - Primary,PRIMARY_REIMBURSEMENT_STATUS_INDICATOR_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges",Applicable Status Indicator Codes - Secondary,SECONDARY_REIMBURSEMENT_STATUS_INDICATOR_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges",Applicable Status Indicator Codes - Tertiary,TERTIARY_REIMBURSEMENT_STATUS_INDICATOR_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If this agreement is not the base contract, then what is the effective date of the associated base contract? This date is earlier than today's date and is a long date format.",Associated Base Contract Effective Date,CONTRACT_BASE_EFFECTIVE_DT,DATE,C,ACTIVE,No,Preamble ,Contract ,Required Only If Agreement Is NOT the Base Contract , +"If this agreement is not the base contract, then what is the title of the associated base contract? This field will be present if there is an amendment or if the amendment is numbered. It is text that likely contains some of the following keywords: agreement, participating provider, participating hospital, provider agreement, or hospital agreement. Only say the title. Do not provide any context or explanation for it. Do not introduce what it is either, simply state the title. ",Associated Base Contract Title,CONTRACT_BASE_TITLE,VARCHAR,C,ACTIVE,No,Preamble ,Contract ,Required Only If Agreement Is NOT the Base Contract , +"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",Associated Provider Full Names,PROV_DOING_BUSINESS_AS,VARCHAR,A,ACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY PDM" -What is the name of the Group provider that is a party to the contract as stated in the Signatory Section? (Page#) ,,PROV_GROUP_NAME_SIGNATORY_PG,NUMERIC,A,ACTIVE,,,,, -What is the group provider's taxpayer identification number stated in the Signatory Section?,Group Provider Taxpayer Identification Number per Signatory ,PROV_GROUP_TIN_SIGNATORY,VARCHAR,A,ACTIVE,Yes,Signature Page,Provider ,Always Required ,"UNIQUE KEY +What are the provider national provider identifier numbers for each of the other providers associated with this agreement? They consist of 10 digits. Provide only the 10 digit NPI.,Associated Provider National Provider Identifiers,PROV_NPI_OTHER,VARIANT,A,ACTIVE,No (but please use GDP NPI format throughout),"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY PDM" -What is the group provider's taxpayer identification number stated in the Signatory Section? (Page#) ,,PROV_GROUP_TIN_SIGNATORY_PG,NUMERIC,A,ACTIVE,,,,, -What is the group provider's national provider identifier number?,Group Provider National Provider Identifier,PROV_GROUP_NPI,VARCHAR,A,ACTIVE,Yes,"Signature Page, Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY +What are the provider taxpayer identification numbers (TIN) for each of the other providers associated with this agreement? They consist of 9 digits and may contain a hyphen after the first 2 digits. This is usually listed on the signature page or on a roster. Provide only the 9 digit TIN.,Associated Provider Taxpayer Identification Numbers,PROV_TIN_OTHER,VARIANT,A,ACTIVE,No (but please use GDP TIN format throughout),"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY PDM" -What is the group provider's national provider identifier number? (Page#) ,,PROV_GROUP_NPI_PG,NUMERIC,A,ACTIVE,,,,, +Does the contract include a carve out for Behavioral Health & Substance Abuse Services (Yes/No)?,Behavioral Health & Substance Abuse Carve Out (Y/N)?,BEH_HEALTH_SUB_ABUSE_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, list the applicable codes or code ranges ",Behavioral Health & Substance Abuse Codes or Code Range ,BEH_HEALTH_SUB_ABUSE_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe how these codes are reimbursed",Behavioral Health & Substance Abuse Reimbursement Methodology,BEH_HEALTH_SUB_ABUSE_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Does the contract include a carve out for bundled or unbundled codes (e.g., bundling, unbundling) (Yes/No)?",Bundled Services Carve Out (Y/N)?,BUNDLED_UNBUNDLED_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for bundling or unbundling, list the applicable codes or code ranges ",Bundled Services Codes or Code Range,BUNDLED_UNBUNDLED_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for bundling or unbundling, describe how these codes are reimbursed",Bundled Services Reimbursement Methodology ,BUNDLED_UNBUNDLED_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Cancer (Yes/No)?,Cancer Carve Out (Y/N)?,CANCER_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Cancer, list the applicable codes or code ranges ",Cancer Codes or Code Range ,CANCER_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Cancer, describe how these codes are reimbursed",Cancer Reimbursement Methodology,CANCER_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does contract include terms for discounts applied to total claim (Yes/No)?,Claim Discount (Y/N),CLAIM_DISCOUNT_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim discount rate?,Claim Discount Rate,CLM_DISC_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim discount start date?,Claim Discount Start Date,CLAIM_DISCOUNT_START_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim discount termination date?,Claim Discount Termination Date,CLAIM_DISCOUNT_TERMINATION_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does contract include terms for premiums applied to total claim (Yes/No)?,Claim Premium (Y/N),CLAIM_PREMIUM_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim premium rate?,Claim Premium Rate,CLAIM_PREMIUM_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim premium start date?,Claim Premium Start Date,CLAIM_PREMIUM_START_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim premium termination date?,Claim Premium Termination Date,CLAIM_PREMIUM_TERMINATION_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does contract include terms for sequestration amounts applied to total claim (Yes/No)?,Claim Sequestration (Y/N),CLAIM_SEQUESTRATION_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim sequestration rate?,Claim Sequestration Rate,CLAIM_SEQUESTRATION_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim sequestration start date?,Claim Sequestration Start Date,CLAIM_SEQUESTRATION_START_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is claim sequestration termination date?,Claim Sequestration Termination Date,CLAIM_SEQUESTRATION_TERMINATION_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the contract includes Vaccine for Children carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #1 Codes or Code Range,VACCINE_CHILDREN_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Vaccine for Children client-specific carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #1 Reimbursement Methodology,VACCINE_CHILDREN_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include other Vaccine for Children carve outs (Yes/No)?,Client-Specific Carve Out #1 (Y/N),VACCINE_CHILDREN_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include Surgical Assist/Assistant carve outs (Yes/No)?,Client-Specific Carve Out #2 (Y/N),SURGICAL_ASSIST_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Surgical Assist/Assistant carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #2 Codes or Code Range,SURGICAL_ASSIST_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes other client-specific carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #2 Reimbursement Methodology,,VARCHAR,,INACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Does the contract include Physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs (Yes/No)?",Client-Specific Carve Out #3 (Y/N),PHY_CLINICAL_PSYCHOLOGIST_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #3 Codes or Code Range,PHY_CLINICAL_PSYCHOLOGIST_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #3 Reimbursement Methodology,PHY_CLINICAL_PSYCHOLOGIST_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Does the contract include Audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs)carve outs (Yes/No)?",Client-Specific Carve Out #4-25 (Y/N),AUDIO_CHIRO_DIETICIAN_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include Board Certified Behavioral Analyst (BCBA) carve outs (Yes/No)?,Client-Specific Carve Out #4-25 (Y/N),CERT_BH_ANALYST_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Does the contract include Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs (Yes/No)?",Client-Specific Carve Out #4-25 (Y/N),INDEPENDENT_LICENSURES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include Behavioral Health Outpatient Clinics/Integrated Clinics carve outs (Yes/No)?,Client-Specific Carve Out #4-25 (Y/N),BH_OP_CLINICS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Does the contract include Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs (Yes/No)?",Client-Specific Carve Out #4-25 (Y/N),POS_THERAPISTS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include Transportation Services carve outs (Yes/No)?,Client-Specific Carve Out #4-25 (Y/N),TRANSPORTATION_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,AUDIO_CHIRO_DIETICIAN_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,CERT_BH_ANALYST_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,INDEPENDENT_LICENSURES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,BH_OP_CLINICS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,POS_THERAPISTS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Transportation Services carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,TRANSPORTATION_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs), describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,AUDIO_CHIRO_DIETICIAN_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,CERT_BH_ANALYST_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,INDEPENDENT_LICENSURES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,BH_OP_CLINICS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,POS_THERAPISTS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes Transportation Services carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,TRANSPORTATION_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If contract automatically renews, then then what is the adjusted contract termination date?",Contract Adjusted Termination Date Resulting from Auto Renewal,AA_CONTRACT_ADJUSTED_TERMINATION_DT_FROM_AUTO_RENEWAL,DATE,,ACTIVE,No,AArete Derived from Contract Termination Date As Adjusted for Renewals ,Key Dates,Always Required,"GREEN LIGHT - IF DATE IS LESS THAN TODAY'S DATE THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNLESS THERE IS AN EFFECTIVE AMENDMENT" +"Does the contract automatically renew? Answer with either a Yes or No, do not provide anything more that this one word answer.",Contract Auto Renewal (Y/N)?,CONTRACT_AUTO_RENEWAL_IND,BOOLEAN,A,ACTIVE,No,Term & Termination Section of Contract ,Key Dates,Required Only If Available ,PAYMENT ACCURACY UNIQUE KEY +"If contract automatically renews, then what is the length of the renewal term? This is related to the term and termination agreement section of the contract. This should a one or two word statement, typically around renewal, automatic renewal, or auto-renewal. Only return the length of time for the renewal, do not provide any context.",Contract Auto Renewal Terms?,CONTRACT_AUTO_RENEWAL_TERM_LENGTH,VARCHAR,A,ACTIVE,No,Term & Termination Section of Contract ,Key Dates,Required Only If Available ,PAYMENT ACCURACY UNIQUE KEY +Are the contract effective dates in the Preamble and the final signatory section consistent?,Contract Effective Date Consistency (Y/N)?,AAR_IS_EFFECTIVE_DT_CONSISTENT_IND,BOOLEAN,,ACTIVE,No,AArete Derived (Does Column D = Column E)?,Key Dates,Always Required ,PAYMENT ACCURACY +"What is the contract effective date mentioned in the preamble of the agreement? It should be in a long date format and should be earlier that today's date. Only return this date, do not add any context.",Contract Effective Date per Preamble,CONTRACT_EFFECTIVE_DT,DATE,A,ACTIVE,No (but please use GDP date format throughout),Preamble ,Key Dates,Always Required ,PAYMENT ACCURACY UNIQUE KEY +"What is the contract effective date as stated in the signatory section of the agreement? It should be in a long date format and should be earlier that today's date. Only return this date, do not add any context.",Contract Effective Date per Signatory,CONTRACT_EFFECTIVE_DT_SIGNATORY,DATE,A,ACTIVE,No (but please use GDP date format throughout),Signature Page,Key Dates,Always Required ,PAYMENT ACCURACY UNIQUE KEY +"A contract is the final version if all the signature lines in the signatory section of the agreement are signed. Is this the case? Answer with a Yes or No, do not provide any other context.",Contract Signatory Complete (Y/N)?,CONTRACT_SIGNATORY_IND,BOOLEAN,A,ACTIVE,No,Signature Page,Contract ,Always Required ,"GREEN LIGHT - IF NOT ALL SIGNATURES ARE COMPLETE THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNTIL FINAL VERSION OF CONTRACT IS RECEIVED UNIQUE KEY" +"What is the contract termination date? This is usually listed within the Terms and Terms Agreement of the contract. Only return the date, do not return any context.",Contract Termination Date,CONTRACT_TERMINATION_DT,DATE,A,ACTIVE,No (but please use GDP date format throughout),Term & Termination Section of Contract ,Key Dates,Always Required ,PAYMENT ACCURACY UNIQUE KEY +"What is the title of the contract? It generally contains the word Agreement. This will be filled out if there is an amendment or numbered amendment. It typically contains the words agreement, amendment, or contract. Only return the title, do not return any context.",Contract Title,CONTRACT_TITLE,VARCHAR,C,ACTIVE,No,Title,Contract ,Always Required , +"What type of contract or agreement is the document? Answers must contain one of three values: ""Base Agreement"", ""Amendment"" or ""Addendum"". Only return one of these three values, do not return any other context.",Contract Type,CONTRACT_HEADER,VARCHAR,A,ACTIVE,No,Title or Preamble,Contract ,Always Required ,UNIQUE KEY +Does the contract include a carve out for diagnostic services (Yes/No)?,Diagnostic Services Carve Out (Y/N)?,DIAGNOSTIC_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for diagnostic services, list the applicable codes or code ranges ",Diagnostic Services Codes or Code Range,DIAGNOSTIC_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for diagnostic services, describe how these codes are reimbursed",Diagnostic Services Reimbursement Methodology ,DIAGNOSTIC_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Durable Medical Equipment (Yes/No)?,Durable Medical Equipment Carve Out (Y/N)?,DME_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Durable Medical Equipment, list the applicable codes or code ranges ",Durable Medical Equipment Codes or Code Range,DME_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Durable Medical Equipment, describe how these codes are reimbursed",Durable Medical Equipment Reimbursement Methodology ,DME_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"What is start date of line of business specific compensation exhibit? If one is not explicitly stated, this is the same as the contract's effective date. This should be in a long date format and should be earlier than today. Only return the date, do not return any other content.",Effective Date of Pricing Terms,LOB_PRICING_TERMS_EFFECTIVE_DT,D,A,ACTIVE,No (but please use GDP date format throughout),"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,PAYMENT ACCURACY UNIQUE KEY +Does the contract include a carve out for Emergency Department (Yes/No)?,Emergency Carve Out (Y/N)?,EMERGENCY_DEPARTMENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Emergency Department, list the applicable codes or code ranges ",Emergency Codes or Code Range ,EMERGENCY_DEPARTMENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Emergency Department, describe how these codes are reimbursed",Emergency Reimbursement Methodology,EMERGENCY_DEPARTMENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for experimental procedures, list the applicable codes or code ranges ",Experimental Codes or Code Range,EXPERIMENTAL_PROCEDURES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for experimental procedures (Yes/No)?,Experimental Procedures Carve Out (Y/N)?,EXPERIMENTAL_PROCEDURES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for experimental procedures, describe how these codes are reimbursed",Experimental Reimbursement Methodology ,EXPERIMENTAL_PROCEDURES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the primary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based?",Fee Schedule - Primary,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the secondary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based?",Fee Schedule - Secondary,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the tertiary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based?",Fee Schedule - Tertiary,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the primary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based?",Fee Schedule Version - Primary,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the secondary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based?",Fee Schedule Version - Secondary,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the tertiary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based?",Fee Schedule Version - Tertiary,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does the contract include a carve out for global services (Yes/No)?,Global Services Carve Out (Y/N)?,GLOBAL_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for global services, list the applicable codes or code ranges ",Global Services Codes or Code Range,GLOBAL_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for global services, describe how these codes are reimbursed",Global Services Reimbursement Methodology ,GLOBAL_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the Reimbursement methodology include greater of language (Yes/No)?,Greater Of Language (Y/N)?,GREATER_OF_LANGUAGE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Always Required ,"PAYMENT ACCURACY +NETWORK" What is the contact information of the Group provider named in this contract?,Group Provider Address Line 1,PROV_GROUP_ADDRESS_LINE1,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" ,Group Provider Address Line 2,PROV_GROUP_ADDRESS_LINE2,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" +What are the group providers identification numbers other than TIN and NPI?,Group Provider CAQH Number ,PROV_GROUP_CAQH_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM ,Group Provider City,PROV_GROUP_CITY,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" +,Group Provider Fax Number,PROV_GROUP_FAX_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +,Group Provider Marketplace Number,PROV_GROUP_MARKETPLACE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +,Group Provider Medicaid Number,PROV_GROUP_MEDICAID_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +,Group Provider Medicare Number,PROV_GROUP_MEDICARE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +"What is the name of the Group provider that is a party to the contract as stated in the Preamble? This is likely in the first paragraph of the contract and is followed with provider. Answer with one or two words, do not provide any other context/content but the provider name.",Group Provider Name per Preamble,PROV_GROUP_NAME,VARCHAR,A,ACTIVE,Yes,Preamble ,Provider ,Always Required ,UNIQUE KEY +"What is the name of the Group provider that is a party to the contract as stated in the Preamble? This is in the signature page of the contract. Answer with one or two words, do not provide any other context/content but the provider name.",Group Provider Name per Signatory,PROV_GROUP_NAME_SIGNATORY,VARCHAR,A,ACTIVE,Yes,Signature Page,Provider ,Always Required ,"UNIQUE KEY +PDM" +"What is the group provider's national provider identifier number? This can be found on the signature page or on the roster. It consists of 10 digits. Only return these 10 digits, do not return any other content.",Group Provider National Provider Identifier,PROV_GROUP_NPI,VARCHAR,A,ACTIVE,Yes,"Signature Page, Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY +PDM" +,Group Provider Phone Number,PROV_GROUP_PHONE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM ,Group Provider State,PROV_GROUP_STATE_CD,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM UNIQUE KEY" +What is the Group provider's taxpayer identification number stated in the Preamble?,Group Provider Taxpayer Identification Number per Preamble,PROV_GROUP_TIN,VARCHAR,A,ACTIVE,Yes,Preamble ,Provider ,Required Only If Available ,UNIQUE KEY +What is the group provider's taxpayer identification number stated in the Signatory Section?,Group Provider Taxpayer Identification Number per Signatory ,PROV_GROUP_TIN_SIGNATORY,VARCHAR,A,ACTIVE,Yes,Signature Page,Provider ,Always Required ,"UNIQUE KEY +PDM" ,Group Provider ZIP,PROV_GROUP_POSTAL_CD,NUMERIC,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" -,Group Provider Phone Number,PROV_GROUP_PHONE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Group Provider Fax Number,PROV_GROUP_FAX_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -What is the contact information of the Group provider named in this contract? (Page#) ,,PROV_GROUP_PG,NUMERIC,D,ACTIVE,,,,, -What are the group providers identification numbers other than TIN and NPI?,Group Provider CAQH Number ,PROV_GROUP_CAQH_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Group Provider Medicaid Number,PROV_GROUP_MEDICAID_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Group Provider Medicare Number,PROV_GROUP_MEDICARE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Group Provider Marketplace Number,PROV_GROUP_MARKETPLACE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Other Group Provider Identifiers,PROV_GROUP_OTHER_NUM,VARCHAR,D,ACTIVE,No,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -What are the group providers identification numbers other than TIN and NPI? (Page#) ,,PROV_GROUP_NUM_PG,NUMERIC,D,ACTIVE,,,,, -What are the names of other providers associated with this agreement? (Note that amendments are needed to capture TINs added through acquisition/merger),Associated Provider Full Names,PROV_DOING_BUSINESS_AS,VARCHAR,A,ACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY -PDM" -,Individual Provider First Name,PROV_FIRST_NAME_OTHER,VARCHAR,A,INACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY -PDM" -,Individual Provider Middle Initial,PROV_MIDDLE_NAME_OTHER,VARCHAR,A,INACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY -PDM" -,Individual Provider Last Name,PROV_LAST_NAME_OTHER,VARCHAR,A,INACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY -PDM" -What are the names of other providers associated with this agreement? (Note that amendments are needed to capture TINs added through acquisition/merger) (Page#) ,,PROV_OTHER_PG,NUMERIC,A,ACTIVE,,,,, -What are the provider taxpayer identification numbers for each of the other providers associated with this agreement?,Associated Provider Taxpayer Identification Numbers,PROV_TIN_OTHER,VARIANT,A,ACTIVE,No (but please use GDP TIN format throughout),"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY -PDM" -What are the provider taxpayer identification numbers for each of the other providers associated with this agreement? (Page#) ,,PROV_TIN_OTHER_PG,NUMERIC,A,ACTIVE,,,,, -What are the provider national provider identifier numbers for each of the other providers associated with this agreement?,Associated Provider National Provider Identifiers,PROV_NPI_OTHER,VARIANT,A,ACTIVE,No (but please use GDP NPI format throughout),"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY -PDM" -What are the provider national provider identifier numbers for each of the other providers associated with this agreement? (Page#) ,,PROV_NPI_OTHER_PG,NUMERIC,A,ACTIVE,,,,, +Does the contract include a carve out for Hearing Aids & Hearing Services (Yes/No)?,Hearing Aids & Hearing Services Carve Out (Y/N)?,HEARING_AID_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Hearing Aids & Hearing Services, list the applicable codes or code ranges ",Hearing Aids & Hearing Services Codes or Code Range,HEARING_AID_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Hearing Aids & Hearing Services, describe how these codes are reimbursed",Hearing Aids & Hearing Services Reimbursement Methodology ,HEARING_AID_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for HIV (Yes/No)?,HIV Carve Out (Y/N)?,HIV_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for HIV, list the applicable codes or code ranges ",HIV Codes or Code Range ,HIV_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for HIV, describe how these codes are reimbursed",HIV Reimbursement Methodology,HIV_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for implants (Yes/No)?,Implants Carve Out (Y/N)?,IMPLANTS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for implants, list the applicable codes or code ranges ",Implants Codes or Code Range,IMPLANTS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for implants, describe how these codes are reimbursed",Implants Reimbursement Methodology ,IMPLANTS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " What is the contact information for each of the other providers associated with this agreement?,Individual Provider Address Line 1,PROV_OTHER_ADDRESS_LINE1,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" ,Individual Provider Address Line 2,PROV_OTHER_ADDRESS_LINE2,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" +What are the individual providers identification numbers other than TIN and NPI?,Individual Provider CAQH Number ,PROV_OTHER_CAQH_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM ,Individual Provider City,PROV_OTHER_CITY,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" +,Individual Provider Fax Number,PROV_OTHER_FAX_NUM,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +"If a provider roster exists in the contract, list the first names of all human providers on the roster. Only return the first name, and do not include the names of any non-human providers.",Individual Provider First Name,PROV_FIRST_NAME_OTHER,VARCHAR,A,INACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY +PDM" +"If a provider roster exists in the contract, list the last names of all human providers on the roster. Only return the last name, and do not include the names of any non-human providers.",Individual Provider Last Name,PROV_LAST_NAME_OTHER,VARCHAR,A,INACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY +PDM" +,Individual Provider Marketplace Number,PROV_OTHER_MARKETPLACE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +,Individual Provider Medicaid Number,PROV_OTHER_MEDICAID_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +,Individual Provider Medicare Number,PROV_OTHER_MEDICARE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +"If a provider roster exists in the contract, list the middle initials of all human providers on the roster, such as the ""G"" in ""John G. Smith."" Only return the middle initial, and do not include the names of any non-human providers.",Individual Provider Middle Initial,PROV_MIDDLE_NAME_OTHER,VARCHAR,A,INACTIVE,Yes,"Preamble, contract signatory section, and/or Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"UNIQUE KEY +PDM" +,Individual Provider Phone Number,PROV_OTHER_PHONE_NUM,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +What is individual provider specialty as mapped by AArete?,Individual Provider Specialty as Mapped,AAR_PROV_SPECIALTY_AARETE_MAPPED,VARCHAR,,ACTIVE,Yes,AArete Derived,Provider ,Always Required ,"PAYMENT ACCURACY +INTELLIGENT EDITS +PDM PRICING" +What is individual provider specialty per contract?,Individual Provider Specialty per Contract,PROV_SPECIALTY,VARIANT,B,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS +PDM PRICING" ,Individual Provider State,PROV_OTHER_STATE_CD,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" ,Individual Provider ZIP,PROV_OTHER_POSTAL_CD,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"LOCAL COVERAGE DETERMINATION (LCD) PAYMENT ACCURACY PDM" -,Individual Provider Phone Number,PROV_OTHER_PHONE_NUM,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Individual Provider Fax Number,PROV_OTHER_FAX_NUM,VARCHAR,D,TRANSFORMED,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -What is the contact information for each of the other providers associated with this agreement? (Page#) ,,PROV_OTHER_PG,NUMERIC,D,TRANSFORMED,,,,, -What are the individual providers identification numbers other than TIN and NPI?,Individual Provider CAQH Number ,PROV_OTHER_CAQH_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Individual Provider Medicaid Number,PROV_OTHER_MEDICAID_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Individual Provider Medicare Number,PROV_OTHER_MEDICARE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Individual Provider Marketplace Number,PROV_OTHER_MARKETPLACE_NUM,VARCHAR,D,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -,Other Individual Provider Identifiers,PROV_OTHER_NUM,VARCHAR,D,ACTIVE,No,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM -What are the individual providers identification numbers other than TIN and NPI? (Page#) ,,PROV_OTHER_NUM_PG,NUMERIC,D,ACTIVE,,,,, -What is individual provider specialty per contract?,Individual Provider Specialty per Contract,PROV_SPECIALTY,VARIANT,B,ACTIVE,Yes,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS -PDM PRICING" -What is individual provider specialty per contract? (Page#) ,,PROV_SPECIALTY_PG,NUMERIC,B,ACTIVE,,,,, -What is individual provider specialty as mapped by AArete?,Individual Provider Specialty as Mapped,AAR_PROV_SPECIALTY_AARETE_MAPPED,VARCHAR,,ACTIVE,Yes,AArete Derived,Provider ,Always Required ,"PAYMENT ACCURACY -INTELLIGENT EDITS -PDM PRICING" -What is individual provider specialty as mapped by AArete? (Page#) ,,,,,INACTIVE,,,,, -What is the contract effective date as stated in Preamble of the agreement?,Contract Effective Date per Preamble,CONTRACT_EFFECTIVE_DT,DATE,A,ACTIVE,No (but please use GDP date format throughout),Preamble ,Key Dates,Always Required ,PAYMENT ACCURACY UNIQUE KEY -What is the contract effective date as stated in Preamble of the agreement? (Page#) ,,CONTRACT_EFFECTIVE_DT_PG,NUMERIC,A,ACTIVE,,,,, -What is the contract effective date as stated in the signatory section of the agreement?,Contract Effective Date per Signatory,CONTRACT_EFFECTIVE_DT_SIGNATORY,DATE,A,ACTIVE,No (but please use GDP date format throughout),Signature Page,Key Dates,Always Required ,PAYMENT ACCURACY UNIQUE KEY -What is the contract effective date as stated in the signatory section of the agreement? (Page#) ,,CONTRACT_EFFECTIVE_DT_SIGNATORY_PG,NUMERIC,A,ACTIVE,,,,, -Are the contract effective dates in the Preamble and the final signatory section consistent?,Contract Effective Date Consistency (Y/N)?,AAR_IS_EFFECTIVE_DT_CONSISTENT_IND,BOOLEAN,,ACTIVE,No,AArete Derived (Does Column D = Column E)?,Key Dates,Always Required ,PAYMENT ACCURACY -Are the contract effective dates in the Preamble and the final signatory section consistent? (Page#) ,,R100,,,INACTIVE,,,,, -What is the contract termination date?,Contract Termination Date,CONTRACT_TERMINATION_DT,DATE,A,ACTIVE,No (but please use GDP date format throughout),Term & Termination Section of Contract ,Key Dates,Always Required ,PAYMENT ACCURACY UNIQUE KEY -What is the contract termination date? (Page#) ,,CONTRACT_TERMINATION_DT_PG,NUMERIC,,ACTIVE,,,,, -Does the contract automatically renew (Yes/No)?,Contract Auto Renewal (Y/N)?,CONTRACT_AUTO_RENEWAL_IND,BOOLEAN,A,ACTIVE,No,Term & Termination Section of Contract ,Key Dates,Required Only If Available ,PAYMENT ACCURACY UNIQUE KEY -Does the contract automatically renew (Yes/No)? (Page#) ,,CONTRACT_AUTO_RENEWAL_IND_PG,NUMERIC,,ACTIVE,,,,, -"If contract automatically renews, then what is the length of the renewal term?",Contract Auto Renewal Terms?,CONTRACT_AUTO_RENEWAL_TERM_LENGTH,VARCHAR,A,ACTIVE,No,Term & Termination Section of Contract ,Key Dates,Required Only If Available ,PAYMENT ACCURACY UNIQUE KEY -"If contract automatically renews, then what is the length of the renewal term? (Page#) ",,CONTRACT_AUTO_RENEWAL_TERM_LENGTH_PG,NUMERIC,A,ACTIVE,,,,, -"If contract automatically renews, then then what is the adjusted contract termination date?",Contract Adjusted Termination Date Resulting from Auto Renewal,AA_CONTRACT_ADJUSTED_TERMINATION_DT_FROM_AUTO_RENEWAL,DATE,,ACTIVE,No,AArete Derived from Contract Termination Date As Adjusted for Renewals ,Key Dates,Always Required,"GREEN LIGHT - IF DATE IS LESS THAN TODAY'S DATE THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNLESS THERE IS AN EFFECTIVE AMENDMENT" -"If contract automatically renews, then then what is the adjusted contract termination date? (Page#) ",,R101,,,INACTIVE,,,,, -What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT NUMBER),Timeline Payer Policy Change Notice ,R102,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY -COST AVOIDANCE" -What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT UNIT OF MEASURE),,R103,,,INACTIVE,,,,, -Concat - What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT NUMBER),,PAYER_POLICY_CHANGE_NOTICE_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT TRIGGER ""FROM"" or ""BEFORE"")",,PAYER_POLICY_CHANGE_NOTICE_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for payer to give notice of policy changes to provider per base agreement? (Page#),,PAYER_POLICY_CHANGE_NOTICE_INFO_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT NUMEBER)?,Timeline Provider Claim Timely Filing ,R104,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS" -What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R105,,,INACTIVE,,,,, -Concat - What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT NUMEBER)?,,PROV_CLAIM_TIMELY_FILING_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per base agreement (Page#)?,,PROV_CLAIM_TIMELY_FILING_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT NUMBER)?,Timeline Provider Corrected Claim Filing ,R106,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT UNIT OF MEASURE)?,,R107,,,INACTIVE,,,,, -Concat - What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the base agreement (Page#)?,,PROV_CORRECTED_CLAIM_FILING_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT NUMBER)?,Timeline Payer Prompt Payment Paper ,R108,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT UNIT OF MEASURE)?,,R109,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT NUMBER)?,,PAYER_PROMPT_PAY_PAPER_CLAIM_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_PROMPT_PAY_PAPER_CLAIM_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per base agreement (Page#)?,,PAYER_PROMPT_PAY_PAPER_CLAIM_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT NUMBER)?,Timeline Payer Prompt Payment Electronic ,R110,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT UNIT OF MEASURE)?,,R111,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT NUMBER)?,,PAYER_PROMPT_PAY_ELECTRONIC_CLAIM_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_PROMPT_PAY_ELECTRONIC_CLAIM_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per base agreement (Page#)?,,PAYER_PROMPT_PAY_ELECTRONIC_CLAIM_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for payer to audit claims per base agreement (INSERT NUMBER)?,Timeline Payer Claim Audit ,R112,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to audit claims per base agreement (INSERT UNIT OF MEASURE)?,,R113,,,INACTIVE,,,,, -Concat - What is timeline for payer to audit claims per base agreement (INSERT NUMBER)?,,PAYER_AUDIT_CLAIM_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for payer to audit claims per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_AUDIT_CLAIM_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for payer to audit claims per base agreement (Page#)?,,PAYER_AUDIT_CLAIM_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Payment Appeal,R114,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R115,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_APPEAL_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_APPEAL_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per base agreement (Page#)?,,PROV_SUBMIT_PAYMENT_APPEAL_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Payment Dispute,R116,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R117,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_DISPUTE_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_DISPUTE_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per base agreement (Page#)?,,PROV_SUBMIT_PAYMENT_DISPUTE_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Payment Reconsideration,R118,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R119,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_TIMELINE,VARCHAR,,ACTIVE,,,,, -"What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_RECONSIDERATION_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (Page#)?,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT NUMBER)?,Timeline Payer Overpayment Identification,R120,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT UNIT OF MEASURE)?,,R121,,,INACTIVE,,,,, -Concat - What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT NUMBER)?,,PAYER_IDENTIFY_OVERPAYMENT_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_IDENTIFY_OVERPAYMENT_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per base agreement (Page#)?,,PAYER_IDENTIFY_OVERPAYMENT_PG,NUMERIC,E,ACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Overpayment Appeal,R122,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R123,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_OVERPAYMENT_APPEAL_TIMELINE,VARCHAR,E,ACTIVE,,,,, -"What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_OVERPAYMENT_APPEAL_INFO,VARCHAR,E,ACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per base agreement (Page#)?,,PROV_SUBMIT_OVERPAYMENT_APPEAL_PG,NUMERIC,E,ACTIVE,,,,, -,,,,,,,,,, -What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Policy Change Notice ,R124,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY -COST AVOIDANCE" -What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT UNIT OF MEASURE)?,,R125,,,INACTIVE,,,,, -Concat - What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT NUMBER)?,,PAYER_NOTICE_POLICY_CHANGE_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_NOTICE_POLICY_CHANGE_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to give notice of policy changes to provider per Medicare agreement (Page#)?,,PAYER_NOTICE_POLICY_CHANGE_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Claim Timely Filing ,R126,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R127,,,INACTIVE,,,,, -Concat - What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_CLAIM_TIMELY_FILING_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (Page#)?,,PROV_CLAIM_TIMELY_FILING_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Corrected Claim Filing ,R128,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT UNIT OF MEASURE)?,,R129,,,INACTIVE,,,,, -Concat - What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (Page#)?,,PROV_CORRECTED_CLAIM_FILING_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Prompt Payment Paper ,R130,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT UNIT OF MEASURE)?,,R131,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (Page#?,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Prompt Payment Electronic ,R132,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT UNIT OF MEASURE)?,,R133,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (Page#)?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to audit claims per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Claim Audit ,R134,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to audit claims per Medicare agreement (INSERT UNIT OF MEASURE)?,,R135,,,INACTIVE,,,,, -Concat - What is timeline for payer to audit claims per Medicare agreement (INSERT NUMBER)?,,PAYER_CLAIM_AUDIT_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to audit claims per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_CLAIM_AUDIT_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to audit claims per Medicare agreement? (Page#) ,,PAYER_CLAIM_AUDIT_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Payment Appeal,R136,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R137,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_APPEAL_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_APPEAL_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT NUMBER)? (Page#) ,,PROV_SUBMIT_PAYMENT_APPEAL_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT NUMBER) ?,Timeline Medicare Provider Payment Dispute,R138,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT UNIT OF MEASURE) ?,,R139,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT NUMBER) ?,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per Medicare agreement ? (Page#) ,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICARE_P,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Payment Reconsideration,R140,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R141,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_RECONSIDERATION_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement? (Page#) ,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Overpayment Identification,R142,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT UNIT OF MEASURE)?,,R143,,,INACTIVE,,,,, -Concat - What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_IDENTIFICATION_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_OVERPAYMENT_IDENTIFICATION_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per Medicare agreement? (Page#) ,,PROV_OVERPAYMENT_IDENTIFICATION_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Overpayment Appeal,R144,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R145,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_APPEAL_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_OVERPAYMENT_APPEAL_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement? (Page#) ,,PROV_OVERPAYMENT_APPEAL_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, -Does Medicare agreement allow offshore (Yes/No)?,Medicare Offshore (Y/N)? ,MEDICARE_ALLOW_OFSHORE,VARCHAR,E,ACTIVE,No,Medicare Agreement ,,Required Only If Available , -Does Medicare agreement allow offshore (Yes/No)? (Page#) ,,MEDICARE_ALLOW_OFFSHORE_PG,NUMERIC,E,ACTIVE,,,,, -,,,,,,,,,, -What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Policy Change Notice ,R146,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY -COST AVOIDANCE" -What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R147,,,INACTIVE,,,,, -Concat - What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT NUMBER)?,,PAYER_NOTICE_POLICY_CHANGE_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_NOTICE_POLICY_CHANGE_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to give notice of policy changes to provider per Medicaid agreement? (Page#) ,,PAYER_NOTICE_POLICY_CHANGE_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Claim Timely Filing ,R148,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R149,,,INACTIVE,,,,, -Concat - What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_CLAIM_TIMELY_FILING_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement? (Page#) ,,PROV_CLAIM_TIMELY_FILING_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Corrected Claim Filing ,R150,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT UNIT OF MEASURE)?,,R151,,,INACTIVE,,,,, -Concat - What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement? (Page#) ,,PROV_CORRECTED_CLAIM_FILING_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Prompt Payment Paper ,R152,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R153,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement? (Page#) ,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Prompt Payment Electronic ,R154,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R155,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement? (Page#) ,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to audit claims per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Claim Audit ,R156,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to audit claims per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R157,,,INACTIVE,,,,, -Concat - What is timeline for payer to audit claims per Medicaid agreement (INSERT NUMBER)?,,PROV_CLAIM_AUDIT_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to audit claims per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_AUDIT_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to audit claims per Medicaid agreement? (Page#) ,,PROV_CLAIM_AUDIT_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Payment Appeal,R158,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R159,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_PAYMENT_APPEAL_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_APPEAL_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement? (Page#) ,,PROV_PAYMENT_APPEAL_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Payment Dispute,R160,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R161,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement ? (Page#) ,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Payment Reconsideration,R162,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R163,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_PAYMENT_RECONSIDERATION_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_RECONSIDERATION_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement? (Page#) ,,PROV_PAYMENT_RECONSIDERATION_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Overpayment Identification,R164,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R165,,,INACTIVE,,,,, -Concat - What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT NUMBER)?,,PROV_IDENTIFY_OVERPAYMENTS_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_IDENTIFY_OVERPAYMENTS_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per Medicaid agreement? (Page#) ,,PROV_IDENTIFY_OVERPAYMENTS_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Overpayment Appeal,R166,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R167,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_APPEAL_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_OVERPAYMENT_APPEAL_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement? (Page#) ,,PROV_OVERPAYMENT_APPEAL_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, -Does Medicaid agreement allow offshore (Yes/No)?,Medicaid Offshore (Y/N)? ,MEDICAID_ALLOW_OFFSHORE,VARCHAR,,INACTIVE,No,Medicaid Agreement ,,Required Only If Available , -Does Medicaid agreement allow offshore (Yes/No)? (Page#) ,,MEDICAID_ALLOW_OFFSHORE_PG,NUMERIC,,INACTIVE,,,,, -,,,,,,,,,, -What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Payer Policy Change Notice ,R168,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY -COST AVOIDANCE" -What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R169,,,INACTIVE,,,,, -Concat - What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT NUMBER)?,,PAYER_NOTICE_POLICY_CHANGE_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_NOTICE_POLICY_CHANGE_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement? (Page#) ,,PAYER_NOTICE_POLICY_CHANGE_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Claim Timely Filing ,R170,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R171,,,INACTIVE,,,,, -Concat - What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_CLAIM_TIMELY_FILING_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement? (Page#) ,,PROV_CLAIM_TIMELY_FILING_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Corrected Claim Filing ,R172,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R173,,,INACTIVE,,,,, -Concat - What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement? (Page#) ,,PROV_CORRECTED_CLAIM_FILING_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,Timeline State Marketplace Payer Prompt Payment Paper ,R174,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT UNIT OF MEASURE) ?,,R175,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,,PROV_PROMPT_PAY_PAPER_CLAIM_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_PROMPT_PAY_PAPER_CLAIM_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement? (Page#) ,,PROV_PROMPT_PAY_PAPER_CLAIM_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,Timeline State Marketplace Payer Prompt Payment Electronic ,R176,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PREPAY -What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT UNIT OF MEASURE) ?,,R177,,,INACTIVE,,,,, -Concat - What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement? (Page#) ,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to audit claims per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Payer Claim Audit ,R178,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to audit claims per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R179,,,INACTIVE,,,,, -Concat - What is timeline for payer to audit claims per State Marketplace agreement (INSERT NUMBER)?,,PROV_CLAIM_AUDIT_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to audit claims per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_AUDIT_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to audit claims per State Marketplace agreement? (Page#) ,,PROV_CLAIM_AUDIT_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Payment Appeal,R180,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R181,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_PAYMENT_APPEAL_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_APPEAL_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement? (Page#) ,,PROV_PAYMENT_APPEAL_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT NUMBER) ?,Timeline State Marketplace Provider Payment Dispute,R182,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE) ?,,R183,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT NUMBER) ?,,PROV_PAYMENT_DISPUTE_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_PAYMENT_DISPUTE_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement ? (Page#) ,,PROV_PAYMENT_DISPUTE_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Payment Reconsideration,R184,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R185,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_PAYMENT_RECONSIDERATION_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_RECONSIDERATION_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement? (Page#) ,,PROV_PAYMENT_RECONSIDERATION_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Payer Overpayment Identification,R186,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY -What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R187,,,INACTIVE,,,,, -Concat - What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT NUMBER)?,,PROV_IDENTIFY_OVERPAYMENT_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_IDENTIFY_OVERPAYMENT_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement? (Page#) ,,PROV_IDENTIFY_OVERPAYMENT_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Overpayment Appeal,R188,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS -INVOICING" -What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE )?,,R189,,,INACTIVE,,,,, -Concat - What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_APPEAL_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, -"What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"" )?",,PROV_OVERPAYMENT_APPEAL_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, -What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement? (Page#) ,,PROV_OVERPAYMENT_APPEAL_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, -Does State Marketplace agreement allow offshore (Yes/No)?,State Marketplace Offshore (Y/N)? ,MARKETPLACE_ALLOW_OFFSHORE,VARCHAR,,INACTIVE,No,State Marketplace Agreement ,,Required Only If Available , -Does State Marketplace agreement allow offshore (Yes/No)? (Page#) ,,MARKETPLACE_ALLOW_OFSHORE_PG,NUMERIC,,INACTIVE,,,,, -,,,,,,,,,, -What is start date of line of business specific compensation exhibit?,Effective Date of Pricing Terms,LOB_PRICING_TERMS_EFFECTIVE_DT,D,A,ACTIVE,No (but please use GDP date format throughout),"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,PAYMENT ACCURACY UNIQUE KEY -What is start date of line of business specific compensation exhibit? (Page#) ,,LOB_PRICING_TERMS_EFFECTIVE_DT_PG,NUMERIC,A,ACTIVE,,,,, -What is termination date of line of business specific compensation exhibit?,Termination Date of Pricing Terms,LOB_PRICING_TERMS_TERMINATION_DT,D,A,ACTIVE,No (but please use GDP date format throughout),"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,"GREEN LIGHT - IF DATE IS LESS THAN TODAY'S DATE THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNLESS THERE IS AN EFFECTIVE AMENDMENT UNIQUE KEY" -What is termination date of line of business specific compensation exhibit? (Page#) ,,LOB_PRICING_TERMS_TERMINATION_DT_PG,NUMERIC,A,ACTIVE,,,,, -"Is the contract related to a Professional, Institutional or Ancillary provider?",Type of Contract,CONTRACT_TYPE,VARCHAR,A,ACTIVE,Yes,AArete Derived from Title or Preamble ,LOB/Provider Type Specific,Always Required ,UNIQUE KEY -"Is the contract related to a Professional, Institutional or Ancillary provider? (Page#) ",,CONTRACT_TYPE_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract is based on line of business, then create one row for each line of business",Line of Business,CONTRACT_LOB,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,UNIQUE KEY -"If the contract is based on line of business, then create one row for each line of business (Page#) ",,CONTRACT_LOB_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract is based on network type, then create one row within each impacted line of business for each specifically listed network",Network,CONTRACT_NETWORK,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY -"If the contract is based on network type, then create one row within each impacted line of business for each specifically listed network (Page#) ",,CONTRACT_NETWORK_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract if for Marketplace line of business, then create one row within the Marketplace line of business for each specifically listed metal level",Plan - Metal Level,CONTRACT_MARKETPLACE_METAL_LEVEL,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY -"If the contract if for Marketplace line of business, then create one row within the Marketplace line of business for each specifically listed metal level (Page#) ",,CONTRACT_MARKETPLACE_METAL_LEVEL_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract is based on service areas, then create one row within each impacted line of business for each specifically listed area, county, ZIP, etc. ",Plan- Service Area,CONTRACT_SERVICE_AREA,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY -"If the contract is based on service areas, then create one row within each impacted line of business for each specifically listed area, county, ZIP, etc. (Page#) ",,CONTRACT_SERVICE_AREA_PG,VARCHAR,A,ACTIVE,,,,, -"If the contract is for Medicare or Medicaid line of business, then create one row within each impacted Medicare/Medicaid line of business for each specifically listed program",Program,MEDICARE_MEDICAID_LOB,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY -"If the contract is for Medicare or Medicaid line of business, then create one row within each impacted Medicare/Medicaid line of business for each specifically listed program (Page#) ",,MEDICARE_MEDICAID_LOB_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract is based on type of provider, then create one row within each impacted line of business for each specifically listed provider type of place of service",Type of Provider,PROV_TYPE,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,UNIQUE KEY -"If the contract is based on type of provider, then create one row within each impacted line of business for each specifically listed provider type of place of service (Page#) ",,PROV_TYPE_PG,NUMERIC,A,ACTIVE,,,,, -"If the contract is limited to certain Professional specialties, then create one row within each line of business for each specifically listed specialty",Provider Specialty,PROV_SPECIALTYTY,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY -"If the contract is limited to certain Professional specialties, then create one row within each line of business for each specifically listed specialty (Page#) ",,PROV_SPECIALTYTY_PG,NUMERIC,A,ACTIVE,,,,, -"Is the provider contracted to participate in the line of business, network, plan, program for the given provider type?",Participation Status,PROV_PARTICIPATION_STATUS,VARCHAR,A,ACTIVE,Yes,"Derived From Combination of LOB, Network, Metal Level, Service Area, Program and/or Type of Provider Fields ",LOB/Provider Type Specific,Always Required ,UNIQUE KEY -"Is the provider contracted to participate in the line of business, network, plan, program for the given provider type? (Page#) ",,PROV_PARTICIPATION_STATUS_PG,NUMERIC,A,ACTIVE,,,,, -,,,,,,,,,, -"If contract automatically renews, then does the contract include annual rate escalators for year-over-year rate increases (Yes/No)?",Rate Escalators (Y/N)?,RATE_ESCALATOR_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK PRICING" -"If contract automatically renews, then does the contract include annual rate escalators for year-over-year rate increases (Yes/No)? (Page#) ",,RATE_ESCALATOR_IND_PG,NUMERIC,B,ACTIVE,,,,, -"If contract includes annual rate escalators, on what are they based?",Rate Escalator Basis,RATE_ESCALATOR_BASIS,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK PRICING" -"If contract includes annual rate escalators, on what are they based? (Page#) ",,RATE_ESCALATOR_BASIS_PG,NUMERIC,B,ACTIVE,,,,, -"If contract includes annual rate escalators based on % rate increase, then what is the yearly percentage increase? ",Rate Escalator %,RATE_ESCALATOR_YEARLY_PERCENT_INCREASE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If contract includes annual rate escalators based on % rate increase, then what is the yearly percentage increase? (Page#) ",,RATE_ESCALATOR_YEARLY_PERCENT_INCREASE_PG,NUMERIC,B,ACTIVE,,,,, -Does contract include terms for discounts applied to total claim (Yes/No)?,Claim Discount (Y/N),CLAIM_DISCOUNT_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -Does contract include terms for discounts applied to total claim (Yes/No)? (Page#) ,,CLAIM_DISCOUNT_IND_PG,NUMERIC,B,ACTIVE,,,,, -What is claim discount rate?,Claim Discount Rate,CLM_DISC_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim discount rate? (Page#) ,,CLAIM_DISCOUNT_RATE_PG,NUMERIC,B,ACTIVE,,,,, -What is claim discount start date?,Claim Discount Start Date,CLAIM_DISCOUNT_START_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim discount start date? (Page#) ,,CLAIM_DISCOUNT_START_DT_PG,NUMERIC,B,ACTIVE,,,,, -What is claim discount termination date?,Claim Discount Termination Date,CLAIM_DISCOUNT_TERMINATION_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim discount termination date? (Page#) ,,CLAIM_DISCOUNT_TERMINATION_DT_PG,NUMERIC,B,ACTIVE,,,,, -Does contract include terms for premiums applied to total claim (Yes/No)?,Claim Premium (Y/N),CLAIM_PREMIUM_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -Does contract include terms for premiums applied to total claim (Yes/No)? (Page#) ,,CLAIM_PREMIUM_IND_PG,NUMERIC,B,ACTIVE,,,,, -What is claim premium rate?,Claim Premium Rate,CLAIM_PREMIUM_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim premium rate? (Page#) ,,CLAIM_PREMIUM_RATE_PG,NUMERIC,B,ACTIVE,,,,, -What is claim premium start date?,Claim Premium Start Date,CLAIM_PREMIUM_START_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim premium start date? (Page#) ,,CLAIM_PREMIUM_START_DT_PG,NUMERIC,B,ACTIVE,,,,, -What is claim premium termination date?,Claim Premium Termination Date,CLAIM_PREMIUM_TERMINATION_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim premium termination date? (Page#) ,,CLAIM_PREMIUM_TERMINATION_DT_PG,NUMERIC,B,ACTIVE,,,,, -Does contract include terms for sequestration amounts applied to total claim (Yes/No)?,Claim Sequestration (Y/N),CLAIM_SEQUESTRATION_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -Does contract include terms for sequestration amounts applied to total claim (Yes/No)? (Page#) ,,CLAIM_SEQUESTRATION_IND_PG,NUMERIC,B,ACTIVE,,,,, -What is claim sequestration rate?,Claim Sequestration Rate,CLAIM_SEQUESTRATION_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim sequestration rate? (Page#) ,,CLAIM_SEQUESTRATION_RATE_PG,NUMERIC,B,ACTIVE,,,,, -What is claim sequestration start date?,Claim Sequestration Start Date,CLAIM_SEQUESTRATION_START_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim sequestration start date? (Page#) ,,CLAIM_SEQUESTRATION_START_DT_PG,NUMERIC,B,ACTIVE,,,,, -What is claim sequestration termination date?,Claim Sequestration Termination Date,CLAIM_SEQUESTRATION_TERMINATION_DT,D,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is claim sequestration termination date? (Page#) ,,CLAIM_SEQUESTRATION_TERMINATION_DT_PG,NUMERIC,B,ACTIVE,,,,, -Does the contract include terms for penalties and interest (Yes/No)?,Penalties & Interest (Y/N)?,PENALTIES_INTEREST_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -Does the contract include terms for penalties and interest (Yes/No)? (Page#) ,,PENALTIES_INTEREST_IND_PG,NUMERIC,B,ACTIVE,,,,, -What triggers computation of penalties and interest?,Penalties & Interest Trigger,PENALTIES_INTEREST_TRIGGER,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What triggers computation of penalties and interest? (Page#) ,,PENALTIES_INTEREST_TRIGGER_PG,NUMERIC,B,ACTIVE,,,,, -What is rate charged for penalties and interest?,Penalties & Interest Rate,PENALTIES_INTEREST_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -What is rate charged for penalties and interest? (Page#) ,,PENALTIES_INTEREST_RATE_PG,NUMERIC,B,ACTIVE,,,,, -What is contract's Chargemaster protection language?,,CONTRACT_CHARGEMASTER_PROTECTION_LANGUAGE,VARCHAR,B,ACTIVE,,,,, -What is contract's Chargemaster protection language? (Page#) ,,CONTRACT_CHARGEMASTER_PROTECTION_LANGUAGE_PG,NUMERIC,B,ACTIVE,,,,, -,,,,,,,,,, -Does the Reimbursement methodology include lesser of language (Yes/No)?,Lesser Of Language (Y/N)?,LESSER_OF_LANGUAGE_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Always Required ,"PAYMENT ACCURACY -NETWORK" -Does the Reimbursement methodology include lesser of language (Yes/No)? (Page#) ,,LESSER_OF_LANGUAGE_IND_PG,NUMERIC,B,ACTIVE,,,,, -Does the Reimbursement methodology include greater of language (Yes/No)?,Greater Of Language (Y/N)?,GREATER_OF_LANGUAGE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Always Required ,"PAYMENT ACCURACY -NETWORK" -Does the Reimbursement methodology include greater of language (Yes/No)? (Page#) ,,GREATER_OF_LANGUAGE_PG,NUMERIC,B,ACTIVE,,,,, -What is the primary Reimbursement methodology?,Reimbursement Methodology - Primary,PRIMARY_REIMBURSEMENT_METHODOLOGY,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Always Required ,"PAYMENT ACCURACY -NETWORK" -What is the primary Reimbursement methodology? (Page#) ,,PRIMARY_REIMBURSEMENT_METHODOLOGY_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges",Applicable Procedure Codes - Primary,PRIMARY_REIMBURSEMENT_PROC_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_PROC_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges",Applicable Revenue Codes - Primary,PRIMARY_REIMBURSEMENT_REVENUE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_REVENUE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations",Applicable Revenue /Procedure Code Combinations - Primary,PRIMARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations (Page#) ",,PRIMARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges",Applicable Diagnosis Codes - Primary,PRIMARY_REIMBURSEMENT_DIAG_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_DIAG_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges",Applicable Grouper Codes - Primary,PRIMARY_REIMBURSEMENT_GROUPER_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_GROUPER_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges",Applicable Place of Service Codes - Primary,PRIMARY_REIMBURSEMENT_PLACEOFSERVICE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_PLACEOFSERVICE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges",Applicable Admit Type Codes - Primary,PRIMARY_REIMBURSEMENT_ADMITTYPE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_ADMITTYPE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges",Applicable Status Indicator Codes - Primary,PRIMARY_REIMBURSEMENT_STATUS_INDICATOR_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_STATUS_INDICATOR_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the primary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based?",Fee Schedule - Primary,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the primary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based? (Page#) ",,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE_PG,NUMERIC,B,ACTIVE,,,,, -"If the primary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based?",Fee Schedule Version - Primary,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the primary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based? (Page#) ",,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION_PG,NUMERIC,B,ACTIVE,,,,, -"If the primary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage?",Reimbursement % Rate - Primary,PRIMARY_REIMBURSEMENT_RATE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the primary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage? (Page#) ",,PRIMARY_REIMBURSEMENT_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the primary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount?",Reimbursement $ Rate - Primary,PRIMARY_REIMBURSEMENT_FLAT_FEE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the primary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount? (Page#) ",,PRIMARY_REIMBURSEMENT_FLAT_FEE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate?",Medicare $ Rate - Primary,PRIMARY_REIMBURSEMENT_CMS_MEDICARE_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate? (Page#) ",,PRIMARY_REIMBURSEMENT_CMS_MEDICARE_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Primary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate?",Medicaid $ Rate - Primary,PRIMARY_REIMBURSEMENT_MEDICAID_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Primary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate? (Page#) ",,PRIMARY_REIMBURSEMENT_MEDICAID_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the primary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology?",Reimbursement Grouper - Primary ,PRIMARY_REIMBURSEMENT_GROUPER,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the primary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology? (Page#) ",,PRIMARY_REIMBURSEMENT_GROUPER_PG,NUMERIC,B,ACTIVE,,,,, -"Deprecated - See columns PD, PE, PF - -Are there any carve outs or exceptions to the primary reimbursement methodology?",Reimbursement Exceptions - Primary ,PRIMARY_REIMBURSEMENT_EXCEPTION_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"Deprecated - See columns PD, PE, PF - -Are there any carve outs or exceptions to the primary reimbursement methodology? (Page#) ",,PRIMARY_REIMBURSEMENT_EXCEPTION_IND_PG,NUMERIC,B,ACTIVE,,,,, -Are there any carve outs?,,PRIMARY_REIMBURSEMENT_CARVEOUT_IND,VARCHAR,B,ACTIVE,,,,, -"If there are any exceptions to Primary Reimbursement Methodology, describe exceptions?",,PRIMARY_REIMBURSEMENT_DESCRIBE_EXCEPTION,VARCHAR,B,ACTIVE,,,,, -"If there are any exceptions to Primary Reimbursement Methodology, describe exceptions? ( Page #)",,PRIMARY_REIMBURSEMENT_DESCRIBE_EXCEPTION_PG,NUMERIC,B,ACTIVE,,,,, -,,,,,,,,,, -"If the contract includes lesser of or greater of language, what is the secondary Reimbursement methodology?",Reimbursement Methodology -Secondary,SECONDARY_REIMBURSEMENT_METHODOLOGY,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the contract includes lesser of or greater of language, what is the secondary Reimbursement methodology? (Page#) ",,SECONDARY_REIMBURSEMENT_METHODOLOGY_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges",Applicable Procedure Codes - Secondary,SECONDARY_REIMBURSEMENT_PROC_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_PROC_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges",Applicable Revenue Codes - Secondary,SECONDARY_REIMBURSEMENT_REVENUE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_REVENUE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations",Applicable Revenue /Procedure Code Combinations - Secondary,SECONDARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations (Page#) ",,SECONDARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges",Applicable Diagnosis Codes - Secondary,SECONDARY_REIMBURSEMENT_DIAG_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_DIAG_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges",Applicable Grouper Codes - Secondary,SECONDARY_REIMBURSEMENT_GROUPER_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_GROUPER_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges",Applicable Place of Service Codes - Secondary,SECONDARY_REIMBURSEMENT_PLACEOFSERVICE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_PLACEOFSERVICE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges",Applicable Admit Type Codes - Secondary,SECONDARY_REIMBURSEMENT_ADMITTYPE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_ADMITTYPE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges",Applicable Status Indicator Codes - Secondary,SECONDARY_REIMBURSEMENT_STATUS_INDICATOR_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_STATUS_INDICATOR_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the secondary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based?",Fee Schedule - Secondary,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the secondary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based? (Page#) ",,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE_PG,NUMERIC,B,ACTIVE,,,,, -"If the secondary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based?",Fee Schedule Version - Secondary,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the secondary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based? (Page#) ",,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage?",Reimbursement % Rate - Secondary,SECONDARY_REIMBURSEMENT_RATE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage? (Page#) ",,SECONDARY_REIMBURSEMENT_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount?",Reimbursement $ Rate - Secondary,SECONDARY_REIMBURSEMENT_FLAT_FEE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount? (Page#) ",,SECONDARY_REIMBURSEMENT_FLAT_FEE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate?",Medicare $ Rate - Secondary,SECONDARY_REIMBURSEMENT_CMS_MEDICARE_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate? (Page#) ",,SECONDARY_REIMBURSEMENT_CMS_MEDICARE_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate?",Medicaid $ Rate - Secondary,SECONDARY_REIMBURSEMENT_MEDICAID_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate? (Page#) ",,SECONDARY_REIMBURSEMENT_MEDICAID_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Secondary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology?",Reimbursement Grouper - Secondary,SECONDARY_REIMBURSEMENT_GROUPER,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Secondary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology? (Page#) ",,SECONDARY_REIMBURSEMENT_GROUPER_PG,NUMERIC,B,ACTIVE,,,,, -Are there any exceptions to the Secondary reimbursement methodology?,Reimbursement Exceptions - Secondary ,SECONDARY_REIMBURSEMENT_EXCEPTION_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -Are there any exceptions to the Secondary reimbursement methodology? (Page#) ,,SECONDARY_REIMBURSEMENT_EXCEPTION_IND_PG,NUMERIC,B,ACTIVE,,,,, -,,,,,,,,,, -"If the contract includes lesser of or greater of language, what is the tertiary Reimbursement methodology (if any)?",Reimbursement Methodology - Tertiary,TERTIARY_REIMBURSEMENT_METHODOLOGY,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the contract includes lesser of or greater of language, what is the tertiary Reimbursement methodology (if any)? (Page#) ",,TERTIARY_REIMBURSEMENT_METHODOLOGY_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges",Applicable Procedure Codes - Tertiary,TERTIARY_REIMBURSEMENT_PROC_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_PROC_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges",Applicable Revenue Codes - Tertiary,TERTIARY_REIMBURSEMENT_REVENUE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_REVENUE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations",Applicable Revenue /Procedure Code Combinations - Tertiary,TERTIARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations (Page#) ",,TERTIARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges",Applicable Diagnosis Codes - Tertiary,TERTIARY_REIMBURSEMENT_DIAG_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_DIAG_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges",Applicable Grouper Codes - Tertiary,TERTIARY_REIMBURSEMENT_GROUPER_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_GROUPER_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges",Applicable Place of Service Codes - Tertiary,TERTIARY_REIMBURSEMENT_PLACEOFSERVICE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_PLACEOFSERVICE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges",Applicable Admit Type Codes - Tertiary,TERTIARY_REIMBURSEMENT_ADMITTYPE_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_ADMITTYPE_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges",Applicable Status Indicator Codes - Tertiary,TERTIARY_REIMBURSEMENT_STATUS_INDICATOR_CODES,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_STATUS_INDICATOR_CODES_PG,NUMERIC,B,ACTIVE,,,,, -"If the tertiary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based?",Fee Schedule - Tertiary,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the tertiary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based? (Page#) ",,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE_PG,NUMERIC,B,ACTIVE,,,,, -"If the tertiary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based?",Fee Schedule Version - Tertiary,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the tertiary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based? (Page#) ",,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage?",Reimbursement % Rate - Tertiary,TERTIARY_REIMBURSEMENT_RATE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage? (Page#) ",,TERTIARY_REIMBURSEMENT_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount?",Reimbursement $ Rate - Tertiary,TERTIARY_REIMBURSEMENT_FLAT_FEE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount? (Page#) ",,TERTIARY_REIMBURSEMENT_FLAT_FEE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate?",Medicare $ Rate - Tertiary,TERTIARY_REIMBURSEMENT_CMS_MEDICARE_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate? (Page#) ",,TERTIARY_REIMBURSEMENT_CMS_MEDICARE_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate?",Medicaid $ Rate - Tertiary,TERTIARY_REIMBURSEMENT_MEDICAID_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate? (Page#) ",,TERTIARY_REIMBURSEMENT_MEDICAID_RATE_PG,NUMERIC,B,ACTIVE,,,,, -"If the Tertiary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology?",Reimbursement Grouper - Tertiary,TERTIARY_REIMBURSEMENT_GROUPER,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the Tertiary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology? (Page#) ",,TERTIARY_REIMBURSEMENT_GROUPER_PG,NUMERIC,B,ACTIVE,,,,, -Are there any exceptions to the Tertiary reimbursement methodology?,Reimbursement Exceptions - Tertiary ,TERTIARY_REIMBURSEMENT_EXCEPTION_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -Are there any exceptions to the Tertiary reimbursement methodology? (Page#) ,,TERTIARY_REIMBURSEMENT_EXCEPTION_IND_PG,NUMERIC,B,ACTIVE,,,,, -,,,,,,,,,, -Does the contract include a carve out for timeline for payer to implement changes in regulations per LOB Specific agreement?,Timeline State Marketplace Payer Policy Change Notice ,CARVEOUT_IND_IMPLEMENT_POLICY_CHANGE,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Key Dates,Required Only If Available ,"PAYMENT ACCURACY -COST AVOIDANCE" -Does the contract include a carve out for timeline for payer to implement changes in regulations per LOB Specific agreement? (Page#) ,,CARVEOUT_IND_IMPLEMENT_POLICY_CHANGE_PG,NUMERIC,F,ACTIVE,,,,, -Does the contract include a carve out for Emergency Department (Yes/No)?,Emergency Carve Out (Y/N)?,EMERGENCY_DEPARTMENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Emergency Department (Yes/No)? (Page#) ,,EMERGENCY_DEPARTMENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Emergency Department, list the applicable codes or code ranges ",Emergency Codes or Code Range ,EMERGENCY_DEPARTMENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Emergency Department, describe how these codes are reimbursed",Emergency Reimbursement Methodology,EMERGENCY_DEPARTMENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Emergency Department, describe schedule name",,EMERGENCY_DEPARTMENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Emergency Department, describe reference year or version",,EMERGENCY_DEPARTMENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Emergency Department, describe describe reimbursement rate",,EMERGENCY_DEPARTMENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Observation Codes(Yes/No)?,,OBSERVATION_CAREVEOUT_IND,VARCHAR,F,ACTIVE,,,,, -Does the contract include a carve out for Observation Codes(Yes/No)? (Page#) ,,OBSERVATION_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Observation, list the applicable codes or code ranges ",Observation Codes or Code Range ,OBSERVATION_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Observation, describe how these codes are reimbursed",Observation Reimbursement Methodology,OBSERVATION_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Observation, describe schedule name",,OBSERVATION_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Observation, describe schedule reference year or version",,OBSERVATION_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Observation, describe reimbursement rate",,OBSERVATION_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Ambulatory Surgery (Yes/No)?,Ambulatory Surgery Carve Out (Y/N)?,AMBULATORY_SURGERY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Ambulatory Surgery (Yes/No)? (Page#) ,,AMBULATORY_SURGERY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Ambulatory Surgery, list the applicable codes or code ranges ",Ambulatory Surgery Codes or Code Range ,AMBULATORY_SURGERY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Ambulatory Surgery, describe how these codes are reimbursed",Ambulatory Surgery Reimbursement Methodology,AMBULATORY_SURGERY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Ambulatory Surgery, describe schedule name",,AMBULATORY_SURGERY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Ambulatory Surgery, describe schedule reference year or version",,AMBULATORY_SURGERY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Ambulatory Surgery, describe reimbursement rate",,AMBULATORY_SURGERY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, Does the contract include a carve out for Intensive Care Unit (Yes/No)?,Intensive Care Carve Out (Y/N)?,INTENSIVE_CARE_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for Intensive Care Unit (Yes/No)? (Page#) ,,INTENSIVE_CARE_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for Intensive Care Unit, list the applicable codes or code ranges ",Intensive Care Codes or Code Range ,INTENSIVE_CARE_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for Intensive Care Unit, describe how these codes are reimbursed",Intensive Care Reimbursement Methodology,INTENSIVE_CARE_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Intensive Care Unit, describe schedule name",,INTENSIVE_CARE_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Intensive Care Unit, describe schedule reference year or version",,INTENSIVE_CARE_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Intensive Care Unit, describe reimbursement rate",,INTENSIVE_CARE_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Trauma (Yes/No)?,Trauma Carve Out (Y/N)?,TRAUMA_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for invalid codes, describe how these codes are reimbursed",Invalid Code Reimbursement Methodology ,INVALID_CODES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for Trauma (Yes/No)? (Page#) ,,TRAUMA_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Trauma, list the applicable codes or code ranges ",Trauma Codes or Code Range ,TRAUMA_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +Does the contract include a carve out for invalid codes (Yes/No)?,Invalid Codes Carve Out (Y/N)?,INVALID_CODES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Trauma, describe how these codes are reimbursed",Trauma Reimbursement Methodology,TRAUMA_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for invalid codes, list the applicable codes or code ranges ",Invalid Codes or Code Range,INVALID_CODES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Trauma, describe schedule name",,TRAUMA_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Trauma, describe schedule reference year or version",,TRAUMA_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Trauma, describe reimbursement rate",,TRAUMA_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Cancer (Yes/No)?,Cancer Carve Out (Y/N)?,CANCER_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for investigational procedures, list the applicable codes or code ranges ",Investigational Codes or Code Range,INVESTIGATIONAL_PROCEDURES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for Cancer (Yes/No)? (Page#) ,,CANCER_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Cancer, list the applicable codes or code ranges ",Cancer Codes or Code Range ,CANCER_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +Does the contract include a carve out for investigational procedures (Yes/No)?,Investigational Procedures Carve Out (Y/N)?,INVESTIGATIONAL_PROCEDURES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Cancer, describe how these codes are reimbursed",Cancer Reimbursement Methodology,CANCER_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for investigational procedures, describe how these codes are reimbursed",Investigational Reimbursement Methodology ,INVESTIGATIONAL_PROCEDURES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Cancer, describe schedule name",,CANCER_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Cancer, describe schedule reference year or version",,CANCER_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Cancer, describe reimbursement rate",,CANCER_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for HIV (Yes/No)?,HIV Carve Out (Y/N)?,HIV_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for HIV (Yes/No)? (Page#) ,,HIV_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for HIV, list the applicable codes or code ranges ",HIV Codes or Code Range ,HIV_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for HIV, describe how these codes are reimbursed",HIV Reimbursement Methodology,HIV_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for HIV, describe schedule name",,HIV_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for HIV, describe schedule reference year or version",,HIV_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for HIV, describe reimbursement rate",,HIV_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, Does the contract include a carve out for Major Joint Replacement (Yes/No)?,Joint Replacement Carve Out (Y/N)?,JOINT_REPLACE_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for Major Joint Replacement (Yes/No)? (Page#) ,,JOINT_REPLACE_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for Major Joint Replacement, list the applicable codes or code ranges ",Joint Replacement Codes or Code Range ,JOINT_REPLACE_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for Major Joint Replacement, describe how these codes are reimbursed",Joint Replacement Reimbursement Methodology,JOINT_REPLACE_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Major Joint Replacement, describe schedule name",,JOINT_REPLACE_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Major Joint Replacement, describe schedule reference year or version",,JOINT_REPLACE_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Major Joint Replacement, describe reimbursement rate",,JOINT_REPLACE_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Transplant (Yes/No)?,Transplant Carve Out (Y/N)?,TRANSPLANT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Transplant (Yes/No)? (Page#) ,,TRANSPLANT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Transplant, list the applicable codes or code ranges ",Transplant Codes or Code Range ,TRANSPLANT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Transplant, describe how these codes are reimbursed",Transplant Reimbursement Methodology,TRANSPLANT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Transplant, describe schedule name",,TRANSPLANT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Transplant, describe schedule reference year or version",,TRANSPLANT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Transplant, describe reimbursement rate",,TRANSPLANT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for OB/GYN Services (Yes/No)?,OB/GYN Carve Out (Y/N)?,OBGYN_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for OB/GYN Services (Yes/No)? (Page#) ,,OBGYN_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for OB/GYN Services, list the applicable codes or code ranges ",OB/GYN Codes or Code Range ,OBGYN_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for OB/GYN Services, describe how these codes are reimbursed",OB/GYN Reimbursement Methodology,OBGYN_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for OB/GYN Services, describe schedule name",,OBGYN_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for OB/GYN Services, describe schedule reference year or version",,OBGYN_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for OB/GYN Services, describe reimbursement rate",,OBGYN_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for OB/GYN Services, is there a lesser of billed charges clause? (Yes/No)",,OBGYN_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for OB/GYN Services, describe billed charges reimbursement rate",,OBGYN_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for OB/GYN, describe exceptions",,OBGYN_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Neonatal Services (Yes/No)?,Neonatal Carve Out (Y/N)?,NEONATAL_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Neonatal Services (Yes/No)? (Page#) ,,NEONATAL_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Neonatal Services, list the applicable codes or code ranges ",Neonatal Codes or Code Range ,NEONATAL_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Neonatal Services, describe how these codes are reimbursed",Neonatal Reimbursement Methodology,NEONATAL_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Neonatal Services, describe schedule name",,NEONATAL_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Neonatal Services, describe schedule reference year or version",,NEONATAL_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Neonatal Services, describe reimbursement rate",,NEONATAL_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Behavioral Health & Substance Abuse Services (Yes/No)?,Behavioral Health & Substance Abuse Carve Out (Y/N)?,BEH_HEALTH_SUB_ABUSE_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Behavioral Health & Substance Abuse Services (Yes/No)? (Page#) ,,BEH_HEALTH_SUB_ABUSE_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, list the applicable codes or code ranges ",Behavioral Health & Substance Abuse Codes or Code Range ,BEH_HEALTH_SUB_ABUSE_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe how these codes are reimbursed",Behavioral Health & Substance Abuse Reimbursement Methodology,BEH_HEALTH_SUB_ABUSE_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe schedule name",,BEH_HEALTH_SUB_ABUSE_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe schedule reference year or version",,BEH_HEALTH_SUB_ABUSE_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe reimbursement rate",,BEH_HEALTH_SUB_ABUSE_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Ophthalmology & Vision Services (Yes/No)?,Ophthalmology & Vision Services Carve Out (Y/N)?,OPHTHAMOLOGY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Ophthalmology & Vision Services (Yes/No)? (Page#) ,,OPHTHAMOLOGY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Ophthalmology & Vision Services, list the applicable codes or code ranges ",Ophthalmology & Vision Services Codes or Code Range ,OPHTHAMOLOGY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Ophthalmology & Vision Services, describe how these codes are reimbursed",Ophthalmology & Vision Services Reimbursement Methodology,OPHTHAMOLOGY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Ophthalmology & Vision Services, describe schedule name",,OPHTHAMOLOGY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Ophthalmology & Vision Services, describe schedule reference year or version",,OPHTHAMOLOGY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Ophthalmology & Vision Services, describe reimbursement rate",,OPHTHAMOLOGY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for never events (Yes/No)?,Never Event Carve Out (Y/N)?,NEVER_EVENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for never events (Yes/No)? (Page#) ,,NEVER_EVENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for never events, list the applicable codes or code ranges ",Never Event Codes or Code Range,NEVER_EVENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for never events, describe how these codes are reimbursed",Never Event Reimbursement Methodology ,NEVER_EVENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for never events, describe schedule name",,NEVER_EVENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for never events, describe schedule reference year or version",,NEVER_EVENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for never events, describe reimbursement rate",,NEVER_EVENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for procedures that are not medically necessary (Yes/No)?,Not Medically Necessary Procedures Carve Out (Y/N)?,NOT_MED_NECESSARY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for procedures that are not medically necessary (Yes/No)? (Page#) ,,NOT_MED_NECESSARY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for procedures that are not medically necessary, list the applicable codes or code ranges ",Not Medically Necessary Codes or Code Range,NOT_MED_NECESSARY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for procedures that are not medically necessary, describe how these codes are reimbursed",Not Medically Necessary Reimbursement Methodology ,NOT_MED_NECESSARY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for procedures that are not medically necessary, describe schedule name",,NOT_MED_NECESSARY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for procedures that are not medically necessary, describe schedule reference year or version",,NOT_MED_NECESSARY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for procedures that are not medically necessary, describe reimbursement rate",,NOT_MED_NECESSARY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for experimental procedures (Yes/No)?,Experimental Procedures Carve Out (Y/N)?,EXPERIMENTAL_PROCEDURES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for experimental procedures (Yes/No)? (Page#) ,,EXPERIMENTAL_PROCEDURES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for experimental procedures, list the applicable codes or code ranges ",Experimental Codes or Code Range,EXPERIMENTAL_PROCEDURES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for experimental procedures, describe how these codes are reimbursed",Experimental Reimbursement Methodology ,EXPERIMENTAL_PROCEDURES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for experimental procedures, describe schedule name",,EXPERIMENTAL_PROCEDURES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for experimental procedures, describe schedule reference year or version",,EXPERIMENTAL_PROCEDURES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for experimental procedures, describe reimbursement rate",,EXPERIMENTAL_PROCEDURES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for investigational procedures (Yes/No)?,Investigational Procedures Carve Out (Y/N)?,INVESTIGATIONAL_PROCEDURES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for investigational procedures (Yes/No)? (Page#) ,,INVESTIGATIONAL_PROCEDURES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for investigational procedures, list the applicable codes or code ranges ",Investigational Codes or Code Range,INVESTIGATIONAL_PROCEDURES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for investigational procedures, describe how these codes are reimbursed",Investigational Reimbursement Methodology ,INVESTIGATIONAL_PROCEDURES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for investigational procedures, describe schedule name",,INVESTIGATIONAL_PROCEDURES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for investigational procedures, describe schedule reference year or version",,INVESTIGATIONAL_PROCEDURES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for investigational procedures, describe reimbursement rate",,INVESTIGATIONAL_PROCEDURES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Unlisted codes (Yes/No)?,Unlisted Codes Carve Out (Y/N)?,UNLISTED_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Unlisted codes (Yes/No)? (Page#) ,,UNLISTED_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Unlisted codes, list the applicable codes or code ranges ",Unlisted Codes or Code Range,UNLISTED_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Unlisted codes, describe how these codes are reimbursed",Unlisted Code Reimbursement Methodology ,UNLISTED_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Unlisted codes, describe schedule name",,UNLISTED_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Unlisted codes, describe schedule reference year or version",,UNLISTED_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Unlisted codes, describe reimbursement rate",,UNLISTED_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Unlisted Codes, describe exceptions",,UNLISTED_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for invalid codes (Yes/No)?,Invalid Codes Carve Out (Y/N)?,INVALID_CODES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for invalid codes (Yes/No)? (Page#) ,,INVALID_CODES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for invalid codes, list the applicable codes or code ranges ",Invalid Codes or Code Range,INVALID_CODES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for invalid codes, describe how these codes are reimbursed",Invalid Code Reimbursement Methodology ,INVALID_CODES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for invalid codes, describe schedule name",,INVALID_CODES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for invalid codes, describe schedule reference year or version",,INVALID_CODES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for invalid codes, describe reimbursement rate",,INVALID_CODES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Durable Medical Equipment (Yes/No)?,Durable Medical Equipment Carve Out (Y/N)?,DME_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Durable Medical Equipment (Yes/No)? (Page#) ,,DME_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Durable Medical Equipment, list the applicable codes or code ranges ",Durable Medical Equipment Codes or Code Range,DME_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Durable Medical Equipment, describe how these codes are reimbursed",Durable Medical Equipment Reimbursement Methodology ,DME_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Durable Medical Equipment, describe schedule name",,DME_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Durable Medical Equipment, describe schedule reference year or version",,DME_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Durable Medical Equipment, describe reimbursement rate",,DME_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Durable Medical Equipment, describe exceptions",,DME_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for prosthetics (Yes/No)?,Prosthetics Carve Out (Y/N)?,PROSTHETICS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for prosthetics (Yes/No)? (Page#) ,,PROSTHETICS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for prosthetics, list the applicable codes or code ranges ",Prosthetics Codes or Code Range,PROSTHETICS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for prosthetics, describe how these codes are reimbursed",Prosthetics Reimbursement Methodology ,PROSTHETICS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for prosthetics, describe schedule name",,PROSTHETICS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for prosthetics, describe schedule reference year or version",,PROSTHETICS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for prosthetics, describe reimbursement rate",,PROSTHETICS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for implants (Yes/No)?,Implants Carve Out (Y/N)?,IMPLANTS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for implants (Yes/No)? (Page#) ,,IMPLANTS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for implants, list the applicable codes or code ranges ",Implants Codes or Code Range,IMPLANTS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for implants, describe how these codes are reimbursed",Implants Reimbursement Methodology ,IMPLANTS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for implants, describe schedule name",,IMPLANTS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for implants, describe schedule reference year or version",,IMPLANTS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for implants, describe reimbursement rate",,IMPLANTS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for implants, describe exceptions",,IMPLANTS_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Hearing Aids & Hearing Services (Yes/No)?,Hearing Aids & Hearing Services Carve Out (Y/N)?,HEARING_AID_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Hearing Aids & Hearing Services (Yes/No)? (Page#) ,,HEARING_AID_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Hearing Aids & Hearing Services, list the applicable codes or code ranges ",Hearing Aids & Hearing Services Codes or Code Range,HEARING_AID_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Hearing Aids & Hearing Services, describe how these codes are reimbursed",Hearing Aids & Hearing Services Reimbursement Methodology ,HEARING_AID_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Hearing Aids & Hearing Services, describe schedule name",,HEARING_AID_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Hearing Aids & Hearing Services, describe schedule reference year or version",,HEARING_AID_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Hearing Aids & Hearing Services, describe reimbursement rate",,HEARING_AID_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for anesthesia (Yes/No)?,Anesthesia Carve Out (Y/N)?,ANESTHESIA_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for anesthesia (Yes/No)? (Page#) ,,ANESTHESIA_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for anesthesia, list the applicable codes or code ranges ",Anesthesia Codes or Code Range,ANESTHESIA_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for anesthesia, describe how these codes are reimbursed",Anesthesia Reimbursement Methodology ,ANESTHESIA_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for anesthesia, describe schedule name",,ANESTHESIA_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for anesthesia, describe schedule reference year or version",,ANESTHESIA_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for anesthesia, describe reimbursement rate",,ANESTHESIA_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for anesthesia, is there a lesser of billed charges clause? (Yes/No)",,ANESTHESIA_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for anesthesia, describe billed charges reimbursement rate",,ANESTHESIA_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for medical pharmacy and/or physician administered drugs (Yes/No)?,Medical Pharmacy Carve Out (Y/N)?,ADMINISTERED_DRUGS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for medical pharmacy and/or physician administered drugs (Yes/No)? (Page#) ,,ADMINISTERED_DRUGS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, list the applicable codes or code ranges ",Medical Pharmacy Codes or Code Range,ADMINISTERED_DRUGS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe how these codes are reimbursed",Medical Reimbursement Methodology ,ADMINISTERED_DRUGS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe schedule name",,ADMINISTERED_DRUGS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe schedule reference year or version",,ADMINISTERED_DRUGS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe reimbursement rate",,ADMINISTERED_DRUGS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe exceptions",,ADMINISTERED_DRUGS_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, is there a lesser of billed charges clause? (Yes/No)",,ADMINISTERED_DRUGS_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe billed charges reimbursement rate",,ADMINISTERED_DRUGS_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for global services (Yes/No)?,Global Services Carve Out (Y/N)?,GLOBAL_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for global services (Yes/No)? (Page#) ,,GLOBAL_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for global services, list the applicable codes or code ranges ",Global Services Codes or Code Range,GLOBAL_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for global services, describe how these codes are reimbursed",Global Services Reimbursement Methodology ,GLOBAL_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for global services, describe schedule name",,GLOBAL_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for global services, describe schedule reference year or version",,GLOBAL_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for global services, describe reimbursement rate",,GLOBAL_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"Does the contract include a carve out for bundled or unbundled codes (e.g., bundling, unbundling) (Yes/No)?",Bundled Services Carve Out (Y/N)?,BUNDLED_UNBUNDLED_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"Does the contract include a carve out for bundled or unbundled codes (e.g., bundling, unbundling) (Yes/No)? (Page#) ",,BUNDLED_UNBUNDLED_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for bundling or unbundling, list the applicable codes or code ranges ",Bundled Services Codes or Code Range,BUNDLED_UNBUNDLED_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for bundling or unbundling, describe how these codes are reimbursed",Bundled Services Reimbursement Methodology ,BUNDLED_UNBUNDLED_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for bundling or unbundling, describe schedule name",,BUNDLED_UNBUNDLED_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for bundling or unbundling, describe schedule reference year or version",,BUNDLED_UNBUNDLED_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for bundling or unbundling, describe reimbursement rate",,BUNDLED_UNBUNDLED_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"Does the contract include a carve out for Multiple Procedure Reductions (i.e., discounted procedures) (Yes/No)?",Reductions Carve Out (Y/N)?,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"Does the contract include a carve out for Multiple Procedure Reductions (i.e., discounted procedures) (Yes/No)? (Page#) ",,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Multiple Procedure Reductions, which types of reductions apply?",Reduced Services Codes or Code Range,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract address Multiple Procedure Reductions, for each type of reduction, what reimbursement methodology applies?",Reduced Services Reimbursement Methodology ,MULTIPLE_PROCEDURE_REDUCTIONS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Multiple Procedure Reductions, describe schedule name",,MULTIPLE_PROCEDURE_REDUCTIONS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract address Multiple Procedure Reductions, describe schedule reference year or version",,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Multiple Procedure Reductions, describe reimbursement rate",,MULTIPLE_PROCEDURE_REDUCTIONS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for second surgeries and/or procedures (Yes/No)?,Second Surgery/Procedure Carve Out (Y/N)?,SECOND_SURGERIES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for second surgeries and/or procedures (Yes/No)? (Page#) ,,SECOND_SURGERIES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for second surgeries and/or procedures, list the applicable codes or code ranges ",Second Surgery/Procedure Codes or Code Range,SECOND_SURGERIES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for second surgeries and/or procedures, describe how these codes are reimbursed",Second Surgery/Procedure Reimbursement Methodology ,SECOND_SURGERIES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for second surgeries and/or procedures, describe schedule name",,SECOND_SURGERIES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for second surgeries and/or procedures, describe schedule reference year or version",,SECOND_SURGERIES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for second surgeries and/or procedures, describe reimbursement rate",,SECOND_SURGERIES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for subsequent surgeries and/or procedures (Yes/No)?,Subsequent Surgery/Procedure Carve Out (Y/N)?,SUBSEQUENT_SURGERIES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for subsequent surgeries and/or procedures (Yes/No)? (Page#) ,,SUBSEQUENT_SURGERIES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for subsequent surgeries and/or procedures, list the applicable codes or code ranges ",Subsequent Surgery/Procedure Codes or Code Range,SUBSEQUENT_SURGERIES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for subsequent surgeries and/or procedures, describe how these codes are reimbursed",Subsequent Surgery/Procedure Reimbursement Methodology ,SUBSEQUENT_SURGERIES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for subsequent surgeries and/or procedures, describe schedule name",,SUBSEQUENT_SURGERIES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for subsequent surgeries and/or procedures, describe schedule reference year or version",,SUBSEQUENT_SURGERIES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for subsequent surgeries and/or procedures, describe reimbursement rate",,SUBSEQUENT_SURGERIES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Mid-Level Professionals (Yes/No)? ,Mid-Level Carve Out (Y/N)?,MID_LEVEL_PROFESSIONAL_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Mid-Level Professionals (Yes/No)? (Page#) ,,MID_LEVEL_PROFESSIONAL_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Mid-Level Professionals, list the applicable codes or code ranges ",Mid-Level Codes or Code Range,MID_LEVEL_PROFESSIONAL_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Mid-Level Professionals, describe how these codes are reimbursed",Mid-Level Reimbursement Methodology ,MID_LEVEL_PROFESSIONAL_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Mid-Level Professionals, describe schedule name",,MID_LEVEL_PROFESSIONAL_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Mid-Level Professionals, describe schedule reference year or version",,MID_LEVEL_PROFESSIONAL_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Mid-Level Professionals, describe reimbursement rate",,MID_LEVEL_PROFESSIONAL_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Technical Component (Yes/No)? ,Technical Component Carve Out (Y/N)?,TECHNICAL_COMPONENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Technical Component (Yes/No)? (Page#) ,,TECHNICAL_COMPONENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Technical Component, list the applicable codes or code ranges ",Technical Component Codes or Code Range,TECHNICAL_COMPONENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Technical Component, describe how these codes are reimbursed",Technical Component Reimbursement Methodology ,TECHNICAL_COMPONENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Technical Component, describe schedule name",,TECHNICAL_COMPONENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Technical Component, describe schedule reference year or version",,TECHNICAL_COMPONENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Technical Component, describe reimbursement rate",,TECHNICAL_COMPONENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Professional Component (Yes/No)? ,Professional Component Carve Out (Y/N)?,PROFESSIONAL_COMPONENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -Does the contract include a carve out for Professional Component (Yes/No)? (Page#) ,,PROFESSIONAL_COMPONENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Professional Component, list the applicable codes or code ranges ",Professional Component Codes or Code Range,PROFESSIONAL_COMPONENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Professional Component, describe how these codes are reimbursed",Professional Component Reimbursement Methodology ,PROFESSIONAL_COMPONENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes a carve out for Professional Component, describe schedule name",,PROFESSIONAL_COMPONENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Professional Component, describe schedule reference year or version",,PROFESSIONAL_COMPONENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Professional Component, describe reimbursement rate",,PROFESSIONAL_COMPONENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, Does the contract include a carve out for Laboratory / Pathology (Yes/No)?,Laboratory / Pathology Carve Out (Y/N)?,LAB_PATHOLOGY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for Laboratory / Pathology (Yes/No)? (Page#) ,,LAB_PATHOLOGY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for Laboratory / Pathology , list the applicable codes or code ranges ",Laboratory / Pathology Codes or Code Range,LAB_PATHOLOGY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for Laboratory / Pathology , describe how these codes are reimbursed",Laboratory / Pathology Reimbursement Methodology ,LAB_PATHOLOGY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Laboratory / Pathology , describe schedule name",,LAB_PATHOLOGY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Laboratory / Pathology , describe schedule reference year or version",,LAB_PATHOLOGY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Laboratory / Pathology , describe reimbursement rate",,LAB_PATHOLOGY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Laboratory / Pathology , is there a lesser of billed charges clause? (Yes/No)",,LAB_PATHOLOGY_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Laboratory / Pathology , describe billed charges reimbursement rate",,LAB_PATHOLOGY_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Laboratory / Pathology , describe exceptions",,LAB_PATHOLOGY_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for Radiology/Imaging Services (Yes/No)?,Radiology/Imaging Carve Out (Y/N)?,RADIOLOGY_IMAGING_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +Does the Reimbursement methodology include lesser of language (Yes/No)?,Lesser Of Language (Y/N)?,LESSER_OF_LANGUAGE_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Always Required ,"PAYMENT ACCURACY +NETWORK" +"If the contract is based on line of business, then list all lines of business. The most common lines of business that contracts cover are Medicare, Medicaid, Commercial, and Marketplace.",Line of Business,CONTRACT_LOB,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,UNIQUE KEY +"If the Primary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate?",Medicaid $ Rate - Primary,PRIMARY_REIMBURSEMENT_MEDICAID_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate?",Medicaid $ Rate - Secondary,SECONDARY_REIMBURSEMENT_MEDICAID_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate?",Medicaid $ Rate - Tertiary,TERTIARY_REIMBURSEMENT_MEDICAID_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does Medicaid agreement allow offshore (Yes/No)?,Medicaid Offshore (Y/N)? ,MEDICAID_ALLOW_OFFSHORE,VARCHAR,,INACTIVE,No,Medicaid Agreement ,,Required Only If Available , +Does the contract include a carve out for medical pharmacy and/or physician administered drugs (Yes/No)?,Medical Pharmacy Carve Out (Y/N)?,ADMINISTERED_DRUGS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for Radiology/Imaging Services (Yes/No)? (Page#) ,,RADIOLOGY_IMAGING_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for Radiology/Imaging Services, list the applicable codes or code ranges ",Radiology/Imaging Codes or Code Range,RADIOLOGY_IMAGING_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, list the applicable codes or code ranges ",Medical Pharmacy Codes or Code Range,ADMINISTERED_DRUGS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Radiology/Imaging Services, describe how these codes are reimbursed",Radiology/Imaging Reimbursement Methodology ,RADIOLOGY_IMAGING_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe how these codes are reimbursed",Medical Reimbursement Methodology ,ADMINISTERED_DRUGS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for Radiology/Imaging Services, describe schedule name",,RADIOLOGY_IMAGING_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Radiology/Imaging Services, describe schedule reference year or version",,RADIOLOGY_IMAGING_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Radiology/Imaging Services, describe reimbursement rate",,RADIOLOGY_IMAGING_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for Radiology / Imaging , describe exceptions",,RADIOLOGY_IMAGING_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for diagnostic services (Yes/No)?,Diagnostic Services Carve Out (Y/N)?,DIAGNOSTIC_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the Primary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate?",Medicare $ Rate - Primary,PRIMARY_REIMBURSEMENT_CMS_MEDICARE_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate?",Medicare $ Rate - Secondary,SECONDARY_REIMBURSEMENT_CMS_MEDICARE_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate?",Medicare $ Rate - Tertiary,TERTIARY_REIMBURSEMENT_CMS_MEDICARE_RATE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does Medicare agreement allow offshore (Yes/No)?,Medicare Offshore (Y/N)? ,MEDICARE_ALLOW_OFSHORE,VARCHAR,E,ACTIVE,No,Medicare Agreement ,,Required Only If Available , +Does the contract include a carve out for Mid-Level Professionals (Yes/No)? ,Mid-Level Carve Out (Y/N)?,MID_LEVEL_PROFESSIONAL_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for diagnostic services (Yes/No)? (Page#) ,,DIAGNOSTIC_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for diagnostic services, list the applicable codes or code ranges ",Diagnostic Services Codes or Code Range,DIAGNOSTIC_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for Mid-Level Professionals, list the applicable codes or code ranges ",Mid-Level Codes or Code Range,MID_LEVEL_PROFESSIONAL_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for diagnostic services, describe how these codes are reimbursed",Diagnostic Services Reimbursement Methodology ,DIAGNOSTIC_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for Mid-Level Professionals, describe how these codes are reimbursed",Mid-Level Reimbursement Methodology ,MID_LEVEL_PROFESSIONAL_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for diagnostic services, describe schedule name",,DIAGNOSTIC_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for diagnostic services, describe schedule reference year or version",,DIAGNOSTIC_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for diagnostic services, describe reimbursement rate",,DIAGNOSTIC_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for pre-admission procedures (Yes/No)? ,Pre-Admission Procedures Carve Out (Y/N)?,PREADMISSION_PROC_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +Does the contract include a carve out for Neonatal Services (Yes/No)?,Neonatal Carve Out (Y/N)?,NEONATAL_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for pre-admission procedures (Yes/No)? (Page#) ,,PREADMISSION_PROC_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for pre-admission procedures, list the applicable codes or code ranges ",Pre-Admission Services Codes or Code Range,PREADMISSION_PROC_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for Neonatal Services, list the applicable codes or code ranges ",Neonatal Codes or Code Range ,NEONATAL_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for pre-admission procedures, describe how these codes are reimbursed",Pre-Admission Services Reimbursement Methodology ,PREADMISSION_PROC_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract includes a carve out for Neonatal Services, describe how these codes are reimbursed",Neonatal Reimbursement Methodology,NEONATAL_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for pre-admissions procedures, how long is the pre-admission window?",Pre-Admission Window,PREADMISSION_PROC_CAREVEOUT_WINDOW,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +"If the contract is based on network type, then list them for each impacted line of business for each specifically listed network.",Network,CONTRACT_NETWORK,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY +Does the contract include a carve out for never events (Yes/No)?,Never Event Carve Out (Y/N)?,NEVER_EVENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for pre-admission procedures, describe schedule name",,PREADMISSION_PROC_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for pre-admissions procedures, describe schedule reference year or version",,PREADMISSION_PROC_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for pre-admission procedures, describe reimbursement rate",,PREADMISSION_PROC_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for never events, list the applicable codes or code ranges ",Never Event Codes or Code Range,NEVER_EVENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for never events, describe how these codes are reimbursed",Never Event Reimbursement Methodology ,NEVER_EVENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for procedures that are not medically necessary, describe how these codes are reimbursed",Not Medically Necessary Reimbursement Methodology ,NOT_MED_NECESSARY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for procedures that are not medically necessary, list the applicable codes or code ranges ",Not Medically Necessary Codes or Code Range,NOT_MED_NECESSARY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for procedures that are not medically necessary (Yes/No)?,Not Medically Necessary Procedures Carve Out (Y/N)?,NOT_MED_NECESSARY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract is numbered, which number is it (e.g., if contract is titled Amendment #1, then enter ""1"")?","Number or Letter Used to Name Amendment, Addendum, Rider, Exhibit, Attachment, Schedule",CONTRACT_NUM,VARCHAR,A,ACTIVE,No,Title or Preamble,Contract ,Required Only If Agreement NOT the Base Contract,"GREEN LIGHT - IF SEQUENCE OF AMENDMENTS OR ADDENDUMS IS MISSING A NUMBER OR LETTER THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNTIL ALL AMENDMENTS AND ADDENDUMS ARE RECEIVED UNIQUE KEY" +Does the contract include a carve out for OB/GYN Services (Yes/No)?,OB/GYN Carve Out (Y/N)?,OBGYN_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for OB/GYN Services, list the applicable codes or code ranges ",OB/GYN Codes or Code Range ,OBGYN_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for OB/GYN Services, describe how these codes are reimbursed",OB/GYN Reimbursement Methodology,OBGYN_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Observation, list the applicable codes or code ranges ",Observation Codes or Code Range ,OBSERVATION_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Observation, describe how these codes are reimbursed",Observation Reimbursement Methodology,OBSERVATION_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Ophthalmology & Vision Services (Yes/No)?,Ophthalmology & Vision Services Carve Out (Y/N)?,OPHTHAMOLOGY_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Ophthalmology & Vision Services, list the applicable codes or code ranges ",Ophthalmology & Vision Services Codes or Code Range ,OPHTHAMOLOGY_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Ophthalmology & Vision Services, describe how these codes are reimbursed",Ophthalmology & Vision Services Reimbursement Methodology,OPHTHAMOLOGY_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +,Other Group Provider Identifiers,PROV_GROUP_OTHER_NUM,VARCHAR,D,ACTIVE,No,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +,Other Individual Provider Identifiers,PROV_OTHER_NUM,VARCHAR,D,ACTIVE,No,"Exhibit, Attachment, or Schedule to contract",Provider ,Required Only If Available ,PDM +"If the contract includes a carve out for outlier provisions, what is the reimbursement method?",Outlier Allowed Amount,OUTLIER_PROVISIONS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does the contract include a carve out for outlier provisions (Yes/No)?,Outlier Provisions (Y/N)?,OUTLIER_PROVISIONS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the contract includes a carve out for outlier provisions, what is the outlier threshold?",Outlier Threshold,OUTLIER_PROVISIONS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"Is the provider contracted to participate in the line of business, network, plan, program for the given provider type?",Participation Status,PROV_PARTICIPATION_STATUS,VARCHAR,A,ACTIVE,Yes,"Derived From Combination of LOB, Network, Metal Level, Service Area, Program and/or Type of Provider Fields ",LOB/Provider Type Specific,Always Required ,UNIQUE KEY +What is the name of the payer that is a party to the contract as stated in the Preamble?,Payer Name per Preamble,PAYER_NAME,VARCHAR,A,ACTIVE,Yes,Preamble ,Payer,Always Required ,"GREEN LIGHT - IF PAYER NAME DOES NOT EQUAL ""CLIENT NAME"" THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION; UNIQUE KEY" +Does the contract include terms for penalties and interest (Yes/No)?,Penalties & Interest (Y/N)?,PENALTIES_INTEREST_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is rate charged for penalties and interest?,Penalties & Interest Rate,PENALTIES_INTEREST_RATE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What triggers computation of penalties and interest?,Penalties & Interest Trigger,PENALTIES_INTEREST_TRIGGER,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the contract is for Marketplace line of business, then list all metal levels , such as platinum, bronze, silver, and gold.",Plan - Metal Level,CONTRACT_MARKETPLACE_METAL_LEVEL,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY +"If the contract is based on service areas, then list each specifically listed area, county, ZIP, etc. for each impacted line of business.",Plan- Service Area,CONTRACT_SERVICE_AREA,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY Does the contract include a carve out for post-discharge procedures (Yes/No)?,Post-Discharge Procedures Carve Out (Y/N)?,POSTDISCHARGE_PROC_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for post-discharge procedures (Yes/No)? (Page#) ,,POSTDISCHARGE_PROC_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for post-discharge procedures, list the applicable codes or code ranges",Post-Discharge Services Codes or Code Range,POSTDISCHARGE_PROC_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for post-discharge procedures, describe how these codes are reimbursed",Post-Discharge Services Reimbursement Methodology ,POSTDISCHARGE_PROC_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for post-discharge procedures, how long is the post-discharge window?",Post-Discharge Window,POSTDISCHARGE_PROC_CARVEOUT_WINDOW,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for post-discharge procedures, describe schedule name",,POSTDISCHARGE_PROC_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for post-discharge procedures, describe schedule reference year or version",,POSTDISCHARGE_PROC_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for post-discharge procedures, describe reimbursement rate",,POSTDISCHARGE_PROC_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for pre-admission procedures (Yes/No)? ,Pre-Admission Procedures Carve Out (Y/N)?,PREADMISSION_PROC_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for pre-admission procedures, list the applicable codes or code ranges ",Pre-Admission Services Codes or Code Range,PREADMISSION_PROC_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for pre-admission procedures, describe how these codes are reimbursed",Pre-Admission Services Reimbursement Methodology ,PREADMISSION_PROC_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for pre-admissions procedures, how long is the pre-admission window?",Pre-Admission Window,PREADMISSION_PROC_CAREVEOUT_WINDOW,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Professional Component (Yes/No)? ,Professional Component Carve Out (Y/N)?,PROFESSIONAL_COMPONENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Professional Component, list the applicable codes or code ranges ",Professional Component Codes or Code Range,PROFESSIONAL_COMPONENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Professional Component, describe how these codes are reimbursed",Professional Component Reimbursement Methodology ,PROFESSIONAL_COMPONENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract is for Medicare or Medicaid line of business, then list the programs for each line of business.",Program,MEDICARE_MEDICAID_LOB,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY +Does the contract include a carve out for prosthetics (Yes/No)?,Prosthetics Carve Out (Y/N)?,PROSTHETICS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for prosthetics, list the applicable codes or code ranges ",Prosthetics Codes or Code Range,PROSTHETICS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for prosthetics, describe how these codes are reimbursed",Prosthetics Reimbursement Methodology ,PROSTHETICS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract is limited to certain Professional specialties, then list each specialty and the line of business it applies to.",Provider Specialty,PROV_SPECIALTYTY,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Required Only If Available ,UNIQUE KEY +Does the contract include a carve out for Radiology/Imaging Services (Yes/No)?,Radiology/Imaging Carve Out (Y/N)?,RADIOLOGY_IMAGING_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Radiology/Imaging Services, list the applicable codes or code ranges ",Radiology/Imaging Codes or Code Range,RADIOLOGY_IMAGING_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Radiology/Imaging Services, describe how these codes are reimbursed",Radiology/Imaging Reimbursement Methodology ,RADIOLOGY_IMAGING_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If contract includes annual rate escalators based on % rate increase, then what is the yearly percentage increase? ",Rate Escalator %,RATE_ESCALATOR_YEARLY_PERCENT_INCREASE,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If contract includes annual rate escalators, on what are they based?",Rate Escalator Basis,RATE_ESCALATOR_BASIS,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK PRICING" +"If contract automatically renews, then does the contract include annual rate escalators for year-over-year rate increases (Yes/No)?",Rate Escalators (Y/N)?,RATE_ESCALATOR_IND,VARCHAR,B,ACTIVE,No,"From Base Contract or from LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider","Discounts, Premiums, Sequestration, Penalties, Interest",Required Only If Available ,"PAYMENT ACCURACY +NETWORK PRICING" Does the contract include a carve out for readmissions (Yes/No)?,Readmissions Carve Out (Y/N)?,READMISSIONS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for readmissions (Yes/No)? (Page#) ,,READMISSIONS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for readmissions, list the applicable codes or code ranges ",Readmissions Codes or Code Range,READMISSIONS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for readmissions, describe how these codes are reimbursed",Readmissions Reimbursement Methodology ,READMISSIONS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for readmissions, how long is the readmission window?",Readmissions Window,READMISSIONS_CAREVEOUT_WINDOW,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -"If the contract includes a carve out for readmissions, describe schedule name",,READMISSIONS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for readmissions, describe schedule reference year or version",,READMISSIONS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, -"If the contract includes a carve out for readmissions, describe reimbursement rate",,READMISSIONS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Multiple Procedure Reductions, which types of reductions apply?",Reduced Services Codes or Code Range,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract address Multiple Procedure Reductions, for each type of reduction, what reimbursement methodology applies?",Reduced Services Reimbursement Methodology ,MULTIPLE_PROCEDURE_REDUCTIONS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Does the contract include a carve out for Multiple Procedure Reductions (i.e., discounted procedures) (Yes/No)?",Reductions Carve Out (Y/N)?,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the primary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount?",Reimbursement $ Rate - Primary,PRIMARY_REIMBURSEMENT_FLAT_FEE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount?",Reimbursement $ Rate - Secondary,SECONDARY_REIMBURSEMENT_FLAT_FEE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount?",Reimbursement $ Rate - Tertiary,TERTIARY_REIMBURSEMENT_FLAT_FEE,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the primary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage?",Reimbursement % Rate - Primary,PRIMARY_REIMBURSEMENT_RATE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage?",Reimbursement % Rate - Secondary,SECONDARY_REIMBURSEMENT_RATE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage?",Reimbursement % Rate - Tertiary,TERTIARY_REIMBURSEMENT_RATE,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"Deprecated - See columns PD, PE, PF + +Are there any carve outs or exceptions to the primary reimbursement methodology?",Reimbursement Exceptions - Primary ,PRIMARY_REIMBURSEMENT_EXCEPTION_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Are there any exceptions to the Secondary reimbursement methodology?,Reimbursement Exceptions - Secondary ,SECONDARY_REIMBURSEMENT_EXCEPTION_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Are there any exceptions to the Tertiary reimbursement methodology?,Reimbursement Exceptions - Tertiary ,TERTIARY_REIMBURSEMENT_EXCEPTION_IND,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the primary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology?",Reimbursement Grouper - Primary ,PRIMARY_REIMBURSEMENT_GROUPER,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Secondary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology?",Reimbursement Grouper - Secondary,SECONDARY_REIMBURSEMENT_GROUPER,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the Tertiary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology?",Reimbursement Grouper - Tertiary,TERTIARY_REIMBURSEMENT_GROUPER,VARCHAR,B,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +What is the primary Reimbursement methodology?,Reimbursement Methodology - Primary,PRIMARY_REIMBURSEMENT_METHODOLOGY,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Always Required ,"PAYMENT ACCURACY +NETWORK" +"If the contract includes lesser of or greater of language, what is the tertiary Reimbursement methodology (if any)?",Reimbursement Methodology - Tertiary,TERTIARY_REIMBURSEMENT_METHODOLOGY,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the contract includes lesser of or greater of language, what is the secondary Reimbursement methodology?",Reimbursement Methodology -Secondary,SECONDARY_REIMBURSEMENT_METHODOLOGY,VARCHAR,B,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Reimbursement Methodology,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does the contract include a carve out for second surgeries and/or procedures (Yes/No)?,Second Surgery/Procedure Carve Out (Y/N)?,SECOND_SURGERIES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for second surgeries and/or procedures, list the applicable codes or code ranges ",Second Surgery/Procedure Codes or Code Range,SECOND_SURGERIES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for second surgeries and/or procedures, describe how these codes are reimbursed",Second Surgery/Procedure Reimbursement Methodology ,SECOND_SURGERIES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does State Marketplace agreement allow offshore (Yes/No)?,State Marketplace Offshore (Y/N)? ,MARKETPLACE_ALLOW_OFFSHORE,VARCHAR,,INACTIVE,No,State Marketplace Agreement ,,Required Only If Available , Does the contract include a carve out for certain Status Indicators (Yes/No)?,Status Indicator Carve Out (Y/N)?,STATUS_INDICATORS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " -Does the contract include a carve out for certain Status Indicators (Yes/No)? (Page#) ,,STATUS_INDICATORS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for certain Status Indicators, list the applicable codes or code ranges ",Status Indicator Codes or Code Range,STATUS_INDICATORS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " "If the contract includes a carve out for certain Status Indicators, describe how these codes are reimbursed",Status Indicator Reimbursement Methodology ,STATUS_INDICATORS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY INTELLIGENT EDITS " +Does the contact include a carve out for stop loss (Yes/No)?,Stop Loss (Y/N)?,STOP_LOSS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the contract includes a carve out for stop loss, what is the percent allowed above the stop loss threshold?",Stop Loss Allowed Amount,STOP_LOSS_CARVEOUT_PERCENT_ALLOWED,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +"If the contract includes a carve out for stop loss, what is the stop loss threshold?",Stop Loss Threshold,STOP_LOSS_CAREVOUT_THRESHOLD,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +NETWORK" +Does the contract include a carve out for subsequent surgeries and/or procedures (Yes/No)?,Subsequent Surgery/Procedure Carve Out (Y/N)?,SUBSEQUENT_SURGERIES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for subsequent surgeries and/or procedures, list the applicable codes or code ranges ",Subsequent Surgery/Procedure Codes or Code Range,SUBSEQUENT_SURGERIES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for subsequent surgeries and/or procedures, describe how these codes are reimbursed",Subsequent Surgery/Procedure Reimbursement Methodology ,SUBSEQUENT_SURGERIES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Technical Component (Yes/No)? ,Technical Component Carve Out (Y/N)?,TECHNICAL_COMPONENT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Technical Component, list the applicable codes or code ranges ",Technical Component Codes or Code Range,TECHNICAL_COMPONENT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Technical Component, describe how these codes are reimbursed",Technical Component Reimbursement Methodology ,TECHNICAL_COMPONENT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Identify the specific date upon which the compensation specific to each line of business terminates.,Termination Date of Pricing Terms,LOB_PRICING_TERMS_TERMINATION_DT,D,A,ACTIVE,No (but please use GDP date format throughout),"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,"GREEN LIGHT - IF DATE IS LESS THAN TODAY'S DATE THEN STOP, DO NOT REVIEW CONTRACT CONFIGURATION UNLESS THERE IS AN EFFECTIVE AMENDMENT UNIQUE KEY" +What is timeline for payer to audit claims per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Claim Audit ,R156,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Overpayment Identification,R164,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Policy Change Notice ,R146,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY +COST AVOIDANCE" +What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Prompt Payment Electronic ,R154,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Payer Prompt Payment Paper ,R152,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Claim Timely Filing ,R148,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Corrected Claim Filing ,R150,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Overpayment Appeal,R166,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Payment Appeal,R158,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Payment Dispute,R160,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT NUMBER)?,Timeline Medicaid Provider Payment Reconsideration,R162,,,INACTIVE,No,Medicaid Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for payer to audit claims per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Claim Audit ,R134,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Overpayment Identification,R142,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Policy Change Notice ,R124,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY +COST AVOIDANCE" +What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Prompt Payment Electronic ,R132,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Payer Prompt Payment Paper ,R130,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Claim Timely Filing ,R126,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Corrected Claim Filing ,R128,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Overpayment Appeal,R144,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Payment Appeal,R136,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT NUMBER) ?,Timeline Medicare Provider Payment Dispute,R138,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT NUMBER)?,Timeline Medicare Provider Payment Reconsideration,R140,,,INACTIVE,No,Medicare Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for payer to audit claims per base agreement (INSERT NUMBER)?,Timeline Payer Claim Audit ,R112,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT NUMBER)?,Timeline Payer Overpayment Identification,R120,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT NUMBER),Timeline Payer Policy Change Notice ,R102,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY +COST AVOIDANCE" +What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT NUMBER)?,Timeline Payer Prompt Payment Electronic ,R110,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT NUMBER)?,Timeline Payer Prompt Payment Paper ,R108,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT NUMEBER)?,Timeline Provider Claim Timely Filing ,R104,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS" +What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT NUMBER)?,Timeline Provider Corrected Claim Filing ,R106,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Overpayment Appeal,R122,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Payment Appeal,R114,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Payment Dispute,R116,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT NUMBER)?,Timeline Provider Payment Reconsideration,R118,,,INACTIVE,No,Base Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for payer to audit claims per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Payer Claim Audit ,R178,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Payer Overpayment Identification,R186,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Payer Policy Change Notice ,R168,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"PAYMENT ACCURACY +COST AVOIDANCE" +Does the contract include a carve out for timeline for payer to implement changes in regulations per LOB Specific agreement?,Timeline State Marketplace Payer Policy Change Notice ,CARVEOUT_IND_IMPLEMENT_POLICY_CHANGE,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Key Dates,Required Only If Available ,"PAYMENT ACCURACY +COST AVOIDANCE" +What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,Timeline State Marketplace Payer Prompt Payment Electronic ,R176,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,Timeline State Marketplace Payer Prompt Payment Paper ,R174,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PREPAY +What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Claim Timely Filing ,R170,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Corrected Claim Filing ,R172,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,PAYMENT ACCURACY +What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Overpayment Appeal,R188,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Payment Appeal,R180,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT NUMBER) ?,Timeline State Marketplace Provider Payment Dispute,R182,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT NUMBER)?,Timeline State Marketplace Provider Payment Reconsideration,R184,,,INACTIVE,No,State Marketplace Agreement ,Key Dates,Required Only If Available ,"APPEALS +INVOICING" +Does the contract include a carve out for Transplant (Yes/No)?,Transplant Carve Out (Y/N)?,TRANSPLANT_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Transplant, list the applicable codes or code ranges ",Transplant Codes or Code Range ,TRANSPLANT_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Transplant, describe how these codes are reimbursed",Transplant Reimbursement Methodology,TRANSPLANT_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Trauma (Yes/No)?,Trauma Carve Out (Y/N)?,TRAUMA_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Trauma, list the applicable codes or code ranges ",Trauma Codes or Code Range ,TRAUMA_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Trauma, describe how these codes are reimbursed",Trauma Reimbursement Methodology,TRAUMA_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"Is the contract related to a Professional, Institutional or Ancillary provider?",Type of Contract,CONTRACT_TYPE,VARCHAR,A,ACTIVE,Yes,AArete Derived from Title or Preamble ,LOB/Provider Type Specific,Always Required ,UNIQUE KEY +"If the contract is based on type of provider, identify each provider type for each line of business. Often the provider type will be found next to the word ""services.""",Type of Provider,PROV_TYPE,VARCHAR,A,ACTIVE,Yes,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",LOB/Provider Type Specific,Always Required ,UNIQUE KEY +"If the contract includes a carve out for Unlisted codes, describe how these codes are reimbursed",Unlisted Code Reimbursement Methodology ,UNLISTED_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +Does the contract include a carve out for Unlisted codes (Yes/No)?,Unlisted Codes Carve Out (Y/N)?,UNLISTED_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +"If the contract includes a carve out for Unlisted codes, list the applicable codes or code ranges ",Unlisted Codes or Code Range,UNLISTED_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY +INTELLIGENT EDITS " +What is the title of the contract? (Page #),,CONTRACT_TITLE_PG,NUMERIC,C,ACTIVE,,,,, +What type of contract or agreement is the document? (Page #),,CONTRACT_HEADER_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract is numbered, which number is it (e.g., if contract is titled Amendment #1, then enter ""1"")? (Page #)",,CONTRACT_NUM_PG,NUMERIC,A,ACTIVE,,,,, +"If this agreement is not the base contract, then what is the title of the associated base contract? (Page#) ",,CONTRACT_BASE_TITLE_PG,NUMERIC,C,ACTIVE,,,,, +"If this agreement is not the base contract, then what is the effective date of the associated base contract? (Page#) ",,CONTRACT_BASE_EFFECTIVE_DT_PG,NUMERIC,C,ACTIVE,,,,, +Is the contract the final version of the contract as evidenced by whether all signature lines in the signatory section of the agreement are signed? (Page#) ,,CONTRACT_SIGNATORY_IND_PG,NUMERIC,A,ACTIVE,,,,, +What is the name of the payer that is a party to the contract as stated in the Preamble? (Page#) ,,PAYER_NAME_PG,NUMERIC,A,ACTIVE,,,,, +What is the name of the Group provider that is a party to the contract as stated in the Preamble? (Page#) ,,PROV_GROUP_NAME_PG,NUMERIC,A,ACTIVE,,,,, +What is the Group provider's taxpayer identification number stated in the Preamble? (Page#) ,,PROV_GROUP_TIN_PG,NUMERIC,A,ACTIVE,,,,, +What is the name of the Group provider that is a party to the contract as stated in the Signatory Section? (Page#) ,,PROV_GROUP_NAME_SIGNATORY_PG,NUMERIC,A,ACTIVE,,,,, +What is the group provider's taxpayer identification number stated in the Signatory Section? (Page#) ,,PROV_GROUP_TIN_SIGNATORY_PG,NUMERIC,A,ACTIVE,,,,, +What is the group provider's national provider identifier number? (Page#) ,,PROV_GROUP_NPI_PG,NUMERIC,A,ACTIVE,,,,, +What is the contact information of the Group provider named in this contract? (Page#) ,,PROV_GROUP_PG,NUMERIC,D,ACTIVE,,,,, +What are the group providers identification numbers other than TIN and NPI? (Page#) ,,PROV_GROUP_NUM_PG,NUMERIC,D,ACTIVE,,,,, +What are the names of other providers associated with this agreement? (Note that amendments are needed to capture TINs added through acquisition/merger) (Page#) ,,PROV_OTHER_PG,NUMERIC,A,ACTIVE,,,,, +What are the provider taxpayer identification numbers for each of the other providers associated with this agreement? (Page#) ,,PROV_TIN_OTHER_PG,NUMERIC,A,ACTIVE,,,,, +What are the provider national provider identifier numbers for each of the other providers associated with this agreement? (Page#) ,,PROV_NPI_OTHER_PG,NUMERIC,A,ACTIVE,,,,, +What is the contact information for each of the other providers associated with this agreement? (Page#) ,,PROV_OTHER_PG,NUMERIC,D,TRANSFORMED,,,,, +What are the individual providers identification numbers other than TIN and NPI? (Page#) ,,PROV_OTHER_NUM_PG,NUMERIC,D,ACTIVE,,,,, +What is individual provider specialty per contract? (Page#) ,,PROV_SPECIALTY_PG,NUMERIC,B,ACTIVE,,,,, +What is individual provider specialty as mapped by AArete? (Page#) ,,,,,INACTIVE,,,,, +What is the contract effective date as stated in Preamble of the agreement? (Page#) ,,CONTRACT_EFFECTIVE_DT_PG,NUMERIC,A,ACTIVE,,,,, +What is the contract effective date as stated in the signatory section of the agreement? (Page#) ,,CONTRACT_EFFECTIVE_DT_SIGNATORY_PG,NUMERIC,A,ACTIVE,,,,, +Are the contract effective dates in the Preamble and the final signatory section consistent? (Page#) ,,R100,,,INACTIVE,,,,, +What is the contract termination date? (Page#) ,,CONTRACT_TERMINATION_DT_PG,NUMERIC,,ACTIVE,,,,, +Does the contract automatically renew (Yes/No)? (Page#) ,,CONTRACT_AUTO_RENEWAL_IND_PG,NUMERIC,,ACTIVE,,,,, +"If contract automatically renews, then what is the length of the renewal term? (Page#) ",,CONTRACT_AUTO_RENEWAL_TERM_LENGTH_PG,NUMERIC,A,ACTIVE,,,,, +"If contract automatically renews, then then what is the adjusted contract termination date? (Page#) ",,R101,,,INACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT UNIT OF MEASURE),,R103,,,INACTIVE,,,,, +Concat - What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT NUMBER),,PAYER_POLICY_CHANGE_NOTICE_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for payer to give notice of policy changes to provider per base agreement? (INSERT TRIGGER ""FROM"" or ""BEFORE"")",,PAYER_POLICY_CHANGE_NOTICE_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per base agreement? (Page#),,PAYER_POLICY_CHANGE_NOTICE_INFO_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R105,,,INACTIVE,,,,, +Concat - What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT NUMEBER)?,,PROV_CLAIM_TIMELY_FILING_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for provider timely filing of claims submitted to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per base agreement (Page#)?,,PROV_CLAIM_TIMELY_FILING_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT UNIT OF MEASURE)?,,R107,,,INACTIVE,,,,, +Concat - What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for provider to file a corrected claim with the payer per the base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the base agreement (Page#)?,,PROV_CORRECTED_CLAIM_FILING_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT UNIT OF MEASURE)?,,R109,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT NUMBER)?,,PAYER_PROMPT_PAY_PAPER_CLAIM_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for payer to prompt pay paper claims to the provider per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_PROMPT_PAY_PAPER_CLAIM_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per base agreement (Page#)?,,PAYER_PROMPT_PAY_PAPER_CLAIM_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT UNIT OF MEASURE)?,,R111,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT NUMBER)?,,PAYER_PROMPT_PAY_ELECTRONIC_CLAIM_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for payer to prompt pay electronic claims to the provider per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_PROMPT_PAY_ELECTRONIC_CLAIM_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per base agreement (Page#)?,,PAYER_PROMPT_PAY_ELECTRONIC_CLAIM_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for payer to audit claims per base agreement (INSERT UNIT OF MEASURE)?,,R113,,,INACTIVE,,,,, +Concat - What is timeline for payer to audit claims per base agreement (INSERT NUMBER)?,,PAYER_AUDIT_CLAIM_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for payer to audit claims per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_AUDIT_CLAIM_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for payer to audit claims per base agreement (Page#)?,,PAYER_AUDIT_CLAIM_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R115,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_APPEAL_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for provider to submit a payment appeal to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_APPEAL_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per base agreement (Page#)?,,PROV_SUBMIT_PAYMENT_APPEAL_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R117,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_DISPUTE_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for provider to submit a payment dispute to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_DISPUTE_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per base agreement (Page#)?,,PROV_SUBMIT_PAYMENT_DISPUTE_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R119,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_TIMELINE,VARCHAR,,ACTIVE,,,,, +"What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_RECONSIDERATION_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per base agreement (Page#)?,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT UNIT OF MEASURE)?,,R121,,,INACTIVE,,,,, +Concat - What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT NUMBER)?,,PAYER_IDENTIFY_OVERPAYMENT_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for payer to identify overpayments in paid claims per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_IDENTIFY_OVERPAYMENT_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per base agreement (Page#)?,,PAYER_IDENTIFY_OVERPAYMENT_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT UNIT OF MEASURE)?,,R123,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT NUMBER)?,,PROV_SUBMIT_OVERPAYMENT_APPEAL_TIMELINE,VARCHAR,E,ACTIVE,,,,, +"What is timeline for provider to submit an overpayment appeal to the payer per base agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_OVERPAYMENT_APPEAL_INFO,VARCHAR,E,ACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per base agreement (Page#)?,,PROV_SUBMIT_OVERPAYMENT_APPEAL_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT UNIT OF MEASURE)?,,R125,,,INACTIVE,,,,, +Concat - What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT NUMBER)?,,PAYER_NOTICE_POLICY_CHANGE_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to give notice of policy changes to provider per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_NOTICE_POLICY_CHANGE_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per Medicare agreement (Page#)?,,PAYER_NOTICE_POLICY_CHANGE_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R127,,,INACTIVE,,,,, +Concat - What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_CLAIM_TIMELY_FILING_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per Medicare agreement (Page#)?,,PROV_CLAIM_TIMELY_FILING_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT UNIT OF MEASURE)?,,R129,,,INACTIVE,,,,, +Concat - What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the Medicare agreement (Page#)?,,PROV_CORRECTED_CLAIM_FILING_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT UNIT OF MEASURE)?,,R131,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per Medicare agreement (Page#?,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT UNIT OF MEASURE)?,,R133,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per Medicare agreement (Page#)?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to audit claims per Medicare agreement (INSERT UNIT OF MEASURE)?,,R135,,,INACTIVE,,,,, +Concat - What is timeline for payer to audit claims per Medicare agreement (INSERT NUMBER)?,,PAYER_CLAIM_AUDIT_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to audit claims per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_CLAIM_AUDIT_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to audit claims per Medicare agreement? (Page#) ,,PAYER_CLAIM_AUDIT_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R137,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_APPEAL_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_APPEAL_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per Medicare agreement (INSERT NUMBER)? (Page#) ,,PROV_SUBMIT_PAYMENT_APPEAL_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT UNIT OF MEASURE) ?,,R139,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT NUMBER) ?,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment dispute to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per Medicare agreement ? (Page#) ,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICARE_P,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R141,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_RECONSIDERATION_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per Medicare agreement? (Page#) ,,PROV_SUBMIT_PAYMENT_RECONSIDERATION_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT UNIT OF MEASURE)?,,R143,,,INACTIVE,,,,, +Concat - What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_IDENTIFICATION_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to identify overpayments in paid claims per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_OVERPAYMENT_IDENTIFICATION_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per Medicare agreement? (Page#) ,,PROV_OVERPAYMENT_IDENTIFICATION_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT UNIT OF MEASURE)?,,R145,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_APPEAL_MEDICARE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_OVERPAYMENT_APPEAL_MEDICARE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per Medicare agreement? (Page#) ,,PROV_OVERPAYMENT_APPEAL_MEDICARE_PG,NUMERIC,,INACTIVE,,,,, +Does Medicare agreement allow offshore (Yes/No)? (Page#) ,,MEDICARE_ALLOW_OFFSHORE_PG,NUMERIC,E,ACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R147,,,INACTIVE,,,,, +Concat - What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT NUMBER)?,,PAYER_NOTICE_POLICY_CHANGE_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to give notice of policy changes to provider per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_NOTICE_POLICY_CHANGE_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per Medicaid agreement? (Page#) ,,PAYER_NOTICE_POLICY_CHANGE_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R149,,,INACTIVE,,,,, +Concat - What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_CLAIM_TIMELY_FILING_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per Medicaid agreement? (Page#) ,,PROV_CLAIM_TIMELY_FILING_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT UNIT OF MEASURE)?,,R151,,,INACTIVE,,,,, +Concat - What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the Medicaid agreement? (Page#) ,,PROV_CORRECTED_CLAIM_FILING_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R153,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per Medicaid agreement? (Page#) ,,PROV_PROMPT_PAY_PAPER_CLAIM_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R155,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT NUMBER)?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per Medicaid agreement? (Page#) ,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to audit claims per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R157,,,INACTIVE,,,,, +Concat - What is timeline for payer to audit claims per Medicaid agreement (INSERT NUMBER)?,,PROV_CLAIM_AUDIT_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to audit claims per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_AUDIT_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to audit claims per Medicaid agreement? (Page#) ,,PROV_CLAIM_AUDIT_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R159,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_PAYMENT_APPEAL_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_APPEAL_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per Medicaid agreement? (Page#) ,,PROV_PAYMENT_APPEAL_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R161,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per Medicaid agreement ? (Page#) ,,PROV_SUBMIT_PAYMENT_DISPUTE_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R163,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_PAYMENT_RECONSIDERATION_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_RECONSIDERATION_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per Medicaid agreement? (Page#) ,,PROV_PAYMENT_RECONSIDERATION_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R165,,,INACTIVE,,,,, +Concat - What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT NUMBER)?,,PROV_IDENTIFY_OVERPAYMENTS_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to identify overpayments in paid claims per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_IDENTIFY_OVERPAYMENTS_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per Medicaid agreement? (Page#) ,,PROV_IDENTIFY_OVERPAYMENTS_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT UNIT OF MEASURE)?,,R167,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_APPEAL_MEDICAID_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_OVERPAYMENT_APPEAL_MEDICAID_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per Medicaid agreement? (Page#) ,,PROV_OVERPAYMENT_APPEAL_MEDICAID_PG,NUMERIC,,INACTIVE,,,,, +Does Medicaid agreement allow offshore (Yes/No)? (Page#) ,,MEDICAID_ALLOW_OFFSHORE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R169,,,INACTIVE,,,,, +Concat - What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT NUMBER)?,,PAYER_NOTICE_POLICY_CHANGE_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PAYER_NOTICE_POLICY_CHANGE_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to give notice of policy changes to provider per State Marketplace agreement? (Page#) ,,PAYER_NOTICE_POLICY_CHANGE_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R171,,,INACTIVE,,,,, +Concat - What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_CLAIM_TIMELY_FILING_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_TIMELY_FILING_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider timely filing of claims submitted to the payer per State Marketplace agreement? (Page#) ,,PROV_CLAIM_TIMELY_FILING_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R173,,,INACTIVE,,,,, +Concat - What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT NUMBER)?,,PROV_CORRECTED_CLAIM_FILING_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CORRECTED_CLAIM_FILING_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to file a corrected claim with the payer per the State Marketplace agreement? (Page#) ,,PROV_CORRECTED_CLAIM_FILING_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT UNIT OF MEASURE) ?,,R175,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,,PROV_PROMPT_PAY_PAPER_CLAIM_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_PROMPT_PAY_PAPER_CLAIM_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to prompt pay paper claims to the provider per State Marketplace agreement? (Page#) ,,PROV_PROMPT_PAY_PAPER_CLAIM_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT UNIT OF MEASURE) ?,,R177,,,INACTIVE,,,,, +Concat - What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT NUMBER) ?,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to prompt pay electronic claims to the provider per State Marketplace agreement? (Page#) ,,PROV_PROMPT_PAY_ELECTRONIC_CLAIM_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to audit claims per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R179,,,INACTIVE,,,,, +Concat - What is timeline for payer to audit claims per State Marketplace agreement (INSERT NUMBER)?,,PROV_CLAIM_AUDIT_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to audit claims per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_CLAIM_AUDIT_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to audit claims per State Marketplace agreement? (Page#) ,,PROV_CLAIM_AUDIT_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R181,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_PAYMENT_APPEAL_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_APPEAL_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment appeal to the payer per State Marketplace agreement? (Page#) ,,PROV_PAYMENT_APPEAL_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE) ?,,R183,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT NUMBER) ?,,PROV_PAYMENT_DISPUTE_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"") ?",,PROV_PAYMENT_DISPUTE_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment dispute to the payer per State Marketplace agreement ? (Page#) ,,PROV_PAYMENT_DISPUTE_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R185,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_PAYMENT_RECONSIDERATION_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_PAYMENT_RECONSIDERATION_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit a payment reconsideration request to the payer per State Marketplace agreement? (Page#) ,,PROV_PAYMENT_RECONSIDERATION_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT UNIT OF MEASURE)?,,R187,,,INACTIVE,,,,, +Concat - What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT NUMBER)?,,PROV_IDENTIFY_OVERPAYMENT_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"")?",,PROV_IDENTIFY_OVERPAYMENT_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for payer to identify overpayments in paid claims per State Marketplace agreement? (Page#) ,,PROV_IDENTIFY_OVERPAYMENT_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT UNIT OF MEASURE )?,,R189,,,INACTIVE,,,,, +Concat - What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT NUMBER)?,,PROV_OVERPAYMENT_APPEAL_MARKETPLACE_TIMELINE,VARCHAR,,INACTIVE,,,,, +"What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement (INSERT TRIGGER ""FROM"" OR ""BEFORE"" )?",,PROV_OVERPAYMENT_APPEAL_MARKETPLACE_INFO,VARCHAR,,INACTIVE,,,,, +What is timeline for provider to submit an overpayment appeal to the payer per State Marketplace agreement? (Page#) ,,PROV_OVERPAYMENT_APPEAL_MARKETPLACE_PG,NUMERIC,,INACTIVE,,,,, +Does State Marketplace agreement allow offshore (Yes/No)? (Page#) ,,MARKETPLACE_ALLOW_OFSHORE_PG,NUMERIC,,INACTIVE,,,,, +What is start date of line of business specific compensation exhibit? (Page#) ,,LOB_PRICING_TERMS_EFFECTIVE_DT_PG,NUMERIC,A,ACTIVE,,,,, +What is termination date of line of business specific compensation exhibit? (Page#) ,,LOB_PRICING_TERMS_TERMINATION_DT_PG,NUMERIC,A,ACTIVE,,,,, +"Is the contract related to a Professional, Institutional or Ancillary provider? (Page#) ",,CONTRACT_TYPE_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract is based on line of business, then create one row for each line of business (Page#) ",,CONTRACT_LOB_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract is based on network type, then create one row within each impacted line of business for each specifically listed network (Page#) ",,CONTRACT_NETWORK_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract if for Marketplace line of business, then create one row within the Marketplace line of business for each specifically listed metal level (Page#) ",,CONTRACT_MARKETPLACE_METAL_LEVEL_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract is based on service areas, then create one row within each impacted line of business for each specifically listed area, county, ZIP, etc. (Page#) ",,CONTRACT_SERVICE_AREA_PG,VARCHAR,A,ACTIVE,,,,, +"If the contract is for Medicare or Medicaid line of business, then create one row within each impacted Medicare/Medicaid line of business for each specifically listed program (Page#) ",,MEDICARE_MEDICAID_LOB_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract is based on type of provider, then create one row within each impacted line of business for each specifically listed provider type of place of service (Page#) ",,PROV_TYPE_PG,NUMERIC,A,ACTIVE,,,,, +"If the contract is limited to certain Professional specialties, then create one row within each line of business for each specifically listed specialty (Page#) ",,PROV_SPECIALTYTY_PG,NUMERIC,A,ACTIVE,,,,, +"Is the provider contracted to participate in the line of business, network, plan, program for the given provider type? (Page#) ",,PROV_PARTICIPATION_STATUS_PG,NUMERIC,A,ACTIVE,,,,, +"If contract automatically renews, then does the contract include annual rate escalators for year-over-year rate increases (Yes/No)? (Page#) ",,RATE_ESCALATOR_IND_PG,NUMERIC,B,ACTIVE,,,,, +"If contract includes annual rate escalators, on what are they based? (Page#) ",,RATE_ESCALATOR_BASIS_PG,NUMERIC,B,ACTIVE,,,,, +"If contract includes annual rate escalators based on % rate increase, then what is the yearly percentage increase? (Page#) ",,RATE_ESCALATOR_YEARLY_PERCENT_INCREASE_PG,NUMERIC,B,ACTIVE,,,,, +Does contract include terms for discounts applied to total claim (Yes/No)? (Page#) ,,CLAIM_DISCOUNT_IND_PG,NUMERIC,B,ACTIVE,,,,, +What is claim discount rate? (Page#) ,,CLAIM_DISCOUNT_RATE_PG,NUMERIC,B,ACTIVE,,,,, +What is claim discount start date? (Page#) ,,CLAIM_DISCOUNT_START_DT_PG,NUMERIC,B,ACTIVE,,,,, +What is claim discount termination date? (Page#) ,,CLAIM_DISCOUNT_TERMINATION_DT_PG,NUMERIC,B,ACTIVE,,,,, +Does contract include terms for premiums applied to total claim (Yes/No)? (Page#) ,,CLAIM_PREMIUM_IND_PG,NUMERIC,B,ACTIVE,,,,, +What is claim premium rate? (Page#) ,,CLAIM_PREMIUM_RATE_PG,NUMERIC,B,ACTIVE,,,,, +What is claim premium start date? (Page#) ,,CLAIM_PREMIUM_START_DT_PG,NUMERIC,B,ACTIVE,,,,, +What is claim premium termination date? (Page#) ,,CLAIM_PREMIUM_TERMINATION_DT_PG,NUMERIC,B,ACTIVE,,,,, +Does contract include terms for sequestration amounts applied to total claim (Yes/No)? (Page#) ,,CLAIM_SEQUESTRATION_IND_PG,NUMERIC,B,ACTIVE,,,,, +What is claim sequestration rate? (Page#) ,,CLAIM_SEQUESTRATION_RATE_PG,NUMERIC,B,ACTIVE,,,,, +What is claim sequestration start date? (Page#) ,,CLAIM_SEQUESTRATION_START_DT_PG,NUMERIC,B,ACTIVE,,,,, +What is claim sequestration termination date? (Page#) ,,CLAIM_SEQUESTRATION_TERMINATION_DT_PG,NUMERIC,B,ACTIVE,,,,, +Does the contract include terms for penalties and interest (Yes/No)? (Page#) ,,PENALTIES_INTEREST_IND_PG,NUMERIC,B,ACTIVE,,,,, +What triggers computation of penalties and interest? (Page#) ,,PENALTIES_INTEREST_TRIGGER_PG,NUMERIC,B,ACTIVE,,,,, +What is rate charged for penalties and interest? (Page#) ,,PENALTIES_INTEREST_RATE_PG,NUMERIC,B,ACTIVE,,,,, +What is contract's Chargemaster protection language?,,CONTRACT_CHARGEMASTER_PROTECTION_LANGUAGE,VARCHAR,B,ACTIVE,,,,, +What is contract's Chargemaster protection language? (Page#) ,,CONTRACT_CHARGEMASTER_PROTECTION_LANGUAGE_PG,NUMERIC,B,ACTIVE,,,,, +Does the Reimbursement methodology include lesser of language (Yes/No)? (Page#) ,,LESSER_OF_LANGUAGE_IND_PG,NUMERIC,B,ACTIVE,,,,, +Does the Reimbursement methodology include greater of language (Yes/No)? (Page#) ,,GREATER_OF_LANGUAGE_PG,NUMERIC,B,ACTIVE,,,,, +What is the primary Reimbursement methodology? (Page#) ,,PRIMARY_REIMBURSEMENT_METHODOLOGY_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_PROC_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_REVENUE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations (Page#) ",,PRIMARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_DIAG_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_GROUPER_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_PLACEOFSERVICE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_ADMITTYPE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges (Page#) ",,PRIMARY_REIMBURSEMENT_STATUS_INDICATOR_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the primary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based? (Page#) ",,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE_PG,NUMERIC,B,ACTIVE,,,,, +"If the primary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based? (Page#) ",,PRIMARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION_PG,NUMERIC,B,ACTIVE,,,,, +"If the primary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage? (Page#) ",,PRIMARY_REIMBURSEMENT_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the primary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount? (Page#) ",,PRIMARY_REIMBURSEMENT_FLAT_FEE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate? (Page#) ",,PRIMARY_REIMBURSEMENT_CMS_MEDICARE_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Primary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate? (Page#) ",,PRIMARY_REIMBURSEMENT_MEDICAID_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the primary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology? (Page#) ",,PRIMARY_REIMBURSEMENT_GROUPER_PG,NUMERIC,B,ACTIVE,,,,, +"Deprecated - See columns PD, PE, PF + +Are there any carve outs or exceptions to the primary reimbursement methodology? (Page#) ",,PRIMARY_REIMBURSEMENT_EXCEPTION_IND_PG,NUMERIC,B,ACTIVE,,,,, +Are there any carve outs?,,PRIMARY_REIMBURSEMENT_CARVEOUT_IND,VARCHAR,B,ACTIVE,,,,, +"If there are any exceptions to Primary Reimbursement Methodology, describe exceptions?",,PRIMARY_REIMBURSEMENT_DESCRIBE_EXCEPTION,VARCHAR,B,ACTIVE,,,,, +"If there are any exceptions to Primary Reimbursement Methodology, describe exceptions? ( Page #)",,PRIMARY_REIMBURSEMENT_DESCRIBE_EXCEPTION_PG,NUMERIC,B,ACTIVE,,,,, +"If the contract includes lesser of or greater of language, what is the secondary Reimbursement methodology? (Page#) ",,SECONDARY_REIMBURSEMENT_METHODOLOGY_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_PROC_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_REVENUE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations (Page#) ",,SECONDARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_DIAG_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_GROUPER_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_PLACEOFSERVICE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_ADMITTYPE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges (Page#) ",,SECONDARY_REIMBURSEMENT_STATUS_INDICATOR_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the secondary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based? (Page#) ",,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE_PG,NUMERIC,B,ACTIVE,,,,, +"If the secondary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based? (Page#) ",,SECONDARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage? (Page#) ",,SECONDARY_REIMBURSEMENT_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount? (Page#) ",,SECONDARY_REIMBURSEMENT_FLAT_FEE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate? (Page#) ",,SECONDARY_REIMBURSEMENT_CMS_MEDICARE_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate? (Page#) ",,SECONDARY_REIMBURSEMENT_MEDICAID_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Secondary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology? (Page#) ",,SECONDARY_REIMBURSEMENT_GROUPER_PG,NUMERIC,B,ACTIVE,,,,, +Are there any exceptions to the Secondary reimbursement methodology? (Page#) ,,SECONDARY_REIMBURSEMENT_EXCEPTION_IND_PG,NUMERIC,B,ACTIVE,,,,, +"If the contract includes lesser of or greater of language, what is the tertiary Reimbursement methodology (if any)? (Page#) ",,TERTIARY_REIMBURSEMENT_METHODOLOGY_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Procedure Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_PROC_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Revenue Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_REVENUE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Revenue/ Procedure code combinations, then list the applicable code combinations (Page#) ",,TERTIARY_REIMBURSEMENT_PROC_REVENUE_CODE_COMBO_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Diagnosis Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_DIAG_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Grouper Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_GROUPER_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Place of Service Codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_PLACEOFSERVICE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Admit Type codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_ADMITTYPE_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary Reimbursement methodology is based on Status Indicator codes, then list the applicable codes or code ranges (Page#) ",,TERTIARY_REIMBURSEMENT_STATUS_INDICATOR_CODES_PG,NUMERIC,B,ACTIVE,,,,, +"If the tertiary reimbursement methodology is based on a Fee Schedule, what is the name of the fee schedule on which it is based? (Page#) ",,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE_PG,NUMERIC,B,ACTIVE,,,,, +"If the tertiary reimbursement methodology is based on a Fee Schedule, on which fee schedule VERSION is it based? (Page#) ",,TERTIARY_REIMBURSEMENT_FEE_SCHEDULE_VERSION_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary reimbursement methodology is based on Billed Charges, Fee Schedule, Cost Plus, AWP, or other percentage rate, what is the reimbursed percentage? (Page#) ",,TERTIARY_REIMBURSEMENT_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary reimbursement methodology is based on a fee for service, flat rate, all-inclusive rate, episode of care rate, case rate, per diem rate, or other dollar rate, what is the reimbursed dollar amount? (Page#) ",,TERTIARY_REIMBURSEMENT_FLAT_FEE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary reimbursement is based on codes listed on the CMS fee schedule, what is the comparable Medicare fee schedule rate? (Page#) ",,TERTIARY_REIMBURSEMENT_CMS_MEDICARE_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary reimbursement is based on codes listed on the the State Medicaid fee schedule, what is the comparable Medicaid fee schedule rate? (Page#) ",,TERTIARY_REIMBURSEMENT_MEDICAID_RATE_PG,NUMERIC,B,ACTIVE,,,,, +"If the Tertiary reimbursement methodology is based on a grouper rate, what is the applicable grouper methodology? (Page#) ",,TERTIARY_REIMBURSEMENT_GROUPER_PG,NUMERIC,B,ACTIVE,,,,, +Are there any exceptions to the Tertiary reimbursement methodology? (Page#) ,,TERTIARY_REIMBURSEMENT_EXCEPTION_IND_PG,NUMERIC,B,ACTIVE,,,,, +Does the contract include a carve out for timeline for payer to implement changes in regulations per LOB Specific agreement? (Page#) ,,CARVEOUT_IND_IMPLEMENT_POLICY_CHANGE_PG,NUMERIC,F,ACTIVE,,,,, +Does the contract include a carve out for Emergency Department (Yes/No)? (Page#) ,,EMERGENCY_DEPARTMENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Emergency Department, describe schedule name",,EMERGENCY_DEPARTMENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Emergency Department, describe reference year or version",,EMERGENCY_DEPARTMENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Emergency Department, describe describe reimbursement rate",,EMERGENCY_DEPARTMENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Observation Codes(Yes/No)?,,OBSERVATION_CAREVEOUT_IND,VARCHAR,F,ACTIVE,,,,, +Does the contract include a carve out for Observation Codes(Yes/No)? (Page#) ,,OBSERVATION_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Observation, describe schedule name",,OBSERVATION_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Observation, describe schedule reference year or version",,OBSERVATION_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Observation, describe reimbursement rate",,OBSERVATION_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Ambulatory Surgery (Yes/No)? (Page#) ,,AMBULATORY_SURGERY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Ambulatory Surgery, describe schedule name",,AMBULATORY_SURGERY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Ambulatory Surgery, describe schedule reference year or version",,AMBULATORY_SURGERY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Ambulatory Surgery, describe reimbursement rate",,AMBULATORY_SURGERY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Intensive Care Unit (Yes/No)? (Page#) ,,INTENSIVE_CARE_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Intensive Care Unit, describe schedule name",,INTENSIVE_CARE_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Intensive Care Unit, describe schedule reference year or version",,INTENSIVE_CARE_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Intensive Care Unit, describe reimbursement rate",,INTENSIVE_CARE_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Trauma (Yes/No)? (Page#) ,,TRAUMA_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Trauma, describe schedule name",,TRAUMA_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Trauma, describe schedule reference year or version",,TRAUMA_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Trauma, describe reimbursement rate",,TRAUMA_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Cancer (Yes/No)? (Page#) ,,CANCER_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Cancer, describe schedule name",,CANCER_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Cancer, describe schedule reference year or version",,CANCER_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Cancer, describe reimbursement rate",,CANCER_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for HIV (Yes/No)? (Page#) ,,HIV_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for HIV, describe schedule name",,HIV_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for HIV, describe schedule reference year or version",,HIV_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for HIV, describe reimbursement rate",,HIV_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Major Joint Replacement (Yes/No)? (Page#) ,,JOINT_REPLACE_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Major Joint Replacement, describe schedule name",,JOINT_REPLACE_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Major Joint Replacement, describe schedule reference year or version",,JOINT_REPLACE_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Major Joint Replacement, describe reimbursement rate",,JOINT_REPLACE_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Transplant (Yes/No)? (Page#) ,,TRANSPLANT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Transplant, describe schedule name",,TRANSPLANT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Transplant, describe schedule reference year or version",,TRANSPLANT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Transplant, describe reimbursement rate",,TRANSPLANT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for OB/GYN Services (Yes/No)? (Page#) ,,OBGYN_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for OB/GYN Services, describe schedule name",,OBGYN_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for OB/GYN Services, describe schedule reference year or version",,OBGYN_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for OB/GYN Services, describe reimbursement rate",,OBGYN_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for OB/GYN Services, is there a lesser of billed charges clause? (Yes/No)",,OBGYN_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for OB/GYN Services, describe billed charges reimbursement rate",,OBGYN_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for OB/GYN, describe exceptions",,OBGYN_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Neonatal Services (Yes/No)? (Page#) ,,NEONATAL_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Neonatal Services, describe schedule name",,NEONATAL_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Neonatal Services, describe schedule reference year or version",,NEONATAL_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Neonatal Services, describe reimbursement rate",,NEONATAL_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Behavioral Health & Substance Abuse Services (Yes/No)? (Page#) ,,BEH_HEALTH_SUB_ABUSE_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe schedule name",,BEH_HEALTH_SUB_ABUSE_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe schedule reference year or version",,BEH_HEALTH_SUB_ABUSE_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Behavioral Health & Substance Abuse Services, describe reimbursement rate",,BEH_HEALTH_SUB_ABUSE_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Ophthalmology & Vision Services (Yes/No)? (Page#) ,,OPHTHAMOLOGY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Ophthalmology & Vision Services, describe schedule name",,OPHTHAMOLOGY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Ophthalmology & Vision Services, describe schedule reference year or version",,OPHTHAMOLOGY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Ophthalmology & Vision Services, describe reimbursement rate",,OPHTHAMOLOGY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for never events (Yes/No)? (Page#) ,,NEVER_EVENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for never events, describe schedule name",,NEVER_EVENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for never events, describe schedule reference year or version",,NEVER_EVENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for never events, describe reimbursement rate",,NEVER_EVENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for procedures that are not medically necessary (Yes/No)? (Page#) ,,NOT_MED_NECESSARY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for procedures that are not medically necessary, describe schedule name",,NOT_MED_NECESSARY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for procedures that are not medically necessary, describe schedule reference year or version",,NOT_MED_NECESSARY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for procedures that are not medically necessary, describe reimbursement rate",,NOT_MED_NECESSARY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for experimental procedures (Yes/No)? (Page#) ,,EXPERIMENTAL_PROCEDURES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for experimental procedures, describe schedule name",,EXPERIMENTAL_PROCEDURES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for experimental procedures, describe schedule reference year or version",,EXPERIMENTAL_PROCEDURES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for experimental procedures, describe reimbursement rate",,EXPERIMENTAL_PROCEDURES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for investigational procedures (Yes/No)? (Page#) ,,INVESTIGATIONAL_PROCEDURES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for investigational procedures, describe schedule name",,INVESTIGATIONAL_PROCEDURES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for investigational procedures, describe schedule reference year or version",,INVESTIGATIONAL_PROCEDURES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for investigational procedures, describe reimbursement rate",,INVESTIGATIONAL_PROCEDURES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Unlisted codes (Yes/No)? (Page#) ,,UNLISTED_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Unlisted codes, describe schedule name",,UNLISTED_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Unlisted codes, describe schedule reference year or version",,UNLISTED_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Unlisted codes, describe reimbursement rate",,UNLISTED_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Unlisted Codes, describe exceptions",,UNLISTED_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for invalid codes (Yes/No)? (Page#) ,,INVALID_CODES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for invalid codes, describe schedule name",,INVALID_CODES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for invalid codes, describe schedule reference year or version",,INVALID_CODES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for invalid codes, describe reimbursement rate",,INVALID_CODES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Durable Medical Equipment (Yes/No)? (Page#) ,,DME_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Durable Medical Equipment, describe schedule name",,DME_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Durable Medical Equipment, describe schedule reference year or version",,DME_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Durable Medical Equipment, describe reimbursement rate",,DME_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Durable Medical Equipment, describe exceptions",,DME_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for prosthetics (Yes/No)? (Page#) ,,PROSTHETICS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for prosthetics, describe schedule name",,PROSTHETICS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for prosthetics, describe schedule reference year or version",,PROSTHETICS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for prosthetics, describe reimbursement rate",,PROSTHETICS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for implants (Yes/No)? (Page#) ,,IMPLANTS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for implants, describe schedule name",,IMPLANTS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for implants, describe schedule reference year or version",,IMPLANTS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for implants, describe reimbursement rate",,IMPLANTS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for implants, describe exceptions",,IMPLANTS_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Hearing Aids & Hearing Services (Yes/No)? (Page#) ,,HEARING_AID_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Hearing Aids & Hearing Services, describe schedule name",,HEARING_AID_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Hearing Aids & Hearing Services, describe schedule reference year or version",,HEARING_AID_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Hearing Aids & Hearing Services, describe reimbursement rate",,HEARING_AID_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for anesthesia (Yes/No)? (Page#) ,,ANESTHESIA_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for anesthesia, describe schedule name",,ANESTHESIA_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for anesthesia, describe schedule reference year or version",,ANESTHESIA_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for anesthesia, describe reimbursement rate",,ANESTHESIA_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for anesthesia, is there a lesser of billed charges clause? (Yes/No)",,ANESTHESIA_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for anesthesia, describe billed charges reimbursement rate",,ANESTHESIA_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for medical pharmacy and/or physician administered drugs (Yes/No)? (Page#) ,,ADMINISTERED_DRUGS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe schedule name",,ADMINISTERED_DRUGS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe schedule reference year or version",,ADMINISTERED_DRUGS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe reimbursement rate",,ADMINISTERED_DRUGS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe exceptions",,ADMINISTERED_DRUGS_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, is there a lesser of billed charges clause? (Yes/No)",,ADMINISTERED_DRUGS_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for medical pharmacy and/or physician administered drugs, describe billed charges reimbursement rate",,ADMINISTERED_DRUGS_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for global services (Yes/No)? (Page#) ,,GLOBAL_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for global services, describe schedule name",,GLOBAL_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for global services, describe schedule reference year or version",,GLOBAL_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for global services, describe reimbursement rate",,GLOBAL_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"Does the contract include a carve out for bundled or unbundled codes (e.g., bundling, unbundling) (Yes/No)? (Page#) ",,BUNDLED_UNBUNDLED_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for bundling or unbundling, describe schedule name",,BUNDLED_UNBUNDLED_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for bundling or unbundling, describe schedule reference year or version",,BUNDLED_UNBUNDLED_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for bundling or unbundling, describe reimbursement rate",,BUNDLED_UNBUNDLED_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"Does the contract include a carve out for Multiple Procedure Reductions (i.e., discounted procedures) (Yes/No)? (Page#) ",,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Multiple Procedure Reductions, describe schedule name",,MULTIPLE_PROCEDURE_REDUCTIONS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract address Multiple Procedure Reductions, describe schedule reference year or version",,MULTIPLE_PROCEDURE_REDUCTIONS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Multiple Procedure Reductions, describe reimbursement rate",,MULTIPLE_PROCEDURE_REDUCTIONS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for second surgeries and/or procedures (Yes/No)? (Page#) ,,SECOND_SURGERIES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for second surgeries and/or procedures, describe schedule name",,SECOND_SURGERIES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for second surgeries and/or procedures, describe schedule reference year or version",,SECOND_SURGERIES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for second surgeries and/or procedures, describe reimbursement rate",,SECOND_SURGERIES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for subsequent surgeries and/or procedures (Yes/No)? (Page#) ,,SUBSEQUENT_SURGERIES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for subsequent surgeries and/or procedures, describe schedule name",,SUBSEQUENT_SURGERIES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for subsequent surgeries and/or procedures, describe schedule reference year or version",,SUBSEQUENT_SURGERIES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for subsequent surgeries and/or procedures, describe reimbursement rate",,SUBSEQUENT_SURGERIES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Mid-Level Professionals (Yes/No)? (Page#) ,,MID_LEVEL_PROFESSIONAL_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Mid-Level Professionals, describe schedule name",,MID_LEVEL_PROFESSIONAL_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Mid-Level Professionals, describe schedule reference year or version",,MID_LEVEL_PROFESSIONAL_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Mid-Level Professionals, describe reimbursement rate",,MID_LEVEL_PROFESSIONAL_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Technical Component (Yes/No)? (Page#) ,,TECHNICAL_COMPONENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Technical Component, describe schedule name",,TECHNICAL_COMPONENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Technical Component, describe schedule reference year or version",,TECHNICAL_COMPONENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Technical Component, describe reimbursement rate",,TECHNICAL_COMPONENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Professional Component (Yes/No)? (Page#) ,,PROFESSIONAL_COMPONENT_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Professional Component, describe schedule name",,PROFESSIONAL_COMPONENT_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Professional Component, describe schedule reference year or version",,PROFESSIONAL_COMPONENT_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Professional Component, describe reimbursement rate",,PROFESSIONAL_COMPONENT_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Laboratory / Pathology (Yes/No)? (Page#) ,,LAB_PATHOLOGY_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Laboratory / Pathology , describe schedule name",,LAB_PATHOLOGY_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Laboratory / Pathology , describe schedule reference year or version",,LAB_PATHOLOGY_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Laboratory / Pathology , describe reimbursement rate",,LAB_PATHOLOGY_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Laboratory / Pathology , is there a lesser of billed charges clause? (Yes/No)",,LAB_PATHOLOGY_CARVEOUT_LESSER_OF_BILLED_IND,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Laboratory / Pathology , describe billed charges reimbursement rate",,LAB_PATHOLOGY_BILLED_CHARGE_REIMBURSEMENT_RATE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Laboratory / Pathology , describe exceptions",,LAB_PATHOLOGY_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for Radiology/Imaging Services (Yes/No)? (Page#) ,,RADIOLOGY_IMAGING_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for Radiology/Imaging Services, describe schedule name",,RADIOLOGY_IMAGING_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Radiology/Imaging Services, describe schedule reference year or version",,RADIOLOGY_IMAGING_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Radiology/Imaging Services, describe reimbursement rate",,RADIOLOGY_IMAGING_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for Radiology / Imaging , describe exceptions",,RADIOLOGY_IMAGING_CARVEOUT_DESCRIBE_EXCEPTIONS,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for diagnostic services (Yes/No)? (Page#) ,,DIAGNOSTIC_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for diagnostic services, describe schedule name",,DIAGNOSTIC_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for diagnostic services, describe schedule reference year or version",,DIAGNOSTIC_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for diagnostic services, describe reimbursement rate",,DIAGNOSTIC_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for pre-admission procedures (Yes/No)? (Page#) ,,PREADMISSION_PROC_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for pre-admission procedures, describe schedule name",,PREADMISSION_PROC_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for pre-admissions procedures, describe schedule reference year or version",,PREADMISSION_PROC_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for pre-admission procedures, describe reimbursement rate",,PREADMISSION_PROC_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for post-discharge procedures (Yes/No)? (Page#) ,,POSTDISCHARGE_PROC_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for post-discharge procedures, describe schedule name",,POSTDISCHARGE_PROC_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for post-discharge procedures, describe schedule reference year or version",,POSTDISCHARGE_PROC_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for post-discharge procedures, describe reimbursement rate",,POSTDISCHARGE_PROC_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for readmissions (Yes/No)? (Page#) ,,READMISSIONS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, +"If the contract includes a carve out for readmissions, describe schedule name",,READMISSIONS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for readmissions, describe schedule reference year or version",,READMISSIONS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, +"If the contract includes a carve out for readmissions, describe reimbursement rate",,READMISSIONS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, +Does the contract include a carve out for certain Status Indicators (Yes/No)? (Page#) ,,STATUS_INDICATORS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, "If the contract includes a carve out for certain Status Indicators, describe schedule name",,STATUS_INDICATORS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes a carve out for certain Status Indicators, describe schedule reference year or version",,STATUS_INDICATORS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes a carve out for certain Status Indicators, describe reimbursement rate",,STATUS_INDICATORS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include a carve out for outlier provisions (Yes/No)?,Outlier Provisions (Y/N)?,OUTLIER_PROVISIONS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" Does the contract include a carve out for outlier provisions (Yes/No)? (Page#) ,,OUTLIER_PROVISIONS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for outlier provisions, what is the outlier threshold?",Outlier Threshold,OUTLIER_PROVISIONS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the contract includes a carve out for outlier provisions, what is the reimbursement method?",Outlier Allowed Amount,OUTLIER_PROVISIONS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" "If the contract includes a carve out for outlier provisions, describe schedule name",,OUTLIER_PROVISIONS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes a carve out for outlier provisions, describe schedule reference year or version",,OUTLIER_PROVISIONS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes a carve out for outlier provisions, describe reimbursement rate",,OUTLIER_PROVISIONS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, @@ -1048,107 +1099,47 @@ NETWORK" OUTLIER FIELDS TO BE POPULATED ,,,VARCHAR,,,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY NETWORK" OUTLIER FIELDS TO BE POPULATED (Page#) ,,,VARCHAR,,,,,,, -Does the contact include a carve out for stop loss (Yes/No)?,Stop Loss (Y/N)?,STOP_LOSS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" Does the contact include a carve out for stop loss (Yes/No)? (Page#) ,,STOP_LOSS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes a carve out for stop loss, what is the stop loss threshold?",Stop Loss Threshold,STOP_LOSS_CAREVOUT_THRESHOLD,VARCHAR,F,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" -"If the contract includes a carve out for stop loss, what is the percent allowed above the stop loss threshold?",Stop Loss Allowed Amount,STOP_LOSS_CARVEOUT_PERCENT_ALLOWED,VARCHAR,G,ACTIVE,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -NETWORK" "If the contract includes a carve out for stop loss, what are the EMS Trauma codes?",,STOP_LOSS_CARVEOUT_EMS_TRAUMA_CODES,VARIANT,G,ACTIVE,,,,, "If the contract includes a carve out for stop loss, what are the EMS Trauma rates?",,STOP_LOSS_CARVEOUT_EMS_TRAUMA_RATES,VARIANT,G,ACTIVE,,,,, STOP LOSS FIELDS TO BE POPULATED ,,,VARCHAR,,,No,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY NETWORK" STOP LOSS FIELDS TO BE POPULATED (Page#) ,,,VARCHAR,,,,,,, -Does the contract include other Vaccine for Children carve outs (Yes/No)?,Client-Specific Carve Out #1 (Y/N),VACCINE_CHILDREN_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " Does the contract include other Vaccine for Children carve outs (Yes/No)? (Page#) ,,VACCINE_CHILDREN_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Vaccine for Children carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #1 Codes or Code Range,VACCINE_CHILDREN_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes Vaccine for Children client-specific carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #1 Reimbursement Methodology,VACCINE_CHILDREN_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Vaccine for Children carve outs, describe schedule name",,VACCINE_CHILDREN_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Vaccine for Children client-specific carve outs, describe schedule reference year or version",,VACCINE_CHILDREN_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Vaccine for Children carve outs, describe reimbursement rate",,VACCINE_CHILDREN_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include Surgical Assist/Assistant carve outs (Yes/No)?,Client-Specific Carve Out #2 (Y/N),SURGICAL_ASSIST_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " Does the contract include Surgical Assist/Assistant carve outs (Yes/No)? (Page#) ,,SURGICAL_ASSIST_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Surgical Assist/Assistant carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #2 Codes or Code Range,SURGICAL_ASSIST_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Surgical Assist/Assistant carve outs, describe how these codes are reimbursed",,SURGICAL_ASSIST_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,,,,, "If the contract includes Surgical Assist/Assistant carve outs, describe schedule name",,SURGICAL_ASSIST_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Surgical Assist/Assistant carve outs, describe schedule reference year or version",,SURGICAL_ASSIST_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Surgical Assist/Assistant carve outs, describe reimbursement rate",,SURGICAL_ASSIST_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"If the contract includes other client-specific carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #2 Reimbursement Methodology,,VARCHAR,,INACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes other client-specific carve outs, describe how these codes are reimbursed (Page#) ",,,VARCHAR,,INACTIVE,,,,, -"Does the contract include Physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs (Yes/No)?",Client-Specific Carve Out #3 (Y/N),PHY_CLINICAL_PSYCHOLOGIST_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "Does the contract include Physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs (Yes/No)? (Page#) ",,PHY_CLINICAL_PSYCHOLOGIST_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #3 Codes or Code Range,PHY_CLINICAL_PSYCHOLOGIST_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #3 Reimbursement Methodology,PHY_CLINICAL_PSYCHOLOGIST_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, describe schedule name",,PHY_CLINICAL_PSYCHOLOGIST_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, describe schedule reference year or version",,PHY_CLINICAL_PSYCHOLOGIST_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes physicians/Clinical Psychologists (MD, DO, PhD, DPN) carve outs, describe reimbursement rate",,PHY_CLINICAL_PSYCHOLOGIST_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"Does the contract include Audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs)carve outs (Yes/No)?",Client-Specific Carve Out #4-25 (Y/N),AUDIO_CHIRO_DIETICIAN_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "Does the contract include Audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs)carve outs (Yes/No)? (Page#) ",,AUDIO_CHIRO_DIETICIAN_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,AUDIO_CHIRO_DIETICIAN_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs), describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,AUDIO_CHIRO_DIETICIAN_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs), describe schedule name",,AUDIO_CHIRO_DIETICIAN_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs), describe schedule reference year or version",,AUDIO_CHIRO_DIETICIAN_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes audiologists, Chiropractors, Registered Dieticians (AUDs, DCs, RDs), describe reimbursement rate",,AUDIO_CHIRO_DIETICIAN_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include Board Certified Behavioral Analyst (BCBA) carve outs (Yes/No)?,Client-Specific Carve Out #4-25 (Y/N),CERT_BH_ANALYST_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " Does the contract include Board Certified Behavioral Analyst (BCBA) carve outs (Yes/No)? (Page#) ,,CERT_BH_ANALYST_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,CERT_BH_ANALYST_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,CERT_BH_ANALYST_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, describe schedule name",,CERT_BH_ANALYST_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, describe schedule reference year or version",,CERT_BH_ANALYST_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Board Certified Behavioral Analyst (BCBA) carve outs, describe reimbursement rate",,CERT_BH_ANALYST_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"Does the contract include Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs (Yes/No)?",Client-Specific Carve Out #4-25 (Y/N),INDEPENDENT_LICENSURES_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "Does the contract include Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs (Yes/No)? (Page#) ",,INDEPENDENT_LICENSURES_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,INDEPENDENT_LICENSURES_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,INDEPENDENT_LICENSURES_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, describe schedule name",,INDEPENDENT_LICENSURES_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, describe schedule reference year or version",,INDEPENDENT_LICENSURES_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Independent Licensures (LPC, LMFT, LISAC, LCSW) carve outs, describe reimbursement rate",,INDEPENDENT_LICENSURES_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include Behavioral Health Outpatient Clinics/Integrated Clinics carve outs (Yes/No)?,Client-Specific Carve Out #4-25 (Y/N),BH_OP_CLINICS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " Does the contract include Behavioral Health Outpatient Clinics/Integrated Clinics carve outs (Yes/No)? (Page#) ,,BH_OP_CLINICS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,BH_OP_CLINICS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,BH_OP_CLINICS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, describe schedule name",,BH_OP_CLINICS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, describe schedule reference year or version",,BH_OP_CLINICS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Behavioral Health Outpatient Clinics/Integrated Clinics carve outs, describe reimbursement rate",,BH_OP_CLINICS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -"Does the contract include Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs (Yes/No)?",Client-Specific Carve Out #4-25 (Y/N),POS_THERAPISTS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "Does the contract include Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs (Yes/No)? (Page#) ",,POS_THERAPISTS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,POS_THERAPISTS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,POS_THERAPISTS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, describe schedule name",,POS_THERAPISTS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, describe schedule reference year or version",,POS_THERAPISTS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Physical, Occupational, Speech Therapists (PTs/OTs/STs) carve outs, describe reimbursement rate",,POS_THERAPISTS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -Does the contract include Transportation Services carve outs (Yes/No)?,Client-Specific Carve Out #4-25 (Y/N),TRANSPORTATION_SVCS_CAREVEOUT_IND,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " Does the contract include Transportation Services carve outs (Yes/No)? (Page#) ,,TRANSPORTATION_SVCS_CAREVEOUT_IND_PG,NUMERIC,F,ACTIVE,,,,, -"If the contract includes Transportation Services carve outs, list the applicable codes or code ranges ",Client-Specific Carve Out #4-25 Codes or Code Range,TRANSPORTATION_SVCS_CAREVOUT_CODES,VARCHAR,F,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " -"If the contract includes Transportation Services carve outs, describe how these codes are reimbursed",Client-Specific Carve Out #4-25 Reimbursement Methodology,TRANSPORTATION_SVCS_CARVEOUT_REIMBURSEMENT_METHODOLOGY,VARCHAR,G,ACTIVE,TBD,"From LOB Specific Exhibit, Attachment, Schedule or Amendment, Addendum, Rider",Carve Outs,Required Only If Available ,"PAYMENT ACCURACY -INTELLIGENT EDITS " "If the contract includes Transportation Services carve outs, describe schedule name",,TRANSPORTATION_SVCS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes Transportation Services carve outs, describe schedule reference year or version",,TRANSPORTATION_SVCS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes Transportation Services carve outs, describe reimbursement rate",,TRANSPORTATION_SVCS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, @@ -1484,8 +1475,6 @@ Does the contract include a carve out for Clinic Visits (Yes/No)? (Page#) ,,CLIN "If the contract includes a carve out for Clinic Visits, describe schedule name",,CLINIC_VISITS_CARVEOUT_SCHEDULE_NAME,VARCHAR,G,ACTIVE,,,,, "If the contract includes a carve out for Clinic Visits, describe reference year or version",,CLINIC_VISITS_CAREVEOUT_SCHEDULE_VERSION,VARCHAR,G,ACTIVE,,,,, "If the contract includes a carve out for Clinic Visits, describe reimbursement rate",,CLINIC_VISITS_CARVEOUT_DESCRIBE,VARCHAR,G,ACTIVE,,,,, -,,,,,,,,,, -,,,,,,,,,, Does the contract include reimbursement language for members who have exhausted Medicare benefits and Medicaid provides benefits?,,REIMBURSEMENT_EXHAUST_MEDI_BENEFITS_IND,VARCHAR,B,ACTIVE,,,,, Does the contract include reimbursement language for members who have exhausted Medicare benefits and Medicaid provides benefits? (Page#) ,,REIMBURSEMENT_EXHAUST_MEDI_BENEFITS_IND_PG,NUMERIC,B,ACTIVE,,,,, "If the contract includes reimbursement language for members who have exhausted Medicare benefits and Medicaid provides benefits, is there lesser of language?",,REIMBURSEMENT_EXHAUST_MEDI_BENEFITS_IS_LESSER_OF,VARCHAR,B,ACTIVE,,,,, diff --git a/streamlit/interface_2.py b/streamlit/interface_2.py index b4464f3..3e4a40d 100644 --- a/streamlit/interface_2.py +++ b/streamlit/interface_2.py @@ -39,19 +39,73 @@ with st.sidebar: # st.write("Doczy") try: - util.setup_page(REDIRECT_URI) + # util.setup_page(REDIRECT_URI) _,c1= st.columns([4,1]) c1.write(f"User: **{st.session_state.user_info['displayName']}**") user_mail = st.session_state.user_info['mail'] except: user_mail = 'maamseek@aarete.com' -def file_selector(folder_path=SOURCE_DIRECTORY): - filenames = os.listdir(folder_path) - selected_filename = st.selectbox('Select a file', filenames, label_visibility = "collapsed") - # return os.path.join(folder_path, selected_filename) - return selected_filename +try: + sf_secrets = json.loads(get_secret()) + conn = snowflake.connector.connect( + user=sf_secrets.get('user'), + password=sf_secrets.get('password'), + account="aarete-doczyai", + role = "DEVADMIN", + warehouse="DEV_XS", + database="DOCZY_DEV", + schema="STG" + ) + cur = conn.cursor() + query = 'select * from "TRAINING_DATA_RAW"' + cur.execute(query) + field_values = pd.DataFrame.from_records(iter(cur), columns=[x[0] for x in cur.description]) + # st.write(field_values) + field_values['Document_Name'] = field_values['DOCUMENT_NAME'] + # field_values['Contract ID'] = field_values['CONTRACT_TITLE'] + # error('table values are incorrect') +except: + field_values = pd.read_csv('contract_field_values.csv', encoding='unicode_escape', skipinitialspace=True) + field_values.rename(columns={'(internal) Document Name': 'Document_Name'}, inplace = True) + # field_values.rename(columns={'(Internal) Carveout ID': 'Contract ID'}, inplace = True) + # st.write("conn failed") +try: + query = 'select * from "PROMPT_CONFIG"' + cur.execute(query) + fields = pd.DataFrame(cur.fetchall()) + fields.rename(columns={'FIELD_DESC': 'Field Name'}, inplace = True) + fields.rename(columns={'PROMPT': 'Interrogation Question?'}, inplace = True) + fields.rename(columns={'GROUP_ID': 'PRIORITY'}, inplace = True) + fields.rename(columns={'FIELD_NAME': 'SF_DB_COL_NAME'}, inplace = True) + fields.rename(columns={'FM_MODEL_ID': 'llm_selected'}, inplace = True) + error('table is empty') +except: + fields = pd.read_csv('contract_fields.csv', encoding='unicode_escape', skipinitialspace=True) + fields = fields.drop_duplicates(subset='Field Name', keep="first").sort_values('Field Name') + fields = fields[~fields['Field Name'].isnull()] + +s3_client = boto3.client('s3', + region_name="us-east-1" +) +bucket = 'doczy-dev-infra-textract' +objects = s3_client.list_objects_v2(Bucket=bucket, Prefix="training-data/contract-text-file/") +file_list = [] +for obj in objects['Contents']: + if not obj['Key'].endswith('/'): + file_list.append(obj['Key']) + +contract_list = sorted(file_list) + +# to be deleted later +contract_list = [contract for contract in contract_list if contract.rsplit('/',1)[1].replace(' MU','').replace('_MU','').replace('.txt','') in list(field_values['Document_Name'])] + +# def file_selector(folder_path=SOURCE_DIRECTORY): +# filenames = os.listdir(folder_path) +# selected_filename = st.selectbox('Select a file', filenames, label_visibility = "collapsed") +# # return os.path.join(folder_path, selected_filename) +# return selected_filename if user_mail in user_list: @@ -60,7 +114,7 @@ if user_mail in user_list: st.write("**Contract Name**") with file_row[1]: # file_name = st.text_input("**Contract Name**", label_visibility = "collapsed") - file_name = file_selector() + file_name = st.selectbox('Select a file', contract_list + ['All'], label_visibility = "collapsed") # lob_row = st.columns([0.2, 0.7, 0.1]) # with lob_row[0]: @@ -84,10 +138,6 @@ if user_mail in user_list: with llm_row[1]: llm_selected = st.selectbox('Langauge Model',('Claude 2', 'Claude Instant', 'Llama 2 Chat 70B' , 'Titan Text Express'), index=1, label_visibility = "collapsed") - - fields = pd.read_csv('contract_fields.csv', encoding='unicode_escape', skipinitialspace=True) - fields = fields.drop_duplicates(subset='Field Name', keep="first").sort_values('Field Name') - fields = fields[~fields['Field Name'].isnull()] if field_group == 'Unique Key': fields = fields[fields['PRIORITY'] == 'A'] @@ -128,10 +178,6 @@ if user_mail in user_list: fields['Interrogation Question?'] = fields['Interrogation Question?'].fillna(' ') field_prompt_mapping = dict(zip(fields['Field Name'], fields['Interrogation Question?'])) - with open(os.path.join(SOURCE_DIRECTORY, file_name), 'r') as infile: - context = infile.read() - # page_count = context.count('Start of Page No. = ') - # Setup bedrock bedrock_runtime = boto3.client( service_name="bedrock-runtime", @@ -169,130 +215,144 @@ if user_mail in user_list: # question_with_schema = f'{question}{OutputList.schema_json()}' question_with_schema = question - if llm_selected == "Titan Text Express": - context = context[:16000] - prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. You must answer in correct JSON format. - # - {context} - # - - Question: {question} - Answer: Answer in JSON format: {{ - """ - parameters = { - "maxTokenCount":512, - "stopSequences":[], - "temperature":0, - "topP":0.9 - } - - body = json.dumps({"inputText": prompt_data, "textGenerationConfig": parameters}) - model_id = "amazon.titan-text-express-v1" # change this to use a different version from the model provider - - elif llm_selected == 'Llama 2 Chat 70B': - context = context[:7000] - prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. You must answer in correct JSON format. - ## - {context} - ## - - Question: {question} - Answer: Answer in JSON format: {{ - """ - payload={ - "prompt":"[INST]"+ prompt_data +"[/INST]", - "max_gen_len":512, - "temperature":0.0, - "top_p":0.9 - } - body=json.dumps(payload) - model_id="meta.llama2-70b-chat-v1" - - elif llm_selected in ['Claude Instant', 'Claude 2']: - - prompt_data = f""" - - Human: Use the following pieces of context to provide a concise answer to the questions at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer. You must answer in JSON format. - - {context} - - Question: {question_with_schema} - - Assistant: Answer in JSON format: {{ - """ - body = json.dumps( - {"prompt": anthropic.HUMAN_PROMPT + prompt_data + anthropic.AI_PROMPT, - "max_tokens_to_sample": 1024, - "temperature":0.0, - "top_p":1, - "top_k":250, - "stop_sequences":[anthropic.HUMAN_PROMPT] - }) - if llm_selected == "Claude 2": - model_id = "anthropic.claude-v2:1" - else: - model_id = "anthropic.claude-instant-v1" - - - # def claude_prompt_format(prompt: str) -> str: - # # Add headers to start and end of prompt - # return "\n\nHuman: " + prompt + "\n\nAssistant:" - - # # Call Claude model - # def call_claude(prompt): - # prompt_config = { - # "prompt": claude_prompt_format(prompt), - # "max_tokens_to_sample": 4096, - # "temperature": 0.5, - # "top_k": 250, - # "top_p": 0.5, - # "stop_sequences": [], - # } - - # body = json.dumps(prompt_config) - - # modelId = "anthropic.claude-instant-v1" - # accept = "application/json" - # contentType = "application/json" - - # response = bedrock_runtime.invoke_model( - # body=body, modelId=modelId, accept=accept, contentType=contentType - # ) - # response_body = json.loads(response.get("body").read()) - - # results = response_body.get("completion") - # return results - - # prompt = SECOND_PROMPT - # result = call_claude(prompt) - # st.write(result) - - df = pd.DataFrame(columns=['Contract Name','Field Name','Snippet','Page Number', - 'Field Extracted Value','Imputed Value']) - # field_list = list(field_prompt_mapping.keys()) - # query_list = [field_prompt_mapping[x] for x in field_list] - # st.write(field_prompt_mapping) - - # st.write(prompt_data) - if st.button("Show Results"): - - response = bedrock_runtime.invoke_model( - body=body, - modelId=model_id, - accept="application/json", - contentType="application/json" - ) - response_body = json.loads(response.get("body").read()) + def run_llm(bucket, file_name, llm_selected, field_values): + # with open(os.path.join(SOURCE_DIRECTORY, file_name), 'r') as infile: + # context = infile.read() + # # page_count = context.count('Start of Page No. = ') + data = s3_client.get_object(Bucket=bucket, Key=file_name) + contents = data['Body'].read() + context = contents.decode("utf-8") if llm_selected == "Titan Text Express": - response_text = response_body.get("results")[0].get("outputText") + context = context[:16000] + prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. You must answer in correct JSON format. + # + {context} + # + + Question: {question} + Answer: Answer in JSON format: {{ + """ + parameters = { + "maxTokenCount":1024, + "stopSequences":[], + "temperature":0, + "topP":0.9 + } + + body = json.dumps({"inputText": prompt_data, "textGenerationConfig": parameters}) + model_id = "amazon.titan-text-express-v1" # change this to use a different version from the model provider + elif llm_selected == 'Llama 2 Chat 70B': - response_text = response_body['generation'] + context = context[:6000] + prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. You must answer in correct JSON format. + ## + {context} + ## + + Question: {question} + Answer: Answer in JSON format: {{ + """ + payload={ + "prompt":"[INST]"+ prompt_data +"[/INST]", + "max_gen_len":1024, + "temperature":0.0, + "top_p":0.9 + } + body=json.dumps(payload) + model_id="meta.llama2-70b-chat-v1" + elif llm_selected in ['Claude Instant', 'Claude 2']: - response_text = response_body['completion'] - - # st.write(response_text) + if llm_selected == 'Claude Instant': + context = context[:150000] + + prompt_data = f""" + + Human: Use the following pieces of context to provide a concise answer to the questions at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer. You must answer in JSON format. + + {context} + + Question: {question_with_schema} + + Assistant: Answer in JSON format: {{ + """ + body = json.dumps( + {"prompt": anthropic.HUMAN_PROMPT + prompt_data + anthropic.AI_PROMPT, + "max_tokens_to_sample": 1024, + "temperature":0.0, + "top_p":1, + "top_k":250, + "stop_sequences":[anthropic.HUMAN_PROMPT] + }) + if llm_selected == "Claude 2": + model_id = "anthropic.claude-v2:1" + else: + model_id = "anthropic.claude-instant-v1" + + + # def claude_prompt_format(prompt: str) -> str: + # # Add headers to start and end of prompt + # return "\n\nHuman: " + prompt + "\n\nAssistant:" + + # # Call Claude model + # def call_claude(prompt): + # prompt_config = { + # "prompt": claude_prompt_format(prompt), + # "max_tokens_to_sample": 4096, + # "temperature": 0.5, + # "top_k": 250, + # "top_p": 0.5, + # "stop_sequences": [], + # } + + # body = json.dumps(prompt_config) + + # modelId = "anthropic.claude-instant-v1" + # accept = "application/json" + # contentType = "application/json" + + # response = bedrock_runtime.invoke_model( + # body=body, modelId=modelId, accept=accept, contentType=contentType + # ) + # response_body = json.loads(response.get("body").read()) + + # results = response_body.get("completion") + # return results + + # prompt = SECOND_PROMPT + # result = call_claude(prompt) + # st.write(result) + + df = pd.DataFrame(columns=['Contract Name','Field Name','Snippet','Page Number', + 'Field Extracted Value','Imputed Value']) + # field_list = list(field_prompt_mapping.keys()) + # query_list = [field_prompt_mapping[x] for x in field_list] + # st.write(field_prompt_mapping) + + # st.write(prompt_data) + + try: + response = bedrock_runtime.invoke_model( + body=body, + modelId=model_id, + accept="application/json", + contentType="application/json" + ) + response_body = json.loads(response.get("body").read()) + + if llm_selected == "Titan Text Express": + response_text = response_body.get("results")[0].get("outputText") + elif llm_selected == 'Llama 2 Chat 70B': + response_text = response_body['generation'] + elif llm_selected in ['Claude Instant', 'Claude 2']: + response_text = response_body['completion'] + + except: + response_text = "failed" + + raw_response_text = response_text response_text = response_text.strip() + try: if response_text.split("{",1)[1].strip()[0] == '"': response_text = "{" + response_text.split("{",1)[1] @@ -336,7 +396,30 @@ if user_mail in user_list: df['Page Number'] = page_no_list # df['Confidence Level'] = ' ' df['Field Extracted Value'] = answer_list - df.to_csv('temp2.csv', index=False) + df = pd.merge(df, fields[['Field Name', 'SF_DB_COL_NAME']], how ='left', on ='Field Name') + + document_name = [x for x in list(field_values['Document_Name']) if not pd.isna(x) and file_name.rsplit('/',1)[1].replace(' MU','').replace( + '_MU','').replace('.txt','') in x][0] + field_values = field_values[field_values['Document_Name'] == document_name].head(1).transpose().reset_index() + field_values.columns = ['SF_DB_COL_NAME', 'Actual Value'] + df = pd.merge(df, field_values, how ='left', on ='SF_DB_COL_NAME') + df = df[['Contract Name','Field Name', 'SF_DB_COL_NAME', 'Snippet','Page Number', 'Field Extracted Value', 'Actual Value','Imputed Value']] + return df, raw_response_text + + raw_response_text = '{"Test value": "Failed to extract"}' + + if st.button("Show Results"): + + if file_name == 'All': + df_1 = pd.DataFrame(columns=['Contract Name','Field Name', 'SF_DB_COL_NAME', 'Snippet','Page Number' + , 'Field Extracted Value', 'Actual Value','Imputed Value']) + for contract in contract_list: + print(contract) + df, raw_response_text = run_llm(bucket, contract, llm_selected, field_values) + df_1 = pd.concat([df_1, df], ignore_index = True) + else: + df_1, raw_response_text = run_llm(bucket, file_name, llm_selected, field_values) + df_1.to_csv('temp2.csv', index=False) df2 = pd.read_csv('temp2.csv') df2['Imputed Value'] = '' @@ -356,6 +439,9 @@ if user_mail in user_list: with buttons[2]: st.button("Kickoff Database Integration") + add_vertical_space(20) + st.write(raw_response_text) + else: st.write("Access Denied") diff --git a/streamlit/interface_3.py b/streamlit/interface_3.py index 389322d..429ec03 100644 --- a/streamlit/interface_3.py +++ b/streamlit/interface_3.py @@ -79,11 +79,11 @@ try: query = 'select * from "PROMPT_CONFIG"' cur.execute(query) fields = pd.DataFrame(cur.fetchall()) - field_values.rename(columns={'FIELD_DESC': 'Field Name'}, inplace = True) - field_values.rename(columns={'PROMPT': 'Interrogation Question?'}, inplace = True) - field_values.rename(columns={'GROUP_ID': 'PRIORITY'}, inplace = True) - field_values.rename(columns={'FIELD_NAME': 'SF_DB_COL_NAME'}, inplace = True) - field_values.rename(columns={'FM_MODEL_ID': 'llm_selected'}, inplace = True) + fields.rename(columns={'FIELD_DESC': 'Field Name'}, inplace = True) + fields.rename(columns={'PROMPT': 'Interrogation Question?'}, inplace = True) + fields.rename(columns={'GROUP_ID': 'PRIORITY'}, inplace = True) + fields.rename(columns={'FIELD_NAME': 'SF_DB_COL_NAME'}, inplace = True) + fields.rename(columns={'FM_MODEL_ID': 'llm_selected'}, inplace = True) error('table is empty') except: fields = pd.read_csv('contract_fields.csv', encoding='unicode_escape', skipinitialspace=True) @@ -144,11 +144,21 @@ if user_mail in user_list: fields['Interrogation Question?'] = fields['Interrogation Question?'].fillna(' ') field_prompt_mapping = dict(zip(fields['Field Name'], fields['Interrogation Question?'])) + mode_row = st.columns([0.15, 0.45, 0.4]) + with mode_row[0]: + st.write("**Mode**") + with mode_row[1]: + mode = st.selectbox('Mode',('Single field', 'Single field - Only Non Empty values', 'Multiple fields'), index=0, label_visibility = "collapsed") + field_row = st.columns([0.15, 0.45, 0.4]) with field_row[0]: - st.write("**Field Name**") + if mode != 'Multiple fields': + st.write("**Field Name**") with field_row[1]: - field = st.selectbox('Field Name',sorted(set(field_prompt_mapping.keys())), index=0, label_visibility = "collapsed") + if mode != 'Multiple fields': + field = st.selectbox('Field Name',sorted(set(field_prompt_mapping.keys())), index=0, label_visibility = "collapsed") + else: + field = sorted(set(field_prompt_mapping.keys())) contract_count_row = st.columns([0.15, 0.45, 0.4]) with contract_count_row[0]: @@ -156,8 +166,6 @@ if user_mail in user_list: with contract_count_row[1]: contract_count = st.selectbox('Contract count',('1', '10', '20', '30', '50', '100', '200', 'All'), index=1, label_visibility = "collapsed") - seed_row = st.columns([0.15, 0.45, 0.4]) - s3_client = boto3.client('s3', region_name="us-east-1" ) @@ -173,10 +181,15 @@ if user_mail in user_list: contract_list = sorted(file_list) # contract_list = sorted(os.listdir(SOURCE_DIRECTORY)) + if mode == 'Single field - Only Non Empty values': + column_name = fields.loc[fields['Field Name'] == field, 'SF_DB_COL_NAME'].iloc[0] + field_values = field_values[~field_values[column_name].isnull()] # to be deleted later contract_list = [contract for contract in contract_list if contract.rsplit('/',1)[1].replace(' MU','').replace('_MU','').replace('.txt','') in list(field_values['Document_Name'])] if contract_count == 'All': contract_count = len(contract_list) + + seed_row = st.columns([0.15, 0.45, 0.4]) with seed_row[0]: if contract_count in ['10', '20', '30', '50', '100', '200']: st.write("**Seed Value**") @@ -187,7 +200,7 @@ if user_mail in user_list: seed_value = st.text_input("**Seed Value**", value = 20, label_visibility = "collapsed") random.seed(seed_value) # contract_list = sorted(random.choices(os.listdir(SOURCE_DIRECTORY), k=int(contract_count))) - contract_list = sorted(random.choices(file_list, k=int(contract_count))) + contract_list = sorted(random.choices(contract_list, k=int(contract_count))) elif contract_count == '1': contract_name = st.selectbox('Contract Name', (contract_list), label_visibility = "collapsed") contract_list = [contract_name] @@ -201,7 +214,10 @@ if user_mail in user_list: , 'Titan Text Express'), index=1, label_visibility = "collapsed") st.write("**Prompt**") - sequence_input = field_prompt_mapping.get(field) + if mode == 'Multiple fields': + sequence_input = json.dumps(field_prompt_mapping) + else: + sequence_input = field_prompt_mapping.get(field) prompt_row = st.columns([0.8, 0.2]) with prompt_row[1]: if st.button("Clear Prompt"): @@ -213,14 +229,15 @@ if user_mail in user_list: prompt = st.text_area("**Prompt**", sequence_input, height = 150, label_visibility = "collapsed") - column_name = fields.loc[fields['Field Name'] == field, 'SF_DB_COL_NAME'].iloc[0] - column_list = ['Document_Name', column_name] - # column_list = ['Document_Name', 'Contract ID', column_name] - if column_name+'_PG' in list(field_values.columns): - column_list.append(column_name+'_PG') - field_values = field_values[column_list] - field_values.rename(columns={'Document_Name': 'Contract Name', column_name: 'Actual Value Stored' - , column_name+'_PG': 'Original Page Number'}, inplace=True) + # column_name = fields.loc[fields['Field Name'] == field, 'SF_DB_COL_NAME'].iloc[0] + # column_list = ['Document_Name', column_name] + # # column_list = ['Document_Name', 'Contract ID', column_name] + # if column_name+'_PG' in list(field_values.columns): + # column_list.append(column_name+'_PG') + # # field_values = field_values[column_list] + # # field_values.rename(columns={'Document_Name': 'Contract Name', column_name: 'Actual Value Stored' + # # , column_name+'_PG': 'Original Page Number'}, inplace=True) + field_values.rename(columns={'Document_Name': 'Contract Name'}, inplace=True) field_values = field_values.drop_duplicates(subset='Contract Name', keep="first").sort_values('Contract Name') # Setup bedrock @@ -229,26 +246,26 @@ if user_mail in user_list: region_name="us-east-1", ) - # df = pd.DataFrame(columns=['Contract Name','Contract ID','Actual Value Stored','New Extracted value','Confidence Level','Snippet', - # 'Original Page Number', 'New Page Number', 'Revised Prompt', 'Result']) - df = pd.DataFrame(columns=['Contract Name','Raw value','New Extracted value','Confidence Level','Snippet','New Page Number' - , 'Revised Prompt', 'Result']) - try: - history = pd.read_csv('history.csv') - except: - history = pd.DataFrame(columns=['Field Name','# Contracts Tested', 'Username', 'Date/Time', 'Accuracy', 'Attempt #']) - - question = prompt question_with_schema = question attempt = 0 + def run_llm(attempt, bucket, contract_list, llm_selected, field_values): - if st.button("Test Configuration"): + # df = pd.DataFrame(columns=['Contract Name','Contract ID','Actual Value Stored','New Extracted value','Confidence Level','Snippet', + # 'Original Page Number', 'New Page Number', 'Revised Prompt', 'Result']) + df = pd.DataFrame(columns=['Contract Name' ,'New Extracted value','Confidence Level','Snippet','New Page Number' + , 'Revised Prompt', 'Result']) + try: + history = pd.read_csv('history.csv') + except: + history = pd.DataFrame(columns=['Field Name','# Contracts Tested', 'Username', 'Date/Time', 'Accuracy', 'Attempt #']) + field_list = [] answer_list = [] snippet_list = [] page_no_list = [] + contract_list_f = [] attempt = attempt + 1 for contract in contract_list: @@ -262,15 +279,15 @@ if user_mail in user_list: # Add Answer in JSON format: {{ if llm_selected == "Titan Text Express": context = context[:16000] - prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. + prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. You must answer in correct JSON format. # {context} # Question: {question} - Answer:""" + Answer: Answer in JSON format: {{""" parameters = { - "maxTokenCount":512, + "maxTokenCount":1024, "stopSequences":[], "temperature":0, "topP":0.9 @@ -281,16 +298,16 @@ if user_mail in user_list: elif llm_selected == 'Llama 2 Chat 70B': context = context[:6000] - prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. + prompt_data = f"""Answer the question based only on the information provided between ## and give step by step guide. You must answer in correct JSON format. ## {context} ## Question: {question} - Answer:""" + Answer: Answer in JSON format: {{""" payload={ "prompt":"[INST]"+ prompt_data +"[/INST]", - "max_gen_len":512, + "max_gen_len":1024, "temperature":0.0, "top_p":0.9 } @@ -299,20 +316,20 @@ if user_mail in user_list: elif llm_selected in ['Claude Instant', 'Claude 2']: if llm_selected == 'Claude Instant': - context = context[:150000] + context = context[:175000] prompt_data = f""" - Human: Use the following pieces of context to provide a concise answer to the questions at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer. + Human: Use the following pieces of context to provide a concise answer to the questions at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer. You must answer in correct JSON format. {context} Question: {question_with_schema} - Assistant:""" + Assistant: Answer in JSON format: {{""" body = json.dumps( {"prompt": anthropic.HUMAN_PROMPT + prompt_data + anthropic.AI_PROMPT, - "max_tokens_to_sample": 100, + "max_tokens_to_sample": 1024, "temperature":0.0, "top_p":1, "top_k":250, @@ -338,84 +355,137 @@ if user_mail in user_list: response_text = response_body['generation'] elif llm_selected in ['Claude Instant', 'Claude 2']: response_text = response_body['completion'] + except: response_text = "failed" - # st.write(response_text) + raw_response_text = response_text + response_text = response_text.strip() + + try: + if response_text.split("{",1)[1].strip()[0] == '"': + response_text = "{" + response_text.split("{",1)[1] + else: + response_text = "{" + response_text + except: + response_text = "{" + response_text + + if len(response_text.split("}",1)) > 1: + if response_text.rsplit("}",1)[0].strip()[-1] == '"': + response_text = response_text.rsplit("}",1)[0] + "}" + else: + response_text = response_text.rstrip(",") + response_text = response_text + "}" + try: - response_text = "{" + response_text.split("{",1)[1] - response_text = response_text.split("}",1)[0] + "}" response_dict = json.loads(response_text) except: - response_dict = {field:response_text} + if mode == 'Multiple fields': + response_dict = {"Test field": "Failed to extract"} + else: + response_dict = {field:response_text.strip("{").strip("}")} - answer = response_dict.get(field, " ") - answer_list.append(answer) - location = context.find(answer) if isinstance(answer, str) and answer != "" else -1 - snippet = ' '.join(context[:location].split()[-25:]) + ' ' + ' '.join(context[location:].split()[:30]) if location != -1 else ' ' - page_no = " " if location == -1 else context[:location].rsplit("Start of Page No. = ", 1)[1] if len(context[:location].rsplit( - "Start of Page No. = ", 1)) > 1 else context[:location].rsplit("Start of Page No. = ", 1)[0] - page_no = re.search(r'\d+', page_no).group() if page_no != " " and re.search(r'\d+', page_no) is not None else "" - snippet_list.append(snippet) - page_no_list.append(page_no) - - df['Raw value'] = answer_list - # post-processing - if 'Date' in field: - date_list = [] - for answer in answer_list: + if mode == 'Multiple fields': + field_l = list(response_dict.keys()) + answer_l = list(response_dict.values()) + else: + field_l = [field] + # answer = response_dict.get(field, " ") try: - extracted_date = dateutil.parser.parse(str(answer).replace('"',''), fuzzy=True).date() + if isinstance(response_dict, dict): + answer_l = list(response_dict.values())[:1] + else: + answer_l = list(response_dict)[:1] except: - extracted_date = " " - date_list.append(extracted_date) - answer_list = date_list - elif llm_selected in ['Llama 2 Chat 13B', 'Llama 2 Chat 70B']: - answer_list = [answer.rstrip(".") for answer in answer_list] - answer_list = [answer if "I don't know" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "N/A" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "does not contain" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "None" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "Not specified in the contract" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "Not applicable" not in str(answer) else " " for answer in answer_list] - elif llm_selected in ['Claude 2', 'Claude Instant']: - answer_list = [answer if "do not have" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "does not specify" not in str(answer) else " " for answer in answer_list] - answer_list = [answer if "does not explicitly" not in str(answer) else " " for answer in answer_list] - answer_list = [answer.rstrip(".") for answer in answer_list] - else: - answer_list = [answer.rstrip(".") for answer in answer_list] - # answer_list = [str(x).rsplit(':',1)[0] if len(str(x).rsplit(':',1)) < 2 else str(x).rsplit(':',1)[1] for x in answer_list] + answer_l = [response_dict] + field_list.extend(field_l) + answer_list.extend(answer_l) + contract_list_f.extend([contract]*len(field_l)) + # location = context.find(answer) if isinstance(answer, str) and answer != "" else -1 + # snippet = ' '.join(context[:location].split()[-25:]) + ' ' + ' '.join(context[location:].split()[:30]) if location != -1 else ' ' + # page_no = " " if location == -1 else context[:location].rsplit("Start of Page No. = ", 1)[1] if len(context[:location].rsplit( + # "Start of Page No. = ", 1)) > 1 else context[:location].rsplit("Start of Page No. = ", 1)[0] + # page_no = re.search(r'\d+', page_no).group() if page_no != " " and re.search(r'\d+', page_no) is not None else "" + location_l = [context.find(answer) if isinstance(answer, str) and answer != "" else -1 for answer in answer_l] + snippet_l = [' '.join(context[:location].split('.')[-4:]) + ' ' + ' '.join(context[location:].split('. ')[:5] + ) if location != -1 else ' ' for location in location_l] + page_no_l = [" " if location == -1 else context[:location].rsplit("Start of Page No. = ", 1)[1] if len(context[:location].rsplit( + "Start of Page No. = ", 1)) > 1 else context[:location].rsplit("Start of Page No. = ", 1)[0] for location in location_l] + # st.write(location_list) + page_no_l = [re.search(r'\d+', page).group() if page != " " and re.search(r'\d+', page) is not None else "" for page in page_no_l] + snippet_list.extend(snippet_l) + page_no_list.extend(page_no_l) + + df['Field Name'] = field_list + # df['Raw value'] = answer_list + # post-processing + # if 'Date' in field: + # date_list = [] + # for answer in answer_list: + # try: + # extracted_date = dateutil.parser.parse(str(answer).replace('"',''), fuzzy=True).date() + # except: + # extracted_date = " " + # date_list.append(extracted_date) + # answer_list = date_list + try: + answer_list = [answer.strip("\n").strip().strip("{").strip("}").strip('"').rstrip('"') for answer in answer_list] + if llm_selected in ['Llama 2 Chat 13B', 'Llama 2 Chat 70B']: + answer_list = [answer.rstrip(".") for answer in answer_list] + answer_list = [answer if "I don't know" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "N/A" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "does not contain" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "None" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "Not specified in the contract" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "Not applicable" not in str(answer) else " " for answer in answer_list] + elif llm_selected in ['Claude 2', 'Claude Instant']: + answer_list = [answer if "do not have" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "does not specify" not in str(answer) else " " for answer in answer_list] + answer_list = [answer if "does not explicitly" not in str(answer) else " " for answer in answer_list] + answer_list = [answer.rstrip(".") for answer in answer_list] + else: + answer_list = [answer.rstrip(".") for answer in answer_list] + # answer_list = [str(x).rsplit(':',1)[0] if len(str(x).rsplit(':',1)) < 2 else str(x).rsplit(':',1)[1] for x in answer_list] + except: + print('post processing failed') - df['Contract ID'] = contract_list + df['Contract ID'] = contract_list_f # to be deleted later - contract_list = [contract.rsplit('/',1)[1].replace(' MU','').replace('_MU','').replace('.txt','') for contract in contract_list] + contract_list_f = [contract.rsplit('/',1)[1].replace(' MU','').replace('_MU','').replace('.txt','') for contract in contract_list_f] - df['Contract Name'] = contract_list + df['Contract Name'] = contract_list_f df['New Extracted value'] = answer_list df['Confidence Level'] = ' ' df['Snippet'] = snippet_list df['New Page Number'] = page_no_list - df['Revised Prompt'] = [prompt] * len(contract_list) + df['Revised Prompt'] = [prompt] * len(contract_list_f) - df = pd.merge(df, field_values, how ='left', on ='Contract Name') + df = pd.merge(df, fields[['Field Name', 'SF_DB_COL_NAME']], how ='left', on ='Field Name') + + field_values_2 = pd.DataFrame(columns=['Contract Name', 'SF_DB_COL_NAME', 'Actual Value Stored']) + for file_name in contract_list: + document_name = [x for x in list(field_values['Contract Name']) if not pd.isna(x) and file_name.rsplit('/',1)[1].replace(' MU','').replace( + '_MU','').replace('.txt','') in x][0] + field_values_1 = field_values[field_values['Contract Name'] == document_name].head(1).transpose().reset_index() + field_values_1.columns = ['SF_DB_COL_NAME', 'Actual Value Stored'] + field_values_1['Contract Name'] = document_name + field_values_2 = pd.concat([field_values_2, field_values_1], ignore_index = True) + df = pd.merge(df, field_values_2, how ='left', on =['Contract Name', 'SF_DB_COL_NAME']) answer_list = list(df['New Extracted value']) - if 'Date' in field: - df['Actual Value Stored'] = pd.to_datetime(df['Actual Value Stored'],errors='coerce').dt.date + # if 'Date' in field: + # df['Actual Value Stored'] = pd.to_datetime(df['Actual Value Stored'],errors='coerce').dt.date df.fillna(" ", inplace=True) actual_value_list = list(df['Actual Value Stored']) result_list = [i==j for i, j in zip(actual_value_list, answer_list)] df['Result'] = [str(x) for x in result_list] df = df[~df['Contract ID'].isnull()] - if 'Original Page Number' in df.columns: - df = df[['Contract Name','Contract ID','Actual Value Stored','Raw value','New Extracted value','Confidence Level' - ,'Snippet','Original Page Number', 'New Page Number', 'Revised Prompt', 'Result']] - else: - df = df[['Contract Name','Contract ID','Actual Value Stored','Raw value','New Extracted value','Confidence Level' - ,'Snippet', 'New Page Number', 'Revised Prompt', 'Result']] + if 'Original Page Number' not in df.columns: + df['Original Page Number'] = ' ' + df = df[['Contract Name','Contract ID', 'Field Name', 'SF_DB_COL_NAME', 'Actual Value Stored','New Extracted value','Confidence Level' + ,'Snippet','Original Page Number', 'New Page Number', 'Revised Prompt', 'Result']] try: accuracy = round(sum(bool(x) for x in result_list) * 100 / len(list(df['Result'])), 2) @@ -424,14 +494,23 @@ if user_mail in user_list: history.loc[len(history.index)] = [field, str(contract_count), None, datetime.now().strftime("%Y-%m-%d %H:%M:%S"), accuracy, attempt] # df.to_csv("RESULTS\\"+field.replace("?","").replace("/","_")+'-'+llm_selected+'.csv', index=False) + + return df, history, attempt, raw_response_text + + raw_response_text = '' + if st.button("Test Configuration"): + df, history, attempt, raw_response_text = run_llm(attempt, bucket, contract_list, llm_selected, field_values) + df.to_csv('results.csv', index=False) history.to_csv('history.csv', index=False) # df_copy = df.set_index(df.columns[0]).copy() # df_2_copy = history.set_index(history.columns[0]).copy() + df = pd.read_csv('results.csv') + df['Result'] = df['Result'].astype('str') + history = pd.read_csv('history.csv') st.dataframe(df) st.dataframe(history) - # @st.cache_data # def convert_df(df): # return df.to_csv(index=False).encode('utf-8') @@ -446,9 +525,11 @@ if user_mail in user_list: # with buttons[2]: # st.button("Kickoff Database Integration") - - st.write(column_name) + add_vertical_space(20) + st.write(field) + # st.write(column_name) st.write(len(contract_list)) + st.write(raw_response_text) else: st.write("Access Denied") diff --git a/streamlit/results.csv b/streamlit/results.csv new file mode 100644 index 0000000..14e29f9 --- /dev/null +++ b/streamlit/results.csv @@ -0,0 +1,15 @@ +Contract Name,Contract ID,Field Name,SF_DB_COL_NAME,Actual Value Stored,New Extracted value,Confidence Level,Snippet,Original Page Number,New Page Number,Revised Prompt,Result +Boilerplate_AMEND - BAYLOR MEDCARE - 74-1613878 - 46-2714379,training-data/contract-text-file/0. Professional Boilerplate/Boilerplate_AMEND - BAYLOR MEDCARE - 74-1613878 - 46-2714379 MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"See ""MOHTX26BaylorProvRoster"" tab","['Baylor Medcare (Orthopedic Surgery)', 'BMC Physicians of San Antonio']", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +ICMProviderAgreement_AvenueMedicalAssociatesPA_212330_5,training-data/contract-text-file/0. Professional Boilerplate/ICMProviderAgreement_AvenueMedicalAssociatesPA_212330_5.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,Avenue Medical Associates PA,I do not see any other provider names listed in the agreement. The agreement is between Granite State Health Inc. d/b/a Delaware First Health and Avenue Medical Associates PA., , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +"Molina Healthcare of Texas, Inc. Amendment 4 - HIX ACA__EFF 01012016","training-data/contract-text-file/0. Professional Boilerplate/Molina Healthcare of Texas, Inc. Amendment 4 - HIX ACA__EFF 01012016_MU.txt",Associated Provider Full Names,PROV_DOING_BUSINESS_AS,Dallas County Hospital District dba Parkland Health & Hospital System,"I do not see any other provider names or TINs listed in the context provided. + +", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +Custom_PSA - Advanced Gastroenterology of Texas PLLC -Executed 47-4543923,training-data/contract-text-file/1. Professional Custom/Custom_PSA - Advanced Gastroenterology of Texas PLLC -Executed 47-4543923 MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,Advanced Gastroenterology of Texas PLC,"I do not see any other provider names listed in the agreement. The agreement is between Molina Healthcare of Texas, Inc. and Advanced Gastroenterology of Texas PLLC.", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +Laboratory Corporation of America Holdings_2023.06.16.Fifth Amendment_OH MCD Comp Chg and TINs add,training-data/contract-text-file/3. Ancillary Custom/Laboratory Corporation of America Holdings_2023.06.16.Fifth Amendment_OH MCD Comp Chg and TINs add_MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"See ""CSNP11 - Lab Corp Provider Roster""","['Laboratory Corporation of America Holdings', 'Laboratory Corporation of America', 'Dianon Systems, Inc.', 'Esoterix Genetic Laboratories, LLC', 'Esoterix Genetic Counseling, LLC', 'Accupath Diagnostic Laboratories, Inc.', 'Esoterix, Inc.', 'National Genetics Institute', 'Monogram Biosciences, Inc.', 'Litholink Corporation', 'MedTox Laboratories, Inc.', 'Sequenom Center for Molecular Medicine, LLC', 'Center for Disease Detection, LLC', 'LabCorp Indiana, Inc.']", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +2021-07-15 COMM Agmt FE - Samaritan Health Services,training-data/contract-text-file/5. Multiple Custom/2021-07-15 COMM Agmt FE - Samaritan Health Services MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"See ""ModaSamaritanCareveouts"" tab","""Samaritan Lebanon Community Hospital"",""93-0396847""},{""Samaritan North Lincoln Hospital"",""93-1305493""},{""Samaritan Pacific Communities Hospital"",""93-1329784""},{""Albany General Hospital"",""93-0110095""},{""Samaritan Medical Supplies"",""46-5619962""},{""Samaritan Endoscopy Center LLC"",""202860067""},{""Good Samaritan Home Health"",""930391573""},{""Good Samaritan Home Infusion Services"",""930391573""},{""Samaritan Evergreen Hospice, Albany, Corvallis"",""930110095""},{""North Lincoln Home Health"",""931305493""},{""Pacific Communities Home Health"",""931329784""},{""Corvallis MRI"",""93-0949704""},{""East Linn MRI"",""320229399""", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +2021-07-15 COMM Agmt FE - Samaritan Health Services,training-data/contract-text-file/5. Multiple Custom/2021-07-15 COMM Agmt FE - Samaritan Health Services MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"See ""ModaSamaritanCareveouts"" tab","""Samaritan Lebanon Community Hospital"",""93-0396847""},{""Samaritan North Lincoln Hospital"",""93-1305493""},{""Samaritan Pacific Communities Hospital"",""93-1329784""},{""Albany General Hospital"",""93-0110095""},{""Samaritan Medical Supplies"",""46-5619962""},{""Samaritan Endoscopy Center LLC"",""202860067""},{""Good Samaritan Home Health"",""930391573""},{""Good Samaritan Home Infusion Services"",""930391573""},{""Samaritan Evergreen Hospice, Albany, Corvallis"",""930110095""},{""North Lincoln Home Health"",""931305493""},{""Pacific Communities Home Health"",""931329784""},{""Corvallis MRI"",""93-0949704""},{""East Linn MRI"",""320229399""", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +2021-07-15 COMM Agmt FE - Samaritan Health Services,training-data/contract-text-file/5. Multiple Custom/2021-07-15 COMM Agmt FE - Samaritan Health Services MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"See ""ModaSamaritanCareveouts"" tab","""Samaritan Lebanon Community Hospital"",""93-0396847""},{""Samaritan North Lincoln Hospital"",""93-1305493""},{""Samaritan Pacific Communities Hospital"",""93-1329784""},{""Albany General Hospital"",""93-0110095""},{""Samaritan Medical Supplies"",""46-5619962""},{""Samaritan Endoscopy Center LLC"",""202860067""},{""Good Samaritan Home Health"",""930391573""},{""Good Samaritan Home Infusion Services"",""930391573""},{""Samaritan Evergreen Hospice, Albany, Corvallis"",""930110095""},{""North Lincoln Home Health"",""931305493""},{""Pacific Communities Home Health"",""931329784""},{""Corvallis MRI"",""93-0949704""},{""East Linn MRI"",""320229399""", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +2021-07-15 COMM Agmt FE - Samaritan Health Services,training-data/contract-text-file/5. Multiple Custom/2021-07-15 COMM Agmt FE - Samaritan Health Services MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"See ""ModaSamaritanCareveouts"" tab","""Samaritan Lebanon Community Hospital"",""93-0396847""},{""Samaritan North Lincoln Hospital"",""93-1305493""},{""Samaritan Pacific Communities Hospital"",""93-1329784""},{""Albany General Hospital"",""93-0110095""},{""Samaritan Medical Supplies"",""46-5619962""},{""Samaritan Endoscopy Center LLC"",""202860067""},{""Good Samaritan Home Health"",""930391573""},{""Good Samaritan Home Infusion Services"",""930391573""},{""Samaritan Evergreen Hospice, Albany, Corvallis"",""930110095""},{""North Lincoln Home Health"",""931305493""},{""Pacific Communities Home Health"",""931329784""},{""Corvallis MRI"",""93-0949704""},{""East Linn MRI"",""320229399""", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +"Custom_Parkview Health Systems-OH MP, IN MP-ID C15656222AA","training-data/contract-text-file/CareSource -Professional/Custom_Parkview Health Systems-OH MP, IN MP-ID C15656222AA MU.txt",Associated Provider Full Names,PROV_DOING_BUSINESS_AS,Midwest Community Health Associates,"['Midwest Community Health Associates', 'Parkview Physicians Group']", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +Custom_TriHealth_Group Practice_Sixth Amendment_20140101,training-data/contract-text-file/CareSource -Professional/Custom_TriHealth_Group Practice_Sixth Amendment_20140101 MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"TriHealth OS, LLC","['Dirk Pruis', 'David Taylor', 'Lisa Vickers', 'Joseph Thomas', 'Paul Gangl', 'Arnold Penix', 'Emily Dixon', 'David Doyle', 'Monty Backus', 'Connie Chiu', 'Susan Segerman', 'Julie Novotny', 'Dianne Otten', 'Carmen Palascak', 'Richard Okragly', 'Walter Zancan', 'Kevin Reilly', 'Joel Sorger', 'Mark Snyder', 'Christopher Ruhnke', 'James Leonard', 'Robert Raines', 'Kristi White', 'Jessica Spears', 'Tina Mckinney', 'Erin Voss', 'Kyle Danemayer', 'Jeffery Riesenbeck', 'Mary Lutz', 'Steven Wurzelbacher', 'Steven Kinzer', 'Shaun White', 'Nicole Overbeck-Lynch', 'Sean Lynch', 'Mary Pfiester', 'Keene Bryant', 'Todd Heidrick', 'John McDonough', 'Thomas Kiefhaber', 'Daniel Reilly', 'Andrew Markiewitz', 'Paul Fassler', 'Andrew Cross', 'Benjamin Kleinhenz', 'Peter Stern', 'T. Gregory Sommerkamp', 'Paul Fassier', 'Brian Crellin']", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False +Anc2_060117 Barnet Dulaney Perkins Eye Cntr Care1st Anc - 562589722,training-data/contract-text-file/Centene/CNC AZ - Ancillary/Anc2_060117 Barnet Dulaney Perkins Eye Cntr Care1st Anc - 562589722 MU.txt,Associated Provider Full Names,PROV_DOING_BUSINESS_AS,"Barnet Dulaney Surgery Centers, LLC","['Barnet Dulaney Perkins Eye Center, PLLC', 'Barnet Dulaney Surgery Centers, LLC']", , , ,,"What are the names of other providers associated with this agreement? The names can be found across multiple pages after the signature page. These names can be found in a roster and can be a list of provider names or TINs. Do not provide any context or explanation, simply state the names.",False