comment: | Groupe de type Planification Deuxième niveau du regroupement des racines GHM Table de référence des groupes de type planification pour GHM (Mis à jour via Ink) La première lettre correspond au cas_code (Catégorie activite de soin - t_cas) https://www.atih.sante.fr/regroupement-ghm-en-2022 columns: code: type: character varying(10) oid: type: bigint not_null: NOT NULL default: "nextval('s_ghm_gp'::regclass)" texte: type: character varying(255) constraints: t_ghm_gp_pkey: type: PRIMARY KEY column: oid t_ghm_gp_ukey1: type: UNIQUE column: code indexes: i_ghm_gp_1: column: code method: btree