--DROP TABLE MaterialEntityClassType CASCADE; CREATE TABLE MaterialEntityClassType ( MaterialEntityClassType_id int NOT NULL PRIMARY KEY, code varchar(255) NOT NULL, codeSystem varchar(255) NOT NULL, displayName varchar(255) NOT NULL ); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (1, '_ContainerEntityType', '2.16.840.1.113883.5.1060', 'ContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (2, 'PKG', '2.16.840.1.113883.5.1060', 'Package'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (3, '_NonRigidContainerEntityType', '2.16.840.1.113883.5.1060', 'NonRigidContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (4, 'BAG', '2.16.840.1.113883.5.1060', 'Bag'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (5, 'PACKT', '2.16.840.1.113883.5.1060', 'Packet'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (6, 'PCH', '2.16.840.1.113883.5.1060', 'Pouch'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (7, 'SACH', '2.16.840.1.113883.5.1060', 'Sachet'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (8, '_RigidContainerEntityType', '2.16.840.1.113883.5.1060', 'RigidContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (9, '_IndividualPackageEntityType', '2.16.840.1.113883.5.1060', 'IndividualPackageEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (10, 'AMP', '2.16.840.1.113883.5.1060', 'Ampule'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (11, 'MINIM', '2.16.840.1.113883.5.1060', 'Minim'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (12, 'NEBAMP', '2.16.840.1.113883.5.1060', 'Nebuamp'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (13, 'OVUL', '2.16.840.1.113883.5.1060', 'Ovule'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (14, '_MultiUseContainerEntityType', '2.16.840.1.113883.5.1060', 'MultiUseContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (15, 'BOT', '2.16.840.1.113883.5.1060', 'Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (16, 'BOTA', '2.16.840.1.113883.5.1060', 'Amber Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (17, 'BOTD', '2.16.840.1.113883.5.1060', 'Dropper Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (18, 'BOTG', '2.16.840.1.113883.5.1060', 'Glass Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (19, 'BOTP', '2.16.840.1.113883.5.1060', 'Plastic Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (20, 'BOTPLY', '2.16.840.1.113883.5.1060', 'Polyethylene Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (21, 'BOX', '2.16.840.1.113883.5.1060', 'Box'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (22, 'CAN', '2.16.840.1.113883.5.1060', 'Can'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (23, 'CART', '2.16.840.1.113883.5.1060', 'Cartridge'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (24, 'CNSTR', '2.16.840.1.113883.5.1060', 'Canister'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (25, 'JAR', '2.16.840.1.113883.5.1060', 'Jar'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (26, 'JUG', '2.16.840.1.113883.5.1060', 'Jug'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (27, 'TIN', '2.16.840.1.113883.5.1060', 'Tin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (28, 'TUB', '2.16.840.1.113883.5.1060', 'Tub'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (29, 'TUBE', '2.16.840.1.113883.5.1060', 'Tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (30, 'VIAL', '2.16.840.1.113883.5.1060', 'Vial'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (31, 'BLSTRPK', '2.16.840.1.113883.5.1060', 'Blister Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (32, 'CARD', '2.16.840.1.113883.5.1060', 'Card'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (33, 'COMPPKG', '2.16.840.1.113883.5.1060', 'Compliance Package'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (34, 'BLSTRPK', '2.16.840.1.113883.5.1060', 'Blister Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (35, 'CARD', '2.16.840.1.113883.5.1060', 'Card'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (36, 'DIALPK', '2.16.840.1.113883.5.1060', 'Dial Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (37, 'DISK', '2.16.840.1.113883.5.1060', 'Disk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (38, 'DOSET', '2.16.840.1.113883.5.1060', 'Dosette'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (39, 'STRIP', '2.16.840.1.113883.5.1060', 'Strip'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (40, 'KIT', '2.16.840.1.113883.5.1060', 'Kit'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (41, 'SYSTM', '2.16.840.1.113883.5.1060', 'System'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (42, '_MedicalDevice', '2.16.840.1.113883.5.1060', 'MedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (43, '_AccessMedicalDevice', '2.16.840.1.113883.5.1060', 'AccessMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (44, 'LINE', '2.16.840.1.113883.5.1060', 'Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (45, 'IALINE', '2.16.840.1.113883.5.1060', 'Intra-arterial Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (46, 'IVLINE', '2.16.840.1.113883.5.1060', 'Intraveneous Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (47, '_AdministrationMedicalDevice', '2.16.840.1.113883.5.1060', 'AdministrationMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (48, '_InjectionMedicalDevice', '2.16.840.1.113883.5.1060', 'InjectionMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (49, 'AINJ', '2.16.840.1.113883.5.1060', 'AutoInjector'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (50, 'PEN', '2.16.840.1.113883.5.1060', 'Pen'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (51, 'SYR', '2.16.840.1.113883.5.1060', 'Syringe'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (52, 'APLCTR', '2.16.840.1.113883.5.1060', 'Applicator'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (53, 'INH', '2.16.840.1.113883.5.1060', 'Inhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (54, 'DSKS', '2.16.840.1.113883.5.1060', 'Diskus'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (55, 'DSKUNH', '2.16.840.1.113883.5.1060', 'Diskhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (56, 'TRBINH', '2.16.840.1.113883.5.1060', 'Turbuhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (57, 'PMP', '2.16.840.1.113883.5.1060', 'Pump'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (58, '_SpecimenAdditiveEntity', '2.16.840.1.113883.5.1060', 'SpecimenAdditiveEntity'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (59, 'ACDA', '2.16.840.1.113883.5.1060', 'ACD Solution A'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (60, 'ACDB', '2.16.840.1.113883.5.1060', 'ACD Solution B'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (61, 'ACET', '2.16.840.1.113883.5.1060', 'Acetic Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (62, 'AMIES', '2.16.840.1.113883.5.1060', 'Amies transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (63, 'BACTM', '2.16.840.1.113883.5.1060', 'Bacterial Transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (64, 'BF10', '2.16.840.1.113883.5.1060', 'Buffered 10% formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (65, 'BOR', '2.16.840.1.113883.5.1060', 'Boric Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (66, 'BOUIN', '2.16.840.1.113883.5.1060', 'Bouins solution'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (67, 'BSKM', '2.16.840.1.113883.5.1060', 'Buffered skim milk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (68, 'C32', '2.16.840.1.113883.5.1060', '3.2% Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (69, 'C38', '2.16.840.1.113883.5.1060', '3.8% Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (70, 'CARS', '2.16.840.1.113883.5.1060', 'Carsons Modified 10% formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (71, 'CARY', '2.16.840.1.113883.5.1060', 'Cary Blair Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (72, 'CHLTM', '2.16.840.1.113883.5.1060', 'Chlamydia transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (73, 'CTAD', '2.16.840.1.113883.5.1060', 'CTAD'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (74, 'EDTK15', '2.16.840.1.113883.5.1060', 'Potassium/K EDTA 15%'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (75, 'EDTK75', '2.16.840.1.113883.5.1060', 'Potassium/K EDTA 7.5%'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (76, 'EDTN', '2.16.840.1.113883.5.1060', 'Sodium/Na EDTA'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (77, 'ENT', '2.16.840.1.113883.5.1060', 'Enteric bacteria transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (78, 'F10', '2.16.840.1.113883.5.1060', '10% Formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (79, 'FDP', '2.16.840.1.113883.5.1060', 'Thrombin NIH; soybean trypsin inhibitor'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (80, 'FL10', '2.16.840.1.113883.5.1060', 'Sodium Fluoride, 10mg'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (81, 'FL100', '2.16.840.1.113883.5.1060', 'Sodium Fluoride, 100mg'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (82, 'HCL6', '2.16.840.1.113883.5.1060', '6N HCL'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (83, 'HEPA', '2.16.840.1.113883.5.1060', 'Ammonium heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (84, 'HEPL', '2.16.840.1.113883.5.1060', 'Lithium/Li Heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (85, 'HEPN', '2.16.840.1.113883.5.1060', 'Sodium/Na Heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (86, 'HNO3', '2.16.840.1.113883.5.1060', 'Nitric Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (87, 'JKM', '2.16.840.1.113883.5.1060', 'Jones Kendrick Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (88, 'KARN', '2.16.840.1.113883.5.1060', 'Karnovskys fixative'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (89, 'KOX', '2.16.840.1.113883.5.1060', 'Potassium Oxalate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (90, 'LIA', '2.16.840.1.113883.5.1060', 'Lithium iodoacetate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (91, 'M4', '2.16.840.1.113883.5.1060', 'M4'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (92, 'M4RT', '2.16.840.1.113883.5.1060', 'M4-RT'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (93, 'M5', '2.16.840.1.113883.5.1060', 'M5'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (94, 'MICHTM', '2.16.840.1.113883.5.1060', 'Michels transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (95, 'MMDTM', '2.16.840.1.113883.5.1060', 'MMD transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (96, 'NAF', '2.16.840.1.113883.5.1060', 'Sodium Fluoride'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (97, 'NONE', '2.16.840.1.113883.5.1060', 'None'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (98, 'PAGE', '2.16.840.1.113883.5.1060', 'Pages Saline'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (99, 'PHENOL', '2.16.840.1.113883.5.1060', 'Phenol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (100, 'PVA', '2.16.840.1.113883.5.1060', 'Polyvinylalcohol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (101, 'RLM', '2.16.840.1.113883.5.1060', 'Reagan Lowe Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (102, 'SILICA', '2.16.840.1.113883.5.1060', 'Siliceous earth'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (103, 'SPS', '2.16.840.1.113883.5.1060', 'Sodium polyanethol sulfonate 0.35% in 0.85% sodium chloride'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (104, 'SST', '2.16.840.1.113883.5.1060', 'Serum Separator Tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (105, 'STUTM', '2.16.840.1.113883.5.1060', 'Stuart transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (106, 'THROM', '2.16.840.1.113883.5.1060', 'Thrombin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (107, 'THYMOL', '2.16.840.1.113883.5.1060', 'Thymol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (108, 'THYO', '2.16.840.1.113883.5.1060', 'Thyoglycolate broth'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (109, 'TOLU', '2.16.840.1.113883.5.1060', 'Toluene'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (110, 'URETM', '2.16.840.1.113883.5.1060', 'Ureaplasma transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (111, 'VIRTM', '2.16.840.1.113883.5.1060', 'Viral Transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (112, 'WEST', '2.16.840.1.113883.5.1060', 'Buffered Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (113, 'BLDPRD', '2.16.840.1.113883.5.1060', 'Blood Product'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (114, 'VCCNE', '2.16.840.1.113883.5.1060', 'Vaccine'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (115, 'ACDA', '2.16.840.1.113883.5.1060', 'ACD Solution A'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (116, 'ACDB', '2.16.840.1.113883.5.1060', 'ACD Solution B'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (117, 'ACET', '2.16.840.1.113883.5.1060', 'Acetic Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (118, 'AMIES', '2.16.840.1.113883.5.1060', 'Amies transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (119, 'BACTM', '2.16.840.1.113883.5.1060', 'Bacterial Transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (120, 'BF10', '2.16.840.1.113883.5.1060', 'Buffered 10% formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (121, 'BOR', '2.16.840.1.113883.5.1060', 'Boric Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (122, 'BOUIN', '2.16.840.1.113883.5.1060', 'Bouins solution'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (123, 'BSKM', '2.16.840.1.113883.5.1060', 'Buffered skim milk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (124, 'C32', '2.16.840.1.113883.5.1060', '3.2% Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (125, 'C38', '2.16.840.1.113883.5.1060', '3.8% Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (126, 'CARS', '2.16.840.1.113883.5.1060', 'Carsons Modified 10% formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (127, 'CARY', '2.16.840.1.113883.5.1060', 'Cary Blair Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (128, 'CHLTM', '2.16.840.1.113883.5.1060', 'Chlamydia transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (129, 'CTAD', '2.16.840.1.113883.5.1060', 'CTAD'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (130, 'EDTK15', '2.16.840.1.113883.5.1060', 'Potassium/K EDTA 15%'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (131, 'EDTK75', '2.16.840.1.113883.5.1060', 'Potassium/K EDTA 7.5%'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (132, 'EDTN', '2.16.840.1.113883.5.1060', 'Sodium/Na EDTA'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (133, 'ENT', '2.16.840.1.113883.5.1060', 'Enteric bacteria transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (134, 'F10', '2.16.840.1.113883.5.1060', '10% Formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (135, 'FDP', '2.16.840.1.113883.5.1060', 'Thrombin NIH; soybean trypsin inhibitor'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (136, 'FL10', '2.16.840.1.113883.5.1060', 'Sodium Fluoride, 10mg'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (137, 'FL100', '2.16.840.1.113883.5.1060', 'Sodium Fluoride, 100mg'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (138, 'HCL6', '2.16.840.1.113883.5.1060', '6N HCL'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (139, 'HEPA', '2.16.840.1.113883.5.1060', 'Ammonium heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (140, 'HEPL', '2.16.840.1.113883.5.1060', 'Lithium/Li Heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (141, 'HEPN', '2.16.840.1.113883.5.1060', 'Sodium/Na Heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (142, 'HNO3', '2.16.840.1.113883.5.1060', 'Nitric Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (143, 'JKM', '2.16.840.1.113883.5.1060', 'Jones Kendrick Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (144, 'KARN', '2.16.840.1.113883.5.1060', 'Karnovskys fixative'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (145, 'KOX', '2.16.840.1.113883.5.1060', 'Potassium Oxalate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (146, 'LIA', '2.16.840.1.113883.5.1060', 'Lithium iodoacetate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (147, 'M4', '2.16.840.1.113883.5.1060', 'M4'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (148, 'M4RT', '2.16.840.1.113883.5.1060', 'M4-RT'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (149, 'M5', '2.16.840.1.113883.5.1060', 'M5'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (150, 'MICHTM', '2.16.840.1.113883.5.1060', 'Michels transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (151, 'MMDTM', '2.16.840.1.113883.5.1060', 'MMD transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (152, 'NAF', '2.16.840.1.113883.5.1060', 'Sodium Fluoride'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (153, 'NONE', '2.16.840.1.113883.5.1060', 'None'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (154, 'PAGE', '2.16.840.1.113883.5.1060', 'Pages Saline'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (155, 'PHENOL', '2.16.840.1.113883.5.1060', 'Phenol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (156, 'PVA', '2.16.840.1.113883.5.1060', 'Polyvinylalcohol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (157, 'RLM', '2.16.840.1.113883.5.1060', 'Reagan Lowe Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (158, 'SILICA', '2.16.840.1.113883.5.1060', 'Siliceous earth'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (159, 'SPS', '2.16.840.1.113883.5.1060', 'Sodium polyanethol sulfonate 0.35% in 0.85% sodium chloride'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (160, 'SST', '2.16.840.1.113883.5.1060', 'Serum Separator Tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (161, 'STUTM', '2.16.840.1.113883.5.1060', 'Stuart transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (162, 'THROM', '2.16.840.1.113883.5.1060', 'Thrombin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (163, 'THYMOL', '2.16.840.1.113883.5.1060', 'Thymol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (164, 'THYO', '2.16.840.1.113883.5.1060', 'Thyoglycolate broth'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (165, 'TOLU', '2.16.840.1.113883.5.1060', 'Toluene'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (166, 'URETM', '2.16.840.1.113883.5.1060', 'Ureaplasma transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (167, 'VIRTM', '2.16.840.1.113883.5.1060', 'Viral Transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (168, 'WEST', '2.16.840.1.113883.5.1060', 'Buffered Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (169, 'PKG', '2.16.840.1.113883.5.1060', 'Package'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (170, '_NonRigidContainerEntityType', '2.16.840.1.113883.5.1060', 'NonRigidContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (171, 'BAG', '2.16.840.1.113883.5.1060', 'Bag'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (172, 'PACKT', '2.16.840.1.113883.5.1060', 'Packet'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (173, 'PCH', '2.16.840.1.113883.5.1060', 'Pouch'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (174, 'SACH', '2.16.840.1.113883.5.1060', 'Sachet'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (175, '_RigidContainerEntityType', '2.16.840.1.113883.5.1060', 'RigidContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (176, '_IndividualPackageEntityType', '2.16.840.1.113883.5.1060', 'IndividualPackageEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (177, 'AMP', '2.16.840.1.113883.5.1060', 'Ampule'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (178, 'MINIM', '2.16.840.1.113883.5.1060', 'Minim'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (179, 'NEBAMP', '2.16.840.1.113883.5.1060', 'Nebuamp'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (180, 'OVUL', '2.16.840.1.113883.5.1060', 'Ovule'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (181, '_MultiUseContainerEntityType', '2.16.840.1.113883.5.1060', 'MultiUseContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (182, 'BOT', '2.16.840.1.113883.5.1060', 'Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (183, 'BOTA', '2.16.840.1.113883.5.1060', 'Amber Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (184, 'BOTD', '2.16.840.1.113883.5.1060', 'Dropper Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (185, 'BOTG', '2.16.840.1.113883.5.1060', 'Glass Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (186, 'BOTP', '2.16.840.1.113883.5.1060', 'Plastic Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (187, 'BOTPLY', '2.16.840.1.113883.5.1060', 'Polyethylene Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (188, 'BOX', '2.16.840.1.113883.5.1060', 'Box'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (189, 'CAN', '2.16.840.1.113883.5.1060', 'Can'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (190, 'CART', '2.16.840.1.113883.5.1060', 'Cartridge'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (191, 'CNSTR', '2.16.840.1.113883.5.1060', 'Canister'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (192, 'JAR', '2.16.840.1.113883.5.1060', 'Jar'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (193, 'JUG', '2.16.840.1.113883.5.1060', 'Jug'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (194, 'TIN', '2.16.840.1.113883.5.1060', 'Tin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (195, 'TUB', '2.16.840.1.113883.5.1060', 'Tub'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (196, 'TUBE', '2.16.840.1.113883.5.1060', 'Tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (197, 'VIAL', '2.16.840.1.113883.5.1060', 'Vial'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (198, 'BLSTRPK', '2.16.840.1.113883.5.1060', 'Blister Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (199, 'CARD', '2.16.840.1.113883.5.1060', 'Card'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (200, 'COMPPKG', '2.16.840.1.113883.5.1060', 'Compliance Package'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (201, 'BLSTRPK', '2.16.840.1.113883.5.1060', 'Blister Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (202, 'CARD', '2.16.840.1.113883.5.1060', 'Card'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (203, 'DIALPK', '2.16.840.1.113883.5.1060', 'Dial Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (204, 'DISK', '2.16.840.1.113883.5.1060', 'Disk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (205, 'DOSET', '2.16.840.1.113883.5.1060', 'Dosette'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (206, 'STRIP', '2.16.840.1.113883.5.1060', 'Strip'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (207, 'KIT', '2.16.840.1.113883.5.1060', 'Kit'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (208, 'SYSTM', '2.16.840.1.113883.5.1060', 'System'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (209, '_AccessMedicalDevice', '2.16.840.1.113883.5.1060', 'AccessMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (210, 'LINE', '2.16.840.1.113883.5.1060', 'Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (211, 'IALINE', '2.16.840.1.113883.5.1060', 'Intra-arterial Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (212, 'IVLINE', '2.16.840.1.113883.5.1060', 'Intraveneous Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (213, '_AdministrationMedicalDevice', '2.16.840.1.113883.5.1060', 'AdministrationMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (214, '_InjectionMedicalDevice', '2.16.840.1.113883.5.1060', 'InjectionMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (215, 'AINJ', '2.16.840.1.113883.5.1060', 'AutoInjector'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (216, 'PEN', '2.16.840.1.113883.5.1060', 'Pen'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (217, 'SYR', '2.16.840.1.113883.5.1060', 'Syringe'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (218, 'APLCTR', '2.16.840.1.113883.5.1060', 'Applicator'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (219, 'INH', '2.16.840.1.113883.5.1060', 'Inhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (220, 'DSKS', '2.16.840.1.113883.5.1060', 'Diskus'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (221, 'DSKUNH', '2.16.840.1.113883.5.1060', 'Diskhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (222, 'TRBINH', '2.16.840.1.113883.5.1060', 'Turbuhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (223, 'PMP', '2.16.840.1.113883.5.1060', 'Pump'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (224, 'ABS', '2.16.840.1.113883.5.129', 'Abcess'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (225, 'AMN', '2.16.840.1.113883.5.129', 'Amniotic fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (226, 'ASP', '2.16.840.1.113883.5.129', 'Aspirate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (227, 'BBL', '2.16.840.1.113883.5.129', 'Blood bag'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (228, 'BDY', '2.16.840.1.113883.5.129', 'Whole body'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (229, 'BIFL', '2.16.840.1.113883.5.129', 'Bile fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (230, 'BLD', '2.16.840.1.113883.5.129', 'Whole blood'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (231, 'BLDA', '2.16.840.1.113883.5.129', 'Blood arterial'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (232, 'BLDC', '2.16.840.1.113883.5.129', 'Blood capillary'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (233, 'BLDCO', '2.16.840.1.113883.5.129', 'Blood - cord'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (234, 'BLDV', '2.16.840.1.113883.5.129', 'Blood venous'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (235, 'BON', '2.16.840.1.113883.5.129', 'Bone'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (236, 'BPH', '2.16.840.1.113883.5.129', 'Basophils'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (237, 'BPU', '2.16.840.1.113883.5.129', 'Blood product unit'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (238, 'BRN', '2.16.840.1.113883.5.129', 'Burn'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (239, 'BRO', '2.16.840.1.113883.5.129', 'Bronchial'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (240, 'BRTH', '2.16.840.1.113883.5.129', 'Exhaled gas (=breath) Breath (use EXG)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (241, 'EXG', '2.16.840.1.113883.5.129', 'Exhaled gas (=breath) Breath (use EXG)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (242, 'CALC', '2.16.840.1.113883.5.129', 'Calculus (=Stone) Stone (use CALC)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (243, 'STON', '2.16.840.1.113883.5.129', 'Calculus (=Stone) Stone (use CALC)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (244, 'CDM', '2.16.840.1.113883.5.129', 'Cardiac muscle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (245, 'CNJT', '2.16.840.1.113883.5.129', 'Conjunctiva'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (246, 'CNL', '2.16.840.1.113883.5.129', 'Cannula'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (247, 'COL', '2.16.840.1.113883.5.129', 'Colostrum'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (248, 'CRN', '2.16.840.1.113883.5.129', 'Cornea'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (249, 'CSF', '2.16.840.1.113883.5.129', 'Cerebral spinal fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (250, 'CTP', '2.16.840.1.113883.5.129', 'Catheter tip'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (251, 'CUR', '2.16.840.1.113883.5.129', 'Curettage'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (252, 'CVM', '2.16.840.1.113883.5.129', 'Cervical mucus'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (253, 'CVX', '2.16.840.1.113883.5.129', 'Cervix'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (254, 'CYST', '2.16.840.1.113883.5.129', 'Cyst'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (255, 'DIAF', '2.16.840.1.113883.5.129', 'Dialysis fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (256, 'DOSE', '2.16.840.1.113883.5.129', 'Dose med or substance'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (257, 'DRN', '2.16.840.1.113883.5.129', 'Drain'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (258, 'DUFL', '2.16.840.1.113883.5.129', 'Duodenal fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (259, 'EAR', '2.16.840.1.113883.5.129', 'Ear'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (260, 'EARW', '2.16.840.1.113883.5.129', 'Ear wax (cerumen)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (261, 'ELT', '2.16.840.1.113883.5.129', 'Electrode'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (262, 'ENDC', '2.16.840.1.113883.5.129', 'Endocardium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (263, 'ENDM', '2.16.840.1.113883.5.129', 'Endometrium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (264, 'EOS', '2.16.840.1.113883.5.129', 'Eosinophils'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (265, 'EYE', '2.16.840.1.113883.5.129', 'Eye'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (266, 'FIB', '2.16.840.1.113883.5.129', 'Fibroblasts'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (267, 'FIST', '2.16.840.1.113883.5.129', 'Fistula'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (268, 'FLT', '2.16.840.1.113883.5.129', 'Filter'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (269, 'FLU', '2.16.840.1.113883.5.129', 'Body fluid, unsp'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (270, 'FOOD', '2.16.840.1.113883.5.129', 'Food sample'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (271, 'GAS', '2.16.840.1.113883.5.129', 'Gas'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (272, 'GAST', '2.16.840.1.113883.5.129', 'Gastric fluid/contents'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (273, 'GEN', '2.16.840.1.113883.5.129', 'Genital'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (274, 'GENC', '2.16.840.1.113883.5.129', 'Genital cervix'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (275, 'GENF', '2.16.840.1.113883.5.129', 'Genital fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (276, 'GENL', '2.16.840.1.113883.5.129', 'Genital lochia'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (277, 'GENV', '2.16.840.1.113883.5.129', 'Genital vaginal'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (278, 'HAR', '2.16.840.1.113883.5.129', 'Hair'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (279, 'IHG', '2.16.840.1.113883.5.129', 'Inhaled Gas'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (280, 'ISLT', '2.16.840.1.113883.5.129', 'Isolate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (281, 'IT', '2.16.840.1.113883.5.129', 'Intubation tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (282, 'LAM', '2.16.840.1.113883.5.129', 'Lamella'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (283, 'LIQ', '2.16.840.1.113883.5.129', 'Liquid NOS'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (284, 'LN', '2.16.840.1.113883.5.129', 'Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (285, 'LNA', '2.16.840.1.113883.5.129', 'Line arterial'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (286, 'LNV', '2.16.840.1.113883.5.129', 'Line venous'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (287, 'LYM', '2.16.840.1.113883.5.129', 'Lymphocytes'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (288, 'MAC', '2.16.840.1.113883.5.129', 'Macrophages'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (289, 'MAR', '2.16.840.1.113883.5.129', 'Marrow (bone)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (290, 'MBLD', '2.16.840.1.113883.5.129', 'Menstrual blood'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (291, 'MEC', '2.16.840.1.113883.5.129', 'Meconium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (292, 'MILK', '2.16.840.1.113883.5.129', 'Breast milk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (293, 'MLK', '2.16.840.1.113883.5.129', 'Milk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (294, 'NAIL', '2.16.840.1.113883.5.129', 'Nail'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (295, 'NOS', '2.16.840.1.113883.5.129', 'Nose (nasal passage)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (296, 'PAFL', '2.16.840.1.113883.5.129', 'Pancreatic fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (297, 'PAT', '2.16.840.1.113883.5.129', 'Patient'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (298, 'PLAS', '2.16.840.1.113883.5.129', 'Plasma'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (299, 'PLB', '2.16.840.1.113883.5.129', 'Plasma bag'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (300, 'PLC', '2.16.840.1.113883.5.129', 'Placenta'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (301, 'PLR', '2.16.840.1.113883.5.129', 'Pleural fluid (thoracentesis fld)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (302, 'PMN', '2.16.840.1.113883.5.129', 'Polymorphonuclear neutrophils'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (303, 'PPP', '2.16.840.1.113883.5.129', 'Platelet poor plasma'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (304, 'PRP', '2.16.840.1.113883.5.129', 'Platelet rich plasma'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (305, 'PRT', '2.16.840.1.113883.5.129', 'Peritoneal fluid /ascites'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (306, 'PUS', '2.16.840.1.113883.5.129', 'Pus'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (307, 'RBC', '2.16.840.1.113883.5.129', 'Erythrocytes'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (308, 'SAL', '2.16.840.1.113883.5.129', 'Saliva'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (309, 'SER', '2.16.840.1.113883.5.129', 'Serum'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (310, 'SKM', '2.16.840.1.113883.5.129', 'Skeletal muscle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (311, 'SKN', '2.16.840.1.113883.5.129', 'Skin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (312, 'SMN', '2.16.840.1.113883.5.129', 'Seminal fluid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (313, 'SMPLS', '2.16.840.1.113883.5.129', 'Seminal plasma'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (314, 'SNV', '2.16.840.1.113883.5.129', 'Synovial fluid (Joint fluid)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (315, 'SPRM', '2.16.840.1.113883.5.129', 'Spermatozoa'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (316, 'SPT', '2.16.840.1.113883.5.129', 'Sputum'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (317, 'SPTC', '2.16.840.1.113883.5.129', 'Sputum - coughed'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (318, 'SPTT', '2.16.840.1.113883.5.129', 'Sputum - tracheal aspirate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (319, 'STL', '2.16.840.1.113883.5.129', 'Stool = Fecal'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (320, 'SWT', '2.16.840.1.113883.5.129', 'Sweat'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (321, 'TEAR', '2.16.840.1.113883.5.129', 'Tears'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (322, 'THRB', '2.16.840.1.113883.5.129', 'Thrombocyte (platelet)'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (323, 'THRT', '2.16.840.1.113883.5.129', 'Throat'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (324, 'TISG', '2.16.840.1.113883.5.129', 'Tissue gall bladder'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (325, 'TISPL', '2.16.840.1.113883.5.129', 'Tissue placenta'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (326, 'TISS', '2.16.840.1.113883.5.129', 'Tissue, unspecified'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (327, 'TISU', '2.16.840.1.113883.5.129', 'Tissue ulcer'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (328, 'TLGI', '2.16.840.1.113883.5.129', 'Tissue large intestine'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (329, 'TLNG', '2.16.840.1.113883.5.129', 'Tissue lung'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (330, 'TSMI', '2.16.840.1.113883.5.129', 'Tissue small intestine Tissue ulcer'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (331, 'TUB', '2.16.840.1.113883.5.129', 'Tube, unspecified'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (332, 'ULC', '2.16.840.1.113883.5.129', 'Ulcer'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (333, 'UMB', '2.16.840.1.113883.5.129', 'Umbilical blood'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (334, 'UMED', '2.16.840.1.113883.5.129', 'Unknown medicine'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (335, 'UR', '2.16.840.1.113883.5.129', 'Urine'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (336, 'URC', '2.16.840.1.113883.5.129', 'Urine clean catch'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (337, 'URNS', '2.16.840.1.113883.5.129', 'Urine sediment'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (338, 'URT', '2.16.840.1.113883.5.129', 'Urine catheter'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (339, 'URTH', '2.16.840.1.113883.5.129', 'Urethra'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (340, 'USUB', '2.16.840.1.113883.5.129', 'Unknown substance'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (341, 'VOM', '2.16.840.1.113883.5.129', 'Vomitus'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (342, 'WAT', '2.16.840.1.113883.5.129', 'Water'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (343, 'WBC', '2.16.840.1.113883.5.129', 'Leukocytes'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (344, 'WICK', '2.16.840.1.113883.5.129', 'Wick'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (345, 'WND', '2.16.840.1.113883.5.129', 'Wound'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (346, 'WNDA', '2.16.840.1.113883.5.129', 'Wound abscess'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (347, 'WNDD', '2.16.840.1.113883.5.129', 'Wound drainage'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (348, 'WNDE', '2.16.840.1.113883.5.129', 'Wound exudate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (349, 'VCCNE', '2.16.840.1.113883.5.1060', 'Vaccine'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (350, 'ACDA', '2.16.840.1.113883.5.1060', 'ACD Solution A'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (351, 'ACDB', '2.16.840.1.113883.5.1060', 'ACD Solution B'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (352, 'ACET', '2.16.840.1.113883.5.1060', 'Acetic Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (353, 'AMIES', '2.16.840.1.113883.5.1060', 'Amies transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (354, 'BACTM', '2.16.840.1.113883.5.1060', 'Bacterial Transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (355, 'BF10', '2.16.840.1.113883.5.1060', 'Buffered 10% formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (356, 'BOR', '2.16.840.1.113883.5.1060', 'Boric Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (357, 'BOUIN', '2.16.840.1.113883.5.1060', 'Bouins solution'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (358, 'BSKM', '2.16.840.1.113883.5.1060', 'Buffered skim milk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (359, 'C32', '2.16.840.1.113883.5.1060', '3.2% Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (360, 'C38', '2.16.840.1.113883.5.1060', '3.8% Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (361, 'CARS', '2.16.840.1.113883.5.1060', 'Carsons Modified 10% formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (362, 'CARY', '2.16.840.1.113883.5.1060', 'Cary Blair Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (363, 'CHLTM', '2.16.840.1.113883.5.1060', 'Chlamydia transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (364, 'CTAD', '2.16.840.1.113883.5.1060', 'CTAD'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (365, 'EDTK15', '2.16.840.1.113883.5.1060', 'Potassium/K EDTA 15%'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (366, 'EDTK75', '2.16.840.1.113883.5.1060', 'Potassium/K EDTA 7.5%'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (367, 'EDTN', '2.16.840.1.113883.5.1060', 'Sodium/Na EDTA'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (368, 'ENT', '2.16.840.1.113883.5.1060', 'Enteric bacteria transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (369, 'F10', '2.16.840.1.113883.5.1060', '10% Formalin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (370, 'FDP', '2.16.840.1.113883.5.1060', 'Thrombin NIH; soybean trypsin inhibitor'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (371, 'FL10', '2.16.840.1.113883.5.1060', 'Sodium Fluoride, 10mg'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (372, 'FL100', '2.16.840.1.113883.5.1060', 'Sodium Fluoride, 100mg'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (373, 'HCL6', '2.16.840.1.113883.5.1060', '6N HCL'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (374, 'HEPA', '2.16.840.1.113883.5.1060', 'Ammonium heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (375, 'HEPL', '2.16.840.1.113883.5.1060', 'Lithium/Li Heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (376, 'HEPN', '2.16.840.1.113883.5.1060', 'Sodium/Na Heparin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (377, 'HNO3', '2.16.840.1.113883.5.1060', 'Nitric Acid'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (378, 'JKM', '2.16.840.1.113883.5.1060', 'Jones Kendrick Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (379, 'KARN', '2.16.840.1.113883.5.1060', 'Karnovskys fixative'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (380, 'KOX', '2.16.840.1.113883.5.1060', 'Potassium Oxalate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (381, 'LIA', '2.16.840.1.113883.5.1060', 'Lithium iodoacetate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (382, 'M4', '2.16.840.1.113883.5.1060', 'M4'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (383, 'M4RT', '2.16.840.1.113883.5.1060', 'M4-RT'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (384, 'M5', '2.16.840.1.113883.5.1060', 'M5'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (385, 'MICHTM', '2.16.840.1.113883.5.1060', 'Michels transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (386, 'MMDTM', '2.16.840.1.113883.5.1060', 'MMD transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (387, 'NAF', '2.16.840.1.113883.5.1060', 'Sodium Fluoride'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (388, 'NONE', '2.16.840.1.113883.5.1060', 'None'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (389, 'PAGE', '2.16.840.1.113883.5.1060', 'Pages Saline'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (390, 'PHENOL', '2.16.840.1.113883.5.1060', 'Phenol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (391, 'PVA', '2.16.840.1.113883.5.1060', 'Polyvinylalcohol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (392, 'RLM', '2.16.840.1.113883.5.1060', 'Reagan Lowe Medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (393, 'SILICA', '2.16.840.1.113883.5.1060', 'Siliceous earth'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (394, 'SPS', '2.16.840.1.113883.5.1060', 'Sodium polyanethol sulfonate 0.35% in 0.85% sodium chloride'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (395, 'SST', '2.16.840.1.113883.5.1060', 'Serum Separator Tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (396, 'STUTM', '2.16.840.1.113883.5.1060', 'Stuart transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (397, 'THROM', '2.16.840.1.113883.5.1060', 'Thrombin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (398, 'THYMOL', '2.16.840.1.113883.5.1060', 'Thymol'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (399, 'THYO', '2.16.840.1.113883.5.1060', 'Thyoglycolate broth'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (400, 'TOLU', '2.16.840.1.113883.5.1060', 'Toluene'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (401, 'URETM', '2.16.840.1.113883.5.1060', 'Ureaplasma transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (402, 'VIRTM', '2.16.840.1.113883.5.1060', 'Viral Transport medium'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (403, 'WEST', '2.16.840.1.113883.5.1060', 'Buffered Citrate'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (404, 'PKG', '2.16.840.1.113883.5.1060', 'Package'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (405, '_NonRigidContainerEntityType', '2.16.840.1.113883.5.1060', 'NonRigidContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (406, 'BAG', '2.16.840.1.113883.5.1060', 'Bag'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (407, 'PACKT', '2.16.840.1.113883.5.1060', 'Packet'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (408, 'PCH', '2.16.840.1.113883.5.1060', 'Pouch'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (409, 'SACH', '2.16.840.1.113883.5.1060', 'Sachet'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (410, '_RigidContainerEntityType', '2.16.840.1.113883.5.1060', 'RigidContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (411, '_IndividualPackageEntityType', '2.16.840.1.113883.5.1060', 'IndividualPackageEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (412, 'AMP', '2.16.840.1.113883.5.1060', 'Ampule'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (413, 'MINIM', '2.16.840.1.113883.5.1060', 'Minim'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (414, 'NEBAMP', '2.16.840.1.113883.5.1060', 'Nebuamp'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (415, 'OVUL', '2.16.840.1.113883.5.1060', 'Ovule'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (416, '_MultiUseContainerEntityType', '2.16.840.1.113883.5.1060', 'MultiUseContainerEntityType'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (417, 'BOT', '2.16.840.1.113883.5.1060', 'Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (418, 'BOTA', '2.16.840.1.113883.5.1060', 'Amber Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (419, 'BOTD', '2.16.840.1.113883.5.1060', 'Dropper Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (420, 'BOTG', '2.16.840.1.113883.5.1060', 'Glass Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (421, 'BOTP', '2.16.840.1.113883.5.1060', 'Plastic Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (422, 'BOTPLY', '2.16.840.1.113883.5.1060', 'Polyethylene Bottle'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (423, 'BOX', '2.16.840.1.113883.5.1060', 'Box'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (424, 'CAN', '2.16.840.1.113883.5.1060', 'Can'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (425, 'CART', '2.16.840.1.113883.5.1060', 'Cartridge'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (426, 'CNSTR', '2.16.840.1.113883.5.1060', 'Canister'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (427, 'JAR', '2.16.840.1.113883.5.1060', 'Jar'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (428, 'JUG', '2.16.840.1.113883.5.1060', 'Jug'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (429, 'TIN', '2.16.840.1.113883.5.1060', 'Tin'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (430, 'TUB', '2.16.840.1.113883.5.1060', 'Tub'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (431, 'TUBE', '2.16.840.1.113883.5.1060', 'Tube'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (432, 'VIAL', '2.16.840.1.113883.5.1060', 'Vial'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (433, 'BLSTRPK', '2.16.840.1.113883.5.1060', 'Blister Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (434, 'CARD', '2.16.840.1.113883.5.1060', 'Card'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (435, 'COMPPKG', '2.16.840.1.113883.5.1060', 'Compliance Package'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (436, 'BLSTRPK', '2.16.840.1.113883.5.1060', 'Blister Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (437, 'CARD', '2.16.840.1.113883.5.1060', 'Card'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (438, 'DIALPK', '2.16.840.1.113883.5.1060', 'Dial Pack'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (439, 'DISK', '2.16.840.1.113883.5.1060', 'Disk'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (440, 'DOSET', '2.16.840.1.113883.5.1060', 'Dosette'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (441, 'STRIP', '2.16.840.1.113883.5.1060', 'Strip'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (442, 'KIT', '2.16.840.1.113883.5.1060', 'Kit'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (443, 'SYSTM', '2.16.840.1.113883.5.1060', 'System'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (444, '_AccessMedicalDevice', '2.16.840.1.113883.5.1060', 'AccessMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (445, 'LINE', '2.16.840.1.113883.5.1060', 'Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (446, 'IALINE', '2.16.840.1.113883.5.1060', 'Intra-arterial Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (447, 'IVLINE', '2.16.840.1.113883.5.1060', 'Intraveneous Line'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (448, '_AdministrationMedicalDevice', '2.16.840.1.113883.5.1060', 'AdministrationMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (449, '_InjectionMedicalDevice', '2.16.840.1.113883.5.1060', 'InjectionMedicalDevice'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (450, 'AINJ', '2.16.840.1.113883.5.1060', 'AutoInjector'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (451, 'PEN', '2.16.840.1.113883.5.1060', 'Pen'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (452, 'SYR', '2.16.840.1.113883.5.1060', 'Syringe'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (453, 'APLCTR', '2.16.840.1.113883.5.1060', 'Applicator'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (454, 'INH', '2.16.840.1.113883.5.1060', 'Inhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (455, 'DSKS', '2.16.840.1.113883.5.1060', 'Diskus'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (456, 'DSKUNH', '2.16.840.1.113883.5.1060', 'Diskhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (457, 'TRBINH', '2.16.840.1.113883.5.1060', 'Turbuhaler'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (458, 'PMP', '2.16.840.1.113883.5.1060', 'Pump'); INSERT INTO MaterialEntityClassType (MaterialEntityClassType_id, code, codeSystem, displayName) VALUES (459, 'VCCNE', '2.16.840.1.113883.5.1060', 'Vaccine');