Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incorrect mapping for ICDO #1071

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -51278,14 +51278,6 @@
}
},
"icdo": {
"aberowl": {
"description": "A biomedical ontology for logical representation of the terms and relations related to the International Classification of Diseases (ICD)",
"download_owl": "http://aber-owl.net/media/ontologies/ICDO/12/icdo.owl",
"homepage": "https://github.com/icdo/ICDO",
"name": "International Classification of Diseases Ontology",
"prefix": "ICDO",
"version": "1.0.83"
},
"bartoc": {
"abbreviation": "ICD-O",
"description": "Used principally in tumour or cancer registries for coding the site (topography) and the histology (morphology) of neoplasms, usually obtained from a pathology report.\n\nA multi-axial classification of the site, morphology, behaviour, and grading of neoplasms. The topography axis uses the ICD-10 classification of malignant neoplasms (except those categories which relate to secondary neoplasms and to specified morphological types of tumours) for all types of tumours, thereby providing greater site detail for non-malignant tumours than is provided in ICD-10. In contrast to ICD-10, the ICD-O includes topography for sites of haematopoietic and reticuloendothelial tumours. The morphology axis provides five-digit codes ranging from M-8000/0 to M-9989/3. The first four digits indicate the specific histological term. The fifth digit after the slash (/) is the behaviour code, which indicates whether a tumour is malignant, benign, in situ, or uncertain (whether benign or malignant). A separate one-digit code is also provided for histologic grading (differentiation).",
Expand Down Expand Up @@ -51313,7 +51305,6 @@
},
"homepage": "https://www.who.int/classifications/icd/adaptations/oncology/en/",
"mappings": {
"aberowl": "ICDO",
"bartoc": "445",
"hl7": "2.16.840.1.113883.6.43",
"prefixcommons": "icdo",
Expand Down
1 change: 1 addition & 0 deletions src/bioregistry/data/mismatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"fairsharing": "FAIRsharing.kj336a"
},
"icdo": {
"aberowl": "ICDO",
"bioportal": "ICDO",
"ontobee": "ICDO"
},
Expand Down
Loading