Back to search
Post-Market Surveillance
PMSgeneral
Updated 3/30/2026
Definition
A collection of processes to monitor the safety and performance of a device after it has been placed on the market.
Standard Abbreviation
PMS
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pms VARCHAR(100), -- Post-Market Surveillance
...
);
-- Example in SELECT
SELECT
claim_id,
pms as post-market_surveillance
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms