Created
February 9, 2025 19:33
-
-
Save zaterio/89f653db77170e6d7a8e7d7e501c456d to your computer and use it in GitHub Desktop.
DICCIONARIO SERVICIO CLINICO -> CODIGO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diccionario_servicio_clinico_codigo = { | |
"URGENCIA OBSTETRICA": "URGENCIA", | |
"URGENCIA INFANTIL": "URGENCIA", | |
"PSIQUIATRIA INFANTIL": "421", | |
"URGENCIA ADULTO": "URGENCIA", | |
"PSIQUIATRIA ADULTO": "418", | |
"MQ PEDIATRIA (M)": "410", | |
"N/A PSIQUIATRIA": "N/A", | |
"HEMODIALISIS": "OTROS", | |
"PABELLON/CMA": "OTROS", | |
"PEDIATRÍA (M)": "408", | |
"MQ ADULTO (B)": "403", | |
"MQ ADULTO (M)": "404", | |
"UCI PEDIATRIA": "411", | |
"UTI PEDIATRIA": "412", | |
"NEONATOLAGIA": "413", | |
"OBSTETRICIA": "416", | |
"ADULTO (M)": "402", | |
"UCI ADULTO": "405", | |
"UTI ADULTO": "406", | |
"PABELLÓN": "OTROS", | |
"PABELLON": "OTROS", | |
"PARTOS": "OTROS", | |
"OTROS": "OTROS", | |
"CMA": "OTROS", | |
"N/A": "N/A", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment