src: | SELECT t_unites_medicales.oid, t_unites_medicales.code, t_unites_medicales.texte, t_unites_medicales.section_id, t_unites_medicales.section_code, t_unites_medicales.section_texte, t_unites_medicales.type_autorisation, t_types_autorisations.texte_court AS type_autorisation_texte, t_unites_medicales.finess_geographique FROM pmsi.t_unites_medicales, pmsi.t_types_autorisations WHERE t_unites_medicales.type_autorisation = t_types_autorisations.code;