| Literature DB >> 23601451 |
Guoqian Jiang1, Harold R Solbrig, Christopher G Chute.
Abstract
The beta phase of the 11th revision of International Classification of Diseases (ICD-11) intends to accept public input through a distributed model of authoring. One of the core use cases is to create textual definitions for the ICD categories. The objective of the present study is to design, develop, and evaluate approaches to support ICD-11 textual definitions authoring using Semantic Web technology. We investigated a number of heterogeneous resources related to the definitions of diseases, including the linked open data (LOD) from DBpedia, the textual definitions from the Unified Medical Language System (UMLS) and the formal definitions of the Systematized Nomenclature of Medicine-Clinical Terms (SNOMED CT). We integrated them in a Semantic Web framework (i.e., the Linked Data in a Resource Description Framework [RDF] triple store), which is being proposed as a backend in a prototype platform for collaborative authoring of ICD-11 beta. We performed a preliminary evaluation on the usefulness of our approaches and discussed the potential challenges from both technical and clinical perspectives.Entities:
Year: 2013 PMID: 23601451 PMCID: PMC3653695 DOI: 10.1186/2041-1480-4-11
Source DB: PubMed Journal: J Biomed Semantics
The ICD-11 content model main parameters
| 1 | ICD Entity Title |
| 2 | Classification Properties |
| 3 | Textual Definitions |
| 4 | Terms |
| 5 | Body System/Structure Description |
| 6 | Temporal Properties |
| 7 | Severity of Subtype Properties |
| 8 | Manifestation Properties |
| 9 | Causal Properties |
| 10 | Functioning Properties |
| 11 | Specific Condition Properties |
| 12 | Treatment Properties |
| 13 | Diagnostic Criteria |
Figure 1System architecture of proposed ICD-11 beta collaborative authoring platform.
The SPARQL query example to get all chapter labels and codes of ICD-11
| SELECT DISTINCT ?label ?code | To get all chapter labels and codes of ICD-11 |
| { GRAPH <http://who.int/icd> | |
| { <http://who.int/icd#ICDCategory> | |
| <http://who.int/icd/vocab/resource/DIRECT-SUBCLASSES> ?child. | |
| ?child <http://who.int/icd/vocab/resource/DIRECT-SUPERCLASSES> ?parent. | |
| ?child rdfs:label ?label . | |
| ?child <http://who.int/icd#icdCode> ?code. | |
| } } ORDER BY ?label |
Figure 2System design for the use case of textual definitions authoring.
A SPARQL query against the SPARQL endpoint of the DBpedia to extract the disease definition information in the language of English
| SELECT DISTINCT ?label ?abstract ?meshId ?wikipediaLink | To extract the disease definition information in the language of English from Dbpedia |
| WHERE { | |
| ?s a <http://dbpedia.org/ontology/Disease>. | |
| ?s rdfs:label ?label. | |
| ?s <http://dbpedia.org/ontology/abstract> ?abstract. | |
| ?s <http://dbpedia.org/ontology/meshId> ?meshId . | |
| ?wikipediaLink <http://xmlns:m.com/foaf/0.1/primaryTopic> ?s. | |
| FILTER (langMatches(lang(?label), "en") && langMatches(lang(?abstract), "en")) | |
| } |
A SPARQL query example to extract the definition and its metadata for a specific ICD category, A19 – Miliary tuberculosis
| SELECT DISTINCT ?label ?definitionContent ?ontologyId ?termId | To extract the definition and its metadata for a specific ICD category, A19 – Miliary tuberculosis |
| { GRAPH <http://who.int/icd> | |
| { <http://who.int/icd#A19> <http://who.int/icd#definitionPrefilled> ?prefilledDefinition . | |
| <http://who.int/icd#A19> rdfs:label ?label . | |
| ?prefilledDefinition <http://who.int/icd#label> ?definitionContent; | |
| <http://who.int/icd#ontologyId> ?ontologyId; | |
| <http://who.int/icd#termId> ?termId; | |
| | |
| }} |
The query results for the definition of the ICD category A19 – Miliary tuberculosis
| A19. Miliary tuberculosis | An acute form of TUBERCULOSIS in which minute tubercles are formed in a number of organs of the body due to dissemination of the bacilli through the blood stream. | UMLS/MSH2008_2008_02_04 | C0041321 |
The structured definition of “Acute myocardial infarction” derived from its short canonical form
| Acute myocardial infarction | The structured definition of “Acute myocardial infarction” derived from its short canonical form |
| is a Disease | |
| that has Clinical course of Sudden onset AND/OR short duration | |
| that has Associated morphology of Acute infarct | |
| and has Finding site of Myocardium structure |
The RDF triples in Turtle format rendered for the mapping between the ICD category “I21” and the SNOMED CT code “57054005”and its structured definition
| <http://who.int/icd#I21> <http://who.int/icd#icdCode> "I21"; | The RDF triples in Turtle format rendered for the mapping between the ICD category “I21” and the SNOMED CT code “57054005”and its structured definition |
| <http://who.int/icd#definitionPrefilled> _:b0672. | |
| _:b0672 <http://who.int/icd#label> | |
| "Acute myocardial infarction Is a Disease and | |
| has Clinical course of Sudden onset AND/OR short duration | |
| that has Associated morphology of Acute infarct | |
| and has Finding site of Myocardium structure " ; | |
| <http://who.int/icd#ontologyId> "SNOMED CT" ; | |
| <http://who.int/icd#termId> "C0155626"; | |
| <http://who.int/icd#sctId> "57054005". |
Note that the label text is wrapped for the display purpose.
Figure 3A screenshot of an initial user interface prototype illustrating how the textual definitions are leveraged in our proposed collaborative authoring system for the ICD-11 beta project.
The linked definition resources to the ICD category “I35.0 Aortic (valve) stenosis”
| DBpedia | Textual definition | Aortic valve stenosis (AS) is a type of valvular heart disease characterized by an abnormal narrowing of the aortic valve opening. | Supertype, Morphology, anatomical site |
| UMLS/MSH2008_2008_02_04 | Textual definition | A pathological constriction that can occur above (supravalvular stenosis), below (subvalvular stenosis), or at the AORTIC VALVE. It is characterized by restricted outflow from the LEFT VENTRICLE into the AORTA. | Supertype, Morphology, Anatomical site |
| UMLS/NCI2007_05E | Textual definition | Narrowing of the orifice of the aortic valve or of the supravalvular or subvalvular regions. | Morphology, Anatomical site |
| UMLS/CSP2006 | Textual definition | Constriction in the opening of the aortic valve or of the supravalvular or subvalvular regions. | Morphology, Anatomical site |
| SNOMED CT | Structured definition | Aortic valve stenosis is a Disease that has Associated morphology of Stenosis and has Finding site of Aortic valve structure. | Supertype, Morphology, Anatomical site |
The linked definition resources to the ICD category N17-N19 Rental failure
| DBpedia | Textual definition | Renal failure or kidney failure (formerly called renal insufficiency) describes a medical condition in which the kidneys fail to adequately filter toxins and waste products from the blood. The two forms are acute and chronic; a number of other diseases or health problems may cause either form of renal failure to occur. Renal failure is described as a decrease in the glomerular filtration rate. Biochemically, renal failure is typically detected by an elevated serum creatinine level. Problems frequently encountered in kidney malfunction include abnormal fluid levels in the body, deranged acid levels, abnormal levels of potassium, calcium, phosphate, and (in the longer term) anemia. Depending on the cause, hematuria (blood loss in the urine) and proteinuria (protein loss in the urine) may occur. Long-term kidney problems have significant repercussions on other diseases, such as cardiovascular disease. | Supertype, anatomical site, causal, manifestation, diagnostic criteria |
| UMLS/MSH2008_2008_02_04 | Textual definition | A severe irreversible decline in the ability of kidneys to remove wastes, concentrate URINE, and maintain ELECTROLYTE BALANCE; BLOOD PRESSURE; and CALCIUM metabolism. Renal failure, either acute (KIDNEY FAILURE, ACUTE) or chronic (KIDNEY FAILURE, CHRONIC), requires HEMODIALYSIS. | Supertype, anatomical site, severity, temporal, treatment |
| UMLS/NCI2007_05E | Textual definition | Acute or chronic condition, characterized by the inability of the kidneys to adequately filter the blood substances, resulting in uremia and electrolyte imbalances. Acute renal failure is usually associated with oliguria or anuria, hyperkalemia, and pulmonary edema. Chronic renal failure is irreversible and requires hemodialysis.--2004 | Supertype, anatomical site, manifestation, temporal, treatment |
| UMLS/CSP2006 | Textual definition | Inability of a kidney to excrete metabolites at normal plasma levels under conditions of normal loading or inability to retain electrolytes under conditions of normal intake. | Anatomical site, diagnostic criteria |
| SNOMED CT | Structured definition | Renal failure syndrome is a Renal impairment. | Supertype |