{"id":19830627,"url":"https://github.com/ansforge/smt-cim11_owl","last_synced_at":"2026-05-14T04:39:08.985Z","repository":{"id":145135992,"uuid":"604040131","full_name":"ansforge/SMT-cim11_owl","owner":"ansforge","description":"This repository will contains all scripts used to convert and extract ICD-11 from OMS website to the SMT","archived":false,"fork":false,"pushed_at":"2024-02-08T16:14:22.000Z","size":95270,"stargazers_count":1,"open_issues_count":20,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-11T09:51:30.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansforge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-20T07:55:45.000Z","updated_at":"2024-08-06T16:32:22.000Z","dependencies_parsed_at":"2024-11-12T11:39:37.560Z","dependency_job_id":null,"html_url":"https://github.com/ansforge/SMT-cim11_owl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2FSMT-cim11_owl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2FSMT-cim11_owl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2FSMT-cim11_owl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2FSMT-cim11_owl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansforge","download_url":"https://codeload.github.com/ansforge/SMT-cim11_owl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241190058,"owners_count":19924965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T11:24:26.990Z","updated_at":"2026-05-14T04:39:08.956Z","avatar_url":"https://github.com/ansforge.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CIM-11-MMS en OWL\n\nLe répertoire contient les scripts (java) pour extraire et convertir la [CIM-11 MMS](https://icd.who.int/browse11/l-m/fr#/http%3a%2f%2fid.who.int%2ficd%2fentity%2f1136813326) à partir des [APIs de l'OMS](https://icd.who.int/icdapi) .\n\nLa création du fichier de la CIM-11-MMS passe par 4 étapes (qui va inclure le français et l'anglais) : \n\n1. Génrer le fichier en [OWL](https://www.w3.org/OWL/), qui est le format utilisé sur le [SMT](https://smt.esante.gouv.fr/).\n2. Concaténer les deux versions en français en anglais pour au final avoir un seule fichier OWL comme celui publié sur le SMT.\n\n\n\n\n\n### Génerer les deux fichier FR et EN en OWL ###\n\n#### 1. Mettre à jours le fichier de configurations:\n\nDans le fichier `configuration.properties`, mettre à  jour les paramètres suivants : \n\n\n#### - le paramètre pour la langue : #### \n\n````\nicd_language = fr \n````\n\n#### - le paramètre pour l'URI d'accès à l'API de l'OMS : #### \n\n````\nentityURI = https://id.who.int/icd/release/11/2024-01/mms\n\n````\n\n#### - les paramètres de connexion à l'API : ####\n\n```java\nParamètres sécurités d'acces à  la API CIM11\n\nTOKEN_ENPOINT = https://icdaccessmanagement.who.int/connect/token\nCLIENT_ID = ***\nCLIENT_SECRET = ***\nSCOPE = icdapi_access\nGRANT_TYPE = client_credentials\n```\n\n#### 2. Lancer le script de géneration du fichier :\n\n````\n`java -jar icd11-owl.jar owlCim11Mms -l fr -o CIM11_FR.owl `.\n\n````\n\n````\n`java -jar icd11-owl.jar owlCim11Mms -l en -o CIM11_EN.owl `.\n\n````\n\n\n### Concaténation des version en français et en anglais ###\n\n\n#### 1. Lancer le script de concaténation:\n\n#### Rq: modifier l'URI de l'ontology FR avant de lancer le script\n\n`java -jar icd11-owl.jar concatenateCim11 -owl_fr CIM11_FR.owl -owl_en  CIM11_EN.owl -owl_complet CIM11_COMPLETE_FR_EN.owl  `\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansforge%2Fsmt-cim11_owl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansforge%2Fsmt-cim11_owl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansforge%2Fsmt-cim11_owl/lists"}