CIM10

Description des Metadata Cim10

Metadata

{
  "type": "string",
  "inclusionNote": "string",
  "altLabel": "string",
  "subClassOf": "string",
  "subCodeOf": "string"
}
Champ Descriptif
type Type de noeud (seule category est chargée)
inclusionNote Note d’inclusion
altLabel Libellé alternatif
subClassOf Lien vers le code parent
subCodeOf Code parent

Exemple:

{
  "valeur": "M15.08",
  "libelle": "(Ostéo)arthrose primaire généralisée - \" Autres \"",
  "lang": "fr",
  "identifiantNomenclature": "ICD-10",
  "nomNomenclature": "CIM10",
  "metadata": {
    "type": "category",
    "inclusionNote": "colonne vertébrale\ncôtes\ncou\ncrâne\ntête\ntronc\n",
    "altLabel": "tronc",
    "subClassOf": "http://data.esante.gouv.fr/atih/cim10/M15.0",
    "subCodeOf": "M15.0"
  },
  "source": "https://smt.esante.gouv.fr"
}