Skip to content

Instantly share code, notes, and snippets.

View mariolucasdev's full-sized avatar
馃捇
Focusing

M谩rio Lucas mariolucasdev

馃捇
Focusing
View GitHub Profile
@manuholiveira
manuholiveira / CID10.SQL
Last active March 28, 2025 12:20
Carga para inserir todos os registro do CID10
This file has been truncated, but you can view the full file.
INSERT INTO CID10 VALUES ('A00.0','C贸lera devida a Vibrio 01, bi贸tipo ');
INSERT INTO CID10 VALUES ('A00.1','C贸lera devida a Vibrio 01, bi贸tipo El Tor');
INSERT INTO CID10 VALUES ('A00.9','C贸lera n茫o especificada');
INSERT INTO CID10 VALUES ('A01.0','Febre tif贸ide');
INSERT INTO CID10 VALUES ('A01.1','Febre paratif贸ide A');
INSERT INTO CID10 VALUES ('A01.2','Febre paratif贸ide B');
INSERT INTO CID10 VALUES ('A01.3','Febre paratif贸ide C');
INSERT INTO CID10 VALUES ('A01.4','Febre paratif贸ide n茫o especificada');
INSERT INTO CID10 VALUES ('A02.0','Enterite por salmonela');
INSERT INTO CID10 VALUES ('A02.1','Septicemia por salmonela');