Back to search

dosage percentage

dos_pct
general
Updated 3/30/2026

Definition

The ratio value for a medication quantity measure. Used to quantify dosage percentage in healthcare data systems.

Standard Abbreviation

dos_pct

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  dos_pct VARCHAR(100),  -- dosage percentage
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  dos_pct as dosage_percentage
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms