Back to search

Screening Tool of Older Persons Prescriptions

STOPP
pharmacy
Updated 3/27/2026

Standard Abbreviation

STOPP

Category

pharmacy

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  stopp VARCHAR(100),  -- Screening Tool of Older Persons Prescriptions
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  stopp as screening_tool_of_older_persons_prescriptions
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms