Skip to content

Commit

Permalink
ICD11 config & docs
Browse files Browse the repository at this point in the history
- Update: mondo-ingest-odk.yaml: New entry for ICD11 in 'components'
- Updates from running 'make update_repo':
  - modified: docs/odk-workflows/ManageDocumentation.md
  - modified: docs/odk-workflows/RepositoryFileStructure.md
  - modified: src/ontology/Makefile
  - modified: src/ontology/run.sh
  - new file: src/scripts/run-command.sh
  - modified: src/scripts/update_repo.sh
- Add: metadata/icd11.yml
- Update: prefixes.csv
  • Loading branch information
joeflack4 committed Mar 18, 2024
1 parent a3dad24 commit 6c67f89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
VERSION= $(TODAY)
ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE)/releases/$(VERSION)/$@ --annotation owl:versionInfo $(VERSION)
ANNOTATE_CONVERT_FILE = annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) convert -f ofn --output $@.tmp.owl && mv $@.tmp.owl $@
OTHER_SRC = $(COMPONENTSDIR)/doid.owl $(COMPONENTSDIR)/gard.owl $(COMPONENTSDIR)/icd10cm.owl $(COMPONENTSDIR)/icd10who.owl $(COMPONENTSDIR)/icd11foundation.owl $(COMPONENTSDIR)/ncit.owl $(COMPONENTSDIR)/omim.owl $(COMPONENTSDIR)/ordo.owl
OTHER_SRC = $(COMPONENTSDIR)/doid.owl $(COMPONENTSDIR)/gard.owl $(COMPONENTSDIR)/icd10cm.owl $(COMPONENTSDIR)/icd10who.owl $(COMPONENTSDIR)/icd11foundation.owl $(COMPONENTSDIR)/ncit.owl $(COMPONENTSDIR)/omim.owl $(COMPONENTSDIR)/ordo.owl
ONTOLOGYTERMS = $(TMPDIR)/ontologyterms.txt
EDIT_PREPROCESSED = $(TMPDIR)/$(ONT)-preprocess.owl

Expand Down
13 changes: 13 additions & 0 deletions src/ontology/metadata/icd11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
id: ICD11
label: International Classification of Diseases 11th Revision
prefix_map:
ICD11: http://purl.obolibrary.org/obo/mondo/mappings/unknown_prefix/ICD11/
description: >
The International Classification of Diseases (ICD) provides a common language that allows health professionals to
share standardized information across the world. The eleventh revision contains around 17 000 unique codes, more than
120 000 codable terms and is now entirely digital.Feb 11, 2022
This data source in particular is the ICD11 foundation, not one of its linearizations.
homepage: https://icd.who.int/
base_prefix_map:
ICD11: http://purl.obolibrary.org/obo/mondo/mappings/unknown_prefix/ICD11/

0 comments on commit 6c67f89

Please sign in to comment.