Rite Aid Pharmacy – Consumer Claims & Discount Trends
收藏Databricks2025-07-17 收录
下载链接:
https://marketplace.databricks.com/details/ef773a91-5e0b-4db0-9256-b2fe65119cdc/RxData-LLC-Published-and-managed-by-Vendia-_Rite-Aid-Pharmacy-–-Consumer-Claims-&-Discount-Trends
下载链接
链接失效反馈官方服务:
资源简介:
**Overview**
Drive Strategic Decisions with Rite Aid Pharmacy – Consumer Claims & Discount Trends. Tap into the power of over 6 million claim-level records from Rite Aid locations across the U.S. to unlock unparalleled insights into consumer behavior and medication access. This exclusive data product sheds light on real-world pharmacy transactions, capturing key metrics outside traditional insurance channels. Discover the Competitive Edge to:
- Spot Market Trends: Identify shifting demand patterns across Rite Aid's vast network.
- Optimize Pricing Strategies: Leverage granular NDC-linked pricing data to refine market positioning.
- Target Regional Opportunities: Uncover geographic hot spots for enhanced outreach and expansion.
- Built for healthcare strategists, market researchers, and pharmaceutical leaders, this dataset empowers you to make data-driven decisions with confidence. Fully de-identified and HIPAA compliant. Unlock insights, drive your strategy and lead the market.
**Use cases**
Market Analysis
- Support strategic market research, healthcare analytics, and pharmaceutical planning with actionable data.
- Analyze demand and cost trends specific to Rite Aid’s customer base.
Location Planning
- Identify regional medication access patterns across thousands of locations.
**Product details**
- Below are the sample field names that represent the data product.
id: Unique identifier for the claim
member_gender: Gender of the member ( M, F)
member_state: State of residence of the member (e.g., CA, NV, NY)
member_age_group: Age group bucket for the member (e.g., 0-24 Y, 25-34 Y, 35-44 Y, 45-54 Y, 55-64 Y, 65+ Y)
master_member_date_submitted: Date the member first submitted a claim through us.
master_repeat_usage: Indicates if the member has used us before (e.g., New, Repeat)
unique_member: Indicates if the member information added is unique and entered properly (Boolean )
date_filled: Date the prescription was filled
date_submitted: Date the claim was submitted
weekday: Day of the week the claim was submitted
date_submitted_month: Month the claim was submitted as date, always first day of the month (e.g., 2023-01-12 = 2023-01-01)
created_date: Date the record was created in the system
changed_date: Date the record was last modified in the system
rxclaim_actual_status: Final status of the claim (e.g., Paid, Reversed)
refill_number: Refill sequence number of the prescription
refill_maximum: Total number of refills allowed
pharmacy_id: Internal identifier for the pharmacy
pharmacy_name: Name of the dispensing pharmacy
pharmacy_ncpdp_id: NCPDP (National Council for Prescription Drug Programs) ID
pharmacy_npi: National Provider Identifier for the pharmacy
pharmacy_address_1: Primary street address of the pharmacy
pharmacy_address_2: Additional address info (suite, etc.)
pharmacy_city: City where the pharmacy is located
pharmacy_state: State where the pharmacy is located
pharmacy_zip: ZIP code of the pharmacy
drug_id: Internal identifier for the drug
drug_name: Brand or generic name of the drug
drug_ndc: National Drug Code identifier
drug_gpi: Generic Product Identifier
drug_group_description_gpi_02: Drug class or group based on GPI-02 level
drug_therapeutic_class_name: Therapeutic class the drug belongs to
drug_strength: Strength or dosage of the drug (e.g., 10mg)
drug_form: Physical form of the drug (e.g., tablet, capsule)
drug_name_and_strength: Combined name and strength for display
drug_dea_code: DEA classification code (e.g., controlled substance)
drug_maintenance_code: Indicates maintenance vs acute medication
mony: Multi-Source Indicator code
brand_generic_code: Indicates if the drug is brand or generic
daw_code: Dispense As Written code (provider instruction)
speciality_non_speciality_code: Indicates if the drug is specialty or non-specialty
total_quantity: Total quantity dispensed in the claim
total_days_supply: Total number of days supplied
avg_quantity_day: Average quantity per day(total_quantity/total_days_supply)
net_rxs: Net claims after adjustments
total_rxs: Total number of prescriptions associated with the claim
gross_rxs: Paid Claim's Total Rxs when not reversed on the same day.
uc_rxs: Usual and Customary prescription count
total_drug_cost: Total drug cost billed
total_awp_cost: Total cost based on Average Wholesale Price
total_ingredient_cost: Total cost of the drug ingredients
total_dispensing_fee: Total pharmacy dispensing fee
total_sales_tax: Sales tax charged on the prescription
total_incentive_fee: Incentive fee paid to the pharmacy (if applicable)
total_plan_paid: Amount paid by the health plan
total_deductible: Deductible portion paid by the member
total_member_paid: Total paid out-of-pocket by the member
total_copay: Copayment amount
uc_amount: Usual and Customary amount
member_savings: Total savings for the member
member_savings_percent: Member savings as a percentage
awp_unit_cost: Unit cost based on AWP
wac: Wholesale Acquisition Cost
retail_30_90_days_supply: Indicates if supply is 30 or 90 days supply
transaction_provider_id: Internal identifier for the provider
transaction_bin_id: Internal identifier for the Bank Identification Number(BIN)
transaction_client_id: Internal identifier for the client
transaction_owner_id: Internal identifier for the owner
transaction_group_id: Internal identifier for the group
reversal_date_submitted: Date the paid claim was reversed (if applicable)
reversed: Boolean flag indicating if the claim was reversed
days_to_reverse: Number of days between paid and reversal date of a paid claim
paid_tx_id: ID of the original paid transaction (used in reversal linking)
created_master_member: Boolean flag indicating this claim created a new member in the database
**Sample SQL Query**
- Rite Aid Pharmacy Utilization: Key Demographics by Age and Gender
SELECT
MEMBER_AGE_GROUP,
MEMBER_GENDER,
SUM(TOTAL_RXS) AS TOTAL_RXS_SUM
FROM
PUBLIC.SAMPLE_RITE_AID_CLAIMS
WHERE
RXCLAIM_ACTUAL_STATUS = 'Paid'
AND REVERSED = FALSE
AND MEMBER_GENDER IN ('M', 'F')
GROUP BY
MEMBER_AGE_GROUP,
MEMBER_GENDER
ORDER BY
TOTAL_RXS_SUM DESC;
提供机构:
RxData, LLC (Published and managed by Vendia)



