--DROP TABLE epSOSCodeProb CASCADE; CREATE TABLE epSOSCodeProb ( epSOSCodeProb_id int NOT NULL PRIMARY KEY, code varchar(255) NOT NULL, codeSystem varchar(255) NOT NULL, displayName varchar(255) NOT NULL ); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (1, '248536006', '2.16.840.1.113883.6.96', 'Finding of functional performance and activity'); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (2, '282291009', '2.16.840.1.113883.6.96', 'Diagnosis interpretation'); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (3, '404684003', '2.16.840.1.113883.6.96', 'Clinical finding'); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (4, '409586006', '2.16.840.1.113883.6.96', 'Complaint'); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (5, '418799008', '2.16.840.1.113883.6.96', 'Finding reported by subject or history provider'); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (6, '55607006', '2.16.840.1.113883.6.96', 'Problem'); INSERT INTO epSOSCodeProb (epSOSCodeProb_id, code, codeSystem, displayName) VALUES (7, '64572001', '2.16.840.1.113883.6.96', 'Disease');