From 825ffe85b49dd2a671a2b2d20c625c20f4e378a0 Mon Sep 17 00:00:00 2001 From: Tvisha Vedant <122543856+tvilight4@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:18:52 +0530 Subject: [PATCH] [ENH] Diagnosis Levels with correct API response #49 (#57) * Addition of diagnosis levels * updates from other branch * updates from other branch * chnages * cyhanging file path * removing key string from Unique entries * refining tests * refining tests * refining tests * refining tests * refining tests * changing path * Update app/parsing/json_parsing.py Co-authored-by: barbarastrasser <162976974+barbarastrasser@users.noreply.github.com> * Update app/parsing/json_parsing.py Co-authored-by: barbarastrasser <162976974+barbarastrasser@users.noreply.github.com> * Update app/processing.py Co-authored-by: barbarastrasser <162976974+barbarastrasser@users.noreply.github.com> * uncommenting snomed_assessment * removing print * commenting back --------- Co-authored-by: barbarastrasser <162976974+barbarastrasser@users.noreply.github.com> --- app/categorization/llm_categorization.py | 25 ++- app/categorization/llm_helper.py | 82 ++++++++++ app/parsing/abbreviation_to_labels.json | 1 + app/parsing/json_parsing.py | 79 +++++++-- app/processing.py | 3 +- rag_documents/abbreviation_to_labels.json | 1 + tests/test_json_parsing.py | 190 +++++++++++++++++++--- tests/test_llm_abbreviations.py | 4 +- tests/test_llm_categorization.py | 83 +++++++--- tests/test_processing_api.py | 132 +++++++-------- 10 files changed, 458 insertions(+), 142 deletions(-) create mode 100644 app/parsing/abbreviation_to_labels.json create mode 100644 rag_documents/abbreviation_to_labels.json diff --git a/app/categorization/llm_categorization.py b/app/categorization/llm_categorization.py index e798e64..6e909fe 100644 --- a/app/categorization/llm_categorization.py +++ b/app/categorization/llm_categorization.py @@ -6,7 +6,7 @@ AssessmentToolPrompt, DiagnosisPrompt, ) -from categorization.llm_helper import SexLevel, AgeFormat, get_assessment_label +from categorization.llm_helper import SexLevel, AgeFormat, get_assessment_label,Diagnosis_Level,list_terms def Diagnosis( @@ -18,24 +18,23 @@ def Diagnosis( {"column": key, "content": value} ) reply = str(llm_response_Diagnosis) - print(reply) - + # print(reply) + if "yes" in reply.lower(): - values = value.split() - unique_values = list(set(values[1:])) - - # Create dictionary for Levels - levels_dict = {val: "" for val in unique_values} - - # Create the output dictionary - output = {"TermURL": "nb:Diagnosis", "Levels": levels_dict} - + output = {"TermURL": "nb:Diagnosis", "Levels": {}} + unique_entries=list_terms(key,value) + levels={} #the empty dictionary passed to the diagnosis_level function to be filled + level={} # the dictionary which will become the output + level = Diagnosis_Level(unique_entries, code_system,levels) + output["Levels"] = level print(json.dumps(output)) return output + else: return AssessmentTool(key, value, code_system) + def AssessmentTool( key: str, value: str, code_system: str ) -> Optional[Dict[str, Any]]: @@ -88,7 +87,7 @@ def llm_invocation( chainGeneral = GeneralPrompt | llm key, value = list(result_dict.items())[0] llm_response = chainGeneral.invoke({"column": key, "content": value}) - print(llm_response) + # print(llm_response) r = str(llm_response) if "Participant_IDs" in r: output = {"TermURL": "nb:ParticipantID"} diff --git a/app/categorization/llm_helper.py b/app/categorization/llm_helper.py index ca59745..c08a6a2 100644 --- a/app/categorization/llm_helper.py +++ b/app/categorization/llm_helper.py @@ -1,3 +1,4 @@ + from datetime import datetime import json import re @@ -113,6 +114,87 @@ def AgeFormat(result_dict: Dict[str, str], key: str) -> Dict[str, Any]: return output + + +def list_terms(key, value): + words = value.split() + unique_entries = list(set(words)) + if key in unique_entries: + unique_entries.remove(key) + print("check8.0") + print(unique_entries) + return unique_entries + + + +def is_score(input_string): + # Remove all whitespace + cleaned_string = re.sub(r'\s+', '', input_string) + + # Check if the string contains only digits + if cleaned_string.isdigit(): + return True + + # Check if the string contains only one or two alphabetic characters with digits + alpha_count = sum(c.isalpha() for c in cleaned_string) + if alpha_count <= 2 and all(c.isdigit() or c.isalpha() for c in cleaned_string): + return True + + return False + +def are_all_digits(input_list): + # Check if all elements in the list are digit strings + return all(element.isdigit() for element in input_list) + +def Diagnosis_Level(unique_entries:dict,code_system: str,levels): + # print(unique_entries) + + def load_dictionary(file_path): + with open(file_path, 'r') as file: + return json.load(file) + + + #get the list of related labels + def get_label_for_abbreviation(abbreviation:str, abbreviation_to_label): + if abbreviation in abbreviation_to_label: + return abbreviation_to_label[abbreviation] + elif abbreviation.isdigit(): + return ["some score"] + else: + return ["left for user"] + +# Path to your JSON file + file_path = 'app/parsing/abbreviation_to_labels.json' + +# Load the JSON data + data = load_dictionary(file_path) + + + + def Get_Level(unique_entries:list): + if are_all_digits(unique_entries): + print("scores") + else: + for i in range (0,len(unique_entries)): + levelfield=get_label_for_abbreviation(unique_entries[i],data) + levels[unique_entries[i]] = levelfield + + + + + Get_Level(unique_entries) + print(''' + +helper return + + +''') + print(levels) + return levels + + + + def get_assessment_label(key: str, code_system: str) -> Union[str, List[str]]: def load_dictionary(file_path: str) -> Any: with open(file_path, "r") as file: diff --git a/app/parsing/abbreviation_to_labels.json b/app/parsing/abbreviation_to_labels.json new file mode 100644 index 0000000..e704333 --- /dev/null +++ b/app/parsing/abbreviation_to_labels.json @@ -0,0 +1 @@ +{"HC": ["Healthy Control", "Hemichorea", "Hemicephaly", "Hydrocephalus", "Hepatitis with hepatic coma", "Huntington's chorea", "Hypomyelination and congenital cataract", "Hepatic coma", "Henoch's chorea"], "HCs": ["Healthy Control"], "M": ["Male", "Facial dysmorphism, macrocephaly, myopia, Dandy-Walker malformation syndrome"], "Mal": ["Male"], "Male": ["Male"], "OTH": ["Other"], "F": ["Female"], "FEM": ["Female", "Familial essential myoclonus"], "Fem.": ["Female"], "CSS": ["Coffin-Siris syndrome", "Cerebral sarcoidosis", "Cross syndrome", "Cenesthopathic schizophrenia", "Compulsive sexual sadism", "Closed spinal subluxation with anterior thoracic cord lesion", "Brown-Sequard syndrome of cervical spinal cord", "Brown-Sequard syndrome at C1 level", "Brown-Sequard syndrome at C8 level", "Sotos' syndrome", "Cyst of spinal subdural space caused by parasite", "Granuloma of spinal cord caused by parasite", "Claude's syndrome", "Spinal stenosis in cervical region with myelopathy"], "MLS": ["Microlissencephaly", "Multiple-level thoracic spondylosis with radiculopathy", "Morel laminar sclerosis", "X-linked lissencephaly with abnormal genitalia syndrome", "Microcephalus, lymphedema, chorioretinopathy syndrome"], "ONHED": ["Optic nerve hypoplasia due to endocrine deficiency"], "46DXS": ["6q16 microdeletion syndrome"], "6q16DS": ["6q16 microdeletion syndrome"], "* COLN\\n* ONH\\n* CNSM\\n* OCNP\\n* CHOP": ["Hypoplasia of optic nerve due to central nervous system malformation"], "FCSD-IIa": ["Focal cortical dysplasia type IIa"], "FCSD2A": ["Focal cortical dysplasia type IIa"], "FCDIIa": ["Focal cortical dysplasia type IIa"], "FCSD-IIb": ["Focal cortical dysplasia type IIb"], "FCSD2b": ["Focal cortical dysplasia type IIb"], "FCDIIb": ["Focal cortical dysplasia type IIb"], "FCD2b": ["Focal cortical dysplasia type IIb"], "LND": ["Lipoma due to neurospinal dysraphism"], "LIS3": ["Type 3 lissencephaly"], "TSLS": ["Type 3 lissencephaly"], "LSBSA": ["Lumbosacral spina bifida aperta with hydrocephalus"], "LS-BSA": ["Lumbosacral spina bifida aperta with hydrocephalus"], "LSBAP": ["Lumbosacral spina bifida aperta with hydrocephalus"], "SBAP-LS": ["Lumbosacral spina bifida aperta with hydrocephalus"], "PMSNS": ["Pelizaeus-Merzbacher disease null syndrome"], "LS-SBA": ["Lumbosacral spina bifida aperta"], "LSSBA": ["Lumbosacral spina bifida aperta"], "LSBA": ["Lumbosacral spina bifida aperta"], "FCSDII": ["Focal cortical dysplasia type II"], "FCDII": ["Focal cortical dysplasia type II"], "FCDS-Ib": ["Focal cortical dysplasia type Ib"], "FCD-Ib": ["Focal cortical dysplasia type Ib"], "FCDEI": ["Focal cortical dysplasia type I"], "FCD1": ["Focal cortical dysplasia type I"], "FCDS-I": ["Focal cortical dysplasia type Ia"], "FCDI": ["Focal cortical dysplasia type Ia", "Familial central diabetes insipidus"], "FSNF": ["Familial spinal neurofibromatosis"], "FSNPF": ["Familial spinal neurofibromatosis"], "HIWOL": ["Hind brain laceration with open intracranial wound and loss of consciousness"], "PMD-FC": ["Pelizaeus-Merzbacher disease in female carrier"], "PMDfc": ["Pelizaeus-Merzbacher disease in female carrier"], "LLSSM": ["Myelopathy due to spinal stenosis of lumbar region"], "TSM": ["Myelopathy co-occurrent and due to spinal stenosis of thoracic region", "Thoracic spondylosis with myelopathy", "Thoracic spinal meningocele", "Trypanosomiasis with meningitis", "Meningitis caused by Taenia solium"], "SSCD": ["Sensory somatic cortical disorder"], "HGG": ["High grade astrocytoma of brain"], "GBM": ["High grade astrocytoma of brain", "Gliosarcoma of brain", "Neoplasm of frontal lobe", "Primary malignant astrocytoma of central nervous system", "Glioblastoma multiforme of central nervous system", "Malignant neoplasm of cerebral cortex", "Glial tumor of brain", "Malignant glioma of brain", "Glioblastoma multiforme of brain", "Malignant neoplasm of temporal lobe", "Malignant neoplasm of parietal lobe", "Malignant neoplasm of central nervous system", "Malignant neoplasm of cerebrum", "Primary glioblastoma multiforme of cerebrum", "Glioma of central nervous system", "Malignant glioma of cerebrum", "Malignant glioma of central nervous system", "Grade 4 malignant glioma of brain", "Primary malignant neoplasm of central nervous system", "Primary malignant neoplasm of cerebrum", "Primary malignant neoplasm of frontal lobe", "Astrocytoma of cerebrum"], "HGAA": ["High grade astrocytoma of brain"], "LGG": ["Low grade astrocytoma of brain", "Low grade glioma of cerebellum", "Low grade glioma of cerebrum", "Low grade glioma of brain", "Low grade glioma of brain", "Low grade malignant glioma of brain"], "PRPP": ["Progressive rubella panencephalitis"], "EMCP": ["Epilepsy in mother complicating pregnancy"], "EP": ["Epilepsy in mother complicating pregnancy", "Epilepsy in mother complicating childbirth", "Epidermoid cyst of pituitary gland", "Eclampsia in pregnancy", "Eclampsia with postnatal complication", "Epileptic psychosis", "Epilepsia partialis continua"], "ME": ["Epilepsy in mother complicating pregnancy", "Meningoencephalitis due to Chagas disease", "Myxedema encephalopathy", "Myoclonic encephalopathy", "Menstrual epilepsy", "Encephalitis, myelitis and encephalomyelitis", "Motor epilepsy", "Mumps encephalitis", "Multifactorial encephalopathy", "Metabolic encephalopathy", "Meningoencephalitis", "Macroencephaly"], "PEM": ["Epilepsy in mother complicating pregnancy", "Psychogenic endocrine malfunction", "Primary amebic encephalitis", "Postencephalitic myoclonus", "Polioencephalopathy", "Primary encephalitis", "Paraneoplastic encephalitis"], "ARHCB": ["Agenesis of right hemisphere of cerebellum"], "ALHCB": ["Agenesis of left hemisphere of cerebellum"], "VMDA": ["Ventriculomegaly due to developmental anomaly"], "VMA": ["Ventriculomegaly due to developmental anomaly"], "XC3D": ["X-linked complicated corpus callosum dysgenesis"], "SIBSN": ["Sporadic infantile bilateral striatal necrosis"], "TLS-SBA": ["Thoracolumbosacral spina bifida aperta"], "SBAT": ["Spina bifida aperta of upper thoracic spine", "Spina bifida aperta of thoracic spine"], "SNH": ["Subcortical nodular heterotopia", "Subependymal nodular heterotopia", "Acute nontraumatic intracranial subdural hematoma"], "PPiD": ["Dementia due to Parkinson's disease"], "EC": ["Ependymoma of cerebrum", "Ependymal cyst", "Parietal encephalocele", "Electric chorea"], "PND": ["Perinatal depression", "Mental disorder in the puerperium - baby delivered during previous episode of care", "Mild postnatal depression", "Severe postnatal depression", "Polyneuropathy, intellectual disability, acromicria, premature menopause syndrome", "Antenatal depression", "Pallidonigral degeneration"], "PPD": ["Perinatal depression", "Paranoid personality disorder", "Mental disorders during pregnancy, childbirth and the puerperium", "Mild postnatal depression", "Psychoneurotic personality disorder", "Pigmentary pallidal degeneration", "Postpartum depression", "Postpartum neurosis", "Dementia due to pellagra", "Persecutory delusion disorder"], "PNDD": ["Perinatal depression"], "CPA": ["Cerebellopontine angle syndrome", "Cerebellopontine angle tumor", "Cerebellopontine angle meningioma", "Cerebellar pyogenic abscess", "Cerebral palsy, not congenital or infantile, acute", "Malignant neoplasm of cerebellopontine angle", "Choreic cerebral palsy", "Cerebral pseudoatrophy"], "CPAS": ["Cerebellopontine angle syndrome"], "FP": ["Factitious purpura", "Fanatic personality", "Functional paraparesis"], "OCI SCI": ["Open fracture of C1-C4 level with incomplete spinal cord lesion"], "CMD": ["Cocaine-induced mood disorder", "Chronic mental disorder", "Chronic mood disorder"], "IVH-G4-FN": ["Intraventricular (nontraumatic) haemorrhage, grade 4, of fetus and newborn"], "IGD": ["Isolated gonadotropin deficiency", "Spastic paraplegia, glaucoma, intellectual disability syndrome"], "MID": ["Multi-infarct dementia with delirium", "Moderate intellectual development disorder without significant impairment of behaviour", "Multi-infarct dementia with depression", "Mental disorder in infancy", "Multi-infarct dementia with delusions", "Multi-infarct dementia", "Moderate intellectual disability", "Mild intellectual disability"], "MIDD": ["Multi-infarct dementia with delirium", "Multi-infarct dementia with depression", "Multi-infarct dementia with delusions", "Multi-infarct dementia"], "* HCC\\n* HCL": ["Hepatic coma due to hepatitis"], "FA": ["Friedreich's ataxia", "Fibrillary astrocytoma of brain", "Fibrillary astrocytoma of central nervous system", "Factitious asthma", "Fetal anencephaly"], "FRDA": ["Friedreich's ataxia"], "LMMMC": ["Lipomyelomeningocele"], "CBS": ["Colloid brain cyst", "Astrocytoma of brain stem", "Cerebellar stroke", "Cerebral degeneration due to vitamin B12 deficiency", "Charles Bonnet syndrome", "Cerebellar stroke syndrome", "Brainstem death", "Dysgenesis of the brainstem", "Malignant neoplasm of brainstem", "Cortical blindness, intellectual disability, polydactyly syndrome", "Chronic brain syndrome", "Myelopathy due to vitamin B12 deficiency"], "CBC": ["Colloid brain cyst", "Focal brain contusion"], "PPD-R": ["Postpartum major depression in remission"], "HZM": ["Herpes zoster with meningitis", "Herpes zoster myelitis"], "HZ-M": ["Herpes zoster with meningitis"], "OGC": ["Oligodendroglioma of cerebrum"], "HLF": ["Hemiparesis of left side of face"], "LHF": ["Hemiparesis of left side of face"], "RHF": ["Hemiparesis of right side of face"], "RHFP": ["Hemiparesis of right side of face"], "RP": ["Rachischisis partialis", "Reactive psychoses", "Rabies prodrome", "Riddoch phenomenon"], "AD": ["Primary degenerative dementia of the Alzheimer type, presenile onset, with depression", "Indication for modification of patient cognitive status", "Presenile dementia", "Adjustment disorder", "Dementia associated with another disease", "Disturbance of anxiety and fearfulness in childhood and adolescence", "Anxiety disorder", "Primary degenerative dementia", "Articulatory dyspraxia", "Primary degenerative dementia of the Alzheimer type, senile onset, with depression", "Alzheimer's disease", "Cerebral degeneration presenting primarily with dementia", "Primary degenerative dementia of the Alzheimer type, presenile onset", "Primary degenerative dementia of the Alzheimer type, senile onset", "Cerebral degeneration", "Mild dementia", "Primary degenerative dementia of the Alzheimer type, senile onset, with behavioral disturbance", "Moderate dementia", "Cognitive disorder", "Senile degeneration of brain", "Primary degenerative dementia of the Alzheimer type, senile onset, with delirium", "Dementia", "Degenerative brain disorder", "Primary degenerative dementia of the Alzheimer type, presenile onset, with delusions", "Primary degenerative dementia of the Alzheimer type, senile onset, with delusions", "Primary degenerative dementia of the Alzheimer type, presenile onset, uncomplicated", "Primary degenerative dementia of the Alzheimer type, presenile onset, with delirium", "Primary degenerative dementia of the Alzheimer type, senile onset, uncomplicated", "Alcohol dependence", "Primary degenerative dementia of the Alzheimer type, senile onset in remission", "Acute depression", "Agitated depression", "Amphetamine delirium"], "EOAD-BD": ["Early onset Alzheimer's disease with behavioral disturbance"], "EOADBD": ["Early onset Alzheimer's disease with behavioral disturbance"], "EARLYONSETAD": ["Early onset Alzheimer's disease with behavioral disturbance"], "* AGMC\\n* ICD-AMI\\n* AMI\\n* GMD\\n* IAM": ["Amnestic disorder associated with general medical condition"], "OSCI": ["Open fracture of vertebral column with spinal cord injury", "Open fracture of T1-T6 level with spinal cord injury", "Open fracture of C5-C7 level with incomplete spinal cord lesion"], "VSCI": ["Open fracture of vertebral column with spinal cord injury"], "OFVSCSI": ["Open fracture of vertebral column with spinal cord injury"], "ORSD": ["Occupation-related stress disorder", "Occupation-related stress disorder"], "OSRD": ["Occupation-related stress disorder"], "MBDS": ["Mental disorder AND/OR culture bound syndrome", "Marchiafava-Bignami disease"], "MDS": ["Mental disorder AND/OR culture bound syndrome", "Mother-daughter symbiotic syndrome", "Miller Dieker syndrome", "Myelatelia", "MEDNIK syndrome", "Macrocephaly and developmental delay syndrome", "14q24.1q24.3 microdeletion syndrome", "AHDC1-related intellectual disability, obstructive sleep apnea, mild dysmorphism syndrome"], "CFS": ["Mental disorder AND/OR culture bound syndrome", "Claude's syndrome"], "PID": ["Mental disorder AND/OR culture bound syndrome", "Profound intellectual development disorder with significant impairment of behaviour", "Profound intellectual development disorder with minimal impairment of behaviour", "Profound intellectual development disorder with impairment of behaviour", "Severe intellectual development disorder with significant impairment of behaviour", "Pineal gland disorder", "Papilledema of bilateral eyes due to raised intracranial pressure", "Mental disorder in infancy", "Profound intellectual disability", "Disorder of pituitary gland", "Severe intellectual disability", "Identity disorder", "Partial diabetes insipidus", "Borderline intellectual disability", "Pachymeningitis due to inflammatory disorder"], "HDSDCNS": ["Hereditary degenerative disease of central nervous system"], "CMT": ["Hereditary degenerative disease of central nervous system", "Myelopathy due to malignant neoplastic disease"], "ALS": ["Hereditary degenerative disease of central nervous system", "Closed spinal dislocation with anterior lumbar cord lesion", "L1 syndrome", "Degenerative disease of the central nervous system", "Upper motor neuron disease"], "HSP": ["Hereditary degenerative disease of central nervous system", "X-linked pure hereditary spastic paraplegia", "Pure hereditary spastic paraplegia", "Complicated hereditary spastic paraplegia", "Hereditary spastic paraplegia", "Vanishing white matter disease"], "MIAD": ["Multi-infarct dementia due to atherosclerosis"], "SHI": ["Secondary hypothalamic insufficiency"], "HS-I": ["Secondary hypothalamic insufficiency"], "TLBS": ["Temporal lobectomy behavior syndrome"], "TLEBS": ["Temporal lobectomy behavior syndrome"], "EDDMT1": ["Eating disorder co-occurrent with diabetes mellitus type 1"], "DM1ED": ["Eating disorder co-occurrent with diabetes mellitus type 1"], "IAE": ["Encephalopathy due to Influenza A virus", "Isolated arhinencephaly"], "RCPS-I": ["Refractory complex partial seizure with impairment of consciousness"], "TCNS": ["Tuberculosis of central nervous system", "Toxicariasis of the central nervous system"], "TBNS": ["Tuberculosis of central nervous system"], "TSHD": ["Isolated thyroliberin deficiency", "Isolated thyrotropin deficiency"], "TID": ["Isolated thyroliberin deficiency"], "FASD": ["Alcohol dependence in pregnancy"], "PAP": ["Alcohol dependence in pregnancy"], "AUD": ["Alcohol dependence in pregnancy", "Alcohol abuse", "Alcohol intoxication delirium", "Academic underachievement disorder", "Nondependent alcohol abuse", "Persistent alcohol abuse", "Mild alcohol dependence", "Severe alcohol dependence", "Alcoholism"], "Fetal alcohol syndrome disorder": ["Alcohol dependence in pregnancy"], "EtaS": ["Alcohol dependence in pregnancy"], "FADP": ["Alcohol dependence in pregnancy"], "ADIP": ["Alcohol dependence in pregnancy"], "* AMDIC": ["Anxiety disorder in mother complicating childbirth"], "OA-CNSC": ["Obstetric anesthesia with central nervous system complication in childbirth"], "EMC": ["Epilepsy in mother complicating childbirth", "Encephalomyelocele"], "EMB": ["Epilepsy in mother complicating childbirth", "Meningitis caused by Enterobacter"], "EHCP": ["Eclampsia with pre-existing hypertension in childbirth"], "ACDC": ["Alcohol dependence in childbirth"], "ACD": ["Alcohol dependence in childbirth", "Argyrophilic grain disease", "Alcoholic cerebellar degeneration", "Anxiety disorder of childhood", "Adjustment disorder with disturbance of conduct"], "ADC": ["Alcohol dependence in childbirth"], "BCA": ["Cerebrovascular accident due to embolism of bilateral anterior cerebral arteries", "Cerebrovascular accident due to embolism of bilateral carotid arteries", "Cerebrovascular accident due to embolism of bilateral middle cerebral arteries"], "BAoA": ["Cerebrovascular accident due to embolism of bilateral anterior cerebral arteries", "Subarachnoid hemorrhage from basilar artery aneurysm"], "BCEA": ["Cerebrovascular accident due to embolism of bilateral anterior cerebral arteries", "Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries", "Cerebrovascular accident due to embolism of bilateral cerebellar arteries"], "EBBS": ["Ependymoma of brain stem", "Endophlebitis of basilar sinus"], "OBST": ["Oligodendroglioma of brain stem"], "OBOBS": ["Oligodendroglioma of brain stem"], "OB": ["Oligodendroglioma of brain stem", "Overweight"], "BSAS": ["Astrocytoma of brain stem", "BSG syndrome"], "PMCD": ["Psychotic disorder in mother complicating childbirth"], "PDMP": ["Psychotic disorder in mother complicating pregnancy"], "HS": ["Haemorrhagic stroke", "Hypothalamic syndrome", "Houssay's syndrome", "Hypochondriasis", "Hospitalism", "Hennekam syndrome", "Heat stroke", "Harrod syndrome", "Hadziselimovic syndrome", "Perceptual disturbances and seizures co-occurrent and due to hypnotic withdrawal"], "SPH": ["Symptomatic pedophilia", "Syphilophobia", "Social phobia", "Spontaneous hemorrhage of subarachnoid space from right posterior communicating artery", "Spastic hemiplegia"], "SP": ["Symptomatic pedophilia", "Simple partial seizure", "Secondary parkinsonism", "Symptomatic parkinsonism", "Simple phobia", "Syringopontia"], "PMD": ["Major depressive disorder in mother complicating childbirth", "Mental disorder in mother complicating childbirth", "Mental disorder during pregnancy - baby not yet delivered", "Disorder of neuronal migration and differentiation", "Pelizaeus-Merzbacher disease", "Mental disorder in mother complicating pregnancy", "Pelizaeus-Merzbacher disease, classic form"], "MDD-MC": ["Major depressive disorder in mother complicating childbirth"], "MDD-C": ["Major depressive disorder in mother complicating childbirth"], "MDDP": ["Major depressive disorder in mother complicating pregnancy", "Recurrent reactive depressive episodes, severe, with psychosis", "Recurrent major depressive episodes, severe, with psychosis", "Severe recurrent major depression with psychotic features", "Manic symptoms co-occurrent and due to primary psychotic disorder", "Major depression with psychotic features", "Severe major depression with psychotic features", "Single major depressive episode, severe, with psychosis, psychosis in remission", "Recurrent major depressive episodes, severe, with psychosis, psychosis in remission", "Severe major depression, single episode, with psychotic features, mood-congruent"], "MDDCMP": ["Major depressive disorder in mother complicating pregnancy"], "AEM": ["Encephalitis due to Actinomyces"], "AHF": ["Hepatic coma due to acute hepatic failure"], "AHFH": ["Hepatic coma due to alcoholic liver failure"], "PDDCM": ["Depressive disorder in mother complicating childbirth"], "DPD": ["Depressive personality disorder", "Dissociative possession disorder", "Parkinsonism due to drug", "Dementia associated with Parkinson's Disease", "Depersonalization disorder", "Dependent personality disorder"], "BD": ["Meningoencephalitis due to Blastomyces dermatitidis", "Mild bipolar disorder", "Bipolar disorder", "Bipolar disorder caused by drug", "Bipolar affective disorder, currently manic, moderate", "Bipolar affective disorder, currently manic, in full remission", "Bipolar affective disorder, current episode depression", "Bipolar affective disorder, currently depressed, mild", "Bipolar affective disorder, currently depressed, in full remission", "Mood disorder of manic type", "Brainstem death", "Organic mood disorder of manic type", "Bouff\u00e9e d\u00e9lirante", "Mood disorder with mixed depressive and manic symptoms caused by cocaine", "Demyelination of central nervous system co-occurrent and due to Behcet disease", "Dissociative neurological disorder with symptom of movement disorder", "Mental disorder", "Intellectual disability, brachydactyly, Pierre Robin syndrome", "Intellectual disability Birk-Barel type", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder", "Disorder of brain", "Body dysmorphic disorder", "Severe mood disorder without psychotic features", "Disorder of brain stem"], "SSS": ["Meningitis due to Sporothrix schenkii", "Suprasellar syndrome", "Sandifer syndrome", "Abnormality of somatostatin secretion", "Thrombophlebitis of superior sagittal sinus", "Somatosensory seizure", "Embolism of superior sagittal sinus", "Scholte syndrome", "Stimmler syndrome", "Subpial siderosis", "Extrasystoles, short stature, hyperpigmentation, microcephaly syndrome"], "SPS": ["Meningitis due to Sporothrix schenkii", "Simple partial seizure", "Simple paranoid state", "Social phobia, fear of public speaking", "Spastic syndrome", "Simple partial seizure with special sensory symptoms", "Secondary psychotic syndrome with hallucinations and delusions", "Intellectual disability, spasticity, ectrodactyly syndrome", "Subpial siderosis", "Subchronic paranoid schizophrenia"], "HS-HCC": ["Hepatic coma due to chronic hepatic failure"], "CMV-MN": ["Meningitis due to Cytomegaloviral Mononucleosis"], "CMVMN": ["Meningitis due to Cytomegaloviral Mononucleosis"], "CMV-MM": ["Meningitis due to Cytomegaloviral Mononucleosis"], "DRM": ["Diphtheria radiculomyelitis"], "RPSD": ["Reactive depression, prolonged single episode"], "RED-S": ["Reactive depression, single episode"], "RDRD": ["Reactive depression, recurrent"], "RRD": ["Reactive depression, recurrent", "Restricted receptive language development"], "REDFE": ["Reactive depression, first episode"], "GBA": ["Gonococcal abscess of brain"], "LOAIP": ["Late onset alcohol-induced psychosis", "Late onset amphetamine-induced psychosis"], "LOAPIP": ["Late onset alcohol-induced psychosis"], "LOSSIP": ["Late onset substance-induced psychosis"], "LOSIPD": ["Late onset substance-induced psychiatric disorder"], "LOSIDP": ["Late onset substance-induced psychiatric disorder"], "COCPS": ["Late onset cocaine-induced psychosis"], "COP": ["Late onset cocaine-induced psychosis", "Carbon monoxide-induced parkinsonism"], "LOLSD-IP": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "LOLSDP": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "LOSDIP": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "LSPI": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "BMPI-I-MP": ["Severe mixed bipolar I disorder with psychotic features, mood-incongruent"], "LCIP": ["Late onset cannabinoid-induced psychosis"], "LOCIP": ["Late onset cannabinoid-induced psychosis"], "LOAP": ["Late onset amphetamine-induced psychosis"], "* CI\\n* CIOCA\\n* MCAO\\n* PCAO\\n* stroke": ["Cerebral infarction due to occlusion of cerebral artery"], "CIAOSCA": ["Cerebral infarction due to stenosis of cerebral artery"], "CI": ["Cerebral infarction due to stenosis of cerebral artery", "Concussion injury of brain", "Cerebral infarction due to thrombosis of cerebral arteries", "Occipital cerebral infarction", "Cerebral irritation", "Contusion of brain", "Cerebral infarction", "Concussion injury of cerebrum", "Cerebellar infarction", "Cerebral infarction due to stenosis of carotid artery"], "CVA": ["Cerebral infarction due to stenosis of cerebral artery", "Cerebral infarction due to thrombosis of cerebral arteries", "Cerebrovascular accident", "Carotid territory transient ischemic attack", "Cerebrovascular accident due to occlusion of right cerebellar artery by embolus", "Thrombotic stroke", "Cerebral infarction", "Chronic cerebrovascular accident", "Infarct of cerebrum due to iatrogenic cerebrovascular accident", "Cognitive deficit due to and following ischemic cerebrovascular accident", "Multifocal cerebral infarction due to and following procedure on cardiovascular system", "Cerebrovascular accident due to thrombosis of left vertebral artery", "Occlusion of cerebral artery with stroke"], "MCAO": ["Cerebral infarction due to stenosis of cerebral artery", "Cerebrovascular accident due to occlusion of right middle cerebral artery by embolus", "Cerebral infarction due to middle cerebral artery occlusion", "Cerebrovascular accident of medulla oblongata"], "CS": ["Cataleptic schizophrenia", "Cryptogenic stroke", "Catatonic schizophrenia", "Culture shock", "Cockayne syndrome", "Cognitive seizure", "Completed stroke", "Confusional state", "Cotard's syndrome"], "PDPD": ["Presenile dementia with psychosis", "Persistent depressive disorder"], "PWP": ["Presenile dementia with psychosis"], "PDO": ["Presenile dementia with psychosis"], "MDD-Psychotic": ["Recurrent depression with current severe episode and psychotic features"], "MDEP": ["Recurrent depression with current severe episode and psychotic features", "Recurrent manic episodes in partial remission"], "RDP": ["Recurrent depression with current severe episode and psychotic features", "Reactive depressive psychosis", "Residual disintegrative psychoses"], "PCD": ["Predominantly cortical dementia", "Paraneoplastic cerebellar degeneration", "Psychologic conversion disorder", "Primary cerebellar degeneration", "Phencyclidine-induced anxiety disorder", "Primary progressive cerebellar degeneration"], "PCDT": ["Predominantly cortical dementia"], "LCVD": ["Predominantly cortical vascular dementia"], "PCVD": ["Predominantly cortical vascular dementia"], "MDD-S": ["Recurrent depression with current severe episode without psychotic features", "Severe depression", "Major depression, single episode", "Moderately severe major depression", "Severe major depression, single episode, without psychotic features"], "RDC-P": ["Recurrent depression with current severe episode without psychotic features"], "MDE-S": ["Recurrent depression with current severe episode without psychotic features"], "MDD": ["Recurrent depression with current moderate episode", "Recurrent moderate major depressive disorder co-occurrent with anxiety", "Bipolar affective disorder, current episode depression", "Bipolar affective disorder, currently depressed, moderate", "Moderate depression", "Depressive disorder", "Severe recurrent major depression without psychotic features", "Major depressive disorder", "Mild recurrent major depression", "Organic mood disorder of depressed type", "Severe major depression", "Mood disorder", "Minor depressive disorder", "PCP mood disorder", "Minimal depression", "Moderately severe depression", "Minimal major depression single episode", "Mental disorder", "Severe major depression without psychotic features", "Moderate major depression", "Organic mood disorder of mixed type", "Mild major depression", "Moderate mood disorder"], "RMD": ["Recurrent depression with current moderate episode", "Recurrent major depressive episodes", "Mild recurrent major depression", "Recurrent major depression in full remission", "Recurrent major depression", "Recurrent major depression in remission", "Recurrent major depressive episodes, severe"], "D/M": ["Recurrent depression with current moderate episode"], "MCPMF": ["Mania with mood-congruent psychotic features"], "MCPP": ["Mania with mood-congruent psychotic features", "Mania with mood-incongruent psychotic features", "Monoplegic cerebral palsy"], "MIPMF": ["Mania with mood-incongruent psychotic features"], "MPF": ["Mania with psychotic features"], "MP": ["Mania with psychotic features", "Micropapilla", "MPTP-induced parkinsonism", "Myelopathy due to neoplastic disease"], "MWF": ["Mania with psychotic features"], "\u2022 APDPD\\n\u2022 PDD": ["Acute predominantly delusional psychotic disorder"], "* PIDDIB": ["Profound intellectual development disorder without impairment of behaviour"], "PIDD": ["Profound intellectual development disorder with significant impairment of behaviour", "Profound intellectual development disorder with minimal impairment of behaviour", "Profound intellectual development disorder with impairment of behaviour", "Severe intellectual development disorder with impairment of behaviour"], "IDP": ["Profound intellectual development disorder with significant impairment of behaviour"], "PID/MBD": ["Profound intellectual development disorder with minimal impairment of behaviour"], "MBPIDS": ["Profound intellectual development disorder with minimal impairment of behaviour"], "PIDB": ["Profound intellectual development disorder with impairment of behaviour"], "IDS": ["Severe intellectual development disorder without significant impairment of behaviour", "Autosomal dominant isolated somatotropin deficiency", "Benign neoplasm of intradural space of spine", "Ichthyosis, alopecia, eclabion, ectropion, intellectual disability syndrome", "Intellectual disability, myopathy, short stature, endocrine defect syndrome", "Intellectual disability with strabismus syndrome", "AHDC1-related intellectual disability, obstructive sleep apnea, mild dysmorphism syndrome", "Intellectual disability, coarse face, macrocephaly, cerebellar hypotrophy syndrome"], "SIDM": ["Severe intellectual development disorder with minimal impairment of behaviour"], "ID/DD-MI": ["Severe intellectual development disorder with minimal impairment of behaviour"], "SIDDB": ["Severe intellectual development disorder with impairment of behaviour"], "SDDI": ["Severe intellectual development disorder with impairment of behaviour"], "ID/DD": ["Severe intellectual development disorder with impairment of behaviour", "Moderate intellectual development disorder with significant impairment of behaviour", "Intellectual disability", "Intellectual disability, craniofacial dysmorphism, hypogonadism, diabetes mellitus syndrome", "Brachydactyly, mesomelia, intellectual disability, heart defect syndrome", "Intellectual disability, feeding difficulties, developmental delay, microcephaly syndrome"], "IDB": ["Severe intellectual development disorder with impairment of behaviour", "Intellectual development disorder with impairment of behaviour"], "IQD": ["Moderate intellectual development disorder without significant impairment of behaviour"], "CM": ["Meningitis due to Chagas disease", "Coxsackie meningitis", "Congenital microencephaly", "Fungal infection of central nervous system", "Cryptococcal meningitis", "Congenital meningocele", "Cerebral meningioma", "Complicated migraine", "Chemical meningitis", "Cervical myelopathy", "Cervical myelocele", "Chronic meningitis", "Chiari malformation", "Congenital malformation of the meninges", "Measles of the central nervous system", "Chronic myelopathy", "Meningioma of cerebellum", "Candidal meningitis", "Coccidioidal meningitis", "Cerebral malaria"], "IMN": ["Meningitis due to infectious mononucleosis", "Infectious mononucleosis encephalitis"], "IMMS": ["Meningitis due to infectious mononucleosis"], "MRN": ["Meningococcal retrobulbar neuritis"], "* MID\\n* MIDD\\n* MIDD": ["Moderate intellectual development disorder with minimal impairment of behaviour"], "AAE": ["Meningoencephalitis due to Acanthamoeba", "Acute adenoviral encephalitis"], "AAEM": ["Meningoencephalitis due to Acanthamoeba"], "* MID\\n* MIDD\\n* PID\\n* PIDD": ["Moderate intellectual development disorder with impairment of behaviour"], "MECD": ["Meningoencephalitis due to Chagas disease"], "CMC": ["Meningoencephalitis due to Chagas disease", "Congenital cerebral meningocele", "Malignant neoplasm of cerebrum", "Fungal infection of cerebrum"], "* MMR\\n* MID\\n* MLD": ["Mild intellectual development disorder without significant impairment of behaviour"], "* MIDD\\n* MIDDB\\n* IDBB\\n* PDD-NOS (Pervasive Developmental Disorder - Not Otherwise Specified)": ["Mild intellectual development disorder with significant impairment of behaviour"], "* MIDD\\n* MIDD\\n* ID/MINIP\\n* PDD-NOS (although this is a broader term that encompasses multiple disorders)": ["Mild intellectual development disorder with minimal impairment of behaviour"], "AD/CAD": ["Anxiety disorder of childhood OR adolescence"], "ACAD": ["Anxiety disorder of childhood OR adolescence"], "CAAD": ["Anxiety disorder of childhood OR adolescence"], "MRV": ["Meningitis caused by Rubella virus"], "RV-Men": ["Meningitis caused by Rubella virus"], "OS": ["Otosyphilis", "Occlusive stroke", "Oliver syndrome", "Okamoto syndrome", "Olfactory seizure"], "OSPH": ["Otosyphilis"], "OTSPH": ["Otosyphilis"], "HHS": ["Hepatic coma due to subacute liver failure", "Hyperosmolar coma due to secondary diabetes mellitus", "Non-ketotic non-hyperosmolar coma due to diabetes mellitus", "Hyperosmolar coma due to diabetes mellitus"], "ACLF": ["Hepatic coma due to subacute liver failure", "Hepatic coma due to acute hepatitis C"], "CMCI": ["Injury of conus medullaris"], "* MID-IDB\\n* IDBD\\n* MID\\n* ID\\n* MR\\n* PID\\n* PDD-NOS": ["Mild intellectual development disorder with impairment of behaviour"], "IDDD": ["Intellectual development disorder without significant impairment of behaviour"], "ID-BSI": ["Intellectual development disorder without significant impairment of behaviour"], "ASD": ["Intellectual development disorder with significant impairment of behaviour", "Acute situational disturbance", "Asperger's disorder", "Childhood and adolescent disturbance with shyness", "Abductor spastic dysphonia", "Autism spectrum disorder", "Autistic disorder", "Autistic disorder of childhood onset", "Acute stress disorder", "Congenital obstruction of aqueduct of Sylvius", "Arts syndrome", "High-functioning autism", "Amphetamine-induced sexual dysfunction", "Speech cortex disorder", "Autism spectrum disorder, epilepsy, arthrogryposis syndrome", "Macrocephaly, intellectual disability, autism syndrome", "Adductor spastic dysphonia of dystonia"], "ID/MB": ["Intellectual development disorder with minimal impairment of behaviour", "Intellectual development disorder with minimal impairment of behaviour"], "IDIDD": ["Intellectual development disorder with minimal impairment of behaviour"], "IDI": ["Intellectual development disorder with minimal impairment of behaviour", "Idiopathic diabetes insipidus"], "IDDIS": ["Intellectual development disorder with impairment of behaviour"], "IDPD": ["Intellectual development disorder with impairment of behaviour"], "RC": ["Contusion of right cerebrum", "Reactive confusion", "Rabies coma", "Repeated concussion"], "CCL": ["Contusion of left cerebrum", "Cerebral cortex laceration with concussion"], "KS": ["Kohlschutter's syndrome", "Kundrat's syndrome", "Kousseff syndrome", "Klismaphilia"], "KSS": ["Kohlschutter's syndrome"], "TSMS": ["Thoracic spondylosis with myelopathy"], "CFD": ["Cerebrofacial dysplasia", "Cortical dysplasia"], "CFDAS": ["Cerebrofacial dysplasia"], "PPNET": ["Primary primitive neuroectodermal neoplasm of central nervous system"], "PNET": ["Primary primitive neuroectodermal neoplasm of central nervous system", "Malignant neoplasm of pituitary gland and craniopharyngeal duct", "Primary malignant neoplasm of central nervous system"], "MPNET": ["Primary primitive neuroectodermal neoplasm of central nervous system"], "FC": ["Factitious cheilitis", "True compulsive fetishism", "Focal laceration of cerebellum"], "BMPS-I": ["Severe mixed bipolar I disorder with psychotic features"], "IMPS": ["Indication for modification of patient status", "Indication for modification of patient psychological status"], "MODS": ["Indication for modification of patient status"], "IMPBS": ["Indication for modification of patient behavior status"], "CMS": ["Indication for modification of patient cognitive status", "Myelopathy due to two-level cervical spondylosis", "Conus medullaris syndrome"], "CCF": ["Indication for modification of patient cognitive status", "Closed fracture of base of skull with cerebral laceration"], "MCI": ["Indication for modification of patient cognitive status", "Mild cognitive disorder", "Cognitive disorder", "Multiple focal injuries of cerebrum", "Dementia due to metabolic abnormality", "Multifocal cerebral infarction due to and following procedure on cardiovascular system", "Concussion with mental confusion AND/OR disorientation without loss of consciousness"], "PD": ["Indication for modification of patient cognitive status", "Persistent depressive disorder", "Presenile dementia", "Uncomplicated presenile dementia", "Paranoid disorder", "Psychogenic dyspepsia", "Prion disease", "Patchy dementia", "Pallidal degeneration", "Paroxysmal dystonia", "Mania", "Parkinsonism", "Personality disorder", "Panic disorder", "Phobic disorder", "Psychologic dyspareunia", "Panic disorder without agoraphobia with severe panic attacks", "Parkinson's disease", "Psychosexual disorder", "Axis II diagnosis", "Psychotic disorder", "Disorder of basal ganglia", "Mental disorder", "Primary dysthymia"], "FTD": ["Indication for modification of patient cognitive status", "Dementia associated with another disease", "Fragments of torsion dystonia", "Frontotemporal dementia", "Frontotemporal degeneration", "Dementia of frontal lobe type", "Focal dystonia", "Dementia", "Autosomal dominant focal dystonia DYT25 type"], "VPSD": ["Indication for modification of patient cognitive status"], "IMEPES": ["Indication for modification of patient emotional status"], "APS": ["Indication for modification of patient physical status", "Ataxia pancytopenia syndrome", "Aphasia"], "IPS": ["Indication for modification of patient psychological status", "Infantile psychosis", "Progressing stroke", "Induced psychotic disorder"], "PIMS": ["Indication for modification of patient psychological status", "Post-infectious encephalomyelitis"], "APM": ["Acute purulent meningitis", "Acquired pseudomeningocele"], "APMS": ["Acute purulent meningitis"], "AM": ["Acquired meningocele", "Acquired myelocele", "Aseptic meningitis", "Myelitis", "Amok", "Angiomatosis of meninges", "Acute myelopathy", "Meningitis caused by Actinomycetales", "Acute meningitis"], "GBM-CNS": ["Overlapping malignant neoplasm of brain and other parts of the central nervous system"], "Glioblastoma-CNS": ["Overlapping malignant neoplasm of brain and other parts of the central nervous system"], "OMB": ["Overlapping malignant neoplasm of brain"], "BMN": ["Benign neoplasm of meninges"], "MEN3": ["Neoplasm of uncertain behavior of meninges"], "MPUB": ["Neoplasm of uncertain behavior of meninges"], "PMNM": ["Primary malignant neoplasm of meninges"], "PP": ["Psychogenic purpura", "Pica", "Psychogenic polydipsia", "Psychogenic pruritus", "Paraphrenia", "Pseudopapilledema"], "SCC": ["Spinal cord concussion", "Single congenital cerebral cyst", "Glioma of spinal cord", "Astrocytoma of spinal cord", "Ependymoma of spinal cord", "Contusion of spinal cord", "Spinal cord compression", "Secondary malignant neoplasm of cerebellum"], "LP": ["Late effects of poliomyelitis"], "LEPP": ["Late effects of poliomyelitis"], "IDDs": ["Intellectual disability"], "ID": ["Intellectual disability", "Involutional depression", "Severe intellectual disability", "Intellectual disability, congenital heart disease, blepharophimosis, blepharoptosis and hypoplastic teeth", "Cognitive disorder", "Identity disorder", "Intellectual disability, epilepsy, bulbous nose syndrome", "Osteopenia, myopia, hearing loss, intellectual disability, facial dysmorphism syndrome", "Spastic tetraplegia, retinitis pigmentosa, intellectual disability syndrome", "Osteopenia, intellectual disability, sparse hair syndrome", "Intellectual disability, polydactyly, uncombable hair syndrome", "Intellectual disability, brachydactyly, Pierre Robin syndrome", "Polyneuropathy, intellectual disability, acromicria, premature menopause syndrome", "Intellectual disability, feeding difficulties, developmental delay, microcephaly syndrome", "Aphonia, deafness, retinal dystrophy, bifid halluces, intellectual disability syndrome"], "ID/MR": ["Intellectual disability"], "ID/PID": ["Intellectual disability"], "SNFNP": ["Supranuclear facial nerve paralysis"], "SNFP": ["Supranuclear facial nerve paralysis"], "SFNP": ["Supranuclear facial nerve paralysis"], "SCNOS": ["Subacute combined degeneration of spinal cord due to use of nitrous oxide"], "PSUD": ["Psychoactive substance use disorder", "Psychoactive substance dependence with current use"], "PSUDD": ["Psychoactive substance use disorder"], "FS": ["Fahr's syndrome", "Fisher's syndrome", "Flashing", "Foville syndrome", "Fibrous skin tumor of tuberous sclerosis", "Fetishism", "FOXG1 syndrome", "Fried syndrome", "Filippi syndrome", "Fountain syndrome"], "FS1": ["Fahr's syndrome"], "AGAC": ["Arteriopathic granular atrophy of cerebral cortex"], "CATB": ["Circumscribed atrophy of brain"], "CAE": ["Circumscribed atrophy of brain", "Chronic anoxic encephalopathy", "Cerebellar artery embolism", "Choreoathetosis", "Congenital anomaly of brain", "Congenital anomaly of cerebrum"], "CAD": ["Circumscribed atrophy of brain", "Cerebral degeneration due to cerebrovascular disease", "Alcoholic cerebellar degeneration", "Cocaine-induced anxiety disorder", "Caffeine-induced anxiety disorder", "Adolescent onset conduct-dissocial disorder"], "ISP": ["Nonparalytic stroke", "Intractable simple partial epilepsy"], "ISN": ["Nonparalytic stroke"], "DDMS": ["Dyke-Davidoff-Masson syndrome", "Epilepsy co-occurrent and due to demyelinating disorder"], "DDM": ["Dyke-Davidoff-Masson syndrome"], "NDI": ["Nephrogenic diabetes insipidus", "Drug-induced nephrogenic diabetes insipidus", "Neurohypophyseal diabetes insipidus"], "NDI1": ["Nephrogenic diabetes insipidus"], "NDI2": ["Nephrogenic diabetes insipidus"], "NOS": ["Neurosis", "Nonorganic insomnia", "Late onset schizophrenia"], "NS": ["Neurosis", "Neurosyphilis", "Nothnagel's syndrome", "Neonatal stroke", "Nelson syndrome", "Necrosadism"], "RAD-E\\n\\nIPI-RD\\n\\nDRD": ["Reactive attachment disorder of infancy OR early childhood, disinhibited type"], "OMD": ["Organic mental disorder", "Organic mood disorder", "Orofacial dyskinesia", "Mood disorder with manic symptoms caused by opioid"], "OMDS": ["Organic mental disorder"], "PSOD": ["Psychoactive substance-induced organic dementia", "Psychoactive substance-induced organic mental disorder", "Psychoactive substance-induced organic delirium"], "SSAE": ["Subchronic schizophrenia with acute exacerbations", "Spinal subdural abscess"], "SSAX": ["Subchronic schizophrenia with acute exacerbations"], "CATATONIA": ["Catatonic schizophrenia in remission"], "CSIR": ["Catatonic schizophrenia in remission"], "US": ["Undifferentiated schizophrenia"], "UDS": ["Undifferentiated schizophrenia"], "USZ": ["Undifferentiated schizophrenia"], "MxBD-I FR": ["Mixed bipolar I disorder in full remission"], "Mx-BP-I FR": ["Mixed bipolar I disorder in full remission"], "BD-I FR": ["Mixed bipolar I disorder in full remission", "Depressed bipolar I disorder in full remission"], "I cannot provide abbreviations for \"Symptomatic sexual sadism\".": ["Symptomatic sexual sadism"], "ID\\n\\n(Note: ID stands for Insomnia Disorder": ["Dream anxiety disorder"], "which is a condition that is often referred to as Dream Anxiety Disorder in research papers)": ["Dream anxiety disorder"], "KLS": ["Kleine-Levin syndrome", "Pallidoluysian degeneration"], "PDAGRAPA": ["Panic disorder with agoraphobia, agoraphobic avoidance in partial remission AND severe panic attacks"], "PDAGGR": ["Panic disorder with agoraphobia, agoraphobic avoidance in full remission AND panic attacks in partial remission"], "CDSE": ["Conversion disorder, single episode"], "SM": ["Syringomyelia", "Staphylococcal meningitis", "Spinal meningioma", "Sarcoid meningitis", "Syringomyelia and syringobulbia", "Status migrainosus", "Sporadic megalencephaly", "Syphilitic meningitis", "Congenital syringomyelia", "Streptococcal meningitis", "Symptomatic sexual masochism", "Sexual masochism", "Stiff-man syndrome", "Status marmoratus", "Syringoencephalomyelia", "Stroke co-occurrent with migraine", "Salmonella meningitis", "Myelocele", "Sadomasochism"], "ATSCT": ["Arterial thrombosis of spinal cord"], "ASTSC": ["Arterial thrombosis of spinal cord"], "AST": ["Arterial thrombosis of spinal cord", "Malignant tumor of spinal cord"], "EE": ["Extratemporal epilepsy", "Epidural empyema", "Epidemic encephalitis", "Enteroviral encephalitis", "Encephalitis", "Encephalocele", "Epileptic encephalopathy", "Ichthyosis, alopecia, eclabion, ectropion, intellectual disability syndrome", "Epilepsy"], "WWCMD": ["Walker-Warburg congenital muscular dystrophy"], "MDC1C": ["Walker-Warburg congenital muscular dystrophy"], "MDC1D": ["Walker-Warburg congenital muscular dystrophy"], "EMERD": ["Muscle-eye-brain disease, congenital muscular dystrophy"], "POA": ["Partial optic atrophy", "Primary optic atrophy", "Primary oligodendroglioma of parietal lobe"], "DIHS": ["Syndrome of diencephalo-hypophyseal origin", "Drug-induced paranoia or hallucinatory states"], "IC": ["Insulin coma"], "ICM": ["Insulin coma", "Infection causing myelitis"], "HSND": ["Hypothalamic syndrome"], "HHHS": ["Hyperthermia-hyperphagia-hypothyroidism syndrome", "Moebius syndrome, axonal neuropathy, hypogonadotropic hypogonadism syndrome", "Hyposmia, nasal and ocular hypoplasia, hypogonadotropic hypogonadism syndrome", "Hemidystonia hemiatrophy syndrome"], "SOFCCE": ["Open fracture of sacrum AND/OR coccyx with complete cauda equina lesion"], "CCPC": ["Congenital choroid plexus cyst"], "CPCC": ["Congenital choroid plexus cyst"], "CPC": ["Congenital choroid plexus cyst", "Choroid plexus carcinoma", "Neoplasm of craniopharyngeal duct", "Malignant tumor of choroid plexus", "Choroid plexus cyst", "Tumor of choroid plexus", "Congenital porencephalic cyst"], "EDH": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness", "Extradural intracranial hematoma", "Hemorrhage into extradural space of neuraxis", "Extradural hemorrhage following injury with open intracranial wound", "Epidural hemorrhage"], "EHD": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness"], "EDH IOW": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness"], "LOC": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness", "Laceration of cerebrum", "Concussion with loss of consciousness"], "AMV": ["Adenoviral meningitis"], "SAEAE": ["Subacute adenoviral encephalitis"], "SAV-E": ["Subacute adenoviral encephalitis"], "CRM": ["Rubella infection of central nervous system"], "PMSE": ["Post measles encephalitis"], "CMV": ["Coxsackie meningitis", "Slow viral central nervous system infection", "Migraine variants", "Viral infection of central nervous system"], "ANE": ["Acute necrotizing encephalitis", "Acute necrotizing encephalopathy of childhood"], "DUSN": ["Diffuse unilateral subacute neuroretinitis"], "HM": ["Hydromyelia", "Haemophilus meningitis", "Sick headache", "Hyoid myoclonus", "Hypomania", "Hematomyelia", "Hemorrhagic meningitis", "Hemiplegic migraine", "Meningitis caused by Histoplasmosis", "Hemimyelia"], "HDV": ["Hepatic coma due to viral hepatitis D"], "ISCILT": ["Incomplete spinal cord lesion at T1-T6 level without bone injury"], "NCM": ["Neurocutaneous melanosis", "Meningitis caused by Nocardia"], "LCSOA": ["Late congenital syphilitic optic atrophy"], "LSCOA": ["Late congenital syphilitic optic atrophy"], "PTD": ["Possession trance disorder", "Primary torsion dystonia", "Primary dystonia type 2", "Primary tic disorder", "Primary dystonia DYT17 type", "Facial dysmorphism, developmental delay, behavioral abnormalities syndrome due to 10p11.21p12.31 microdeletion"], "\u2022 OOW\\n\u2022 UOW\\n\u2022 OWD\\n\u2022 OW": ["Uncomplicated opioid withdrawal"], "NIS": ["Neonatal ischemic stroke"], "NISP": ["Neonatal ischemic stroke"], "HIE": ["Hypoxic ischemic encephalopathy of newborn", "Cerebral injury due to birth trauma", "Haemophilus influenzae meningitis", "Hypoxic ischemic encephalopathy", "Injury of central nervous system due to birth trauma"], "HIE-N": ["Hypoxic ischemic encephalopathy of newborn"], "HIEN": ["Hypoxic ischemic encephalopathy of newborn", "Severe hypoxic ischemic encephalopathy of newborn", "Mild hypoxic ischemic encephalopathy of newborn", "Hypoxic ischemic encephalopathy due to birth trauma", "Hypoxic ischemic encephalopathy", "Hypoxic ischemic encephalopathy due to strangulation"], "HIEoN": ["Hypoxic ischemic encephalopathy of newborn"], "PCPG": ["Epidermoid cyst of pituitary gland"], "POMP": ["Postoperative pseudomeningocele"], "LNLE": ["Neuropsychiatric disorder due to systemic lupus erythematosus"], "HSVE": ["Herpes simplex type 1 encephalitis", "Herpes simiae encephalitis", "Encephalitis due to human herpes simplex virus", "Infection of central nervous system caused by Herpes simplex virus"], "HSV-1 E": ["Herpes simplex type 1 encephalitis"], "HSV-2 Encephalitis": ["Herpes simplex type 2 encephalitis"], "DS": ["Developmental speech disorder", "Diencephalic syndrome", "Dysphasic seizure", "Dentate dysplasia", "Dubowitz's syndrome", "Specific spelling disorder", "Dissociative stupor", "Derealization syndrome", "Dysmnesic seizure", "Disorganized schizophrenia", "Delirium caused by substance or medication"], "SDD": ["Developmental speech disorder", "Senile dementia with depression", "Senile dementia with delirium", "Secondary dissociative disorder"], "DSD": ["Developmental speech disorder"], "DIPG": ["Diffuse intrinsic pontine glioma"], "DPG": ["Diffuse intrinsic pontine glioma", "Duplication of pituitary gland"], "CDI": ["Postoperative central diabetes insipidus", "Conduct disorder - in family context", "Familial central diabetes insipidus", "Spinal cord decompression injury", "Cerebral decompression injury", "Cerebellar decompression injury"], "PCI": ["Postoperative central diabetes insipidus", "Cerebral infarct due to thrombosis of precerebral arteries", "Cerebral infarction due to embolism of precerebral arteries", "Impending cerebral ischemia", "Perinatal cerebral ischemia"], "IVHL": ["Entrapment of inferior horn of lateral ventricle"], "OHIVH": ["Obstructive hydrocephalus due to entrapment of inferior horn of lateral ventricle"], "IRD": ["Necrosis of brain caused by exposure to ionizing radiation", "Infantile cerebellar and retinal degeneration"], "RBNE": ["Necrosis of brain caused by exposure to ionizing radiation"], "FADEF": ["Dementia due to deficiency of folic acid"], "FADFA": ["Dementia due to deficiency of folic acid"], "SS": ["Meningitis caused by Streptococcus suis", "Subchronic schizophrenia", "Sunstroke", "Simple schizophrenia", "Sheehan's syndrome", "Shell shock", "Stockholm syndrome", "Spastic syndrome", "Savant syndrome", "Seckel syndrome", "Sexual sadism", "Scholte syndrome", "Secondary stereotypy", "Strachan's syndrome", "Sotos' syndrome"], "MED": ["Neoplasm of extradural space"], "FD \\n\\n(Note: FD is commonly used in research papers and data to refer to myelopathy due to folate deficiency)": ["Myelopathy due to folate deficiency"], "TRD": ["Treatment resistant depression"], "TRDep": ["Treatment resistant depression"], "TRDeps": ["Treatment resistant depression"], "TRDx": ["Treatment resistant depression"], "PDD": ["Persistent depressive disorder", "Psychological disorder during pregnancy", "Presenile dementia with delirium", "Presenile dementia with depression", "Primary degenerative dementia", "Persistent delusional disorder", "Presenile dementia with delusions", "Dementia associated with Parkinson's Disease", "PCP delusional disorder", "Dementia"], "PDD-R": ["Persistent depressive disorder"], "LMNM": ["Secondary malignant neoplasm of leptomeninges"], "LMNS": ["Secondary malignant neoplasm of leptomeninges"], "SMNL": ["Secondary malignant neoplasm of leptomeninges"], "LCAT": ["Left cerebellar artery thrombosis", "Left cerebellar artery thrombosis with stroke", "Cerebrovascular accident due to thrombus of left carotid artery"], "RCAT": ["Right cerebellar artery thrombosis", "Cerebrovascular accident due to thrombosis of right cerebellar artery"], "NI": ["Nontraumatic injury of brain"], "NBI": ["Nontraumatic injury of brain"], "BI": ["Nontraumatic injury of brain", "Focal injury of brainstem", "Contusion of brain without open intracranial wound"], "CCSC": ["Compression of cervical spinal cord", "Contusion of cervical cord"], "CCS": ["Compression of cervical spinal cord", "Culture shock", "Concentration camp syndrome", "Dysraphism of cervical spine", "Chronic confusional state", "Central cord syndrome", "Caregiver stress syndrome", "Closed fracture of C5-C7 level with anterior cord syndrome", "Corpus callosum syndrome", "Closed fracture of C5-C7 level with posterior cord syndrome", "Closed fracture of C1-C4 level with central cord syndrome", "Closed fracture of T1-T6 level with central cord syndrome", "Chronic catatonic schizophrenia", "Injury at T7 - T12 level with central cord syndrome", "Closed fracture of vault of skull with concussion", "C syndrome", "Corneal cerebellar syndrome", "Craniosynostosis and intracranial calcification syndrome", "Complete lesion of cervical spinal cord at C8 level", "Central cord syndrome of cervical spinal cord", "Central cord syndrome of cervical spinal cord at C2 level", "Central cord syndrome of cervical spinal cord at C5 level", "Central cord syndrome of lumbar spinal cord at L4 level", "Ectodermal dysplasia, intellectual disability, central nervous system malformation syndrome", "Concussion of cervical spinal cord", "Open fracture of C5-C7 level with central cord syndrome", "Closed fracture of C5-C7 level with central cord syndrome", "Cheshire cat syndrome", "Congenital anomaly of spinal cord", "Closed fracture of T7-T12 level with central cord syndrome", "Open fracture of T7-T12 level with central cord syndrome"], "CSCI": ["Compression of cervical spinal cord", "Open fracture of cervical region with spinal cord injury", "Closed spinal subluxation with complete cervical cord lesion", "Fracture of cervical spine with cord lesion", "Cervical spinal cord injury", "Closed fracture of C5-C7 level with spinal cord injury", "Complete lesion of cervical spinal cord at C3 level", "Concussion of cervical spinal cord", "Closed fracture of C1-C4 level with spinal cord injury"], "MMAE": ["Toxic encephalopathy caused by monomethyl mercury"], "MMTE": ["Toxic encephalopathy caused by monomethyl mercury"], "AOOD": ["Anaplastic oligodendroglioma of central nervous system", "Alcohol-induced organic mental disorder"], "MPESC": ["Myxopapillary ependymoma of spinal cord"], "MXP": ["Myxopapillary ependymoma of spinal cord"], "MEPSC": ["Myxopapillary ependymoma of spinal cord"], "AECS": ["Anaplastic ependymoma of central nervous system"], "AEPN": ["Anaplastic ependymoma of central nervous system"], "AE": ["Anaplastic ependymoma of central nervous system", "Ovarioleukodystrophy", "Atypical absence epilepsy", "Alcoholic encephalopathy", "Amebic encephalitis", "Aquagenic epilepsy", "Atelencephaly", "Alcohol-induced epilepsy", "Anoxic encephalopathy", "Allergic encephalomyelitis", "Adenoviral encephalitis", "Allergic encephalitis", "Audiogenic epilepsy", "Ammonia encephalopathy", "Acute encephalitis", "Atonic epilepsy", "Anencephalus", "Autoimmune encephalitis"], "AOA": ["Anaplastic oligoastrocytoma of central nervous system", "Active but odd autism"], "AOACNS": ["Anaplastic oligoastrocytoma of central nervous system"], "AGCC": ["Angiocentric glioma of central nervous system"], "AGCS": ["Angiocentric glioma of central nervous system", "Aicardi Goutieres syndrome"], "GC": ["Gliomatosis cerebri", "Gliosarcoma of central nervous system", "Gonococcal meningitis"], "GCGB": ["Giant cell glioblastoma of brain"], "PAGA": ["Protoplasmic astrocytoma of brain"], "PPA": ["Protoplasmic astrocytoma of brain", "Pituitary apoplexy", "Progressive pseudobulbar palsy", "Primary progressive non fluent aphasia", "Primary progressive apraxia of speech", "Anxiety in pregnancy"], "GA": ["Gemistocytic astrocytoma of brain", "Gemistocytic astrocytoma of central nervous system", "Globus abdominalis"], "PXAH": ["Pleomorphic xanthoastrocytoma of brain"], "PXA": ["Pleomorphic xanthoastrocytoma of brain"], "PCX": ["Pleomorphic xanthoastrocytoma of brain"], "PXC": ["Pleomorphic xanthoastrocytoma of brain"], "PAAS": ["Pilomyxoid astrocytoma of brain", "Primary anaplastic astrocytoma of parietal lobe"], "PMA": ["Pilomyxoid astrocytoma of brain", "Primary malignant astrocytoma of central nervous system", "Type IV adult Pelizaeus-Merzbacher disease", "Pituitary microadenoma", "Pituitary macroadenoma", "Pinealoma"], "PGNT": ["Papillary glioneuronal tumor of brain"], "AGCG": ["Anaplastic ganglioglioma of central nervous system"], "DNM-MB": ["Desmoplastic nodular medulloblastoma of brain"], "DNM": ["Desmoplastic nodular medulloblastoma of brain"], "DMNMB": ["Desmoplastic nodular medulloblastoma of brain"], "LCMB": ["Large cell medulloblastoma of brain"], "LCM-MB": ["Large cell medulloblastoma of brain"], "L-MB": ["Large cell medulloblastoma of brain"], "APCP": ["Atypical papilloma of choroid plexus"], "CPCA": ["Choroid plexus carcinoma"], "PAP\\n\\nPTPR\\n\\nPRT": ["Papillary tumor of pineal region"], "PCOMA": ["Pineocytoma"], "PC": ["Pineocytoma", "Psychogenic constipation", "Post-ictal coma", "Pituitary cyst", "Pituitary carcinoma", "Pilocytic astrocytoma of cerebellum", "Porencephalic cyst", "Posterior cord syndrome of lumbar spinal cord at L2 level", "Pituitary cachexia"], "XLIDHS": ["X-linked intellectual disability hypotonic face syndrome"], "XLIDS": ["X-linked intellectual disability hypotonic face syndrome"], "PSP-PNFA": ["Progressive supranuclear palsy progressive non fluent aphasia"], "PSP-CBS": ["Progressive supranuclear palsy corticobasal syndrome"], "PSP- CBS": ["Progressive supranuclear palsy corticobasal syndrome"], "CBS-PSP": ["Progressive supranuclear palsy corticobasal syndrome"], "CBPS": ["Progressive supranuclear palsy corticobasal syndrome", "Charles Bonnet syndrome", "Congenital bilateral perisylvian syndrome"], "PSP-PD": ["Progressive supranuclear palsy parkinsonism syndrome"], "ADAPD": ["Autosomal dominant Alzheimer disease due to mutation of amyloid precursor protein"], "APP-AD": ["Autosomal dominant Alzheimer disease due to mutation of amyloid precursor protein"], "ASPAPS": ["Atypical progressive supranuclear palsy syndrome"], "ASPS": ["Atypical progressive supranuclear palsy syndrome", "Acute panic state due to acute stress reaction"], "i-PSP": ["Atypical progressive supranuclear palsy syndrome"], "SCA2": ["Autosomal dominant cerebellar ataxia type 2", "Spinocerebellar ataxia", "Spinocerebellar ataxia type 2"], "ADAD-PSEN2": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 2"], "PSN2-AD": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 2"], "ADPSN2": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 2"], "ADAD-PSEN1\\nPSEN1-AD\\nPS1-AD\\nAD-PSEN1": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 1"], "ARF-PD": ["Autosomal recessive familial Parkinson disease"], "ARPD": ["Autosomal recessive familial Parkinson disease"], "ARBOA": ["Autosomal recessive bilateral optic atrophy"], "ROAO": ["Autosomal recessive bilateral optic atrophy"], "GCNS": ["Germinoma of central nervous system", "Gliosarcoma of central nervous system"], "CCG": ["Germinoma of central nervous system", "Glioma of central nervous system"], "CNSG": ["Germinoma of central nervous system"], "GCT": ["Germinoma of central nervous system", "Malignant tumor of spinal cord", "General paresis - neurosyphilis"], "CNSLNG": ["Germinoma of central nervous system"], "SPG7": ["X-linked complex hereditary spastic paraplegia", "Spastic paraplegia type 7", "MT-ATP6-related mitochondrial spastic paraplegia"], "SPG3": ["X-linked complex hereditary spastic paraplegia", "X-linked pure hereditary spastic paraplegia", "X-linked hereditary spastic paraplegia", "Autosomal dominant hereditary spastic paraplegia", "Spastic paraplegia, neuropathy, poikiloderma syndrome"], "SPG4": ["X-linked pure hereditary spastic paraplegia", "Autosomal dominant spastic paraplegia type 4", "Spastic paraplegia, nephritis, deafness syndrome"], "XL-HSP": ["X-linked pure hereditary spastic paraplegia"], "CSMS": ["Myelopathy due to cervical spondylosis"], "SLCSMS": ["Myelopathy due to single-level cervical spondylosis"], "CMCSP": ["Myelopathy due to multiple-level cervical spondylosis"], "2LS": ["Myelopathy due to two-level cervical spondylosis"], "DA": ["Diffuse astrocytoma of brain", "Double athetosis", "Developmental articulatory dyspraxia", "Developmental agnosia", "Developmental aphasia", "Developmental articulation disorder", "Dystonia aphonia syndrome"], "DAs": ["Diffuse astrocytoma of brain"], "CNSGS": ["Gliosarcoma of central nervous system"], "GCCGBM": ["Giant cell glioblastoma of central nervous system"], "GCGlioma": ["Giant cell glioblastoma of central nervous system"], "GCA": ["Gemistocytic astrocytoma of central nervous system", "Granulomatous angiitis of central nervous system"], "CNSA": ["Gemistocytic astrocytoma of central nervous system", "Neoplasm of central nervous system", "Congenital anomaly of central nervous system"], "GSOSC": ["Gliosarcoma of spinal cord"], "GSC": ["Gliosarcoma of spinal cord", "Anxiety disorder due to a general medical condition"], "ABCNS": ["Astroblastoma of central nervous system"], "ABC": ["Astroblastoma of central nervous system", "Anoxic brain damage complication", "Abscess of midbrain"], "ABOM": ["Astroblastoma of central nervous system"], "MOUB": ["Meningioma of uncertain behavior"], "IBPA": ["Invasive benign pituitary adenoma"], "IBPPA": ["Invasive benign pituitary adenoma"], "PABA": ["Invasive benign pituitary adenoma"], "PS": ["Paralytic stroke", "Psychogenic stupor", "Elaboration of physical symptoms for psychological reasons", "Postural seizure", "Phonatory seizure", "Paruresis", "Partial seizure", "Parinaud's syndrome", "Psychogenic syncope", "Paraphilia", "Progressing stroke", "Paranoid schizophrenia in remission", "Paranoid schizophrenia", "Psychotic disorder", "Perry syndrome", "Partington syndrome", "Petit mal status", "Pettigrew syndrome", "Pai syndrome", "Primary stereotypy", "Pseudoprogeria syndrome"], "PCA": ["Paralytic stroke", "Cerebrovascular accident due to occlusion of left posterior communicating artery", "Cerebrovascular accident due to occlusion of right posterior cerebral artery", "Cerebrovascular accident due to thrombus of right posterior cerebral artery", "Cerebrovascular accident due to right carotid artery occlusion", "Cerebrovascular accident due to occlusion of left pontine artery", "Cerebrovascular accident due to occlusion of right pontine artery", "Cerebrovascular accident due to occlusion of left carotid artery", "Infarction - precerebral", "Pilocytic astrocytoma of cerebellum", "Spontaneous hemorrhage of subarachnoid space from left posterior communicating artery", "Cerebrovascular accident due to occlusion of left posterior cerebral artery by embolus", "Posterior cortical atrophy syndrome", "Cerebrovascular accident due to occlusion of bilateral anterior cerebral arteries", "Cerebrovascular accident due to occlusion of right posterior communicating artery", "Cerebrovascular accident due to occlusion of bilateral posterior cerebral arteries"], "RCPE": ["Recurrent complex partial epilepsy"], "RCPSE": ["Recurrent complex partial epilepsy"], "CPSE": ["Recurrent complex partial epilepsy", "Complex partial status epilepticus"], "RCPT": ["Recurrent complex partial epilepsy"], "RCP": ["Recurrent complex partial epilepsy", "Residual childhood psychosis"], "TBLM": ["Tuberculous leptomeningitis"], "TLM": ["Tuberculous leptomeningitis"], "CNLMSNLL": ["Non-Hodgkin lymphoma of central nervous system metastatic to lymph node of lower limb"], "NHLCNSLN": ["Non-Hodgkin lymphoma of central nervous system metastatic to lymph node of upper limb"], "PCA-LO": ["Cerebrovascular accident due to occlusion of left posterior communicating artery"], "SADHC": ["Separation anxiety disorder of childhood"], "SAC": ["Separation anxiety disorder of childhood", "Spinal arachnoid cyst"], "SCI": ["Injury at C5-C7 level with spinal cord injury AND without bone injury", "Open fracture of cervical region with spinal cord injury", "Myelopathy due to spinal cord compression", "Fracture of vertebral column with spinal cord injury", "Closed fracture of T7-T12 level with incomplete spinal cord lesion", "Injuries of brain and cranial nerves with injuries of nerves and spinal cord at neck level", "Spinal cord decompression injury", "Injury at T7-T12 level with spinal cord injury AND without bone injury", "Contusion of spinal cord", "Contusion of sacral cord", "Laceration of spinal cord", "Spinal cord rupture", "Ischemic disorder of spinal cord", "Infarction of spinal cord", "Traumatic injury of spinal cord at T7-T12 level", "Traumatic injury of spinal cord at T1-T6 level", "Spinal cord disease", "Incomplete spinal cord lesion at T7-T12 level without bone injury", "Complete lesion of cervical spinal cord at C8 level", "Complete injury of sacral spinal cord", "Incomplete injury of sacral spinal cord", "Silent cerebral infarct", "Open fracture of C5-C7 level with spinal cord injury", "Closed fracture of C1-C4 level with incomplete cord lesion", "Closed fracture of C1-C4 level with spinal cord injury", "Spinal cord injury"], "SCIw/oBI": ["Injury at C5-C7 level with spinal cord injury AND without bone injury"], "DIM": ["Drug-induced myelopathy"], "DINI": ["Drug-induced nephrogenic diabetes insipidus"], "DNDI": ["Drug-induced nephrogenic diabetes insipidus"], "ISPE": ["Intractable simple partial epilepsy"], "PDAGOR": ["Panic disorder with agoraphobia, agoraphobic avoidance in full remission AND panic attacks in full remission"], "CBII-MDE": ["Chronic bipolar II disorder, most recent episode major depressive"], "LLF": ["Mass of left frontal lobe of brain"], "GAPD": ["Glaucomatous atrophy of optic disc"], "GOTOD": ["Glaucomatous atrophy of optic disc"], "OMS": ["Ophthalmic status migrainosus"], "RM": ["Retinal status migrainosus", "Radiation myelitis", "Retinal migraine"], "IRM": ["Intractable retinal migraine"], "IRMA": ["Intractable retinal migraine", "Adenoma of neuroepithelium of iris"], "RAM": ["Refractory abdominal migraine"], "RAMT": ["Refractory abdominal migraine"], "AFX": ["Amaurosis fugax of left eye"], "AFL": ["Amaurosis fugax of left eye"], "AFOR": ["Amaurosis fugax of right eye"], "BEAH": ["Benign extra-axial hygroma"], "BEAHM": ["Benign extra-axial hygroma"], "PTH": ["Primary thunderclap headache", "Post-traumatic hypopituitarism", "Malignant tumor of pituitary and hypothalamus", "Malignant tumor of pituitary gland"], "CCVM": ["Congenital cerebral ventriculomegaly"], "CCV": ["Congenital cerebral ventriculomegaly", "Congenital cerebral cyst"], "GIDC": ["Gender dysphoria in childhood", "Gender identity disorder of childhood"], "GDC": ["Gender dysphoria in childhood"], "GDYA": ["Gender dysphoria in adolescence and adulthood"], "GDAA": ["Gender dysphoria in adolescence and adulthood"], "GIDA": ["Gender dysphoria in adolescence and adulthood", "Gender identity disorder of adolescence"], "SSD": ["Gigantism due to somatostatin deficiency", "Gigantism due to somatostatin deficiency", "Subchronic disorganized schizophrenia with acute exacerbations", "Undifferentiated somatoform disorder", "Somatic delusion disorder", "Spinal cord compression due to degenerative disorder of spinal column", "Secondary dissociative disorder"], "SOA": ["Secondary optic atrophy", "Disturbance of anxiety and fearfulness in childhood and adolescence", "Syphilitic optic atrophy"], "PHP": ["Prepuberal hyperpituitarism", "Prepuberal panhypopituitarism", "Partial hypopituitarism", "Panhypopituitarism", "Panhypophysitis"], "SLD": ["Significant learning disability", "Disorder of speech and language development", "Severe learning disability", "Specific learning disability", "Severe receptive language delay", "Speech and language developmental delay", "Subcortical leukoencephalopathy"], "SLDN": ["Significant learning disability", "Severe learning disability", "Specific learning disability"], "SLDE": ["Significant learning disability"], "FAREA": ["Miscarriage with cerebral anoxia"], "FAI": ["Miscarriage with cerebral anoxia"], "IAI": ["Miscarriage with cerebral anoxia"], "MCA": ["Miscarriage with cerebral anoxia", "CVA - cerebrovascular accident due to cerebral artery occlusion"], "IHH": ["Idiopathic hypogonadotropic hypogonadism"], "MAID": ["Anxiety disorder caused by methamphetamine"], "MAPD": ["Anxiety disorder caused by methamphetamine"], "MAW": ["Methamphetamine withdrawal"], "MAUD": ["Mood disorder caused by methamphetamine"], "MAMDA": ["Mood disorder caused by methamphetamine"], "AMT": ["Mental disorder caused by methamphetamine"], "MAI": ["Mental disorder caused by methamphetamine", "Psychotic disorder caused by methamphetamine"], "CMwSM": ["Common migraine with status migrainosus"], "IHMM": ["Intractable hemiplegic migraine"], "IHM": ["Intractable hemiplegic migraine"], "HSMS": ["Hemiplegic status migrainosus"], "HSM": ["Hemiplegic status migrainosus", "Herpes simplex meningitis"], "SARS-CoV-2-EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "SARS-CoV-2-induced EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "SARS-CoV-2-related EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "COVID-19-related EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "IHSM": ["Intractable hemiplegic status migrainosus"], "IMM": ["Intractable menstrual migraine"], "MMS": ["Menstrual status migrainosus", "MMEP syndrome", "Brachydactyly, mesomelia, intellectual disability, heart defect syndrome"], "IMSMS": ["Intractable menstrual status migrainosus"], "IMS": ["Intractable menstrual status migrainosus", "Anismus"], "CIMA": ["Chronic intractable migraine without aura"], "CIMAwA": ["Chronic intractable migraine without aura"], "SMWA": ["Status migrainosus with aura"], "POCA": ["Cerebral infarction due to occlusion of precerebral artery"], "PCAO": ["Cerebral infarction due to occlusion of precerebral artery", "Bilateral cerebral infarction due to precererbral arterial occlusion", "Cerebrovascular accident due to occlusion of left posterior cerebral artery", "Cerebral infarction due to stenosis of precerebral artery", "Cerebral infarction due to posterior cerebral artery occlusion", "Cerebrovascular accident due to occlusion of bilateral posterior cerebral arteries"], "PCoA": ["Cerebral infarction due to occlusion of precerebral artery", "Posterior cerebral circulation infarction", "Cerebrovascular accident due to occlusion of left posterior cerebral artery by embolus"], "OFCR": ["Open fracture of cervical region with spinal cord injury"], "BSOIW": ["Brain stem laceration with open intracranial wound"], "AHC": ["Hepatic coma due to acute hepatitis C", "Alternating hemiplegia of childhood", "Arrested hydrocephalus", "Alternating hypoglossal hemiplegia"], "TBBC": ["Tuberculosis of brain"], "TBM": ["Tuberculosis of brain", "Tuberculous meningoencephalitis", "Tuberculoma of meninges", "Tuberculosis of meninges", "Trypanosoma brucei rhodesiense meningitis", "Tuberculosis of cerebral meninges"], "SDHB": ["Subdural hemorrhage due to birth trauma"], "SDHBT": ["Subdural hemorrhage due to birth trauma"], "BIRSDH": ["Subdural hemorrhage due to birth trauma"], "SAD": ["Separation anxiety", "Social phobia, fear of eating in public", "Social phobia, fear of public speaking", "Somatoform autonomic dysfunction", "Seasonal affective disorder", "Social phobia", "Childhood and adolescent disturbance with shyness", "Sedative amnestic disorder", "Severe depression", "Phobic disorder", "Sexual aversion disorder", "Schizoaffective disorder", "Severe alcohol dependence"], "SAS": ["Separation anxiety", "Subchronic schizoaffective schizophrenia", "Chronic schizoaffective schizophrenia", "Schizoaffective schizophrenia in remission", "Stranger anxiety", "Schisis association syndrome", "Hydrocephalus, costovertebral dysplasia, Sprengel anomaly syndrome"], "HI": ["Brain damage due to hypoxia", "Hypothalamic injury", "Hypoxic-ischemic coma"], "PAINI": ["Perinatal anoxic-ischemic brain injury"], "PAISBI": ["Perinatal anoxic-ischemic brain injury", "Epilepsy due to perinatal anoxic-ischemic brain injury"], "CPAT": ["Cerebellopontine angle tumor", "Cerebral pseudoatrophy"], "CP Angle Tumor": ["Cerebellopontine angle tumor"], "CPAM": ["Cerebellopontine angle meningioma"], "CN": ["Neoplasm of central nervous system", "Injury of central nervous system", "Compensation neurosis", "Malignant neoplasm of central nervous system", "Central neurocytoma of brain", "Convulsions in the newborn", "Coma in the newborn"], "CNT": ["Neoplasm of central nervous system", "Central neurocytoma of brain"], "Glioma": ["Neoplasm of central nervous system", "Malignant neoplasm of brain"], "DBM": ["Neoplasm of brain", "Disorder of brain"], "BM": ["Neoplasm of brain", "Malignant neoplasm of brain", "Basilar meningitis", "Bacterial meningomyelitis", "Brainstem myoclonus", "Benign meningioma", "Basilar migraine", "Bacterial meningitis"], "BO": ["Neoplasm of brain", "Bilateral optic atrophy of eyes"], "BCM": ["Neoplasm of cerebrum"], "CBM": ["Neoplasm of cerebrum", "Neoplasm of cerebellum", "Primary glioblastoma multiforme of cerebellum", "Anomalies of cerebellum", "Central bilateral macrogyria"], "CbN": ["Neoplasm of cerebrum"], "FOLF": ["Neoplasm of frontal lobe"], "* TLM": ["Neoplasm of temporal lobe"], "PPL": ["Neoplasm of parietal lobe"], "PTL": ["Neoplasm of parietal lobe", "Perinatal tentorial laceration", "Primary malignant neoplasm of temporal lobe"], "PB": ["Neoplasm of parietal lobe", "Prolactinoma", "Psychogenic backache", "Maternity blues", "Pineoblastoma"], "LOOC": ["Neoplasm of occipital lobe"], "OOL": ["Neoplasm of occipital lobe"], "LO": ["Neoplasm of occipital lobe"], "CVN": ["Neoplasm of cerebral ventricle"], "CMN": ["Neoplasm of cerebral meninges"], "CMNL": ["Neoplasm of cerebral meninges"], "CNC": ["Neoplasm of cerebellum", "Malignant neoplasm of cerebellum", "Benign neoplasm of cerebellum"], "CCB": ["Neoplasm of cerebellum"], "PBS": ["Neoplasm of brain stem", "Psychogenic backache"], "BST": ["Neoplasm of brain stem", "Benedikt's syndrome"], "CNS": ["Neoplasm of brain stem", "Compensation neurosis"], "SCCa": ["Neoplasm of spinal cord", "Carcinoma of spinal cord"], "HSPC": ["Neoplasm of spinal cord"], "SCN": ["Neoplasm of spinal cord", "Schwannoma of spinal cord"], "SMN": ["Neoplasm of spinal meninges", "Subacute necrotic myelopathy", "Secondary malignant neoplasm of brain", "Secondary malignant neoplasm of cerebrum"], "SMNs": ["Neoplasm of spinal meninges"], "SMS": ["Neoplasm of spinal meninges", "Stiff-man syndrome"], "MNM": ["Neoplasm of meninges"], "PPoma": ["Neoplasm of pituitary gland"], "PPG": ["Neoplasm of pituitary gland", "Neoplasm of pineal gland", "Malignant tumor of pituitary gland", "Cyst of pineal gland"], "PTP": ["Neoplasm of pituitary gland"], "PPAdenoma": ["Neoplasm of pituitary gland"], "PIToma": ["Neoplasm of pituitary gland"], "PGCA": ["Neoplasm of pineal gland"], "PNF": ["Neoplasm of pineal gland"], "PiG": ["Neoplasm of pineal gland"], "PCG": ["Neoplasm of pineal gland", "Carcinoma of pineal gland"], "TBI": ["Traumatic or nontraumatic brain injury", "Traumatic brain injury", "Brain stem contusion with open intracranial wound AND loss of consciousness"], "TBIN": ["Traumatic or nontraumatic brain injury", "Traumatic brain injury"], "TBI-LOC": ["Traumatic brain injury with loss of consciousness"], "TBIwLOC": ["Traumatic brain injury with loss of consciousness"], "TBI-LC": ["Traumatic brain injury with loss of consciousness"], "TBIC": ["Traumatic brain injury with brief loss of consciousness", "Traumatic brain injury with prolonged loss of consciousness"], "TBI-BC": ["Traumatic brain injury with brief loss of consciousness"], "TBIBLOSC": ["Traumatic brain injury with brief loss of consciousness"], "TBIMLOC": ["Traumatic brain injury with moderate loss of consciousness"], "TBICMC": ["Traumatic brain injury with moderate loss of consciousness"], "TBI-MLO": ["Traumatic brain injury with moderate loss of consciousness"], "TBI w/MLOC": ["Traumatic brain injury with moderate loss of consciousness"], "TBIM": ["Traumatic brain injury with moderate loss of consciousness"], "TBI-PLOC": ["Traumatic brain injury with prolonged loss of consciousness"], "TBIPLOC": ["Traumatic brain injury with prolonged loss of consciousness"], "TBINO": ["Traumatic brain injury with no loss of consciousness"], "TBINOC": ["Traumatic brain injury with no loss of consciousness"], "CL": ["Cortex laceration", "Cerebellar laceration", "Cerebral lipidosis", "Cerebral loiasis"], "CORT LACER": ["Cortex laceration"], "CC": ["Cerebellar contusion", "Cerebral calcification", "Cerebral cryptococcosis", "Contusion of cerebral cortex", "Colpocephaly", "Contusion of cerebrum", "Cerebral cyst", "Encephalitis caused by Coenurus cerebralis"], "BC": ["Brain stem contusion", "Bergeron's chorea", "Benign neoplasm of cerebellum"], "BSTL": ["Brain stem laceration"], "BS Lacer": ["Brain stem laceration"], "BL": ["Brain stem laceration"], "ICH-BC": ["Intracranial hemorrhage following injury with brief loss of consciousness"], "ICH": ["Intracranial hemorrhage following injury with moderate loss of consciousness", "Spontaneous cerebral hemorrhage with compression of brain", "Subdural and cerebral hemorrhage due to birth trauma", "Cerebral hematoma in fetus or newborn", "Cerebral edema due to birth injury", "Subcortical hemorrhage", "Hemorrhagic cerebral infarction", "Spontaneous hemorrhage of deep cerebral hemisphere", "Spontaneous hemorrhage of cortical intracerebral hemisphere", "Spontaneous hemorrhage of cerebral hemisphere", "Spontaneous cerebral hemorrhage", "Cognitive deficit due to and following nontraumatic intracerebral hemorrhage", "Hematoma of brain", "Contusion of brain", "Intraparenchymal hematoma of brain", "Intraparenchymal hemorrhage of brain", "Hemorrhage of intracranial meningeal space", "Cortical hemorrhage", "Internal capsule hemorrhage", "CVA (cerebrovascular accident) during surgery", "Cerebral hemisphere hemorrhage", "Intracranial hypotension due to lumbar puncture"], "ICIH": ["Intracranial hemorrhage following injury with moderate loss of consciousness", "Contusion of brain due to birth trauma"], "ICPICH": ["Intracranial hemorrhage following injury with prolonged loss of consciousness AND return to pre-existing conscious level"], "ICH-POPC": ["Intracranial hemorrhage following injury with prolonged loss of consciousness without return to pre-existing conscious level"], "CHB": ["Congenital hypoplasia of brain", "Contusion of hindbrain"], "CMHB": ["Congenital hypoplasia of brain"], "MENINGITIS": ["Infectious disease of central nervous system"], "CNS-ID": ["Infectious disease of central nervous system"], "ID-CNS": ["Infectious disease of central nervous system"], "MEN": ["Infectious disease of central nervous system", "Benign neoplasm of optic nerve and nerve sheath", "Melanocytoma of optic nerve head", "Malignant tumor of optic nerve", "Streptococcus infection of the central nervous system", "MEHMO syndrome"], "ENCEPHALITIS": ["Infectious disease of central nervous system"], "Meningitis": ["Bacterial infection of central nervous system", "Infectious disease of brain", "Bacterial infectious disease of brain", "Disorder of meninges"], "CNSM": ["Fungal infection of central nervous system", "Secondary malignant neoplasm of brain and spinal cord", "Measles of the central nervous system", "Fungal infection of brain", "Malformation of central nervous system of fetus"], "Cerebral Mucormycosis": ["Fungal infection of central nervous system", "Fungal infection of cerebrum"], "CNS fungal infections": ["Fungal infection of central nervous system"], "CN/CS": ["Congenital anomaly of central nervous system"], "CANS": ["Congenital anomaly of central nervous system"], "CNSI": ["Injury of central nervous system"], "CNI": ["Injury of central nervous system"], "CCD": ["Disorder of cerebral cortex", "Cerebellar cortical dysplasia", "Cerebral cortical dysgenesis", "Cranio-cervical dystonia with laryngeal and upper limb involvement"], "CCO": ["Disorder of cerebral cortex"], "CCA": ["Disorder of cerebral cortex", "Continuous chronic alcoholism", "Congenital cerebellar cortical atrophy", "Chronic cerebrovascular accident"], "CD": ["Disorder of cerebral cortex", "Chronic depression", "Dysraphism of cervical spine", "Cerebellar disorder", "Isolated cervical dystonia", "Congenital dysphasia", "Conduct disorder - in family context", "Conduct disorder - unsocialized", "Photomyoclonus, diabetes mellitus, deafness, nephropathy and cerebral dysfunction", "Cortical dysplasia", "Mental disorder in childhood", "Cerebral degeneration", "Conduct disorder", "Torsion dystonia", "Cognitive disorder", "Cranial dystonia", "Focal dystonia", "Adolescent onset conduct-dissocial disorder with limited prosocial emotions", "Adolescent onset conduct-dissocial disorder with normal prosocial emotions", "Childhood onset conduct-dissocial disorder", "Mood disorder caused by cannabis", "Cerebellar degeneration"], "CP": ["Cerebral palsy", "Cycloid psychosis", "Neuromuscular scoliosis of thoracolumbar spine co-occurrent and due to cerebral palsy", "Pinealoma", "Congenital porencephaly", "Chastek paralysis", "Diplegic cerebral palsy", "Compulsive pedophilia"], "RRMS": ["Encephalomyelitis due to rubella", "Acute relapsing multiple sclerosis", "Multiple sclerosis", "Relapsing remitting multiple sclerosis"], "HMSN-OPA": ["Hereditary motor and sensory neuropathy with optic atrophy"], "HSN-OPA": ["Hereditary motor and sensory neuropathy with optic atrophy"], "NAEG": ["Meningoencephalitis due to free-living ameba", "Amebic infection of central nervous system", "Meningoencephalitis due to Naegleria"], "FLEA": ["Meningoencephalitis due to free-living ameba"], "CMH": ["Chronic mental disorder", "Mental disorder in childhood"], "SSSD": ["Suprasellar syndrome"], "VOCD": ["Disorder of visual cortex"], "VCCD": ["Disorder of visual cortex"], "ODD": ["Optic disc disorder", "Oppositional defiant disorder", "Organic dissociative disorder", "Obsessional personality disorder", "Organic delusional disorder", "Optic disc dysplasia", "Olfactory reference disorder", "Adolescent onset conduct-dissocial disorder with limited prosocial emotions", "Adolescent onset conduct-dissocial disorder with normal prosocial emotions", "Mood disorder with depressive symptoms caused by opioid", "Opticocochleodentate degeneration", "Orgasm disorder"], "OD": ["Optic disc disorder", "Oral dystonia", "Occupational dystonia", "Olive dysplasia"], "PVD (for Papilledema-related Optic Disc)": ["Optic disc disorder"], "IH": ["Internal hydrocephalus", "Infantile hemiplegia", "Iatrogenic hypopituitarism", "Idiopathic hypopituitarism", "Intracranial hypotension", "Infrequent episodic tension-type headache"], "PGD": ["Pineal gland disorder", "Pelizaeus Merzbacher like disease due to GJC2 mutation", "Pineal gland dysfunction"], "PGDIS": ["Pineal gland disorder"], "RBNeu": ["Retrobulbar neuropathy"], "RBN": ["Retrobulbar neuropathy"], "TH": ["Embolism of torcular Herophili", "Thalamic hemorrhage", "Tonsillar hernia into foramen magnum", "Phlebitis of torcular Herophili", "Traumatic hemorrhage of thalamus", "Transient hemiplegia", "Thunderclap headache"], "MPA": ["Micropapilla", "Macroprolactinoma", "Mixed-functioning pituitary adenoma", "Mixed cerebral palsy", "Megalopapilla"], "FMSeizure": ["Focal motor seizure"], "FM": ["Focal motor seizure", "Fungal meningitis", "Functional monoparesis", "Fibromyalgia"], "FMS": ["Focal motor seizure", "Filippi syndrome", "Fibromyalgia"], "SD": ["Seizure disorder", "Senile dementia", "Uncomplicated senile dementia", "Senile dementia with depressive or paranoid features", "Senile dementia with delirium", "Subacute delirium", "Speech delay", "Semantic dementia", "Lack or loss of sexual desire", "Spastic dysphonia", "Severe depression", "Somatoform disorder", "Specific number difficulty", "Somatization disorder", "Segmental dystonia", "Severe dementia", "Schilder's disease", "Sangue dormido", "Delirium caused by stimulant", "Subcortical dementia", "Disorder caused by stimulant", "Stuporous depression", "Sleep walking disorder", "Secondary dysthymia"], "SDO": ["Seizure disorder"], "ES": ["Seizure disorder", "Embolic stroke", "Extrasystoles, short stature, hyperpigmentation, microcephaly syndrome"], "CSD": ["Infectious disease of brain", "Chronic stress disorder", "Sleep disorder caused by cannabis"], "ABP": ["Infectious disease of brain", "Anoxic brain damage during AND/OR resulting from a procedure"], "IDD": ["Developmental mental disorder", "Drug-induced dementia", "Myelopathy due to intervertebral disc disease", "Dementia due to infectious disease", "Intellectual disability due to nutritional deficiency", "Intellectual disability, spasticity, ectrodactyly syndrome", "Dementia due to iron deficiency"], "DD": ["Developmental mental disorder", "Drug-induced dementia", "Disorder of psychological development", "Developmental dysfluency", "Dentate dysplasia", "Discourse difficulties", "Depressive disorder", "Dissociative disorder", "Delusional disorder", "Depersonalization disorder", "Dialysis dementia"], "DMH": ["Developmental mental disorder"], "CDS": ["Chronic disorganized schizophrenia", "Dysraphism of cervical spine", "Chronic brain syndrome"], "PSD": ["Psychogenic skin disease", "Psychologic conversion disorder", "Severe postnatal depression", "Psychogenic sensory disturbance of skin", "Psychoactive substance dependence", "Pinocchio syndrome", "Postseizure delirium", "Psychosexual disorder", "Encephalopathy due to prosaposin deficiency", "Psychotic disorder caused by psychoactive substance", "Positive symptoms co-occurrent and due to primary psychotic disorder", "Depressive symptoms due to primary psychotic disorder", "Penoscrotodynia", "Persecutory delusion disorder"], "PSDS": ["Psychogenic skin disease", "Psychoactive substance dependence", "Psychosexual disorder"], "SIP": ["Symbiotic infantile psychosis", "Spontaneous intracranial hypotension", "Self-induced purging to lose weight", "Self-induced purging"], "SIPS": ["Symbiotic infantile psychosis", "Substance induced psychotic disorder", "Sedative-induced psychosis"], "DHD": ["Delusion of heart disease syndrome"], "DHDS": ["Delusion of heart disease syndrome"], "PGN": ["Postgastrectomy neurosis"], "FLS": ["Frontal lobe syndrome", "Flashing", "Fine Lubinsky syndrome"], "FLSy": ["Frontal lobe syndrome"], "PPPD": ["Progressive pyramidopallidal degeneration"], "PPDPD": ["Progressive pyramidopallidal degeneration"], "SCA": ["Spinocerebellar ataxia", "Spinal cord abscess", "Hereditary cerebellar degeneration", "Superior cerebellar artery syndrome", "Synthetic cannabinoid abuse", "Congenital anomaly of spinal cord", "Spinocerebellar disease"], "SCA1": ["Spinocerebellar ataxia", "Spinocerebellar ataxia type 1", "Spinocerebellar ataxia with axonal neuropathy type 1"], "SCA3": ["Spinocerebellar ataxia"], "SCA6": ["Spinocerebellar ataxia", "Spinocerebellar ataxia type 6"], "NAHS": ["Nucleus ambiguus-hypoglossal nerve syndrome", "ACTH hypersecretion not causing Cushing's syndrome"], "IFHS": ["Induced female hypogonadism syndrome"], "BDII-MD-R": ["Severe bipolar II disorder, most recent episode major depressive, in full remission"], "RDS": ["Dementia due to Rett's syndrome", "Hemiplegia of right dominant side", "Microcephaly, short stature, intellectual disability, facial dysmorphism syndrome"], "RTT-D": ["Dementia due to Rett's syndrome"], "ARO": ["Meningitis caused by arbovirus infection"], "ARVI": ["Meningitis caused by arbovirus infection"], "CACS": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "ATS": ["Closed fracture of T7-T12 level with anterior cord syndrome", "Ataxia-telangiectasia syndrome", "Atypical Rett syndrome", "Atypical tic disorder"], "CFSCI": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "AFSCI": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "AT SCI": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "SIIDs": ["Secondary diabetes insipidus"], "SDI": ["Secondary diabetes insipidus"], "RMSE": ["Rubella meningoencephalitis"], "RCBI": ["Rapid cycling bipolar I disorder"], "TBPS": ["Taboparesis"], "SSAD": ["Severe seasonal affective disorder"], "BD-I": ["Mild bipolar disorder", "Bipolar disorder", "Bipolar disorder caused by drug", "Bipolar affective disorder, currently manic, mild", "Bipolar affective disorder, currently manic, severe, with psychosis", "Bipolar affective disorder, currently manic, in full remission", "Bipolar affective disorder, currently depressed, mild", "Bipolar affective disorder, currently depressed, in full remission", "Severe bipolar disorder with psychotic features, mood-incongruent", "Bipolar I disorder, most recent episode depressed with atypical features", "Bipolar I disorder", "Severe bipolar I disorder", "Severe bipolar disorder", "Severe bipolar disorder without psychotic features", "Mild manic bipolar I disorder", "Mild depressed bipolar I disorder", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder", "Bipolar disorder, most recent episode depression", "Bipolar I disorder, most recent episode depression"], "ALD": ["Degenerative brain disorder caused by alcohol", "Leigh's disease", "ADan amyloidosis"], "IESAE": ["Intraspinal embolic abscess"], "TLS": ["Temporal lobe sclerosis", "Tentorial laceration - subacute syndrome", "Neuromuscular scoliosis of thoracolumbar spine co-occurrent and due to cerebral palsy", "Transitional lipoma of spinal cord", "Complete lesion of thoracic spinal cord at T3 level", "Complete lesion of thoracic spinal cord at T6 level", "Complete lesion of thoracic spinal cord at T9 level", "Complete lesion of thoracic spinal cord at T11 level", "15q overgrowth syndrome"], "TLSs": ["Temporal lobe sclerosis"], "PRLoma": ["Prolactinoma"], "ODC": ["Overanxious disorder of childhood"], "OAD": ["Overanxious disorder of childhood", "Organic anxiety disorder"], "CSI": ["Closed fracture of T1-T6 level with incomplete spinal cord lesion", "Closed spinal fracture with complete cervical cord lesion, C1-4", "Closed spinal fracture with complete cervical cord lesion, C5-7", "Closed spinal fracture with posterior cervical cord lesion, C5-7", "Closed spinal fracture with anterior thoracic cord lesion, T1-6", "Closed spinal fracture with complete lumbar cord lesion", "Completed stroke", "Cervical spinal cord injury", "Complete lesion of cervical spinal cord at C3 level", "Complete injury of sacral spinal cord", "Closed fracture of T7-T12 level with spinal cord injury", "Complete spinal cord injury"], "ISCL": ["Closed fracture of T1-T6 level with incomplete spinal cord lesion", "Open fracture of C5-C7 level with incomplete spinal cord lesion", "Incomplete spinal cord lesion at T7-T12 level without bone injury"], "SHINE": ["Severe hypoxic ischemic encephalopathy of newborn"], "MHIE-N": ["Moderate hypoxic ischemic encephalopathy of newborn"], "MHINE": ["Moderate hypoxic ischemic encephalopathy of newborn"], "BNMD": ["Myelopathy due to benign neoplastic disease"], "BND": ["Myelopathy due to benign neoplastic disease"], "MNMD": ["Myelopathy due to malignant neoplastic disease"], "MNAP": ["Myelopathy due to malignant neoplastic disease"], "CDTH": ["Cerebral degeneration due to hypothyroidism"], "ICP": ["Compression of brain due to focal lesion", "Injuries of brain and cranial nerves with injuries of nerves and spinal cord at neck level", "Compression of brain", "Closed fracture of base of skull with concussion"], "IHL": ["Compression of brain due to focal lesion"], "BD-I MP": ["Severe bipolar I disorder, single manic episode with psychotic features, mood-congruent"], "LBDBD": ["Lewy body dementia with behavioral disturbance"], "DLB-D": ["Lewy body dementia with behavioral disturbance"], "LBD-BD": ["Lewy body dementia with behavioral disturbance"], "LBDD.": ["Lewy body dementia with behavioral disturbance"], "BNOPP": ["Benign neoplasm of pons"], "BNPO": ["Benign neoplasm of pons"], "RCNS": ["Necrosis of central nervous system due to exposure to ionizing radiation"], "PPDTR": ["Paranoid personality disorder"], "GID-PH": ["Gender identity disorder of adulthood, previously heterosexual"], "BPD": ["Bipolar disorder", "Bipolar affective disorder, currently manic, moderate", "Borderline personality disorder", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder"], "BD-II": ["Bipolar disorder", "Severe bipolar II disorder, most recent episode major depressive with psychotic features, mood-congruent", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder"], "BP": ["Bipolar disorder", "Intellectual disability, congenital heart disease, blepharophimosis, blepharoptosis and hypoplastic teeth", "Bilateral cerebral palsy"], "GCS-IW-LOC": ["Brain injury with open intracranial wound AND loss of consciousness"], "OCPD": ["Obsessive compulsive personality disorder", "Obsessive compulsive personality disorder"], "OCPPD": ["Obsessive compulsive personality disorder"], "SDS": ["Seizure disorder as sequela of stroke", "Mood disorder with depressive symptoms caused by sedative", "Delirium caused by stimulant", "Psychotic disorder caused by stimulant", "Mood disorder caused by stimulant"], "AWHPLSA": ["Agoraphobia without history of panic disorder with limited symptom attacks"], "HMD": ["Hallucinogen mood disorder"], "HMD-D": ["Hallucinogen mood disorder"], "PPS": ["Paresis as late effect of poliomyelitis", "Postpartum psychosis", "Presbyophrenic psychosis", "Psychogenic pylorospasm", "Parkinsonian pyramidal syndrome"], "PIP": ["Paresis as late effect of poliomyelitis", "Post-infarction panhypopituitarism", "Psychoinfantile personality"], "PSIC": ["Partial seizure with impaired consciousness"], "HE": ["Hepatic encephalopathy", "Hepatic encephalopathy in fulminant hepatic failure", "Hemorrhage into epidural space of spine", "Hypoglycemic encephalopathy", "Hemianencephaly"], "HEA": ["Hepatic encephalopathy"], "GM": ["Grand mal status", "Gonococcal meningitis", "Primary glioblastoma multiforme of cerebrum"], "GMS": ["Grand mal status", "Gemignani syndrome"], "AA": ["Adhesive arachnoiditis", "Alcohol abuse", "Active infantile autism", "Atypical autism", "Anaplastic astrocytoma of brain", "Infantile autism", "Myelopathy associated with AIDS", "Anaplastic glioma of brain", "Primary anaplastic astrocytoma of occipital lobe", "Astasia-abasia", "ABri amyloidosis", "ADan amyloidosis", "Arachnoiditis", "Anaplastic astrocytoma of central nervous system", "Aneurysm"], "HCVAED": ["Hemiparesis as late effect of cerebrovascular disease"], "HCP": ["Hemiparesis as late effect of cerebrovascular disease", "Hydrocephalus", "Hypochondriacal pain", "Hemiplegic cerebral palsy", "Hydrocephalus, costovertebral dysplasia, Sprengel anomaly syndrome"], "CVLPE": ["Hemiparesis as late effect of cerebrovascular disease"], "HEV": ["Hydrocephalus ex vacuo", "Encephalitis caused by Hendra virus", "Henipavirus encephalitis"], "APO": ["Memory disorder co-occurrent and due to organic brain damage"], "MID-D": ["Multi-infarct dementia with depression", "Multi-infarct dementia with delusions"], "PIC": ["Pica", "Pica of infancy and childhood", "Psychosis associated with intensive care", "Carcinoma in situ of pineal gland"], "PIDS": ["Pica"], "SCHEC": ["Spontaneous cerebral hemorrhage with compression of brain"], "PH": ["Spontaneous cerebral hemorrhage with compression of brain", "Pituitary hemorrhage"], "ICSC": ["Ischemic stroke with coma", "Inactive central serous chorioretinopathy"], "* ISWMC": ["Ischemic stroke without coma"], "NSAHC": ["Nontraumatic subarachnoid hemorrhage with brain compression"], "NSAHBC": ["Nontraumatic subarachnoid hemorrhage with brain compression"], "SAHBC": ["Nontraumatic subarachnoid hemorrhage with brain compression"], "NSTSDHBC": ["Nontraumatic subdural hematoma with brain compression"], "ERE": ["Erotomanic delusion disorder", "Obsessional erotomania"], "RV": ["Rabies", "Encephalitis caused by Rubulavirus"], "MDD-SE": ["Chronic major depressive disorder, single episode", "Moderate major depression, single episode", "Moderately severe major depression single episode", "Mild major depression, single episode"], "ADLD": ["Delusions in Alzheimer's disease"], "AD-D": ["Delusions in Alzheimer's disease", "Adjustment disorder with depressed mood"], "MAD": ["Depressed mood in Alzheimer's disease", "Mixed anxiety and depressive disorder", "Mental disorder in adolescence", "Moderate alcohol dependence"], "MDDA": ["Depressed mood in Alzheimer's disease", "Recurrent severe major depressive disorder co-occurrent with anxiety", "Mental disorder in adolescence"], "AAD": ["Alzheimer's disease co-occurrent with delirium", "Uncomplicated arteriosclerotic dementia", "Arteriosclerotic dementia with delirium", "Abuse of antidepressant drug", "Amnestic disorder", "Alcohol-induced anxiety disorder", "Avoidant disorder of childhood OR adolescence", "Mild alcohol dependence", "Alcohol amnestic disorder", "Alexander's disease", "Amphetamine-induced anxiety disorder", "Mood disorder with manic symptoms caused by amphetamine and amphetamine derivative", "Mood disorder with depressive symptoms caused by amphetamine and amphetamine derivative", "Azorean disease"], "SCAH": ["Spontaneous cerebellar hemorrhage"], "SCHE": ["Spontaneous cerebellar hemorrhage"], "HIH": ["Myopathy in hypopituitarism"], "SDOSA": ["Subchronic disorganized schizophrenia with acute exacerbations"], "SDOS": ["Subchronic disorganized schizophrenia with acute exacerbations", "Subchronic disorganized schizophrenia", "Somatization disorder"], "HAE": ["Encephalopathy due to H1N1 influenza", "Hyperammonemic encephalopathy due to carbonic anhydrase VA deficiency"], "HI-enceph": ["Encephalopathy due to H1N1 influenza"], "H1N1-E": ["Encephalopathy due to H1N1 influenza"], "ACAS": ["Anterior choroidal artery syndrome"], "ACA Syndrome": ["Anterior choroidal artery syndrome"], "NICHE": ["Nontraumatic intraparenchymal cerebral hemorrhage", "Spontaneous intracerebral hemorrhage in neonate"], "ICHP": ["Nontraumatic intraparenchymal cerebral hemorrhage"], "CIPH": ["Nontraumatic intraparenchymal cerebral hemorrhage"], "IOON": ["Ischemic optic neuropathy", "Infiltrative optic neuropathy", "Ischemic optic neuropathy of left eye"], "ION": ["Ischemic optic neuropathy", "Optic nerve and pathway injury", "Inherited optic neuropathy", "Ischemic optic neuropathy of right eye"], "PFL": ["Partial frontal lobe epilepsy", "Perinatal falx laceration"], "PFE": ["Partial frontal lobe epilepsy"], "SSA": ["Spinal subdural abscess", "Subchronic schizoaffective schizophrenia", "Subdural supratentorial pyogenic abscess", "Suprasellar extension of pituitary adenoma"], "PCF": ["Pneumocephalus"], "CLIO": ["Cerebellar laceration with open intracranial wound AND no loss of consciousness"], "DW": ["Dandy-Walker syndrome"], "DWS": ["Dandy-Walker syndrome"], "SOB": ["Fetal open spina bifida"], "OSB": ["Fetal open spina bifida"], "IONHS": ["Hemorrhage in optic nerve sheaths"], "IONSH": ["Hemorrhage in optic nerve sheaths"], "CFAS": ["Closed fracture of T1-T6 level with anterior cord syndrome", "Closed fracture of C5-C7 level with anterior cord syndrome", "Cerebrofacioarticular syndrome"], "ATCS": ["Closed fracture of T1-T6 level with anterior cord syndrome", "Acquired tethered cord syndrome"], "BD-I M/E W/PF": ["Severe bipolar I disorder, single manic episode without psychotic features"], "VS": ["Visual seizure", "Versive seizure", "Vici syndrome"], "ANP": ["Acute nonparalytic poliomyelitis"], "TSCI": ["Traumatic spinal cord injury", "Closed fracture of T7-T12 level with incomplete spinal cord lesion", "Laceration of thoracic spinal cord", "Traumatic spinal cord hemorrhage", "Sequela of injury of thoracic spinal cord", "Closed fracture of thoracic region with spinal cord injury", "Traumatic injury of spinal cord at T7-T12 level", "Complete lesion of thoracic spinal cord at T3 level", "Complete lesion of thoracic spinal cord at T6 level", "Complete lesion of thoracic spinal cord at T9 level", "Concussion of thoracic spinal cord", "Open fracture of thoracic spine with spinal cord injury", "Traumatic spinal cord compression"], "TSCIN": ["Traumatic spinal cord injury"], "SCI-T": ["Traumatic spinal cord injury"], "CHC-HCC": ["Hepatic coma due to chronic hepatitis C"], "PMASC": ["Primary malignant astrocytoma of central nervous system"], "CNS-Eom": ["Ependymoma of central nervous system"], "CEE": ["Ependymoma of central nervous system"], "GBMt": ["Glioblastoma multiforme of central nervous system"], "CNS-Glioma": ["Glioblastoma multiforme of central nervous system"], "GCM": ["Glioblastoma multiforme of central nervous system"], "OIOMD": ["Opioid-induced organic mental disorder"], "OIOMP": ["Opioid-induced organic mental disorder"], "OPIOD": ["Opioid-induced organic mental disorder"], "RP-Hypo": ["Hypopituitarism due to radiotherapy"], "* CICA\\n* CCO\\n* CAO": ["Cerebral infarction due to carotid artery occlusion"], "BP-I PP": ["Bipolar I disorder, single manic episode with postpartum onset", "Bipolar I disorder, most recent episode mixed with postpartum onset"], "BCIFO": ["Bilateral cerebral infarction due to precererbral arterial occlusion"], "CBHS": ["Chronic brain-hydrocephalus syndrome"], "CHBS": ["Chronic brain-hydrocephalus syndrome"], "EtOHAb": ["Alcohol abuse"], "CLSY": ["Coffin-Lowry syndrome"], "CLS": ["Coffin-Lowry syndrome"], "MDDPIM": ["Severe recurrent major depression with psychotic features, mood-incongruent"], "BCE": ["Cerebrovascular accident due to embolism of bilateral carotid arteries", "Benign ependymoma of central nervous system"], "NMS": ["Neuroleptic malignant syndrome"], "NMSYS": ["Neuroleptic malignant syndrome"], "NMSS": ["Neuroleptic malignant syndrome"], "HIAA": ["Hallucinogen-induced anxiety disorder"], "HAID": ["Hallucinogen-induced anxiety disorder"], "HBVHD": ["Hepatic coma due to chronic hepatitis B with delta agent"], "SBM": ["Simian B encephalomyelitis", "Secondary malignant neoplasm of brain and spinal cord"], "CNMFA": ["Central nervous system malformation in fetus affecting obstetrical care"], "BFEC": ["Benign focal epilepsy of childhood", "Benign frontal epilepsy of childhood"], "BCEC": ["Benign focal epilepsy of childhood"], "OPMIC": ["Osteogenesis imperfecta, recessive perinatal lethal, with microcephaly AND cataracts"], "SEB": ["Subependymoma of brain"], "SE": ["Subependymoma of brain", "Eclampsia", "Status epilepticus", "Eclampsia in labor", "Syphilitic encephalitis", "Scar epilepsy", "Stress-induced epilepsy", "Static encephalopathy", "Symptomatic exhibitionism", "Syringoencephalia", "Subdural effusion", "Epilepsy"], "ROON": ["Neuritis of right optic nerve", "Disorder of right optic nerve"], "RO": ["Neuritis of right optic nerve", "Reset hypothalamic osmostat"], "RON": ["Neuritis of right optic nerve", "Radiation damage to optic nerve", "Recurrent optic neuritis"], "LOON": ["Neuritis of left optic nerve"], "LOOPN": ["Neuritis of left optic nerve"], "BE": ["Blepharospasm of right eyelid", "Bacterial encephalitis", "Brainstem encephalitis", "Basal encephalocele", "Benign ependymoma of brain"], "RBCS": ["Blepharospasm of right eyelid"], "RBLS": ["Blepharospasm of right eyelid"], "BLEPH": ["Blepharospasm of left eyelid"], "BB": ["Bilateral blepharospasm"], "OART": ["Optic atrophy of right eye"], "OAROE": ["Optic atrophy of right eye"], "OLAE": ["Optic atrophy of left eye"], "LOA": ["Optic atrophy of left eye", "Hereditary left optic atrophy", "Leber's optic atrophy"], "BOAE": ["Bilateral optic atrophy of eyes"], "BOA": ["Bilateral optic atrophy of eyes", "Hypoxia of brain"], "SDA": ["Senile dementia", "Senile dementia with depression", "Subdural abscess", "Mood disorder with depressive symptoms caused by stimulant"], "EOE": ["Encephalocele of orbit"], "EOCE": ["Encephalocele of orbit"], "HBOPA": ["Hereditary bilateral optic atrophy"], "HOBOP": ["Hereditary bilateral optic atrophy"], "HROA": ["Hereditary right optic atrophy"], "HRDOA": ["Hereditary right optic atrophy"], "HLOA": ["Hereditary left optic atrophy"], "BSV": ["Phlebitis of basilar sinus"], "PBP": ["Papilledema of bilateral eyes due to raised intracranial pressure", "Progressive bulbar palsy"], "PEDO": ["Papilledema of right eye", "Primary dysthymia early onset"], "PERO": ["Papilledema of right eye"], "PER": ["Papilledema of right eye"], "PLE": ["Papilledema of left eye", "Parietal lobe epilepsy", "Refractory parietal lobe epilepsy", "Paraneoplastic limbic encephalitis"], "AIONLE": ["Anterior ischemic optic neuropathy of left eye"], "AION-RE": ["Anterior ischemic optic neuropathy of right eye"], "LOOD": ["Disorder of left optic nerve"], "RION": ["Disorder of right optic nerve", "Ischemic optic neuropathy of right eye"], "ROD": ["Disorder of right optic nerve", "Optic atrophy associated with retinal dystrophy", "Radiation damage to optic nerve"], "BOON": ["Disorder of bilateral optic nerves"], "BOONs": ["Disorder of bilateral optic nerves"], "LODOG": ["Cupping of left optic disc due to open-angle glaucoma of left eye"], "LOAG": ["Cupping of left optic disc due to open-angle glaucoma of left eye"], "ROAG": ["Cupping of right optic disc due to open-angle glaucoma of right eye"], "ROD Cupping": ["Cupping of right optic disc due to open-angle glaucoma of right eye"], "ISSS": ["Thrombosis of inferior sagittal sinus", "Embolism of inferior sagittal sinus"], "ISST": ["Thrombosis of inferior sagittal sinus"], "MMD": ["Disorder of meninges", "Moyamoya disease", "Minimal major depression", "Myelopathy due to metabolic disorder", "Parkinsonism caused by methanol", "Mild major depression", "Moderate mood disorder", "Azorean disease", "Disorder of midbrain"], "MM": ["Disorder of meninges", "Measles complicated by meningitis", "Malignant neoplasm of midbrain", "Malignant meningitis", "Menstrual migraine", "Meningeal melanosis", "Myelomalacia", "Myelomeningocele without hydrocephalus", "Meningomyelocele", "Mumps meningitis", "Meningitis caused by Mucorales", "Meningomyelitis"], "DI": ["Diabetes insipidus", "Diffuse injury of cerebrum"], "DI1": ["Diabetes insipidus"], "DI2": ["Diabetes insipidus"], "MPP": ["MPTP-induced parkinsonism", "Macroprolactinemia"], "MPTP-PD": ["MPTP-induced parkinsonism"], "DT": ["Dystonia", "Dissociative tremor", "Dissociative trance", "Acquired torsion dystonia"], "DTN": ["Dystonia"], "CDT": ["Dystonia", "Cerebral degeneration due to neoplastic disease"], "ADDB": ["Dementia of the Alzheimer type with behavioral disturbance"], "SFS": ["Symptomatic fetishism"], "SF": ["Symptomatic fetishism"], "LB": ["Lipoma of brain", "Lyme neuroborreliosis", "Encephalitis caused by Borrelia species"], "LOB": ["Lipoma of brain", "Burst lobe of brain", "Laceration of brain without open intracranial wound", "Laceration of brain"], "LBP": ["Lipoma of brain"], "DBD": ["Dementia with behavioral disturbance", "Disruptive behavior disorder", "Disorder of brain", "Dermoid cyst of brain"], "BCO": ["Bilateral cortical blindness of brain"], "BCB": ["Bilateral cortical blindness of brain"], "MAS": ["Psychotic disorder caused by methamphetamine", "Manic stupor", "MASA syndrome"], "IHCP": ["Infantile hemiplegia"], "IHP": ["Infantile hemiplegia", "Idiopathic hypopituitarism"], "EDODOE": ["Edema of optic disc of right eye"], "ODoe": ["Edema of optic disc of right eye"], "LOED": ["Edema of optic disc of left eye"], "LOEDED": ["Edema of optic disc of left eye"], "\u2022 BOED": ["Edema of optic disc of bilateral eyes"], "EA": ["Eclampsia", "Epileptic automatism", "Epidural abscess"], "ADWI": ["Adjustment disorder with academic inhibition", "Adjustment disorder with work inhibition"], "TL-MLD": ["Myelopathy of thoracolumbar spine due to disc disorder"], "TLDS": ["Myelopathy of thoracolumbar spine due to disc disorder"], "TLD": ["Myelopathy of thoracolumbar spine due to disc disorder"], "TLMD": ["Myelopathy of thoracolumbar spine due to disc disorder"], "NSCH": ["Neonatal spontaneous cerebellar hemorrhage"], "SICHN": ["Spontaneous intracerebral hemorrhage in neonate"], "SICH": ["Spontaneous intracerebral hemorrhage in neonate", "Spontaneous intracranial hypotension"], "IVH": ["Neonatal non-traumatic intraventricular hemorrhage", "Non-traumatic intracerebral ventricular hemorrhage", "Perinatal intraventricular hemorrhage", "Fetal or neonatal non-traumatic intraventricular hemorrhage"], "IVLH": ["Neonatal non-traumatic intraventricular hemorrhage"], "NNSAH": ["Neonatal nontraumatic subarachnoid hemorrhage"], "IJMSE": ["Intractable juvenile myoclonic status epilepticus"], "* RHD\\n* DH\\n* HRD": ["Dystonia of right hand"], "DLH": ["Dystonia of left hand"], "LHD": ["Dystonia of left hand", "Flaccid hemiplegia of left dominant side", "Hypogonadotropic hypogonadism due to luteinizing hormone deficiency"], "BCOCOD": ["Bilateral congenital coloboma of optic discs"], "CCORD": ["Congenital coloboma of right optic disc"], "COORD": ["Congenital coloboma of right optic disc"], "CRDO": ["Congenital coloboma of right optic disc"], "CCOLD": ["Congenital coloboma of left optic disc"], "RODAS": ["Congenital anomaly of right optic disc"], "BOAD": ["Bilateral congenital anomaly of optic disc"], "LOD": ["Congenital anomaly of left optic disc", "Late onset dysthymia"], "NRROE": ["Neuroretinitis of right eye"], "NRRE": ["Neuroretinitis of right eye"], "NLRE": ["Neuroretinitis of left eye"], "BRN": ["Bilateral neuroretinitis of eyes"], "CSCR": ["Central serous choroidopathy of right eye", "Central serous choroidopathy of left eye", "Central serous chorioretinopathy"], "CSCROE": ["Central serous choroidopathy of right eye"], "CSCRBE": ["Central serous choroidopathy of bilateral eyes"], "CSCOLE": ["Central serous choroidopathy of left eye"], "LCPOCA": ["Cerebrovascular accident due to occlusion of left posterior cerebral artery"], "PCA-R": ["Cerebrovascular accident due to occlusion of right posterior cerebral artery", "Cerebrovascular accident due to occlusion of right posterior communicating artery"], "PCORA": ["Cerebrovascular accident due to occlusion of right posterior cerebral artery"], "RMO": ["Cerebrovascular accident due to occlusion of right middle cerebral artery"], "RMCAS": ["Cerebrovascular accident due to occlusion of right middle cerebral artery"], "RMCAO": ["Cerebrovascular accident due to occlusion of right middle cerebral artery"], "LCMO": ["Cerebrovascular accident due to occlusion of left middle cerebral artery"], "CVA-RMCA": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "CVA-RTCMA": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "RMCVA": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "RCAI": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "ICA": ["Cerebrovascular accident due to thrombus of right cerebellar artery", "Cerebral infarction due to thrombosis of cerebral arteries", "CVA - cerebrovascular accident due to cerebral artery occlusion", "Cerebral infarction", "Infarct of cerebrum due to iatrogenic cerebrovascular accident", "CVA (cerebrovascular accident) during surgery"], "CVA-RCA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "RCA-IA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "RCVA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "CRCVA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "LACVA": ["Cerebrovascular accident due to thrombus of left middle cerebral artery"], "LMCV": ["Cerebrovascular accident due to thrombus of left middle cerebral artery"], "CMCA": ["Cerebrovascular accident due to thrombus of left middle cerebral artery"], "NCVT": ["Nonpyogenic cerebral venous thrombosis with stroke"], "NCVT-S": ["Nonpyogenic cerebral venous thrombosis with stroke"], "LCATS": ["Left cerebellar artery thrombosis with stroke", "Left cerebellar artery thrombosis with stroke"], "RPCA": ["Cerebrovascular accident due to thrombus of right posterior cerebral artery", "Cerebrovascular accident due to thrombus of right posterior cerebral artery", "Cerebrovascular accident due to thrombosis of right posterior cerebral artery"], "LPCTA": ["Left posterior cerebral artery thrombosis with stroke"], "LPSCAT": ["Left posterior cerebral artery thrombosis with stroke"], "LPCAST": ["Left posterior cerebral artery thrombosis with stroke"], "RVAS": ["Right vertebral artery embolism with stroke", "Right vertebral artery embolism with stroke", "Cerebrovascular accident due to stenosis of right vertebral artery"], "RVASE": ["Right vertebral artery embolism with stroke"], "VAS": ["Right vertebral artery embolism with stroke", "Cerebral infarction due to vertebral artery stenosis", "Left vertebral artery thrombosis with stroke"], "LVAE": ["Left vertebral artery embolism with stroke", "Cerebrovascular accident due to occlusion of left cerebellar artery by embolus"], "LVASE": ["Left vertebral artery embolism with stroke"], "LVA-S": ["Left vertebral artery embolism with stroke"], "VEA": ["Left vertebral artery embolism with stroke"], "RCEWS": ["Right carotid artery embolism with stroke"], "LCAS": ["Left carotid artery embolism with stroke", "Cerebrovascular accident due to left carotid artery stenosis"], "BAE": ["Basilar artery embolism with stroke", "Abscess of brain", "Cerebrovascular accident due to embolism of basilar artery"], "BAES": ["Basilar artery embolism with stroke"], "BAEwS": ["Basilar artery embolism with stroke"], "RCA": ["Cerebrovascular accident due to right carotid artery occlusion", "Cerebrovascular accident due to right carotid artery stenosis", "Right sided cerebral hemisphere cerebrovascular accident", "Hemorrhage due to ruptured congenital cerebral aneurysm", "Cerebrovascular accident due to thrombus of right carotid artery"], "R-CVA": ["Cerebrovascular accident due to right carotid artery occlusion"], "R-CCA": ["Cerebrovascular accident due to right carotid artery occlusion"], "PCA-LPA": ["Cerebrovascular accident due to occlusion of left pontine artery"], "PCA-RPA": ["Cerebrovascular accident due to occlusion of right pontine artery"], "LCVO": ["Cerebrovascular accident due to occlusion of left carotid artery"], "LCAO": ["Cerebrovascular accident due to occlusion of left carotid artery", "Cerebrovascular accident due to thrombus of left carotid artery"], "LVA": ["Cerebrovascular accident due to occlusion of left cerebellar artery", "Cerebrovascular accident due to embolism of left vertebral artery", "Cerebrovascular accident due to thrombosis of left vertebral artery"], "LCDA": ["Cerebrovascular accident due to occlusion of left cerebellar artery"], "\u2022 RCA\\n\u2022 RCVA\\n\u2022 CCA-R\\n\u2022 CerebArx": ["Cerebrovascular accident due to occlusion of right cerebellar artery"], "CCH": ["Congenital cerebellar hypoplasia", "Chronic cluster headache"], "RCAstenosis": ["Cerebrovascular accident due to right carotid artery stenosis"], "R CAS": ["Cerebrovascular accident due to right carotid artery stenosis"], "LCA Stenosis": ["Cerebrovascular accident due to left carotid artery stenosis"], "CVA-Left Carotid Artery Stenosis": ["Cerebrovascular accident due to left carotid artery stenosis"], "LCASS": ["Cerebrovascular accident due to left carotid artery stenosis"], "CVA-LCAS": ["Cerebrovascular accident due to left carotid artery stenosis"], "NBCI": ["Injury of neonatal central nervous system due to birth trauma"], "NPCI": ["Injury of neonatal central nervous system due to birth trauma"], "NCNSI": ["Injury of neonatal central nervous system due to birth trauma"], "NCI": ["Injury of neonatal central nervous system due to birth trauma"], "CHRON": ["Congenital hypoplasia of right optic nerve"], "CHOLON": ["Congenital hypoplasia of left optic nerve"], "BOHN": ["Bilateral congenital hypoplasia of optic nerves"], "WDD": ["White matter disease", "White matter disorder due to nutritional deficiency"], "WMD": ["White matter disease"], "HAHS": ["Hepatic coma due to viral hepatitis A"], "EVLS": ["Endophlebitis of lateral venous sinus"], "EVDS": ["Endophlebitis of lateral venous sinus"], "LVS": ["Endophlebitis of lateral venous sinus", "Embolism of lateral venous sinus"], "DAH": ["Double athetosis"], "BMPS": ["Severe manic bipolar I disorder without psychotic features"], "CHSC": ["Cavernous hemangioma of spinal cord"], "BADAD": ["Behavioral disturbance co-occurrent and due to late onset Alzheimer dementia"], "LOAD-BD": ["Behavioral disturbance co-occurrent and due to late onset Alzheimer dementia"], "SCM": ["Myelopathy due to spinal cord compression", "Segmental cord myoclonus", "Split cord malformation", "Spinal cord myoclonus", "Secondary malignant neoplasm of cerebrum"], "SSP": ["Stress-related problem", "Secondary neurosyphilis", "Spastic syndrome", "Pedophilia, same sex", "Spastic spinal syphilitic paralysis"], "SRP": ["Stress-related problem", "Schizophrenia in remission"], "STR": ["Stress-related problem"], "MJ": ["Morbid jealousy"], "MMI": ["Delirium due to methamphetamine intoxication"], "DWD": ["Delirium due to drug withdrawal"], "IAWDW": ["Delirium due to drug withdrawal"], "ADDA": ["Depressive disorder caused by amphetamine", "Avoidant disorder of adolescence"], "ADHD-A": ["Depressive disorder caused by amphetamine"], "MDASD": ["Depressive disorder caused by methamphetamine"], "MDPD": ["Depressive disorder caused by methamphetamine"], "DIPDA": ["Bipolar disorder caused by drug"], "MDD+A": ["Recurrent mild major depressive disorder co-occurrent with anxiety"], "MADM": ["Recurrent moderate major depressive disorder co-occurrent with anxiety"], "MDD + AD": ["Recurrent major depressive disorder co-occurrent with anxiety in full remission"], "MDDx": ["Recurrent major depressive disorder in partial remission co-occurrent with anxiety", "Moderate recurrent major depression", "Recurrent major depression"], "MDDpAR": ["Recurrent major depressive disorder in partial remission co-occurrent with anxiety"], "IAD": ["Illness anxiety disorder", "Inhalant-induced anxiety disorder", "Mild alcohol dependence"], "IADDS": ["Illness anxiety disorder"], "MDDwAnx": ["Mild major depressive disorder co-occurrent with anxiety single episode", "Moderate major depressive disorder co-occurrent with anxiety single episode"], "MDD-E": ["Mild major depressive disorder co-occurrent with anxiety single episode"], "MDAD": ["Mild major depressive disorder co-occurrent with anxiety single episode"], "MADwAnx": ["Mild major depressive disorder co-occurrent with anxiety single episode"], "MDDxAnx": ["Moderate major depressive disorder co-occurrent with anxiety single episode"], "MDD-A": ["Moderate major depressive disorder co-occurrent with anxiety single episode"], "MADS": ["Moderate major depressive disorder co-occurrent with anxiety single episode"], "MDD-WA": ["Severe major depressive disorder co-occurrent with anxiety single episode"], "MDD-XA": ["Severe major depressive disorder co-occurrent with anxiety single episode"], "BNPR": ["Bulimia nervosa in partial remission"], "BNFR": ["Bulimia nervosa in full remission"], "NVC": ["Vascular dementia without behavioral disturbance"], "NfVB": ["Vascular dementia without behavioral disturbance"], "VDBP": ["Vascular dementia without behavioral disturbance"], "MCD": ["Disorder of neurometabolic regulation", "Myxedema cerebellar degeneration", "Motor cortical disorder"], "OOWD": ["Delirium due to opioid withdrawal"], "OWD": ["Delirium due to opioid withdrawal", "Opioid withdrawal"], "BP-II MD": ["Bipolar II disorder, most recent episode major depressive"], "SCABS": ["Spinal cord abscess"], "CC/CCI": ["Cortex contusion without open intracranial wound AND with concussion"], "Cbs": ["Cerebellar stroke"], "BAIANOE": ["Bilateral arteritic anterior ischemic optic neuropathy of eyes"], "AAIONLAE": ["Arteritic anterior ischemic optic neuropathy of left eye"], "AAION": ["Arteritic anterior ischemic optic neuropathy of right eye", "Arteritic ischemic optic neuropathy", "Arteritic anterior ischemic optic neuropathy"], "AION": ["Arteritic anterior ischemic optic neuropathy of right eye", "Arteritic ischemic optic neuropathy", "Anterior ischemic optic neuropathy", "Arteritic anterior ischemic optic neuropathy", "Autoimmune optic neuropathy"], "AAOON": ["Arteritic anterior ischemic optic neuropathy of right eye"], "RIS": ["Radiologically isolated syndrome", "Refractory infantile spasms"], "BSAE": ["Embolism of basilar sinus"], "BS": ["Embolism of basilar sinus", "Westphal-Strumpell syndrome", "Borries' syndrome", "Borderline schizophrenia", "Briquet's syndrome", "Bruns' syndrome", "Blepharospasm"], "AADAC": ["Acquired arteriovenous fistula of dura of cerebrum"], "SIH": ["Spontaneous intracranial hypotension", "Subpial intracranial hemorrhage", "Secondary intracranial hypotension"], "SIIPS": ["Spontaneous intracranial hypotension"], "MBDI": ["Mixed bipolar I disorder", "Mild manic bipolar I disorder"], "CLD": ["Cerebral lipidosis"], "AAN": ["Acute anoxic encephalopathy", "Atypical anorexia nervosa", "Arachnoiditis"], "CDLV": ["Congenital dilated lateral ventricles of brain"], "CLV": ["Congenital dilated lateral ventricles of brain"], "CDL": ["Congenital dilated lateral ventricles of brain"], "DLV": ["Congenital dilated lateral ventricles of brain"], "TM": ["Transverse myelopathy syndrome", "Thoracic disc prolapse with myelopathy", "Thoracic myelocele", "Thoracic myelopathy", "Traumatic meningocele", "Tuberculoma of meninges"], "TMS": ["Transverse myelopathy syndrome"], "BAPOA": ["Cerebrovascular accident due to occlusion of bilateral pontine arteries"], "BCVA": ["Cerebrovascular accident due to stenosis of bilateral vertebral arteries", "Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries", "Cerebrovascular accident due to occlusion of bilateral cerebellar arteries", "Cerebrovascular accident due to embolism of bilateral cerebellar arteries"], "VBAS": ["Cerebrovascular accident due to stenosis of bilateral vertebral arteries"], "BCAS": ["Cerebrovascular accident due to stenosis of bilateral carotid arteries"], "BCCA": ["Cerebrovascular accident due to stenosis of bilateral carotid arteries"], "OSI": ["Open fracture of T1-T6 level with spinal cord injury", "Open spinal subluxation with complete cervical cord lesion", "Open fracture of C1-C4 level with spinal cord injury"], "OF SCI": ["Open fracture of T1-T6 level with spinal cord injury", "Open fracture of C5-C7 level with spinal cord injury"], "CH": ["Cerebral hemiparesis", "Cerebral degeneration due to congenital hydrocephalus", "Cluster headache", "Upwards herniation of cerebellum", "Congenital cerebral hernia", "Communicating hydrocephalus", "Cerebral hemorrhage", "Crossed hemiparesis", "Cerebellar hematoma", "Cerebral hemiplegia", "Cerebellar hernia", "Congenital hydrocephalus", "Cortical hemorrhage", "Cerebral herniation", "Cerebellar hemorrhage", "Cerebral hyponatremia"], "SAH": ["Spontaneous hemorrhage of subarachnoid space from anterior communicating artery", "Subarachnoid hemorrhage", "Spontaneous subarachnoid hemorrhage", "Spontaneous hemorrhage of subarachnoid space from basilar artery", "Spontaneous hemorrhage of subarachnoid space from intracranial artery", "Spontaneous hemorrhage of subarachnoid space from left middle cerebral artery", "Spontaneous hemorrhage of subarachnoid space from left posterior communicating artery", "Hemorrhage into subarachnoid space of neuraxis", "Hemorrhage into subarachnoid space of spine", "Fetal or neonatal non-traumatic hemorrhage of subarachnoid space of brain"], "SAHA": ["Spontaneous hemorrhage of subarachnoid space from anterior communicating artery", "Spontaneous hemorrhage of subarachnoid space from intracranial artery"], "* C-Clust A \\n* CPD-A \\n* PD-A \\n* Cl-PD A \\n* ClA-PD": ["Cluster A personality disorder"], "CBG": ["Calcification of basal ganglia", "Corticobasal degeneration"], "CBGL": ["Calcification of basal ganglia"], "PGMC": ["Primary glioblastoma multiforme of cerebellum"], "GBM-C": ["Primary glioblastoma multiforme of cerebellum"], "PBGMT": ["Primary glioblastoma multiforme of brainstem"], "SDAIS": ["Sedative, hypnotic AND/OR anxiolytic-induced anxiety disorder"], "BPCA": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries"], "BPCAE": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries"], "PCAE": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries", "Cerebral infarction due to embolism of precerebral arteries", "Post-cerebrovascular accident epilepsy"], "PCVAE": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries"], "TBEV": ["Encephalitis due to European subtype of tick-borne encephalitis virus", "Encephalitis caused by tick-borne encephalitis virus"], "TBE": ["Encephalitis due to European subtype of tick-borne encephalitis virus", "Toothbrushing epilepsy", "Encephalitis caused by tick-borne encephalitis virus", "Encephalitis caused by Trypanosoma brucei", "Tuberculous encephalitis"], "ETVE": ["Encephalitis due to European subtype of tick-borne encephalitis virus"], "AMCM": ["Atypical meningioma of cerebral meninges"], "FHG": ["Factitious hypoglycemia"], "NA": ["Neonatal agitation"], "NAG": ["Neonatal agitation"], "NAH": ["Neonatal agitation"], "MC": ["Meningocele", "Severe bipolar II disorder, most recent episode major depressive with psychotic features, mood-congruent", "Myxedema coma", "Meningeal cyst", "Concussion with mental confusion AND/OR disorientation without loss of consciousness"], "PHGD": ["Partial growth hormone deficiency"], "PGHD": ["Partial growth hormone deficiency", "Psychosocial growth hormone deficiency"], "TTM": ["Trichotillomania"], "TTMD": ["Trichotillomania"], "CC-LOC": ["Cerebellar contusion without open intracranial wound AND with loss of consciousness"], "NAND or NAKP": ["Non-alcoholic Korsakoff's psychosis"], "VCF": ["Fracture of vertebral column with spinal cord injury"], "ITTF": ["Iatrogenic thyrotoxicosis factitia"], "FH": ["Facial hemiparesis", "Floating-Harbor syndrome", "Facial hemiplegia", "Functional hemiparesis", "Fetal hydrocephalus", "Flaccid hemiplegia"], "OADx": ["Organic anxiety disorder"], "CCP": ["Cortex contusion without open intracranial wound AND with loss of consciousness"], "RTL": ["Mass of right temporal lobe"], "LMNL": ["High lumbar myelomeningocele"], "HLMME": ["High lumbar myelomeningocele"], "LLMM": ["Low lumbar myelomeningocele"], "BD-I/MCat": ["Bipolar I disorder, most recent episode manic with catatonic features"], "CSSD": ["Cross syndrome", "Chronic stress disorder", "Corticostriatal-spinal degeneration"], "TAT.": ["Meningoencephalitis due to acquired toxoplasmosis"], "CD-CO": ["Conduct disorder, childhood-onset type"], "GID": ["Gender identity disorder of adulthood", "Gender identity disorder"], "GIDAS": ["Gender identity disorder of adulthood"], "GD": ["Gender identity disorder of adulthood", "Group delinquency", "Gestural tic disorder", "Generalized dystonia", "Grandiose delusion disorder", "Gaming disorder", "Gender dysphoria"], "IVS": ["Phlebitis of intracranial venous sinus", "Visual pathway disorder due to vascular disorder"], "IVCS": ["Phlebitis of intracranial venous sinus"], "ICVS": ["Phlebitis of intracranial venous sinus"], "MEME": ["Meningococcal encephalitis"], "MNE": ["Meningococcal encephalitis"], "PGC": ["Compulsive gambling", "Carcinoma of pineal gland"], "ICG": ["Compulsive gambling"], "PG": ["Compulsive gambling", "Pituitary granuloma"], "PDAG": ["Panic disorder with agoraphobia, severe agoraphobic avoidance AND mild panic attacks", "Panic disorder with agoraphobia AND severe panic attacks", "Panic disorder with agoraphobia, mild agoraphobic avoidance AND mild panic attacks", "Panic disorder with agoraphobia, moderate agoraphobic avoidance AND moderate panic attacks"], "F65.0": ["True compulsive fetishism"], "IGFID": ["Autosomal recessive isolated somatotropin deficiency"], "ISSTD": ["Autosomal recessive isolated somatotropin deficiency"], "LACo": ["Cerebrovascular accident due to occlusion of left anterior cerebral artery"], "LACA": ["Cerebrovascular accident due to occlusion of left anterior cerebral artery"], "CVA-LA": ["Cerebrovascular accident due to occlusion of left anterior cerebral artery"], "ADEMIDS": ["Acute disseminated encephalomyelitis following infectious disease"], "AMDR": ["Aseptic meningitis due to drug"], "USD": ["Undifferentiated somatoform disorder"], "USF": ["Undifferentiated somatoform disorder"], "ADPC": ["Adjustment disorder with physical complaints"], "ADwPhysCmps": ["Adjustment disorder with physical complaints"], "PDS": ["Psychological disorder during pregnancy", "Severe postnatal depression", "Psychotic disorder caused by psychoactive substance", "Intellectual disability, polydactyly, uncombable hair syndrome"], "PPC": ["Psychological disorder during pregnancy", "Postpartum depression"], "BCDD": ["Borderline cognitive developmental delay"], "DAD": ["Developmental academic disorder", "Developmental articulatory dyspraxia", "Drug-induced acute dystonia", "Developmental articulation disorder", "Developmental arithmetic disorder"], "DAID": ["Developmental academic disorder"], "TBAB": ["Tuberculous abscess of brain"], "PM": ["Plague meningitis", "Pseudomonas meningitis", "Pseudomeningocele", "Parasitic meningitis", "Photomyoclonus, diabetes mellitus, deafness, nephropathy and cerebral dysfunction", "Pachymeningitis", "Proteus meningitis", "Pygmalionism", "Post-infective myelitis", "Pyromania", "Paramyoclonus multiplex", "Protozoal myelitis", "Meningitis caused by Paramyxovirus", "Palatal myoclonus"], "APNP": ["Acute paralytic non-bulbar poliomyelitis"], "APPV": ["Acute paralytic poliomyelitis, vaccine-associated", "Acute paralytic poliomyelitis, wild virus, indigenous", "Acute paralytic poliomyelitis", "Acute paralytic poliomyelitis due to Human poliovirus 2", "Acute paralytic poliomyelitis due to Human poliovirus 3"], "APPVIW": ["Acute paralytic poliomyelitis, wild virus, imported"], "SVI": ["Slow viral central nervous system infection"], "HSV-1": ["Slow viral central nervous system infection"], "JC virus": ["Slow viral central nervous system infection"], "HTLV-I": ["Slow viral central nervous system infection"], "EL": ["Encephalitis lethargica", "Epidural lipomatosis"], "ELE": ["Encephalitis lethargica"], "PVVE": ["Postvaricella encephalitis", "Post smallpox vaccination encephalitis"], "AWDS": ["Alcohol intoxication delirium"], "AI-D": ["Alcohol intoxication delirium"], "FEV": ["Encephalitis due to Far Eastern tick-borne encephalitis virus"], "FETBVE": ["Encephalitis due to Far Eastern tick-borne encephalitis virus"], "HBVD": ["Hepatic coma due to acute hepatitis B with delta agent"], "VHC": ["Hepatic coma due to viral hepatitis C"], "HCV-HC": ["Hepatic coma due to viral hepatitis C"], "PFMCC": ["Plasmodium falciparum malaria with cerebral complications"], "PCFM": ["Plasmodium falciparum malaria with cerebral complications"], "PFCMC": ["Plasmodium falciparum malaria with cerebral complications"], "ASSM": ["Acute secondary syphilitic meningitis"], "IID": ["Inhalant intoxication delirium"], "LM": ["Leptospiral meningitis", "Lumbar myelocele", "Lymphocytic meningitis", "Listeria meningitis", "Lymphomatous meningitis", "Leptomeningitis", "Myelitis caused by bacterium"], "PHMA": ["Pheohyphomycotic brain abscess"], "PBM": ["Pheohyphomycotic brain abscess", "Postoperative bacterial meningitis"], "CCCS": ["Cerebral cryptococcosis"], "CcCS": ["Cerebral cryptococcosis"], "RCM": ["Rhinocerebral mucormycosis"], "CCN": ["Cysticercosis of central nervous system"], "LCNS": ["Late effects of central nervous system tuberculosis", "Late congenital neurosyphilis", "Listeria infection of the central nervous system"], "DRD": ["Developmental receptive language disorder", "Autosomal dominant dopa responsive dystonia", "Autosomal recessive dopa responsive dystonia"], "RLD": ["Developmental receptive language disorder", "Receptive language delay", "Restricted language development"], "DRLD": ["Developmental receptive language disorder"], "AEA": ["Atypical absence epilepsy", "Acquired epileptic aphasia", "Encephalitis associated with AIDS"], "BCOMA": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "BMOCA": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "BMCAO": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "BCOM": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "MDDr": ["Moderate recurrent major depression", "Depressive disorder in remission", "Recurrent major depressive episodes, in remission"], "MRMD": ["Moderate recurrent major depression", "Mild recurrent major depression"], "CNSCA": ["Malignant neoplasm of cerebrum (excluding lobes and ventricles)", "Central nervous system calcification, deafness, tubular acidosis, anemia syndrome", "Primary malignant neoplasm of central nervous system"], "BCMT": ["Malignant neoplasm of cerebrum (excluding lobes and ventricles)", "Benign cerebral tumor"], "CNSCN": ["Malignant neoplasm of cerebrum (excluding lobes and ventricles)"], "BGNB": ["Malignant neoplasm of basal ganglia", "Malignant neoplasm of basal ganglia"], "BG Ca": ["Malignant neoplasm of basal ganglia"], "Glioblastoma": ["Malignant neoplasm of cerebral cortex", "Malignant neoplasm of corpus striatum", "Malignant neoplasm of parietal lobe"], "GMB": ["Malignant neoplasm of corpus striatum", "Primary malignant neoplasm of brain"], "MPGP": ["Malignant neoplasm of globus pallidus"], "MPN_GP": ["Malignant neoplasm of globus pallidus"], "GPNeop": ["Malignant neoplasm of globus pallidus"], "HHT": ["Malignant tumor of hypothalamus", "Benign tumor of hypothalamus"], "HTH": ["Malignant tumor of hypothalamus", "Tumor of hypothalamus", "Habit tic affecting hair"], "TNT": ["Malignant neoplasm of thalamus"], "TN": ["Malignant neoplasm of thalamus", "Toxoplasma neuroretinitis"], "MNT": ["Malignant neoplasm of thalamus", "Malignant neoplasm of tapetum"], "HNHC": ["Malignant neoplasm of hippocampus"], "HNC": ["Malignant neoplasm of hippocampus"], "MHP": ["Malignant neoplasm of hippocampus"], "MUOA": ["Malignant neoplasm of uncus"], "MUEN": ["Malignant neoplasm of uncus"], "MFVNV": ["Malignant neoplasm of floor of cerebral ventricle"], "MCVNV": ["Malignant neoplasm of floor of cerebral ventricle"], "BCNF": ["Malignant neoplasm of floor of cerebral ventricle"], "CVMF": ["Malignant neoplasm of floor of cerebral ventricle"], "CPMP": ["Malignant neoplasm of cerebral peduncle"], "MOA": ["Malignant neoplasm of medulla oblongata", "Malignant astrocytoma of optic nerve", "Malignant neoplasm of occipital lobe"], "MO": ["Malignant neoplasm of medulla oblongata", "Malignant meningioma of optic nerve sheath", "Infarction of medulla oblongata", "Hemorrhage of medulla oblongata"], "MBNM": ["Malignant neoplasm of midbrain"], "MBMT": ["Malignant neoplasm of midbrain"], "MPN": ["Malignant neoplasm of pons", "Macroprolactinoma"], "CCBC": ["Malignant neoplasm of corpus callosum"], "MTT": ["Malignant neoplasm of tapetum"], "MT": ["Malignant neoplasm of tapetum"], "MOB": ["Malignant neoplasm of olfactory bulb"], "ONOBF": ["Malignant neoplasm of olfactory bulb"], "OBNA": ["Malignant neoplasm of olfactory bulb"], "CDNM": ["Malignant neoplasm of cerebral dura mater"], "CAMA": ["Malignant neoplasm of cerebral arachnoid mater"], "CMNA": ["Malignant neoplasm of cerebral arachnoid mater"], "CPM": ["Malignant neoplasm of cerebral pia mater", "Central pontine myelinolysis", "Porencephaly, cerebellar hypoplasia, internal malformations syndrome"], "SPNM": ["Malignant neoplasm of spinal dura mater", "Malignant neoplasm of spinal pia mater"], "MENSA": ["Malignant neoplasm of spinal arachnoid mater"], "MSPNM": ["Malignant neoplasm of spinal pia mater"], "MNSPM": ["Malignant neoplasm of spinal pia mater"], "PCNS": ["Malignant neoplasm of pituitary gland and craniopharyngeal duct"], "CPD": ["Malignant tumor of craniopharyngeal duct", "Psychosis with origin in childhood", "Cerebral degeneration in childhood", "Chronic paranoid psychosis", "Coprophilia", "Cerebral degeneration in Parkinson's disease", "Compulsive personality disorder", "Diplegic cerebral palsy", "Non-spastic cerebral palsy", "Compulsive pedophilia", "Psychotic disorder caused by cannabis", "Cognitive impairment co-occurrent and due to primary psychotic disorder", "Parkinsonism caused by cyanide", "Cerebral depression in newborn", "Primary malignant neoplasm of craniopharyngeal duct"], "CPHG": ["Malignant tumor of craniopharyngeal duct", "Primary malignant neoplasm of craniopharyngeal duct"], "PCDO": ["Malignant tumor of craniopharyngeal duct"], "CBD": ["Corticobasal degeneration", "Sporadic cerebellar degeneration", "Cerebellar deficiency syndrome", "Atypical Parkinsonism", "Congenital brain damage"], "CBDC": ["Corticobasal degeneration"], "SMNBS": ["Secondary malignant neoplasm of brain and spinal cord"], "CV": ["Cerebellar vertigo", "Cortical vertigo"], "CVd": ["Cerebellar vertigo"], "ABORTION WITH FETAL ANOXIA (AWFA)\\nMAZE\\nMCAP\\nMCA": ["Legal termination of pregnancy with cerebral anoxia"], "LES": ["Lipoma of spinal epidural space", "Abscess in epidural space of lumbar spine", "Traumatic edema of lumbar spinal cord"], "LCIS": ["Lipoma of spinal canal - intradural"], "LSCT": ["Lipoma of spinal cord"], "LSC": ["Lipoma of spinal cord", "Edema of lumbar cord", "Transection of lumbar cord", "Fracture of lumbar spine with cord lesion", "Injury of lumbar spinal cord", "Concussion of lumbar spinal cord"], "BSTB": ["Benign neoplasm of brain, supratentorial", "Glioma of brainstem"], "CPG": ["Craniopharyngioma"], "CPH": ["Craniopharyngioma", "Subdural and cerebral hemorrhage due to birth trauma", "Coprophilia", "Cocaine-induced psychotic disorder with hallucinations", "Cerebellar pressure cone"], "IEDA": ["Epileptic drop attack"], "ODD-DSM-IV": ["Oppositional defiant disorder"], "NBBS": ["Neoplasm of uncertain behavior of brain and spinal cord"], "CNS-NB": ["Neoplasm of uncertain behavior of brain and spinal cord", "Neuroblastoma of brain", "Neuroblastoma of central nervous system"], "PBBS": ["Neoplasm of uncertain behavior of brain and spinal cord"], "MUC": ["Neoplasm of uncertain or unknown behavior of brain, supratentorial"], "CNSCT": ["Neoplasm of uncertain or unknown behavior of brain, supratentorial"], "SBTN": ["Neoplasm of uncertain or unknown behavior of brain, supratentorial"], "UBIT": ["Neoplasm of uncertain or unknown behavior of brain, infratentorial"], "HOSDC-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HCC-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HSC-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HOCM-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HOSCD": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "HHC": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "HHF": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "HDCM": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "IPH": ["Idiopathic panhypopituitarism", "Infantile posthemorrhagic hydrocephalus", "Intraparenchymal hematoma of brain", "Intraparenchymal hemorrhage of brain", "Hemorrhage in putamen", "Intrapontine hemorrhage", "Intracranial hypotension due to lumbar puncture"], "PHIP": ["Post-birth injury panhypopituitarism", "Post-infective hypopituitarism"], "FSHD": ["Follicle stimulating hormone deficiency", "Follicle stimulating hormone deficiency", "Hypogonadotropic hypogonadism due to follicle-stimulating hormone deficiency", "Dysmorphism, short stature, deafness, disorder of sex development syndrome", "Functional hypogonadotropic hypogonadism"], "LLD": ["LH - luteinizing hormone deficiency", "Language-related cognitive disorder", "Expressive language delay", "Developmental language disorder and impairment of receptive and expressive language"], "LHdef": ["LH - luteinizing hormone deficiency"], "DST": ["Diencephalic syndrome secondary to tumor"], "SAPHO": ["Westphal-Strumpell syndrome"], "MBLG": ["Metastatic neoplasm of left basal ganglion", "Metastatic neoplasm of left basal ganglion"], "LBGMT": ["Metastatic neoplasm of left basal ganglion"], "MBNG": ["Metastatic neoplasm of left basal ganglion"], "PLD": ["Pallidoluysian degeneration", "Profound learning disability"], "SMB": ["Syringomyelobulbia", "Syringomyelia and syringobulbia"], "OPC": ["Organic psychotic condition", "Sporadic olivopontocerebellar atrophy", "Olivopontocerebellar degeneration"], "PDDwD": ["Presenile dementia with delirium"], "\u2022 PDPD\\n\u2022 PDWP\\n\u2022 PSPD": ["Presenile dementia with paranoia"], "PDDT": ["Presenile dementia with depression"], "SDPD": ["Senile dementia with depressive or paranoid features"], "SDP": ["Senile dementia with depressive or paranoid features", "Senile dementia with paranoia", "Senile dementia with psychosis"], "SDWD": ["Senile dementia with depression"], "SDwD": ["Senile dementia with delirium"], "AADP": ["Arteriosclerotic dementia with paranoia"], "ADSD": ["Arteriosclerotic dementia with depression", "Adductor spastic dysphonia", "Adductor spastic dysphonia of dystonia"], "ADS": ["Arteriosclerotic dementia with depression", "Idiopathic adductor spastic dysphonia", "Amnestic disorder caused by substance", "Anxiety disorder caused by stimulant", "Amnestic disorder caused by volatile solvent"], "WKS": ["Korsakov's alcoholic psychosis with peripheral neuritis", "Wernicke's disease"], "Wernicke-Korsakoff syndrome": ["Korsakov's alcoholic psychosis with peripheral neuritis", "Alcohol amnestic disorder"], "CABD": ["Chronic alcoholic brain syndrome"], "Wernicke-Korsakoff Syndrome (WKS)": ["Chronic alcoholic brain syndrome"], "CADAS": ["Chronic alcoholic brain syndrome"], "CABS": ["Chronic alcoholic brain syndrome"], "AWH": ["Alcohol withdrawal hallucinosis"], "AWHS": ["Alcohol withdrawal hallucinosis"], "APD": ["Alcoholic paranoia", "Agoraphobia with panic attacks", "Anxious personality disorder", "Antisocial personality disorder", "Avoidant personality disorder", "Disorder of anterior pituitary", "Acquired prion disease", "Aphonia, deafness, retinal dystrophy, bifid halluces, intellectual disability syndrome", "Amphetamine-induced anxiety disorder", "Aphasia"], "AP": ["Alcoholic paranoia", "Abortive poliomyelitis", "Acquired porencephaly", "Acute poliomyelitis", "Affective psychosis", "Acute bulbar poliomyelitis due to Human poliovirus 2", "Atypical psychosis", "Acute psychosis"], "AWS": ["Alcohol withdrawal syndrome", "Beckwith-Wiedemann syndrome"], "AWSD": ["Alcohol withdrawal syndrome"], "DIP": ["Drug-induced psychosis", "Drug-induced hyperprolactinemia"], "DIPS": ["Drug-induced psychosis", "Drug-induced paranoia or hallucinatory states", "Drug-induced paranoid state"], "DPIP": ["Drug-induced psychosis"], "DIPPS": ["Drug-induced paranoid state"], "ICDS": ["Hallucinosis caused by drug"], "IDHS": ["Hallucinosis caused by drug"], "IHD.": ["Hallucinosis caused by drug"], "DID": ["Drug-induced delirium", "Drug-induced dystonia", "Deferred diagnosis on Axis II", "Mood disorder caused by dissociative drug", "Anxiety disorder caused by dissociative drug"], "DIND": ["Drug-induced delirium"], "DUD": ["Drug-induced dementia"], "DAS": ["Drug-induced amnestic syndrome", "Dystonia aphonia syndrome"], "DIA Syndrome": ["Drug-induced amnestic syndrome"], "DISD": ["Drug-induced depressive state"], "DIDDS": ["Drug-induced depressive state"], "DIPD": ["Drug-induced personality disorder"], "DIDP": ["Drug-induced personality disorder"], "TOP": ["Transient organic psychoses"], "PACT": ["Acute confusional state, post-traumatic"], "PCS": ["Acute confusional state, post-traumatic", "Psychologic conversion disorder", "Punch drunk syndrome", "Post-concussional personality disorder", "Posterior cord syndrome", "Open fracture of C1-C4 level with posterior cord syndrome", "Closed fracture of C5-C7 level with posterior cord syndrome", "Postconcussion syndrome", "Postseizure confusion", "Posterior cord syndrome of cervical spinal cord", "Posterior cord syndrome of cervical spinal cord at C2 level", "Posterior cord syndrome of cervical spinal cord at C6 level", "Posterior cord syndrome of thoracic spinal cord", "Posterior cord syndrome of thoracic spinal cord at T2 level", "Posterior cord syndrome of thoracic spinal cord at T3 level", "Posterior cord syndrome of thoracic spinal cord at T7 level", "Open fracture of T1-T6 level with posterior cord syndrome"], "ICAS": ["Acute confusional state, of infective origin", "Cerebral ischemic stroke due to stenosis of extracranial large artery"], "ACA": ["Acute confusional state, of infective origin", "Acute cerebellar ataxia", "Cognitive deficit due to and following ischemic cerebrovascular accident", "Acquired cerebral atrophy", "Astrocytoma of cerebrum"], "ACSE": ["Acute confusional state, of endocrine origin"], "ACOSMO": ["Acute confusional state, of metabolic origin"], "ACSFV": ["Acute confusional state, of cerebrovascular origin"], "ICPS": ["Subacute confusional state, post-traumatic", "Epilepsy characterized by intractable complex partial seizures"], "SCSI": ["Subacute confusional state, of infective origin"], "SCESO": ["Subacute confusional state, of endocrine origin"], "SCES": ["Subacute confusional state, of endocrine origin"], "ICF": ["Subacute confusional state, of metabolic origin", "Closed fracture of base of skull with concussion", "Intracranial hypotension due to cerebrospinal fluid fistula"], "SCCS-VA": ["Subacute confusional state, of cerebrovascular origin"], "ADx": ["Dementia associated with another disease", "Dementia"], "ADwD": ["Dementia associated with another disease", "Adjustment disorder with withdrawal"], "DLB": ["Dementia associated with another disease", "Dementia"], "VaD": ["Dementia associated with another disease"], "NOPS": ["Non-organic psychosis", "Non-organic parasomnia", "Non-organic psychosis in remission"], "NPD": ["Non-organic psychosis", "Myelopathy due to neoplastic disease", "Neurotic condition, insight present", "Narcissistic personality disorder"], "NPS": ["Non-organic psychosis", "Non-organic parasomnia"], "NOP": ["Non-organic psychosis"], "SZD": ["Schizophrenic disorders", "Disorganized schizophrenia", "Schizoaffective disorder", "Schizophreniform disorder"], "SZDs": ["Schizophrenic disorders"], "AES": ["Acute exacerbation of chronic schizophrenia", "Acute exacerbation of subchronic paranoid schizophrenia", "Acute exacerbation of chronic latent schizophrenia", "Acute exacerbation of chronic schizoaffective schizophrenia", "Acute viral encephalitis", "Absence seizure with automatisms", "Embolic stroke", "Abscess in epidural space of thoracic spine", "Encephalitis", "Autoimmune encephalitis"], "AESCS": ["Acute exacerbation of subchronic catatonic schizophrenia", "Abscess in epidural space of cervical spine"], "AECCS": ["Acute exacerbation of chronic catatonic schizophrenia"], "AE-CPSH": ["Acute exacerbation of chronic paranoid schizophrenia"], "LS": ["Latent schizophrenia", "Latent schizophrenia in remission", "Lissencephaly", "Lobotomy syndrome", "Loculation syndrome", "Late onset schizophrenia", "Lecherism", "Lowe syndrome"], "LSz": ["Latent schizophrenia"], "PSyD": ["Latent schizophrenia", "Posttraumatic stress disorder"], "SLCS": ["Subchronic latent schizophrenia"], "SLShz": ["Subchronic latent schizophrenia"], "CLSZ": ["Chronic latent schizophrenia"], "AESLS": ["Acute exacerbation of subchronic latent schizophrenia"], "AESL-SCHZ": ["Acute exacerbation of subchronic latent schizophrenia"], "LSR": ["Latent schizophrenia in remission"], "SAZS": ["Schizoaffective schizophrenia"], "SA": ["Schizoaffective schizophrenia", "Somatotroph adenoma", "Stranger anxiety", "Spinal arachnoiditis", "Spinal ataxia"], "SSASD": ["Subchronic schizoaffective schizophrenia"], "C-SAS": ["Chronic schizoaffective schizophrenia"], "CSA-S": ["Chronic schizoaffective schizophrenia"], "AES-SAS": ["Acute exacerbation of subchronic schizoaffective schizophrenia"], "AESSchiz": ["Acute exacerbation of subchronic schizoaffective schizophrenia"], "SAS-Exacerb": ["Acute exacerbation of subchronic schizoaffective schizophrenia"], "SZAER": ["Schizoaffective schizophrenia in remission"], "SMEM": ["Single manic episode, mild", "Single manic episode, moderate"], "SMEPS": ["Single manic episode, severe, with psychosis"], "SMI-FR": ["Single manic episode in full remission"], "RME": ["Recurrent manic episodes", "Recurrent manic episodes, mild", "Recurrent manic episodes, in full remission", "Refractory myoclonic epilepsy", "Recurrent manic episodes, in remission"], "RMAE": ["Recurrent manic episodes"], "RMEM": ["Recurrent manic episodes, moderate"], "Bipolar I Disorder": ["Recurrent manic episodes, severe, with psychosis"], "MDD-PS": ["Single major depressive episode, severe, with psychosis"], "RMDM": ["Recurrent major depressive episodes, mild"], "MDEM": ["Recurrent major depressive episodes, mild"], "RMD-E": ["Recurrent major depressive episodes, moderate"], "MDE": ["Recurrent major depressive episodes, moderate", "Manic disorder, single episode", "Severe bipolar II disorder, most recent episode major depressive, in remission", "Major depressive disorder", "Minor depressive disorder", "Minimal depression", "Minimal major depression single episode", "Bipolar I disorder, most recent episode depression"], "RD": ["Recurrent depression", "Rumination disorder", "RAB18 deficiency", "Aphonia, deafness, retinal dystrophy, bifid halluces, intellectual disability syndrome", "Reactive depression (situational)", "Dyslexia"], "RDep": ["Recurrent depression"], "MDD-R": ["Recurrent depression", "Major depression in remission", "Depressive disorder in remission"], "BD-CEM": ["Bipolar affective disorder, current episode manic"], "BD II": ["Bipolar affective disorder, currently manic, moderate", "Severe bipolar disorder without psychotic features"], "BPDA": ["Bipolar affective disorder, currently manic, moderate"], "BD-S": ["Bipolar affective disorder, currently manic, severe, with psychosis", "Severe depressed bipolar I disorder", "Severe bipolar disorder"], "BP-I": ["Bipolar affective disorder, currently manic, severe, with psychosis", "Bipolar I disorder", "Severe bipolar disorder", "Manic bipolar I disorder", "Bipolar type I disorder currently in full remission"], "BP-S": ["Bipolar affective disorder, currently manic, severe, with psychosis"], "BD-I/M": ["Bipolar affective disorder, currently manic, in full remission", "Bipolar I disorder, most recent episode manic"], "BPAD": ["Bipolar affective disorder, current episode depression", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder"], "MBD": ["Mixed bipolar affective disorder", "Mixed bipolar affective disorder, mild", "Mixed bipolar affective disorder, moderate", "Mixed bipolar affective disorder, moderate", "Severe manic bipolar I disorder", "Marchiafava-Bignami disease", "Severe mixed bipolar I disorder without psychotic features", "Mixed bipolar affective disorder, severe", "Moderate bipolar disorder"], "MBAD": ["Mixed bipolar affective disorder", "Mixed bipolar affective disorder, mild", "Mixed bipolar affective disorder, in full remission"], "BPMD": ["Mixed bipolar affective disorder"], "BDIMPS": ["Mixed bipolar affective disorder, severe, with psychosis"], "MABD": ["Mixed bipolar affective disorder, in full remission"], "AMPD": ["Atypical manic disorder", "Amphetamine withdrawal", "Amphetamine-induced organic mental disorder", "Mood disorder with manic symptoms caused by amphetamine and amphetamine derivative", "Mood disorder with mixed depressive and manic symptoms caused by amphetamine and amphetamine derivative"], "ADAD": ["Atypical depressive disorder", "Anxiety disorder of adolescence"], "PDOS": ["Paranoid disorder"], "PDSD": ["Shared paranoid disorder"], "SPD": ["Shared paranoid disorder", "Secondary parkinsonism", "Schizophrenic prodrome", "Symptomatic parkinsonism", "Spinopontine degeneration", "Somatoform pain disorder", "Schizotypal personality disorder", "Syphilitic parkinsonism", "Schizoid personality disorder", "Sporadic Parkinson disease", "Schizophreniform disorder"], "PQ": ["Paranoia querulans"], "RDPsy": ["Reactive depressive psychosis"], "AHP": ["Acute hysterical psychosis", "Amygdalo-hippocampal epilepsy", "Alobar holoprosencephaly"], "AHS": ["Acute hysterical psychosis", "Amyelencephalus"], "PPPS": ["Psychogenic paranoid psychosis", "Parkinsonian pyramidal syndrome"], "CAPD": ["Psychosis with origin in childhood"], "COCPSIS": ["Psychosis with origin in childhood"], "IIA": ["Active infantile autism"], "RISA": ["Residual infantile autism", "Ruptured aneurysm of intracranial artery"], "RI Autism": ["Residual infantile autism"], "ADP": ["Active disintegrative psychoses", "Articulatory dyspraxia", "Primary degenerative dementia of the Alzheimer type, presenile onset in remission", "Antenatal depression"], "ADHD": ["Active disintegrative psychoses", "Child attention deficit disorder", "Hyperkinetic conduct disorder", "Undifferentiated attention deficit disorder", "ACTH deficiency", "Attention deficit hyperactivity disorder", "Articulation disorder due to hyperkinesis", "Cognitive disorder", "Adult attention deficit hyperactivity disorder"], "ACPS": ["Atypical childhood psychoses"], "ACPP": ["Atypical childhood psychoses"], "BCPC": ["Borderline psychosis of childhood"], "BPCHILD": ["Borderline psychosis of childhood"], "DTM": ["Dissociative tremor", "Motor tic disorder"], "DC": ["Dissociative convulsions", "Dissociative confusion"], "APDA": ["Agoraphobia with panic attacks"], "SOCAP": ["Social phobia, fear of eating in public"], "ED": ["Social phobia, fear of eating in public", "Eclampsia - delivered", "Overeating associated with other psychological disturbances", "Endogenous depression - recurrent", "Endogenous depression", "Eating disorder"], "SEFOP": ["Social phobia, fear of eating in public"], "CSPD": ["Social phobia, fear of eating in public"], "SPFS": ["Social phobia, fear of public speaking"], "* SAD \\n* SOAD \\n* SP \\n* SPAH": ["Social phobia, fear of public washing"], "OCD": ["Obsessive-compulsive disorder", "Compulsive neurosis"], "OCSD": ["Obsessive-compulsive disorder"], "ON": ["Obsessional neurosis", "Neoplasm of optic nerve", "Optic neuritis", "Orthorexia nervosa"], "OAN": ["Obsessional neurosis"], "OND": ["Obsessional neurosis", "Optic disc neovascularization", "Disorder of optic nerve", "Optic nerve and photoreceptor degeneration"], "WCN": ["Writer's cramp neurosis"], "WR": ["Writer's cramp neurosis"], "WC": ["Writer's cramp neurosis"], "PSN": ["Psychasthenic neurosis", "Paranoid schizophrenia", "Partington syndrome"], "HPD": ["Hypomanic personality disorder", "Hypochondriacal pain", "Chronic hypomanic personality disorder", "Sexual desire disorder", "Histrionic personality disorder", "Psychotic disorder caused by hypnotic", "Hyperactive postoperative delirium", "Hypoactive postoperative delirium"], "HPSD": ["Hypomanic personality disorder"], "* EUPD\\n* BPD\\n* EF\\n* UPPD": ["Emotionally unstable personality disorder"], "PIPD": ["Psychoinfantile personality"], "EPD": ["Eccentric personality disorder", "Explosive personality disorder", "Extrapyramidal disease"], "EPDS": ["Eccentric personality disorder", "Extrapyramidal disease"], "EPPD": ["Eccentric personality disorder"], "IPD": ["Immature personality disorder", "Involutional paranoid state", "Isolated prolactin deficiency", "Infection causing parkinsonism", "Iatrogenic pituitary disorder"], "IPPD": ["Immature personality disorder"], "IPD-P": ["Immature personality disorder"], "MPD": ["Masochistic personality disorder", "Mixed disorder of psychological development", "Mental disorders during pregnancy, childbirth and the puerperium", "Mental disorder during pregnancy - baby delivered", "Manipulative personality disorder", "Mild postnatal depression", "Multiple personality disorder", "Mental disorder in mother complicating pregnancy", "Pelizaeus Merzbacher like disease", "Manic symptoms co-occurrent and due to primary psychotic disorder"], "DSM-IV PD": ["Psychosexual identity disorder"], "CCAH": ["Continuous chronic alcoholism"], "ECA": ["Episodic chronic alcoholism"], "CADR": ["Chronic alcoholism in remission"], "NDAAC": ["Nondependent alcohol abuse, continuous"], "NAAE": ["Nondependent alcohol abuse, episodic"], "NAAR": ["Nondependent alcohol abuse in remission"], "NALR": ["Nondependent alcohol abuse in remission"], "AD abuse": ["Abuse of antidepressant drug"], "NDADAC": ["Nondependent antidepressant type drug abuse, continuous"], "NDATAE": ["Nondependent antidepressant type drug abuse, episodic"], "NDAADIR": ["Nondependent antidepressant type drug abuse in remission"], "SADRT": ["Somatoform autonomic dysfunction - respiratory tract"], "SADRTR": ["Somatoform autonomic dysfunction - respiratory tract"], "PAH": ["Psychogenic air hunger"], "PAHG": ["Psychogenic air hunger"], "NCSA": ["Neurocirculatory asthenia"], "NCA": ["Neurocirculatory asthenia"], "PSS": ["Psychogenic skin symptoms"], "PSysS": ["Psychogenic skin symptoms"], "FD": ["Psychogenic dyspepsia", "Focal dystonia", "Factitious disorder", "Functional dystonia"], "IBS-D": ["Psychogenic dyspepsia"], "PSO": ["Psychogenic symptom of special sense organ", "Psychoactive substance-induced organic hallucinosis"], "PSSO": ["Psychogenic symptom of special sense organ"], "TCT": ["Transient childhood tic"], "* SD": ["Sleep drunkenness"], "PR": ["Psychogenic rumination", "Paruresis"], "NOIFD": ["Non-organic infant feeding disturbance"], "NOIF": ["Non-organic infant feeding disturbance"], "AONLA": ["Non-organic loss of appetite"], "PSB": ["Psychogenic backache"], "PBa": ["Psychogenic backache"], "APSAS": ["Acute panic state due to acute stress reaction"], "AFS": ["Acute fugue state due to acute stress reaction", "Atkin Flaitz syndrome"], "ASR": ["Acute fugue state due to acute stress reaction", "Acute stupor state due to acute stress reaction"], "ASS": ["Acute stupor state due to acute stress reaction", "Autistic spectrum disorder with isolated skills", "Aase Smith type 1 syndrome"], "ASDS": ["Acute situational disturbance", "Autism spectrum disorder", "Atherosclerosis, deafness, diabetes, epilepsy, nephropathy syndrome"], "APSTS": ["Acute post-trauma stress state"], "DSM-IV": ["Stress reaction causing mixed disturbance of emotion and conduct"], "BDAR": ["Brief depressive adjustment reaction"], "PDAR": ["Prolonged depressive adjustment reaction", "Panic disorder with agoraphobia, agoraphobic avoidance in full remission AND moderate panic attacks"], "AEDD": ["Adolescent emancipation disorder"], "EADD": ["Early adult emancipation disorder"], "EED": ["Early adult emancipation disorder"], "CSTS": ["Culture shock"], "ARWA": ["Adjustment reaction with aggression"], "ARSAB": ["Adjustment reaction with antisocial behavior"], "ADRD": ["Adjustment reaction with destructiveness", "Adjustment disorder with mixed disturbance of emotions AND conduct", "Adjustment disorder with depressed mood in remission"], "ARP": ["Adjustment reaction with physical symptoms"], "EMAR": ["Elective mutism due to an adjustment reaction"], "NOSB": ["Specific nonpsychotic mental disorders following organic brain damage"], "OMI": ["Organic memory impairment"], "OMI-D": ["Organic memory impairment"], "CIP": ["Change in personality", "Cannabis-induced psychosis"], "PIB": ["Change in personality"], "CPIP": ["Change in personality"], "PVDS": ["Postviral depression"], "PVDP": ["Postviral depression"], "PVD": ["Postviral depression"], "CDP": ["Chronic depression", "Cerebellar disorder", "Cerebral cortical dysgenesis", "Conduct disorder, group type", "Psychotic disorder caused by cocaine", "Cerebral depression in newborn"], "CDD": ["Chronic depression", "Chronic mood disorder", "Cognitive developmental delay", "Childhood disintegrative disorder"], "ASCD": ["Aggressive unsocial conduct disorder", "Speech cortex disorder"], "IED": ["Isolated explosive disorder", "Introverted personality disorder", "Intermittent explosive disorder"], "CDCE": ["Childhood disorder of conduct and emotion"], "BSLWIOW": ["Brain stem laceration with open intracranial wound AND no loss of consciousness"], "BSLWOI": ["Brain stem laceration with open intracranial wound AND no loss of consciousness", "Brain stem laceration without open intracranial wound"], "BSLS": ["Brain stem laceration with open intracranial wound AND no loss of consciousness", "Brain stem laceration without open intracranial wound", "BSG syndrome", "Brown-S\u00e9quard syndrome of lumbar spinal cord", "Brown-S\u00e9quard syndrome at L3 level"], "ND": ["Neurotic delinquency"], "GAD": ["Disturbance of anxiety and fearfulness in childhood and adolescence", "Generalized anxiety disorder"], "AF.": ["Disturbance of anxiety and fearfulness in childhood and adolescence"], "* CAFD\\n* FAS\\n* FAD": ["Childhood and adolescent fearfulness disturbance"], "SJ": ["Sibling jealousy"], "AUAD": ["Academic underachievement disorder"], "CADD": ["Child attention deficit disorder", "Cocaine-induced anxiety disorder", "Macrocephaly and developmental delay syndrome"], "CHAAD": ["Child attention deficit disorder"], "ADHD-DD": ["Hyperkinesis with developmental delay"], "HCAD": ["Hyperkinetic conduct disorder"], "SRD": ["Specific reading disorder", "Sleep-related dystonia", "Serous detachment of right retinal pigment epithelium", "Serous retinal detachment of right eye", "Serous detachment of left retinal pigment epithelium", "Serous retinal detachment", "Serous detachment of retinal pigment epithelium", "Severe receptive language delay"], "Dyslexia": ["Specific reading disorder"], "CCIW-LOC": ["Cerebellar contusion with open intracranial wound AND loss of consciousness"], "BDIM": ["Bipolar affective disorder, current episode mixed", "Bipolar affective disorder, most recent episode mixed"], "NOI": ["Nonorganic insomnia"], "PSF": ["Elaboration of physical symptoms for psychological reasons"], "PSE": ["Elaboration of physical symptoms for psychological reasons", "Psychosensory epilepsy", "Polioencephalopathy", "Portal systemic encephalopathy", "Postoperative status epilepticus"], "EPS": ["Elaboration of physical symptoms for psychological reasons"], "MSDS": ["Mixed disorder of scholastic skills", "Myelodysplasia of spinal cord", "Seizures due to metabolic disorder"], "CPAD": ["Childhood phobic anxiety disorder"], "SADS": ["Childhood or adolescent disorder of social functioning", "Somatoform autonomic dysfunction", "Stokes-Adams attack"], "SADs": ["Childhood or adolescent disorder of social functioning"], "PFDIC": ["Psychogenic feeding disorder of infancy and childhood"], "PICC": ["Pica of infancy and childhood"], "NM": ["Meningococcal meningitis", "Neonatal meningitis", "Meningitis"], "SSM": ["Secondary syphilitic meningitis", "Secondary syringomyelia"], "TYF": ["Meningitis due to typhoid fever"], "TYP-F": ["Meningitis due to typhoid fever"], "AMM": ["Actinomycotic meningitis"], "PT": ["Meningitis due to pertussis", "Psychogenic tremor", "Benign teratoma of pineal region", "Psychogenic torticollis"], "Pseudomonas aeruginosa": ["Meningitis due to bacillus pyocyaneus"], "Burkholderia pyocyanus\\nPA": ["Meningitis due to bacillus pyocyaneus"], "BCP": ["Meningitis due to bacillus pyocyaneus", "Benign papilloma of choroid plexus", "Bilateral cerebral palsy"], "ECM": ["Escherichia coli meningitis"], "FB": ["Meningitis due to Friedlander bacillus", "Focal brain injury", "Factitious blistering", "Focal brain laceration"], "MMG": ["Morganella morganii meningitis"], "EM": ["Echovirus meningitis", "Exacerbation of multiple sclerosis", "Decision-making epilepsy", "Eosinophilic meningitis", "Encephalitis, myelitis and encephalomyelitis", "Encephalomyelopathy", "Encephalomalacia", "Encephalomyelitis", "Ependymitis", "Meningitis caused by Enterococcus"], "NPMM": ["Non-pyogenic meningitis"], "NPME": ["Non-pyogenic meningitis"], "SSPE": ["Subacute sclerosing panencephalitis", "Streptococcus infection of the central nervous system"], "PE": ["Polioencephalitis", "Eclampsia in pregnancy", "Eclampsia in labor", "Pituitary gland enlarged", "Parietal encephalocele", "Eclampsia in puerperium", "Psychomotor epilepsy", "Photogenic epilepsy"], "AVE": ["Arbovirus encephalitis", "Acute viral encephalitis"], "RAE": ["Rubella encephalitis"], "TE": ["Toxoplasma encephalitis", "Toxic encephalitis", "Tensaw encephalitis", "Toothbrushing epilepsy", "Temporal encephalocele", "Toxic encephalopathy", "Thinking epilepsy"], "TEA": ["Toxoplasma encephalitis"], "PIE": ["Post-immunization encephalitis", "Post-infectious encephalitis", "Post-influenza encephalitis", "Post-infectious encephalomyelitis"], "PBVE": ["Post BCG vaccination encephalitis"], "PTVE": ["Post typhoid vaccination encephalitis", "Post tetanus vaccination encephalitis", "Post typhus vaccination encephalitis"], "PPVE": ["Post paratyphoid vaccination encephalitis", "Post plague vaccination encephalitis", "Post pertussis vaccination encephalitis", "Post polio vaccination encephalitis"], "PCVE": ["Post cholera vaccination encephalitis"], "PTME": ["Post tetanus vaccination encephalitis"], "PTE": ["Post tetanus vaccination encephalitis", "Primary encephalitis", "Post-traumatic epilepsy", "Intractable partial temporal lobe epilepsy with impairment of consciousness"], "PDVE": ["Post diphtheria vaccination encephalitis"], "PDPVET": ["Post diphtheria vaccination encephalitis"], "PRVE": ["Post rabies vaccination encephalitis", "Post rubella vaccination encephalitis"], "PRV-Encephalitis": ["Post rabies vaccination encephalitis"], "PYFVE": ["Post yellow fever vaccination encephalitis"], "PMVE": ["Post measles vaccination encephalitis", "Post mumps vaccination encephalitis", "Post mixed vaccination encephalitis"], "PIVE": ["Post influenza vaccination encephalitis"], "PHAVE": ["Post hepatitis A vaccination encephalitis"], "PHBV-E": ["Post hepatitis B vaccination encephalitis"], "PIEase": ["Post-infectious encephalitis"], "ICAIS": ["Intracranial and intraspinal abscesses"], "EIA": ["Epidural intracranial abscess"], "SIA": ["Subdural intracranial abscess", "Subarachnoid intracranial abscess"], "SIDA": ["Subdural intracranial abscess"], "CCC": ["Congenital cerebral cyst", "Transection of cervical cord"], "TSVT": ["Thrombosis transverse sinus"], "TTS": ["Thrombosis transverse sinus", "Thyrotoxicosis due to inappropriate TSH secretion", "Gilles de la Tourette's syndrome", "Thrombophlebitis of transverse sinus"], "PCVS": ["Phlebitis cavernous sinus"], "SLPS": ["Phlebitis of superior longitudinal sinus"], "SLS": ["Phlebitis of superior longitudinal sinus"], "TCPS": ["Thrombophlebitis of cavernous sinus", "Toxic confusional state"], "TSVDS": ["Thrombophlebitis of superior longitudinal venous sinus"], "TLVS": ["Thrombophlebitis lateral venous sinus"], "KL": ["Leukodystrophy"], "ASMGD": ["Galactosylceramide beta-galactosidase deficiency"], "CDG": ["Cerebral degeneration in Gaucher's disease", "Cerebellar degeneration"], "NPB": ["Cerebral degeneration in Niemann-Pick disease"], "NPCD": ["Cerebral degeneration in Niemann-Pick disease"], "CDAD": ["Cerebral degeneration associated with another disorder", "Childhood disinhibited attachment disorder", "Cannabis delusional disorder"], "CJD": ["Cerebral degeneration associated with another disorder", "Cerebral degeneration due to Creutzfeldt-Jakob disease", "Cerebral degeneration", "Dementia due to Creutzfeldt Jakob disease", "Creutzfeldt-Jakob disease", "Degenerative disease of the central nervous system", "Classical sporadic Creutzfeldt-Jakob disease"], "ADL": ["Cerebral degeneration associated with another disorder"], "HGPS": ["Cerebral degeneration in Hunter's disease", "Huntington disease-like syndrome", "Hypogonadotropic hypogonadism with frontoparietal alopecia syndrome"], "HSD": ["Cerebral degeneration in Hunter's disease", "Disorders of spinal neurones manifest by hyperactivity", "Peripheral demyelinating neuropathy, central dysmyelinating leukodystrophy, Waardenburg syndrome, Hirschsprung disease"], "MPS VII CID": ["Cerebral degeneration in mucopolysaccharidosis"], "MPS VII CD": ["Cerebral degeneration in mucopolysaccharidosis"], "NOH": ["Non-obstructive hydrocephalus"], "NOHC": ["Non-obstructive hydrocephalus"], "BBE": ["Cerebral degeneration due to beriberi", "Bickerstaff's brainstem encephalitis"], "BBDA": ["Cerebral degeneration due to beriberi"], "CVAD": ["Cerebral degeneration due to cerebrovascular disease", "Cortical vascular dementia"], "CVD": ["Cerebral degeneration due to cerebrovascular disease", "Cerebral ventricular distension", "Cognitive deficit due to and following cerebrovascular disease", "Hemiplegia of nondominant side as late effect of cerebrovascular disease", "Hydrocephalus, costovertebral dysplasia, Sprengel anomaly syndrome", "Cortical vascular dementia"], "CHD": ["Cerebral degeneration due to congenital hydrocephalus", "Chronic hepatocerebral degeneration", "Cutaneous hypochondriasis", "Intellectual disability, congenital heart disease, blepharophimosis, blepharoptosis and hypoplastic teeth", "Brachydactyly, mesomelia, intellectual disability, heart defect syndrome"], "CDTN": ["Cerebral degeneration due to neoplastic disease"], "VB12D": ["Cerebral degeneration due to vitamin B12 deficiency"], "CID": ["Cerebral degeneration due to Creutzfeldt-Jakob disease", "Cerebral degeneration in childhood", "Identity disorder of childhood", "Cannabis intoxication delirium", "Caffeine-induced sleep disorder", "Cocaine intoxication delirium"], "PrPSC": ["Cerebral degeneration due to Creutzfeldt-Jakob disease"], "PMLD": ["Cerebral degeneration due to progressive multifocal leukoencephalopathy", "Pelizaeus Merzbacher like disease", "Pelizaeus Merzbacher like disease due to HSPD1 mutation", "Pelizaeus Merzbacher like disease due to AIMP1 mutation", "Profound learning disability"], "PML": ["Cerebral degeneration due to progressive multifocal leukoencephalopathy", "Progressive multifocal leukoencephalopathy"], "JCV-PMLD": ["Cerebral degeneration due to progressive multifocal leukoencephalopathy"], "EOCAWM": ["Early onset cerebellar ataxia with myoclonus"], "CAA": ["Cerebellar ataxia associated with another disorder", "Childhood absence epilepsy", "Congenital anomaly of cerebrum"], "MCTD": ["Myxedema cerebellar degeneration", "Epilepsy telangiectasia syndrome"], "PCDD": ["Paraneoplastic cerebellar degeneration"], "ASIA": ["Myelopathy due to acute infarction of spinal cord", "Spinal cord injury of multiple sites without spinal bone injury", "Multiple spinal cord injuries without spinal bone injury"], "AISC": ["Myelopathy due to acute infarction of spinal cord"], "SMATO": ["Myelopathy due to arterial thrombosis of spinal cord"], "SCMED": ["Myelopathy due to edema of spinal cord"], "HMSP": ["Myelopathy due to hematomyelia"], "SMAD": ["Myelopathy due to another disorder"], "IVDD": ["Myelopathy due to intervertebral disc disease", "Deferred diagnosis on Axis IV"], "IVDS": ["Myelopathy due to intervertebral disc disease"], "NDM": ["Myelopathy due to neoplastic disease", "Myelopathy due to nutritional deficiency"], "SPM": ["Myelopathy due to spondylosis", "Sexual pyromania"], "SPAS": ["Myelopathy due to spondylosis", "Complicated hereditary spastic paraplegia", "Spastic hemiplegia of right nondominant side", "Spastic tetraparesis"], "MSBS": ["Multiple sclerosis of the brainstem"], "BSMS": ["Multiple sclerosis of the brainstem"], "MS": ["Multiple sclerosis of the spinal cord", "Munchausen's syndrome", "Meige syndrome", "Morel laminar sclerosis", "Multiple sclerosis", "Myeloschisis", "Myoclonic seizure", "Inflammatory disease of the central nervous system", "Measles of the central nervous system", "Myelitis", "Demyelinating disease of central nervous system", "Mehes syndrome", "Martsolf syndrome", "Morvan syndrome", "Degenerative disease of the central nervous system"], "MSSC": ["Multiple sclerosis of the spinal cord"], "EMSS": ["Exacerbation of multiple sclerosis"], "EMS": ["Exacerbation of multiple sclerosis"], "HCPS": ["Hypotonic cerebral palsy", "Hemiplegic cerebral palsy"], "CP-Hypo": ["Hypotonic cerebral palsy"], "ST": ["Spastic tetraplegia", "Spasmodic torticollis"], "SPG": ["Spastic paraplegia", "Pure hereditary spastic paraplegia", "Syphilitic parkinsonism", "Spastic paraplegia, optic atrophy, neuropathy syndrome", "Spastic paraplegia, glaucoma, intellectual disability syndrome", "Granuloma of spinal subdural space caused by parasite"], "PSP": ["Progressive supranuclear palsy", "Progressive sclerosing poliodystrophy", "Progressive pseudobulbar palsy", "Progressive supranuclear ophthalmoplegia", "Portal systemic encephalopathy", "Supranuclear paralysis", "Atypical Parkinsonism", "Psychoactive substance-induced psychosis"], "PSPS": ["Progressive supranuclear palsy", "Parkinsonian pyramidal syndrome"], "GNCE": ["Generalized non-convulsive epilepsy"], "GNCS": ["Generalized non-convulsive epilepsy"], "BMESI": ["Benign myoclonic epilepsy in infancy"], "BMEI": ["Benign myoclonic epilepsy in infancy", "Benign myoclonic epilepsy in infancy, non-refractory"], "* PEC\\n* PIEIC": ["Partial epilepsy with impairment of consciousness"], "TLTLE": ["Temporal lobe epilepsy"], "TLE": ["Temporal lobe epilepsy"], "TLOE": ["Temporal lobe epilepsy"], "MDD-P": ["Severe bipolar II disorder, most recent episode major depressive with psychotic features, mood-congruent", "Severe mood disorder with psychotic features, mood-congruent", "Severe major depression with psychotic features, mood-incongruent"], "MLLE": ["Mesiobasal limbic epilepsy"], "EAa": ["Epileptic automatism"], "SSEp": ["Somatosensory epilepsy"], "SSE": ["Somatosensory epilepsy"], "PAES": ["Partial epilepsy with autonomic symptoms"], "PAESS": ["Partial epilepsy with autonomic symptoms"], "VRE": ["Visual reflex epilepsy", "Visual reflex epilepsy"], "VEE": ["Visual reflex epilepsy", "Visual epilepsy", "Primary viral encephalitis", "Dementia associated with viral encephalitis", "Encephalitis caused by Alphavirus", "Encephalitis caused by Venezuelan equine encephalomyelitis virus"], "RVE": ["Visual reflex epilepsy"], "CRE": ["Cursive (running) epilepsy"], "MHS": ["Sick headache", "MOMO syndrome"], "MV": ["Migraine variants", "Malignant ventriculitis", "Meningoencephalitis caused by virus", "Meningocele of vertex"], "MIGV": ["Migraine variants"], "CHA": ["Cluster headache", "Cerebral hemisphere hemorrhage", "Crossed hemiplegia"], "CSFLSP": ["Cerebrospinal fluid leak from spinal puncture"], "IHFSV": ["Intracranial hypotension following ventricular shunting"], "CMAs": ["Cerebral meningeal adhesions"], "CMAd": ["Cerebral meningeal adhesions"], "SMAs": ["Spinal meningeal adhesions"], "SMCs": ["Cyst of spinal meninges"], "SMCS": ["Cyst of spinal meninges"], "AR": ["Athetosis with rigidity", "Adjustment reaction of adolescence"], "ORA": ["Optic atrophy secondary to retinal disease"], "ORAT": ["Optic atrophy secondary to retinal disease"], "HOPA": ["Disorder of optic chiasm due to pituitary disorder"], "HPCDO": ["Disorder of optic chiasm due to pituitary disorder"], "DOOCN": ["Disorder of optic chiasm due to non-pituitary neoplasm"], "DOC": ["Disorder of optic chiasm due to non-pituitary neoplasm"], "AOCD": ["Disorder of optic chiasm due to vascular disorder"], "AOC": ["Inflammatory disorder of optic chiasm"], "VPND": ["Visual pathway disorder due to neoplasm"], "VPB": ["Visual pathway disorder due to neoplasm"], "VIP": ["Visual pathway disorder due to vascular disorder"], "VISO": ["Visual pathway disorder due to vascular disorder", "Visual cortex disorder due to vascular disorder"], "IODOT": ["Inflammatory disorder of optic tract"], "VCDN": ["Visual cortex disorder due to neoplasm"], "VCN": ["Visual cortex disorder due to neoplasm"], "VCND": ["Visual cortex disorder due to neoplasm"], "VCVD": ["Visual cortex disorder due to vascular disorder"], "VCDD": ["Visual cortex disorder due to vascular disorder"], "IVDO": ["Inflammatory disorder of visual cortex"], "* NCHBT\\n* NCBHBT": ["Neonatal cerebral hematoma due to birth trauma"], "OISDH": ["Opioid-induced psychotic disorder with hallucinations"], "RORA": ["Optic atrophy associated with retinal dystrophy"], "DSM-V": ["Axis V diagnosis"], "GAF": ["Axis V diagnosis"], "SAH-CSB": ["Subarachnoid hemorrhage from carotid siphon and bifurcation"], "VAH": ["Subarachnoid hemorrhage from vertebral artery"], "VA-SAH": ["Subarachnoid hemorrhage from vertebral artery", "Subarachnoid hemorrhage from vertebral artery aneurysm"], "VASAH": ["Subarachnoid hemorrhage from vertebral artery"], "BGH": ["Basal ganglia hemorrhage"], "ECH": ["External capsule hemorrhage", "Episodic cluster headache"], "ICHIIV": ["Intracerebral hemorrhage, intraventricular"], "ICH-ML": ["Intracerebral hemorrhage, multiple localized"], "NSTDH": ["Non-traumatic subdural hemorrhage"], "NSH": ["Non-traumatic subdural hemorrhage"], "PCIA": ["Cerebral infarction due to embolism of precerebral arteries", "Infarction - precerebral", "Cerebral infarction due to stenosis of precerebral artery"], "CITT": ["Cerebral infarction due to thrombosis of cerebral arteries"], "\u2022 CVAE\\n\u2022 CE\\n\u2022 CI\\n\u2022 MCAI (for Middle Cerebral Artery Infarction)\\n\u2022 AIS": ["Cerebral infarction due to embolism of cerebral arteries"], "CHAOS": ["Carotid artery syndrome hemispheric", "Communicating hydrocephalus co-occurrent and due to congenital agenesis of arachnoid villi", "Disorder of optic chiasm associated with vascular disorder"], "CASH": ["Carotid artery syndrome hemispheric"], "ICISS": ["Impending cerebral ischemia"], "MCAOS": ["Middle cerebral artery syndrome"], "MCAS": ["Middle cerebral artery syndrome", "Myoclonus, cerebellar ataxia, deafness syndrome"], "ACoAS": ["Anterior cerebral artery syndrome"], "ACA syndrome": ["Anterior cerebral artery syndrome"], "PCA Syndrome": ["Posterior cerebral artery syndrome"], "PCAIS": ["Posterior cerebral artery syndrome"], "PCAS": ["Posterior cerebral artery syndrome", "Paroxysmal choreoathetosis"], "BSS": ["Brainstem stroke syndrome", "Brown-S\u00e9quard syndrome", "Brown-S\u00e9quard syndrome at T6 level", "Brown-S\u00e9quard syndrome at T7 level"], "BSST": ["Brainstem stroke syndrome"], "LSCVA": ["Left sided cerebral hemisphere cerebrovascular accident"], "LSCI": ["Left sided cerebral hemisphere cerebrovascular accident", "Injury of lumbar spinal cord"], "RSCVA": ["Right sided cerebral hemisphere cerebrovascular accident"], "RSVCA": ["Right sided cerebral hemisphere cerebrovascular accident"], "CVT-I": ["Cerebral infarction due to cerebral venous thrombosis, non-pyogenic"], "CVT-NP": ["Cerebral infarction due to cerebral venous thrombosis, non-pyogenic"], "MDDER": ["Single episode of major depression in full remission"], "GE": ["Generalized epilepsy", "Granular ependymitis"], "GEQ": ["Generalized epilepsy"], "GES": ["Generalized epilepsy", "Generalized-onset seizures", "Gelastic seizure"], "LODS": ["Late onset dysthymia"], "* HPD\\n* ISPD\\n* SIPS\\n* SPDS\\n* TIPS": ["Sedative, hypnotic AND/OR anxiolytic-induced psychotic disorder with delusions"], "IPONCS": ["Incipient prechiasmal optic nerve compression syndrome"], "PDAGOA": ["Panic disorder with agoraphobia, mild agoraphobic avoidance AND severe panic attacks", "Panic disorder with agoraphobia, severe agoraphobic avoidance AND severe panic attacks", "Panic disorder with agoraphobia, moderate agoraphobic avoidance AND panic attacks in partial remission", "Panic disorder with agoraphobia, moderate agoraphobic avoidance AND severe panic attacks"], "MH": ["Menopausal headache"], "SWS": ["Sturge-Weber syndrome", "Microcephalus, hypergonadotropic hypogonadism, short stature syndrome"], "SWD": ["Sturge-Weber syndrome", "Sleep walking disorder"], "SWSy": ["Sturge-Weber syndrome"], "PE TSVAnnotations: def handle_categorical( - parsed_output: Dict[str, Any], levels_mapping: Mapping[str, Dict[str, str]] + parsed_output: Dict[str, Any], + levels_mapping: Mapping[str, List[Dict[str, str]]], ) -> TSVAnnotations: termurl = parsed_output.get("TermURL") @@ -127,10 +140,25 @@ def handle_categorical( else: raise ValueError(f"Unhandled TermURL: {termurl}") - levels = { - key: levels_mapping.get(value.strip().lower(), {}) - for key, value in parsed_output.get("Levels", {}).items() - } + if termurl == "nb:Diagnosis": + levels = { + key: [ + levels_mapping.get(item.strip().lower(), {}) + for item in (value if isinstance(value, list) else [value]) + ] + for key, value in parsed_output.get("Levels", {}).items() + } + if termurl == "nb:Sex": + levels = { + key: ( + levels_mapping.get(value[0].strip().lower(), {}) + if isinstance(value, list) + else levels_mapping.get(value.strip().lower(), {}) + ) + for key, value in parsed_output.get("Levels", {}).items() + } + + print(levels) annotations = Annotations(IsAbout=annotation_instance, Levels=levels) return TSVAnnotations( @@ -202,14 +230,29 @@ def handle_assessmentTool( def load_levels_mapping(mapping_file: str) -> Dict[str, Dict[str, str]]: with open(mapping_file, "r") as file: mappings = json.load(file) - return { - entry["label"] - .strip() - .lower(): {"TermURL": entry["identifier"], "Label": entry["label"]} - for entry in mappings - } + levels_mapping = {} + for entry in mappings: + label_key = entry.get("label", "").strip().lower() + identifier_key = entry.get("identifier") + if not label_key: + print(f"Warning: Missing or empty 'label' in entry: {entry}") + continue + + if not identifier_key: + # print(f"Warning: Missing 'identifier' for label '{label_key}' in entry: {entry}") + # Optionally, you can skip this entry or assign a default value + identifier_key = "default_identifier" + + levels_mapping[label_key] = { + "TermURL": identifier_key, + "Label": entry["label"], + } + + return levels_mapping + +# noqa: E501 def load_assessmenttool_mapping( mapping_file: str, ) -> Mapping[str, Dict[str, str]]: @@ -242,7 +285,9 @@ def process_parsed_output( ) elif code_system == "snomed": print("Using SNOMED CT terms for assessment tool annotation.") - assessmenttool_mapping_file = "app/parsing/measurementTerms.json" + assessmenttool_mapping_file = ( + "app/parsing/abbreviations_measurementTerms.json" + ) assessmenttool_mapping = load_levels_mapping( assessmenttool_mapping_file ) @@ -255,7 +300,7 @@ def process_parsed_output( termurl_to_function_with_levels: Dict[ str, - Callable[[Dict[str, Any], Mapping[str, Dict[str, str]]], Any], + Callable[[Dict[str, Any], Mapping[str, Dict[str, Any]]], Any], ] = { "nb:Sex": handle_categorical, "nb:Diagnosis": handle_categorical, @@ -294,6 +339,8 @@ def process_parsed_output( ) else: return "Error: TermURL is missing from the parsed output" + else: + return "Error: parsed_output is not a dictionary" def update_json_file( @@ -303,7 +350,7 @@ def update_json_file( data_dict = data.model_dump(exclude_none=True) else: data_dict = {"error": data} - +# noqa: E501 try: with open(filename, "r") as file: file_data: Dict[str, Any] = json.load(file) diff --git a/app/processing.py b/app/processing.py index 2053fbb..0967537 100644 --- a/app/processing.py +++ b/app/processing.py @@ -20,10 +20,11 @@ def process_file( try: input_dict = {key: value} llm_response = llm_invocation(input_dict, code_system) + print(llm_response) result = process_parsed_output(llm_response, code_system) # type: ignore # noqa: E501 results[key] = result update_json_file(result, json_file, key) except Exception as e: results[key] = {"error": str(e)} - + return results diff --git a/rag_documents/abbreviation_to_labels.json b/rag_documents/abbreviation_to_labels.json new file mode 100644 index 0000000..e704333 --- /dev/null +++ b/rag_documents/abbreviation_to_labels.json @@ -0,0 +1 @@ +{"HC": ["Healthy Control", "Hemichorea", "Hemicephaly", "Hydrocephalus", "Hepatitis with hepatic coma", "Huntington's chorea", "Hypomyelination and congenital cataract", "Hepatic coma", "Henoch's chorea"], "HCs": ["Healthy Control"], "M": ["Male", "Facial dysmorphism, macrocephaly, myopia, Dandy-Walker malformation syndrome"], "Mal": ["Male"], "Male": ["Male"], "OTH": ["Other"], "F": ["Female"], "FEM": ["Female", "Familial essential myoclonus"], "Fem.": ["Female"], "CSS": ["Coffin-Siris syndrome", "Cerebral sarcoidosis", "Cross syndrome", "Cenesthopathic schizophrenia", "Compulsive sexual sadism", "Closed spinal subluxation with anterior thoracic cord lesion", "Brown-Sequard syndrome of cervical spinal cord", "Brown-Sequard syndrome at C1 level", "Brown-Sequard syndrome at C8 level", "Sotos' syndrome", "Cyst of spinal subdural space caused by parasite", "Granuloma of spinal cord caused by parasite", "Claude's syndrome", "Spinal stenosis in cervical region with myelopathy"], "MLS": ["Microlissencephaly", "Multiple-level thoracic spondylosis with radiculopathy", "Morel laminar sclerosis", "X-linked lissencephaly with abnormal genitalia syndrome", "Microcephalus, lymphedema, chorioretinopathy syndrome"], "ONHED": ["Optic nerve hypoplasia due to endocrine deficiency"], "46DXS": ["6q16 microdeletion syndrome"], "6q16DS": ["6q16 microdeletion syndrome"], "* COLN\\n* ONH\\n* CNSM\\n* OCNP\\n* CHOP": ["Hypoplasia of optic nerve due to central nervous system malformation"], "FCSD-IIa": ["Focal cortical dysplasia type IIa"], "FCSD2A": ["Focal cortical dysplasia type IIa"], "FCDIIa": ["Focal cortical dysplasia type IIa"], "FCSD-IIb": ["Focal cortical dysplasia type IIb"], "FCSD2b": ["Focal cortical dysplasia type IIb"], "FCDIIb": ["Focal cortical dysplasia type IIb"], "FCD2b": ["Focal cortical dysplasia type IIb"], "LND": ["Lipoma due to neurospinal dysraphism"], "LIS3": ["Type 3 lissencephaly"], "TSLS": ["Type 3 lissencephaly"], "LSBSA": ["Lumbosacral spina bifida aperta with hydrocephalus"], "LS-BSA": ["Lumbosacral spina bifida aperta with hydrocephalus"], "LSBAP": ["Lumbosacral spina bifida aperta with hydrocephalus"], "SBAP-LS": ["Lumbosacral spina bifida aperta with hydrocephalus"], "PMSNS": ["Pelizaeus-Merzbacher disease null syndrome"], "LS-SBA": ["Lumbosacral spina bifida aperta"], "LSSBA": ["Lumbosacral spina bifida aperta"], "LSBA": ["Lumbosacral spina bifida aperta"], "FCSDII": ["Focal cortical dysplasia type II"], "FCDII": ["Focal cortical dysplasia type II"], "FCDS-Ib": ["Focal cortical dysplasia type Ib"], "FCD-Ib": ["Focal cortical dysplasia type Ib"], "FCDEI": ["Focal cortical dysplasia type I"], "FCD1": ["Focal cortical dysplasia type I"], "FCDS-I": ["Focal cortical dysplasia type Ia"], "FCDI": ["Focal cortical dysplasia type Ia", "Familial central diabetes insipidus"], "FSNF": ["Familial spinal neurofibromatosis"], "FSNPF": ["Familial spinal neurofibromatosis"], "HIWOL": ["Hind brain laceration with open intracranial wound and loss of consciousness"], "PMD-FC": ["Pelizaeus-Merzbacher disease in female carrier"], "PMDfc": ["Pelizaeus-Merzbacher disease in female carrier"], "LLSSM": ["Myelopathy due to spinal stenosis of lumbar region"], "TSM": ["Myelopathy co-occurrent and due to spinal stenosis of thoracic region", "Thoracic spondylosis with myelopathy", "Thoracic spinal meningocele", "Trypanosomiasis with meningitis", "Meningitis caused by Taenia solium"], "SSCD": ["Sensory somatic cortical disorder"], "HGG": ["High grade astrocytoma of brain"], "GBM": ["High grade astrocytoma of brain", "Gliosarcoma of brain", "Neoplasm of frontal lobe", "Primary malignant astrocytoma of central nervous system", "Glioblastoma multiforme of central nervous system", "Malignant neoplasm of cerebral cortex", "Glial tumor of brain", "Malignant glioma of brain", "Glioblastoma multiforme of brain", "Malignant neoplasm of temporal lobe", "Malignant neoplasm of parietal lobe", "Malignant neoplasm of central nervous system", "Malignant neoplasm of cerebrum", "Primary glioblastoma multiforme of cerebrum", "Glioma of central nervous system", "Malignant glioma of cerebrum", "Malignant glioma of central nervous system", "Grade 4 malignant glioma of brain", "Primary malignant neoplasm of central nervous system", "Primary malignant neoplasm of cerebrum", "Primary malignant neoplasm of frontal lobe", "Astrocytoma of cerebrum"], "HGAA": ["High grade astrocytoma of brain"], "LGG": ["Low grade astrocytoma of brain", "Low grade glioma of cerebellum", "Low grade glioma of cerebrum", "Low grade glioma of brain", "Low grade glioma of brain", "Low grade malignant glioma of brain"], "PRPP": ["Progressive rubella panencephalitis"], "EMCP": ["Epilepsy in mother complicating pregnancy"], "EP": ["Epilepsy in mother complicating pregnancy", "Epilepsy in mother complicating childbirth", "Epidermoid cyst of pituitary gland", "Eclampsia in pregnancy", "Eclampsia with postnatal complication", "Epileptic psychosis", "Epilepsia partialis continua"], "ME": ["Epilepsy in mother complicating pregnancy", "Meningoencephalitis due to Chagas disease", "Myxedema encephalopathy", "Myoclonic encephalopathy", "Menstrual epilepsy", "Encephalitis, myelitis and encephalomyelitis", "Motor epilepsy", "Mumps encephalitis", "Multifactorial encephalopathy", "Metabolic encephalopathy", "Meningoencephalitis", "Macroencephaly"], "PEM": ["Epilepsy in mother complicating pregnancy", "Psychogenic endocrine malfunction", "Primary amebic encephalitis", "Postencephalitic myoclonus", "Polioencephalopathy", "Primary encephalitis", "Paraneoplastic encephalitis"], "ARHCB": ["Agenesis of right hemisphere of cerebellum"], "ALHCB": ["Agenesis of left hemisphere of cerebellum"], "VMDA": ["Ventriculomegaly due to developmental anomaly"], "VMA": ["Ventriculomegaly due to developmental anomaly"], "XC3D": ["X-linked complicated corpus callosum dysgenesis"], "SIBSN": ["Sporadic infantile bilateral striatal necrosis"], "TLS-SBA": ["Thoracolumbosacral spina bifida aperta"], "SBAT": ["Spina bifida aperta of upper thoracic spine", "Spina bifida aperta of thoracic spine"], "SNH": ["Subcortical nodular heterotopia", "Subependymal nodular heterotopia", "Acute nontraumatic intracranial subdural hematoma"], "PPiD": ["Dementia due to Parkinson's disease"], "EC": ["Ependymoma of cerebrum", "Ependymal cyst", "Parietal encephalocele", "Electric chorea"], "PND": ["Perinatal depression", "Mental disorder in the puerperium - baby delivered during previous episode of care", "Mild postnatal depression", "Severe postnatal depression", "Polyneuropathy, intellectual disability, acromicria, premature menopause syndrome", "Antenatal depression", "Pallidonigral degeneration"], "PPD": ["Perinatal depression", "Paranoid personality disorder", "Mental disorders during pregnancy, childbirth and the puerperium", "Mild postnatal depression", "Psychoneurotic personality disorder", "Pigmentary pallidal degeneration", "Postpartum depression", "Postpartum neurosis", "Dementia due to pellagra", "Persecutory delusion disorder"], "PNDD": ["Perinatal depression"], "CPA": ["Cerebellopontine angle syndrome", "Cerebellopontine angle tumor", "Cerebellopontine angle meningioma", "Cerebellar pyogenic abscess", "Cerebral palsy, not congenital or infantile, acute", "Malignant neoplasm of cerebellopontine angle", "Choreic cerebral palsy", "Cerebral pseudoatrophy"], "CPAS": ["Cerebellopontine angle syndrome"], "FP": ["Factitious purpura", "Fanatic personality", "Functional paraparesis"], "OCI SCI": ["Open fracture of C1-C4 level with incomplete spinal cord lesion"], "CMD": ["Cocaine-induced mood disorder", "Chronic mental disorder", "Chronic mood disorder"], "IVH-G4-FN": ["Intraventricular (nontraumatic) haemorrhage, grade 4, of fetus and newborn"], "IGD": ["Isolated gonadotropin deficiency", "Spastic paraplegia, glaucoma, intellectual disability syndrome"], "MID": ["Multi-infarct dementia with delirium", "Moderate intellectual development disorder without significant impairment of behaviour", "Multi-infarct dementia with depression", "Mental disorder in infancy", "Multi-infarct dementia with delusions", "Multi-infarct dementia", "Moderate intellectual disability", "Mild intellectual disability"], "MIDD": ["Multi-infarct dementia with delirium", "Multi-infarct dementia with depression", "Multi-infarct dementia with delusions", "Multi-infarct dementia"], "* HCC\\n* HCL": ["Hepatic coma due to hepatitis"], "FA": ["Friedreich's ataxia", "Fibrillary astrocytoma of brain", "Fibrillary astrocytoma of central nervous system", "Factitious asthma", "Fetal anencephaly"], "FRDA": ["Friedreich's ataxia"], "LMMMC": ["Lipomyelomeningocele"], "CBS": ["Colloid brain cyst", "Astrocytoma of brain stem", "Cerebellar stroke", "Cerebral degeneration due to vitamin B12 deficiency", "Charles Bonnet syndrome", "Cerebellar stroke syndrome", "Brainstem death", "Dysgenesis of the brainstem", "Malignant neoplasm of brainstem", "Cortical blindness, intellectual disability, polydactyly syndrome", "Chronic brain syndrome", "Myelopathy due to vitamin B12 deficiency"], "CBC": ["Colloid brain cyst", "Focal brain contusion"], "PPD-R": ["Postpartum major depression in remission"], "HZM": ["Herpes zoster with meningitis", "Herpes zoster myelitis"], "HZ-M": ["Herpes zoster with meningitis"], "OGC": ["Oligodendroglioma of cerebrum"], "HLF": ["Hemiparesis of left side of face"], "LHF": ["Hemiparesis of left side of face"], "RHF": ["Hemiparesis of right side of face"], "RHFP": ["Hemiparesis of right side of face"], "RP": ["Rachischisis partialis", "Reactive psychoses", "Rabies prodrome", "Riddoch phenomenon"], "AD": ["Primary degenerative dementia of the Alzheimer type, presenile onset, with depression", "Indication for modification of patient cognitive status", "Presenile dementia", "Adjustment disorder", "Dementia associated with another disease", "Disturbance of anxiety and fearfulness in childhood and adolescence", "Anxiety disorder", "Primary degenerative dementia", "Articulatory dyspraxia", "Primary degenerative dementia of the Alzheimer type, senile onset, with depression", "Alzheimer's disease", "Cerebral degeneration presenting primarily with dementia", "Primary degenerative dementia of the Alzheimer type, presenile onset", "Primary degenerative dementia of the Alzheimer type, senile onset", "Cerebral degeneration", "Mild dementia", "Primary degenerative dementia of the Alzheimer type, senile onset, with behavioral disturbance", "Moderate dementia", "Cognitive disorder", "Senile degeneration of brain", "Primary degenerative dementia of the Alzheimer type, senile onset, with delirium", "Dementia", "Degenerative brain disorder", "Primary degenerative dementia of the Alzheimer type, presenile onset, with delusions", "Primary degenerative dementia of the Alzheimer type, senile onset, with delusions", "Primary degenerative dementia of the Alzheimer type, presenile onset, uncomplicated", "Primary degenerative dementia of the Alzheimer type, presenile onset, with delirium", "Primary degenerative dementia of the Alzheimer type, senile onset, uncomplicated", "Alcohol dependence", "Primary degenerative dementia of the Alzheimer type, senile onset in remission", "Acute depression", "Agitated depression", "Amphetamine delirium"], "EOAD-BD": ["Early onset Alzheimer's disease with behavioral disturbance"], "EOADBD": ["Early onset Alzheimer's disease with behavioral disturbance"], "EARLYONSETAD": ["Early onset Alzheimer's disease with behavioral disturbance"], "* AGMC\\n* ICD-AMI\\n* AMI\\n* GMD\\n* IAM": ["Amnestic disorder associated with general medical condition"], "OSCI": ["Open fracture of vertebral column with spinal cord injury", "Open fracture of T1-T6 level with spinal cord injury", "Open fracture of C5-C7 level with incomplete spinal cord lesion"], "VSCI": ["Open fracture of vertebral column with spinal cord injury"], "OFVSCSI": ["Open fracture of vertebral column with spinal cord injury"], "ORSD": ["Occupation-related stress disorder", "Occupation-related stress disorder"], "OSRD": ["Occupation-related stress disorder"], "MBDS": ["Mental disorder AND/OR culture bound syndrome", "Marchiafava-Bignami disease"], "MDS": ["Mental disorder AND/OR culture bound syndrome", "Mother-daughter symbiotic syndrome", "Miller Dieker syndrome", "Myelatelia", "MEDNIK syndrome", "Macrocephaly and developmental delay syndrome", "14q24.1q24.3 microdeletion syndrome", "AHDC1-related intellectual disability, obstructive sleep apnea, mild dysmorphism syndrome"], "CFS": ["Mental disorder AND/OR culture bound syndrome", "Claude's syndrome"], "PID": ["Mental disorder AND/OR culture bound syndrome", "Profound intellectual development disorder with significant impairment of behaviour", "Profound intellectual development disorder with minimal impairment of behaviour", "Profound intellectual development disorder with impairment of behaviour", "Severe intellectual development disorder with significant impairment of behaviour", "Pineal gland disorder", "Papilledema of bilateral eyes due to raised intracranial pressure", "Mental disorder in infancy", "Profound intellectual disability", "Disorder of pituitary gland", "Severe intellectual disability", "Identity disorder", "Partial diabetes insipidus", "Borderline intellectual disability", "Pachymeningitis due to inflammatory disorder"], "HDSDCNS": ["Hereditary degenerative disease of central nervous system"], "CMT": ["Hereditary degenerative disease of central nervous system", "Myelopathy due to malignant neoplastic disease"], "ALS": ["Hereditary degenerative disease of central nervous system", "Closed spinal dislocation with anterior lumbar cord lesion", "L1 syndrome", "Degenerative disease of the central nervous system", "Upper motor neuron disease"], "HSP": ["Hereditary degenerative disease of central nervous system", "X-linked pure hereditary spastic paraplegia", "Pure hereditary spastic paraplegia", "Complicated hereditary spastic paraplegia", "Hereditary spastic paraplegia", "Vanishing white matter disease"], "MIAD": ["Multi-infarct dementia due to atherosclerosis"], "SHI": ["Secondary hypothalamic insufficiency"], "HS-I": ["Secondary hypothalamic insufficiency"], "TLBS": ["Temporal lobectomy behavior syndrome"], "TLEBS": ["Temporal lobectomy behavior syndrome"], "EDDMT1": ["Eating disorder co-occurrent with diabetes mellitus type 1"], "DM1ED": ["Eating disorder co-occurrent with diabetes mellitus type 1"], "IAE": ["Encephalopathy due to Influenza A virus", "Isolated arhinencephaly"], "RCPS-I": ["Refractory complex partial seizure with impairment of consciousness"], "TCNS": ["Tuberculosis of central nervous system", "Toxicariasis of the central nervous system"], "TBNS": ["Tuberculosis of central nervous system"], "TSHD": ["Isolated thyroliberin deficiency", "Isolated thyrotropin deficiency"], "TID": ["Isolated thyroliberin deficiency"], "FASD": ["Alcohol dependence in pregnancy"], "PAP": ["Alcohol dependence in pregnancy"], "AUD": ["Alcohol dependence in pregnancy", "Alcohol abuse", "Alcohol intoxication delirium", "Academic underachievement disorder", "Nondependent alcohol abuse", "Persistent alcohol abuse", "Mild alcohol dependence", "Severe alcohol dependence", "Alcoholism"], "Fetal alcohol syndrome disorder": ["Alcohol dependence in pregnancy"], "EtaS": ["Alcohol dependence in pregnancy"], "FADP": ["Alcohol dependence in pregnancy"], "ADIP": ["Alcohol dependence in pregnancy"], "* AMDIC": ["Anxiety disorder in mother complicating childbirth"], "OA-CNSC": ["Obstetric anesthesia with central nervous system complication in childbirth"], "EMC": ["Epilepsy in mother complicating childbirth", "Encephalomyelocele"], "EMB": ["Epilepsy in mother complicating childbirth", "Meningitis caused by Enterobacter"], "EHCP": ["Eclampsia with pre-existing hypertension in childbirth"], "ACDC": ["Alcohol dependence in childbirth"], "ACD": ["Alcohol dependence in childbirth", "Argyrophilic grain disease", "Alcoholic cerebellar degeneration", "Anxiety disorder of childhood", "Adjustment disorder with disturbance of conduct"], "ADC": ["Alcohol dependence in childbirth"], "BCA": ["Cerebrovascular accident due to embolism of bilateral anterior cerebral arteries", "Cerebrovascular accident due to embolism of bilateral carotid arteries", "Cerebrovascular accident due to embolism of bilateral middle cerebral arteries"], "BAoA": ["Cerebrovascular accident due to embolism of bilateral anterior cerebral arteries", "Subarachnoid hemorrhage from basilar artery aneurysm"], "BCEA": ["Cerebrovascular accident due to embolism of bilateral anterior cerebral arteries", "Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries", "Cerebrovascular accident due to embolism of bilateral cerebellar arteries"], "EBBS": ["Ependymoma of brain stem", "Endophlebitis of basilar sinus"], "OBST": ["Oligodendroglioma of brain stem"], "OBOBS": ["Oligodendroglioma of brain stem"], "OB": ["Oligodendroglioma of brain stem", "Overweight"], "BSAS": ["Astrocytoma of brain stem", "BSG syndrome"], "PMCD": ["Psychotic disorder in mother complicating childbirth"], "PDMP": ["Psychotic disorder in mother complicating pregnancy"], "HS": ["Haemorrhagic stroke", "Hypothalamic syndrome", "Houssay's syndrome", "Hypochondriasis", "Hospitalism", "Hennekam syndrome", "Heat stroke", "Harrod syndrome", "Hadziselimovic syndrome", "Perceptual disturbances and seizures co-occurrent and due to hypnotic withdrawal"], "SPH": ["Symptomatic pedophilia", "Syphilophobia", "Social phobia", "Spontaneous hemorrhage of subarachnoid space from right posterior communicating artery", "Spastic hemiplegia"], "SP": ["Symptomatic pedophilia", "Simple partial seizure", "Secondary parkinsonism", "Symptomatic parkinsonism", "Simple phobia", "Syringopontia"], "PMD": ["Major depressive disorder in mother complicating childbirth", "Mental disorder in mother complicating childbirth", "Mental disorder during pregnancy - baby not yet delivered", "Disorder of neuronal migration and differentiation", "Pelizaeus-Merzbacher disease", "Mental disorder in mother complicating pregnancy", "Pelizaeus-Merzbacher disease, classic form"], "MDD-MC": ["Major depressive disorder in mother complicating childbirth"], "MDD-C": ["Major depressive disorder in mother complicating childbirth"], "MDDP": ["Major depressive disorder in mother complicating pregnancy", "Recurrent reactive depressive episodes, severe, with psychosis", "Recurrent major depressive episodes, severe, with psychosis", "Severe recurrent major depression with psychotic features", "Manic symptoms co-occurrent and due to primary psychotic disorder", "Major depression with psychotic features", "Severe major depression with psychotic features", "Single major depressive episode, severe, with psychosis, psychosis in remission", "Recurrent major depressive episodes, severe, with psychosis, psychosis in remission", "Severe major depression, single episode, with psychotic features, mood-congruent"], "MDDCMP": ["Major depressive disorder in mother complicating pregnancy"], "AEM": ["Encephalitis due to Actinomyces"], "AHF": ["Hepatic coma due to acute hepatic failure"], "AHFH": ["Hepatic coma due to alcoholic liver failure"], "PDDCM": ["Depressive disorder in mother complicating childbirth"], "DPD": ["Depressive personality disorder", "Dissociative possession disorder", "Parkinsonism due to drug", "Dementia associated with Parkinson's Disease", "Depersonalization disorder", "Dependent personality disorder"], "BD": ["Meningoencephalitis due to Blastomyces dermatitidis", "Mild bipolar disorder", "Bipolar disorder", "Bipolar disorder caused by drug", "Bipolar affective disorder, currently manic, moderate", "Bipolar affective disorder, currently manic, in full remission", "Bipolar affective disorder, current episode depression", "Bipolar affective disorder, currently depressed, mild", "Bipolar affective disorder, currently depressed, in full remission", "Mood disorder of manic type", "Brainstem death", "Organic mood disorder of manic type", "Bouff\u00e9e d\u00e9lirante", "Mood disorder with mixed depressive and manic symptoms caused by cocaine", "Demyelination of central nervous system co-occurrent and due to Behcet disease", "Dissociative neurological disorder with symptom of movement disorder", "Mental disorder", "Intellectual disability, brachydactyly, Pierre Robin syndrome", "Intellectual disability Birk-Barel type", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder", "Disorder of brain", "Body dysmorphic disorder", "Severe mood disorder without psychotic features", "Disorder of brain stem"], "SSS": ["Meningitis due to Sporothrix schenkii", "Suprasellar syndrome", "Sandifer syndrome", "Abnormality of somatostatin secretion", "Thrombophlebitis of superior sagittal sinus", "Somatosensory seizure", "Embolism of superior sagittal sinus", "Scholte syndrome", "Stimmler syndrome", "Subpial siderosis", "Extrasystoles, short stature, hyperpigmentation, microcephaly syndrome"], "SPS": ["Meningitis due to Sporothrix schenkii", "Simple partial seizure", "Simple paranoid state", "Social phobia, fear of public speaking", "Spastic syndrome", "Simple partial seizure with special sensory symptoms", "Secondary psychotic syndrome with hallucinations and delusions", "Intellectual disability, spasticity, ectrodactyly syndrome", "Subpial siderosis", "Subchronic paranoid schizophrenia"], "HS-HCC": ["Hepatic coma due to chronic hepatic failure"], "CMV-MN": ["Meningitis due to Cytomegaloviral Mononucleosis"], "CMVMN": ["Meningitis due to Cytomegaloviral Mononucleosis"], "CMV-MM": ["Meningitis due to Cytomegaloviral Mononucleosis"], "DRM": ["Diphtheria radiculomyelitis"], "RPSD": ["Reactive depression, prolonged single episode"], "RED-S": ["Reactive depression, single episode"], "RDRD": ["Reactive depression, recurrent"], "RRD": ["Reactive depression, recurrent", "Restricted receptive language development"], "REDFE": ["Reactive depression, first episode"], "GBA": ["Gonococcal abscess of brain"], "LOAIP": ["Late onset alcohol-induced psychosis", "Late onset amphetamine-induced psychosis"], "LOAPIP": ["Late onset alcohol-induced psychosis"], "LOSSIP": ["Late onset substance-induced psychosis"], "LOSIPD": ["Late onset substance-induced psychiatric disorder"], "LOSIDP": ["Late onset substance-induced psychiatric disorder"], "COCPS": ["Late onset cocaine-induced psychosis"], "COP": ["Late onset cocaine-induced psychosis", "Carbon monoxide-induced parkinsonism"], "LOLSD-IP": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "LOLSDP": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "LOSDIP": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "LSPI": ["Late onset LSD (lysergic acid diethylamide)-induced psychosis"], "BMPI-I-MP": ["Severe mixed bipolar I disorder with psychotic features, mood-incongruent"], "LCIP": ["Late onset cannabinoid-induced psychosis"], "LOCIP": ["Late onset cannabinoid-induced psychosis"], "LOAP": ["Late onset amphetamine-induced psychosis"], "* CI\\n* CIOCA\\n* MCAO\\n* PCAO\\n* stroke": ["Cerebral infarction due to occlusion of cerebral artery"], "CIAOSCA": ["Cerebral infarction due to stenosis of cerebral artery"], "CI": ["Cerebral infarction due to stenosis of cerebral artery", "Concussion injury of brain", "Cerebral infarction due to thrombosis of cerebral arteries", "Occipital cerebral infarction", "Cerebral irritation", "Contusion of brain", "Cerebral infarction", "Concussion injury of cerebrum", "Cerebellar infarction", "Cerebral infarction due to stenosis of carotid artery"], "CVA": ["Cerebral infarction due to stenosis of cerebral artery", "Cerebral infarction due to thrombosis of cerebral arteries", "Cerebrovascular accident", "Carotid territory transient ischemic attack", "Cerebrovascular accident due to occlusion of right cerebellar artery by embolus", "Thrombotic stroke", "Cerebral infarction", "Chronic cerebrovascular accident", "Infarct of cerebrum due to iatrogenic cerebrovascular accident", "Cognitive deficit due to and following ischemic cerebrovascular accident", "Multifocal cerebral infarction due to and following procedure on cardiovascular system", "Cerebrovascular accident due to thrombosis of left vertebral artery", "Occlusion of cerebral artery with stroke"], "MCAO": ["Cerebral infarction due to stenosis of cerebral artery", "Cerebrovascular accident due to occlusion of right middle cerebral artery by embolus", "Cerebral infarction due to middle cerebral artery occlusion", "Cerebrovascular accident of medulla oblongata"], "CS": ["Cataleptic schizophrenia", "Cryptogenic stroke", "Catatonic schizophrenia", "Culture shock", "Cockayne syndrome", "Cognitive seizure", "Completed stroke", "Confusional state", "Cotard's syndrome"], "PDPD": ["Presenile dementia with psychosis", "Persistent depressive disorder"], "PWP": ["Presenile dementia with psychosis"], "PDO": ["Presenile dementia with psychosis"], "MDD-Psychotic": ["Recurrent depression with current severe episode and psychotic features"], "MDEP": ["Recurrent depression with current severe episode and psychotic features", "Recurrent manic episodes in partial remission"], "RDP": ["Recurrent depression with current severe episode and psychotic features", "Reactive depressive psychosis", "Residual disintegrative psychoses"], "PCD": ["Predominantly cortical dementia", "Paraneoplastic cerebellar degeneration", "Psychologic conversion disorder", "Primary cerebellar degeneration", "Phencyclidine-induced anxiety disorder", "Primary progressive cerebellar degeneration"], "PCDT": ["Predominantly cortical dementia"], "LCVD": ["Predominantly cortical vascular dementia"], "PCVD": ["Predominantly cortical vascular dementia"], "MDD-S": ["Recurrent depression with current severe episode without psychotic features", "Severe depression", "Major depression, single episode", "Moderately severe major depression", "Severe major depression, single episode, without psychotic features"], "RDC-P": ["Recurrent depression with current severe episode without psychotic features"], "MDE-S": ["Recurrent depression with current severe episode without psychotic features"], "MDD": ["Recurrent depression with current moderate episode", "Recurrent moderate major depressive disorder co-occurrent with anxiety", "Bipolar affective disorder, current episode depression", "Bipolar affective disorder, currently depressed, moderate", "Moderate depression", "Depressive disorder", "Severe recurrent major depression without psychotic features", "Major depressive disorder", "Mild recurrent major depression", "Organic mood disorder of depressed type", "Severe major depression", "Mood disorder", "Minor depressive disorder", "PCP mood disorder", "Minimal depression", "Moderately severe depression", "Minimal major depression single episode", "Mental disorder", "Severe major depression without psychotic features", "Moderate major depression", "Organic mood disorder of mixed type", "Mild major depression", "Moderate mood disorder"], "RMD": ["Recurrent depression with current moderate episode", "Recurrent major depressive episodes", "Mild recurrent major depression", "Recurrent major depression in full remission", "Recurrent major depression", "Recurrent major depression in remission", "Recurrent major depressive episodes, severe"], "D/M": ["Recurrent depression with current moderate episode"], "MCPMF": ["Mania with mood-congruent psychotic features"], "MCPP": ["Mania with mood-congruent psychotic features", "Mania with mood-incongruent psychotic features", "Monoplegic cerebral palsy"], "MIPMF": ["Mania with mood-incongruent psychotic features"], "MPF": ["Mania with psychotic features"], "MP": ["Mania with psychotic features", "Micropapilla", "MPTP-induced parkinsonism", "Myelopathy due to neoplastic disease"], "MWF": ["Mania with psychotic features"], "\u2022 APDPD\\n\u2022 PDD": ["Acute predominantly delusional psychotic disorder"], "* PIDDIB": ["Profound intellectual development disorder without impairment of behaviour"], "PIDD": ["Profound intellectual development disorder with significant impairment of behaviour", "Profound intellectual development disorder with minimal impairment of behaviour", "Profound intellectual development disorder with impairment of behaviour", "Severe intellectual development disorder with impairment of behaviour"], "IDP": ["Profound intellectual development disorder with significant impairment of behaviour"], "PID/MBD": ["Profound intellectual development disorder with minimal impairment of behaviour"], "MBPIDS": ["Profound intellectual development disorder with minimal impairment of behaviour"], "PIDB": ["Profound intellectual development disorder with impairment of behaviour"], "IDS": ["Severe intellectual development disorder without significant impairment of behaviour", "Autosomal dominant isolated somatotropin deficiency", "Benign neoplasm of intradural space of spine", "Ichthyosis, alopecia, eclabion, ectropion, intellectual disability syndrome", "Intellectual disability, myopathy, short stature, endocrine defect syndrome", "Intellectual disability with strabismus syndrome", "AHDC1-related intellectual disability, obstructive sleep apnea, mild dysmorphism syndrome", "Intellectual disability, coarse face, macrocephaly, cerebellar hypotrophy syndrome"], "SIDM": ["Severe intellectual development disorder with minimal impairment of behaviour"], "ID/DD-MI": ["Severe intellectual development disorder with minimal impairment of behaviour"], "SIDDB": ["Severe intellectual development disorder with impairment of behaviour"], "SDDI": ["Severe intellectual development disorder with impairment of behaviour"], "ID/DD": ["Severe intellectual development disorder with impairment of behaviour", "Moderate intellectual development disorder with significant impairment of behaviour", "Intellectual disability", "Intellectual disability, craniofacial dysmorphism, hypogonadism, diabetes mellitus syndrome", "Brachydactyly, mesomelia, intellectual disability, heart defect syndrome", "Intellectual disability, feeding difficulties, developmental delay, microcephaly syndrome"], "IDB": ["Severe intellectual development disorder with impairment of behaviour", "Intellectual development disorder with impairment of behaviour"], "IQD": ["Moderate intellectual development disorder without significant impairment of behaviour"], "CM": ["Meningitis due to Chagas disease", "Coxsackie meningitis", "Congenital microencephaly", "Fungal infection of central nervous system", "Cryptococcal meningitis", "Congenital meningocele", "Cerebral meningioma", "Complicated migraine", "Chemical meningitis", "Cervical myelopathy", "Cervical myelocele", "Chronic meningitis", "Chiari malformation", "Congenital malformation of the meninges", "Measles of the central nervous system", "Chronic myelopathy", "Meningioma of cerebellum", "Candidal meningitis", "Coccidioidal meningitis", "Cerebral malaria"], "IMN": ["Meningitis due to infectious mononucleosis", "Infectious mononucleosis encephalitis"], "IMMS": ["Meningitis due to infectious mononucleosis"], "MRN": ["Meningococcal retrobulbar neuritis"], "* MID\\n* MIDD\\n* MIDD": ["Moderate intellectual development disorder with minimal impairment of behaviour"], "AAE": ["Meningoencephalitis due to Acanthamoeba", "Acute adenoviral encephalitis"], "AAEM": ["Meningoencephalitis due to Acanthamoeba"], "* MID\\n* MIDD\\n* PID\\n* PIDD": ["Moderate intellectual development disorder with impairment of behaviour"], "MECD": ["Meningoencephalitis due to Chagas disease"], "CMC": ["Meningoencephalitis due to Chagas disease", "Congenital cerebral meningocele", "Malignant neoplasm of cerebrum", "Fungal infection of cerebrum"], "* MMR\\n* MID\\n* MLD": ["Mild intellectual development disorder without significant impairment of behaviour"], "* MIDD\\n* MIDDB\\n* IDBB\\n* PDD-NOS (Pervasive Developmental Disorder - Not Otherwise Specified)": ["Mild intellectual development disorder with significant impairment of behaviour"], "* MIDD\\n* MIDD\\n* ID/MINIP\\n* PDD-NOS (although this is a broader term that encompasses multiple disorders)": ["Mild intellectual development disorder with minimal impairment of behaviour"], "AD/CAD": ["Anxiety disorder of childhood OR adolescence"], "ACAD": ["Anxiety disorder of childhood OR adolescence"], "CAAD": ["Anxiety disorder of childhood OR adolescence"], "MRV": ["Meningitis caused by Rubella virus"], "RV-Men": ["Meningitis caused by Rubella virus"], "OS": ["Otosyphilis", "Occlusive stroke", "Oliver syndrome", "Okamoto syndrome", "Olfactory seizure"], "OSPH": ["Otosyphilis"], "OTSPH": ["Otosyphilis"], "HHS": ["Hepatic coma due to subacute liver failure", "Hyperosmolar coma due to secondary diabetes mellitus", "Non-ketotic non-hyperosmolar coma due to diabetes mellitus", "Hyperosmolar coma due to diabetes mellitus"], "ACLF": ["Hepatic coma due to subacute liver failure", "Hepatic coma due to acute hepatitis C"], "CMCI": ["Injury of conus medullaris"], "* MID-IDB\\n* IDBD\\n* MID\\n* ID\\n* MR\\n* PID\\n* PDD-NOS": ["Mild intellectual development disorder with impairment of behaviour"], "IDDD": ["Intellectual development disorder without significant impairment of behaviour"], "ID-BSI": ["Intellectual development disorder without significant impairment of behaviour"], "ASD": ["Intellectual development disorder with significant impairment of behaviour", "Acute situational disturbance", "Asperger's disorder", "Childhood and adolescent disturbance with shyness", "Abductor spastic dysphonia", "Autism spectrum disorder", "Autistic disorder", "Autistic disorder of childhood onset", "Acute stress disorder", "Congenital obstruction of aqueduct of Sylvius", "Arts syndrome", "High-functioning autism", "Amphetamine-induced sexual dysfunction", "Speech cortex disorder", "Autism spectrum disorder, epilepsy, arthrogryposis syndrome", "Macrocephaly, intellectual disability, autism syndrome", "Adductor spastic dysphonia of dystonia"], "ID/MB": ["Intellectual development disorder with minimal impairment of behaviour", "Intellectual development disorder with minimal impairment of behaviour"], "IDIDD": ["Intellectual development disorder with minimal impairment of behaviour"], "IDI": ["Intellectual development disorder with minimal impairment of behaviour", "Idiopathic diabetes insipidus"], "IDDIS": ["Intellectual development disorder with impairment of behaviour"], "IDPD": ["Intellectual development disorder with impairment of behaviour"], "RC": ["Contusion of right cerebrum", "Reactive confusion", "Rabies coma", "Repeated concussion"], "CCL": ["Contusion of left cerebrum", "Cerebral cortex laceration with concussion"], "KS": ["Kohlschutter's syndrome", "Kundrat's syndrome", "Kousseff syndrome", "Klismaphilia"], "KSS": ["Kohlschutter's syndrome"], "TSMS": ["Thoracic spondylosis with myelopathy"], "CFD": ["Cerebrofacial dysplasia", "Cortical dysplasia"], "CFDAS": ["Cerebrofacial dysplasia"], "PPNET": ["Primary primitive neuroectodermal neoplasm of central nervous system"], "PNET": ["Primary primitive neuroectodermal neoplasm of central nervous system", "Malignant neoplasm of pituitary gland and craniopharyngeal duct", "Primary malignant neoplasm of central nervous system"], "MPNET": ["Primary primitive neuroectodermal neoplasm of central nervous system"], "FC": ["Factitious cheilitis", "True compulsive fetishism", "Focal laceration of cerebellum"], "BMPS-I": ["Severe mixed bipolar I disorder with psychotic features"], "IMPS": ["Indication for modification of patient status", "Indication for modification of patient psychological status"], "MODS": ["Indication for modification of patient status"], "IMPBS": ["Indication for modification of patient behavior status"], "CMS": ["Indication for modification of patient cognitive status", "Myelopathy due to two-level cervical spondylosis", "Conus medullaris syndrome"], "CCF": ["Indication for modification of patient cognitive status", "Closed fracture of base of skull with cerebral laceration"], "MCI": ["Indication for modification of patient cognitive status", "Mild cognitive disorder", "Cognitive disorder", "Multiple focal injuries of cerebrum", "Dementia due to metabolic abnormality", "Multifocal cerebral infarction due to and following procedure on cardiovascular system", "Concussion with mental confusion AND/OR disorientation without loss of consciousness"], "PD": ["Indication for modification of patient cognitive status", "Persistent depressive disorder", "Presenile dementia", "Uncomplicated presenile dementia", "Paranoid disorder", "Psychogenic dyspepsia", "Prion disease", "Patchy dementia", "Pallidal degeneration", "Paroxysmal dystonia", "Mania", "Parkinsonism", "Personality disorder", "Panic disorder", "Phobic disorder", "Psychologic dyspareunia", "Panic disorder without agoraphobia with severe panic attacks", "Parkinson's disease", "Psychosexual disorder", "Axis II diagnosis", "Psychotic disorder", "Disorder of basal ganglia", "Mental disorder", "Primary dysthymia"], "FTD": ["Indication for modification of patient cognitive status", "Dementia associated with another disease", "Fragments of torsion dystonia", "Frontotemporal dementia", "Frontotemporal degeneration", "Dementia of frontal lobe type", "Focal dystonia", "Dementia", "Autosomal dominant focal dystonia DYT25 type"], "VPSD": ["Indication for modification of patient cognitive status"], "IMEPES": ["Indication for modification of patient emotional status"], "APS": ["Indication for modification of patient physical status", "Ataxia pancytopenia syndrome", "Aphasia"], "IPS": ["Indication for modification of patient psychological status", "Infantile psychosis", "Progressing stroke", "Induced psychotic disorder"], "PIMS": ["Indication for modification of patient psychological status", "Post-infectious encephalomyelitis"], "APM": ["Acute purulent meningitis", "Acquired pseudomeningocele"], "APMS": ["Acute purulent meningitis"], "AM": ["Acquired meningocele", "Acquired myelocele", "Aseptic meningitis", "Myelitis", "Amok", "Angiomatosis of meninges", "Acute myelopathy", "Meningitis caused by Actinomycetales", "Acute meningitis"], "GBM-CNS": ["Overlapping malignant neoplasm of brain and other parts of the central nervous system"], "Glioblastoma-CNS": ["Overlapping malignant neoplasm of brain and other parts of the central nervous system"], "OMB": ["Overlapping malignant neoplasm of brain"], "BMN": ["Benign neoplasm of meninges"], "MEN3": ["Neoplasm of uncertain behavior of meninges"], "MPUB": ["Neoplasm of uncertain behavior of meninges"], "PMNM": ["Primary malignant neoplasm of meninges"], "PP": ["Psychogenic purpura", "Pica", "Psychogenic polydipsia", "Psychogenic pruritus", "Paraphrenia", "Pseudopapilledema"], "SCC": ["Spinal cord concussion", "Single congenital cerebral cyst", "Glioma of spinal cord", "Astrocytoma of spinal cord", "Ependymoma of spinal cord", "Contusion of spinal cord", "Spinal cord compression", "Secondary malignant neoplasm of cerebellum"], "LP": ["Late effects of poliomyelitis"], "LEPP": ["Late effects of poliomyelitis"], "IDDs": ["Intellectual disability"], "ID": ["Intellectual disability", "Involutional depression", "Severe intellectual disability", "Intellectual disability, congenital heart disease, blepharophimosis, blepharoptosis and hypoplastic teeth", "Cognitive disorder", "Identity disorder", "Intellectual disability, epilepsy, bulbous nose syndrome", "Osteopenia, myopia, hearing loss, intellectual disability, facial dysmorphism syndrome", "Spastic tetraplegia, retinitis pigmentosa, intellectual disability syndrome", "Osteopenia, intellectual disability, sparse hair syndrome", "Intellectual disability, polydactyly, uncombable hair syndrome", "Intellectual disability, brachydactyly, Pierre Robin syndrome", "Polyneuropathy, intellectual disability, acromicria, premature menopause syndrome", "Intellectual disability, feeding difficulties, developmental delay, microcephaly syndrome", "Aphonia, deafness, retinal dystrophy, bifid halluces, intellectual disability syndrome"], "ID/MR": ["Intellectual disability"], "ID/PID": ["Intellectual disability"], "SNFNP": ["Supranuclear facial nerve paralysis"], "SNFP": ["Supranuclear facial nerve paralysis"], "SFNP": ["Supranuclear facial nerve paralysis"], "SCNOS": ["Subacute combined degeneration of spinal cord due to use of nitrous oxide"], "PSUD": ["Psychoactive substance use disorder", "Psychoactive substance dependence with current use"], "PSUDD": ["Psychoactive substance use disorder"], "FS": ["Fahr's syndrome", "Fisher's syndrome", "Flashing", "Foville syndrome", "Fibrous skin tumor of tuberous sclerosis", "Fetishism", "FOXG1 syndrome", "Fried syndrome", "Filippi syndrome", "Fountain syndrome"], "FS1": ["Fahr's syndrome"], "AGAC": ["Arteriopathic granular atrophy of cerebral cortex"], "CATB": ["Circumscribed atrophy of brain"], "CAE": ["Circumscribed atrophy of brain", "Chronic anoxic encephalopathy", "Cerebellar artery embolism", "Choreoathetosis", "Congenital anomaly of brain", "Congenital anomaly of cerebrum"], "CAD": ["Circumscribed atrophy of brain", "Cerebral degeneration due to cerebrovascular disease", "Alcoholic cerebellar degeneration", "Cocaine-induced anxiety disorder", "Caffeine-induced anxiety disorder", "Adolescent onset conduct-dissocial disorder"], "ISP": ["Nonparalytic stroke", "Intractable simple partial epilepsy"], "ISN": ["Nonparalytic stroke"], "DDMS": ["Dyke-Davidoff-Masson syndrome", "Epilepsy co-occurrent and due to demyelinating disorder"], "DDM": ["Dyke-Davidoff-Masson syndrome"], "NDI": ["Nephrogenic diabetes insipidus", "Drug-induced nephrogenic diabetes insipidus", "Neurohypophyseal diabetes insipidus"], "NDI1": ["Nephrogenic diabetes insipidus"], "NDI2": ["Nephrogenic diabetes insipidus"], "NOS": ["Neurosis", "Nonorganic insomnia", "Late onset schizophrenia"], "NS": ["Neurosis", "Neurosyphilis", "Nothnagel's syndrome", "Neonatal stroke", "Nelson syndrome", "Necrosadism"], "RAD-E\\n\\nIPI-RD\\n\\nDRD": ["Reactive attachment disorder of infancy OR early childhood, disinhibited type"], "OMD": ["Organic mental disorder", "Organic mood disorder", "Orofacial dyskinesia", "Mood disorder with manic symptoms caused by opioid"], "OMDS": ["Organic mental disorder"], "PSOD": ["Psychoactive substance-induced organic dementia", "Psychoactive substance-induced organic mental disorder", "Psychoactive substance-induced organic delirium"], "SSAE": ["Subchronic schizophrenia with acute exacerbations", "Spinal subdural abscess"], "SSAX": ["Subchronic schizophrenia with acute exacerbations"], "CATATONIA": ["Catatonic schizophrenia in remission"], "CSIR": ["Catatonic schizophrenia in remission"], "US": ["Undifferentiated schizophrenia"], "UDS": ["Undifferentiated schizophrenia"], "USZ": ["Undifferentiated schizophrenia"], "MxBD-I FR": ["Mixed bipolar I disorder in full remission"], "Mx-BP-I FR": ["Mixed bipolar I disorder in full remission"], "BD-I FR": ["Mixed bipolar I disorder in full remission", "Depressed bipolar I disorder in full remission"], "I cannot provide abbreviations for \"Symptomatic sexual sadism\".": ["Symptomatic sexual sadism"], "ID\\n\\n(Note: ID stands for Insomnia Disorder": ["Dream anxiety disorder"], "which is a condition that is often referred to as Dream Anxiety Disorder in research papers)": ["Dream anxiety disorder"], "KLS": ["Kleine-Levin syndrome", "Pallidoluysian degeneration"], "PDAGRAPA": ["Panic disorder with agoraphobia, agoraphobic avoidance in partial remission AND severe panic attacks"], "PDAGGR": ["Panic disorder with agoraphobia, agoraphobic avoidance in full remission AND panic attacks in partial remission"], "CDSE": ["Conversion disorder, single episode"], "SM": ["Syringomyelia", "Staphylococcal meningitis", "Spinal meningioma", "Sarcoid meningitis", "Syringomyelia and syringobulbia", "Status migrainosus", "Sporadic megalencephaly", "Syphilitic meningitis", "Congenital syringomyelia", "Streptococcal meningitis", "Symptomatic sexual masochism", "Sexual masochism", "Stiff-man syndrome", "Status marmoratus", "Syringoencephalomyelia", "Stroke co-occurrent with migraine", "Salmonella meningitis", "Myelocele", "Sadomasochism"], "ATSCT": ["Arterial thrombosis of spinal cord"], "ASTSC": ["Arterial thrombosis of spinal cord"], "AST": ["Arterial thrombosis of spinal cord", "Malignant tumor of spinal cord"], "EE": ["Extratemporal epilepsy", "Epidural empyema", "Epidemic encephalitis", "Enteroviral encephalitis", "Encephalitis", "Encephalocele", "Epileptic encephalopathy", "Ichthyosis, alopecia, eclabion, ectropion, intellectual disability syndrome", "Epilepsy"], "WWCMD": ["Walker-Warburg congenital muscular dystrophy"], "MDC1C": ["Walker-Warburg congenital muscular dystrophy"], "MDC1D": ["Walker-Warburg congenital muscular dystrophy"], "EMERD": ["Muscle-eye-brain disease, congenital muscular dystrophy"], "POA": ["Partial optic atrophy", "Primary optic atrophy", "Primary oligodendroglioma of parietal lobe"], "DIHS": ["Syndrome of diencephalo-hypophyseal origin", "Drug-induced paranoia or hallucinatory states"], "IC": ["Insulin coma"], "ICM": ["Insulin coma", "Infection causing myelitis"], "HSND": ["Hypothalamic syndrome"], "HHHS": ["Hyperthermia-hyperphagia-hypothyroidism syndrome", "Moebius syndrome, axonal neuropathy, hypogonadotropic hypogonadism syndrome", "Hyposmia, nasal and ocular hypoplasia, hypogonadotropic hypogonadism syndrome", "Hemidystonia hemiatrophy syndrome"], "SOFCCE": ["Open fracture of sacrum AND/OR coccyx with complete cauda equina lesion"], "CCPC": ["Congenital choroid plexus cyst"], "CPCC": ["Congenital choroid plexus cyst"], "CPC": ["Congenital choroid plexus cyst", "Choroid plexus carcinoma", "Neoplasm of craniopharyngeal duct", "Malignant tumor of choroid plexus", "Choroid plexus cyst", "Tumor of choroid plexus", "Congenital porencephalic cyst"], "EDH": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness", "Extradural intracranial hematoma", "Hemorrhage into extradural space of neuraxis", "Extradural hemorrhage following injury with open intracranial wound", "Epidural hemorrhage"], "EHD": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness"], "EDH IOW": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness"], "LOC": ["Extradural hemorrhage following injury with open intracranial wound AND loss of consciousness", "Laceration of cerebrum", "Concussion with loss of consciousness"], "AMV": ["Adenoviral meningitis"], "SAEAE": ["Subacute adenoviral encephalitis"], "SAV-E": ["Subacute adenoviral encephalitis"], "CRM": ["Rubella infection of central nervous system"], "PMSE": ["Post measles encephalitis"], "CMV": ["Coxsackie meningitis", "Slow viral central nervous system infection", "Migraine variants", "Viral infection of central nervous system"], "ANE": ["Acute necrotizing encephalitis", "Acute necrotizing encephalopathy of childhood"], "DUSN": ["Diffuse unilateral subacute neuroretinitis"], "HM": ["Hydromyelia", "Haemophilus meningitis", "Sick headache", "Hyoid myoclonus", "Hypomania", "Hematomyelia", "Hemorrhagic meningitis", "Hemiplegic migraine", "Meningitis caused by Histoplasmosis", "Hemimyelia"], "HDV": ["Hepatic coma due to viral hepatitis D"], "ISCILT": ["Incomplete spinal cord lesion at T1-T6 level without bone injury"], "NCM": ["Neurocutaneous melanosis", "Meningitis caused by Nocardia"], "LCSOA": ["Late congenital syphilitic optic atrophy"], "LSCOA": ["Late congenital syphilitic optic atrophy"], "PTD": ["Possession trance disorder", "Primary torsion dystonia", "Primary dystonia type 2", "Primary tic disorder", "Primary dystonia DYT17 type", "Facial dysmorphism, developmental delay, behavioral abnormalities syndrome due to 10p11.21p12.31 microdeletion"], "\u2022 OOW\\n\u2022 UOW\\n\u2022 OWD\\n\u2022 OW": ["Uncomplicated opioid withdrawal"], "NIS": ["Neonatal ischemic stroke"], "NISP": ["Neonatal ischemic stroke"], "HIE": ["Hypoxic ischemic encephalopathy of newborn", "Cerebral injury due to birth trauma", "Haemophilus influenzae meningitis", "Hypoxic ischemic encephalopathy", "Injury of central nervous system due to birth trauma"], "HIE-N": ["Hypoxic ischemic encephalopathy of newborn"], "HIEN": ["Hypoxic ischemic encephalopathy of newborn", "Severe hypoxic ischemic encephalopathy of newborn", "Mild hypoxic ischemic encephalopathy of newborn", "Hypoxic ischemic encephalopathy due to birth trauma", "Hypoxic ischemic encephalopathy", "Hypoxic ischemic encephalopathy due to strangulation"], "HIEoN": ["Hypoxic ischemic encephalopathy of newborn"], "PCPG": ["Epidermoid cyst of pituitary gland"], "POMP": ["Postoperative pseudomeningocele"], "LNLE": ["Neuropsychiatric disorder due to systemic lupus erythematosus"], "HSVE": ["Herpes simplex type 1 encephalitis", "Herpes simiae encephalitis", "Encephalitis due to human herpes simplex virus", "Infection of central nervous system caused by Herpes simplex virus"], "HSV-1 E": ["Herpes simplex type 1 encephalitis"], "HSV-2 Encephalitis": ["Herpes simplex type 2 encephalitis"], "DS": ["Developmental speech disorder", "Diencephalic syndrome", "Dysphasic seizure", "Dentate dysplasia", "Dubowitz's syndrome", "Specific spelling disorder", "Dissociative stupor", "Derealization syndrome", "Dysmnesic seizure", "Disorganized schizophrenia", "Delirium caused by substance or medication"], "SDD": ["Developmental speech disorder", "Senile dementia with depression", "Senile dementia with delirium", "Secondary dissociative disorder"], "DSD": ["Developmental speech disorder"], "DIPG": ["Diffuse intrinsic pontine glioma"], "DPG": ["Diffuse intrinsic pontine glioma", "Duplication of pituitary gland"], "CDI": ["Postoperative central diabetes insipidus", "Conduct disorder - in family context", "Familial central diabetes insipidus", "Spinal cord decompression injury", "Cerebral decompression injury", "Cerebellar decompression injury"], "PCI": ["Postoperative central diabetes insipidus", "Cerebral infarct due to thrombosis of precerebral arteries", "Cerebral infarction due to embolism of precerebral arteries", "Impending cerebral ischemia", "Perinatal cerebral ischemia"], "IVHL": ["Entrapment of inferior horn of lateral ventricle"], "OHIVH": ["Obstructive hydrocephalus due to entrapment of inferior horn of lateral ventricle"], "IRD": ["Necrosis of brain caused by exposure to ionizing radiation", "Infantile cerebellar and retinal degeneration"], "RBNE": ["Necrosis of brain caused by exposure to ionizing radiation"], "FADEF": ["Dementia due to deficiency of folic acid"], "FADFA": ["Dementia due to deficiency of folic acid"], "SS": ["Meningitis caused by Streptococcus suis", "Subchronic schizophrenia", "Sunstroke", "Simple schizophrenia", "Sheehan's syndrome", "Shell shock", "Stockholm syndrome", "Spastic syndrome", "Savant syndrome", "Seckel syndrome", "Sexual sadism", "Scholte syndrome", "Secondary stereotypy", "Strachan's syndrome", "Sotos' syndrome"], "MED": ["Neoplasm of extradural space"], "FD \\n\\n(Note: FD is commonly used in research papers and data to refer to myelopathy due to folate deficiency)": ["Myelopathy due to folate deficiency"], "TRD": ["Treatment resistant depression"], "TRDep": ["Treatment resistant depression"], "TRDeps": ["Treatment resistant depression"], "TRDx": ["Treatment resistant depression"], "PDD": ["Persistent depressive disorder", "Psychological disorder during pregnancy", "Presenile dementia with delirium", "Presenile dementia with depression", "Primary degenerative dementia", "Persistent delusional disorder", "Presenile dementia with delusions", "Dementia associated with Parkinson's Disease", "PCP delusional disorder", "Dementia"], "PDD-R": ["Persistent depressive disorder"], "LMNM": ["Secondary malignant neoplasm of leptomeninges"], "LMNS": ["Secondary malignant neoplasm of leptomeninges"], "SMNL": ["Secondary malignant neoplasm of leptomeninges"], "LCAT": ["Left cerebellar artery thrombosis", "Left cerebellar artery thrombosis with stroke", "Cerebrovascular accident due to thrombus of left carotid artery"], "RCAT": ["Right cerebellar artery thrombosis", "Cerebrovascular accident due to thrombosis of right cerebellar artery"], "NI": ["Nontraumatic injury of brain"], "NBI": ["Nontraumatic injury of brain"], "BI": ["Nontraumatic injury of brain", "Focal injury of brainstem", "Contusion of brain without open intracranial wound"], "CCSC": ["Compression of cervical spinal cord", "Contusion of cervical cord"], "CCS": ["Compression of cervical spinal cord", "Culture shock", "Concentration camp syndrome", "Dysraphism of cervical spine", "Chronic confusional state", "Central cord syndrome", "Caregiver stress syndrome", "Closed fracture of C5-C7 level with anterior cord syndrome", "Corpus callosum syndrome", "Closed fracture of C5-C7 level with posterior cord syndrome", "Closed fracture of C1-C4 level with central cord syndrome", "Closed fracture of T1-T6 level with central cord syndrome", "Chronic catatonic schizophrenia", "Injury at T7 - T12 level with central cord syndrome", "Closed fracture of vault of skull with concussion", "C syndrome", "Corneal cerebellar syndrome", "Craniosynostosis and intracranial calcification syndrome", "Complete lesion of cervical spinal cord at C8 level", "Central cord syndrome of cervical spinal cord", "Central cord syndrome of cervical spinal cord at C2 level", "Central cord syndrome of cervical spinal cord at C5 level", "Central cord syndrome of lumbar spinal cord at L4 level", "Ectodermal dysplasia, intellectual disability, central nervous system malformation syndrome", "Concussion of cervical spinal cord", "Open fracture of C5-C7 level with central cord syndrome", "Closed fracture of C5-C7 level with central cord syndrome", "Cheshire cat syndrome", "Congenital anomaly of spinal cord", "Closed fracture of T7-T12 level with central cord syndrome", "Open fracture of T7-T12 level with central cord syndrome"], "CSCI": ["Compression of cervical spinal cord", "Open fracture of cervical region with spinal cord injury", "Closed spinal subluxation with complete cervical cord lesion", "Fracture of cervical spine with cord lesion", "Cervical spinal cord injury", "Closed fracture of C5-C7 level with spinal cord injury", "Complete lesion of cervical spinal cord at C3 level", "Concussion of cervical spinal cord", "Closed fracture of C1-C4 level with spinal cord injury"], "MMAE": ["Toxic encephalopathy caused by monomethyl mercury"], "MMTE": ["Toxic encephalopathy caused by monomethyl mercury"], "AOOD": ["Anaplastic oligodendroglioma of central nervous system", "Alcohol-induced organic mental disorder"], "MPESC": ["Myxopapillary ependymoma of spinal cord"], "MXP": ["Myxopapillary ependymoma of spinal cord"], "MEPSC": ["Myxopapillary ependymoma of spinal cord"], "AECS": ["Anaplastic ependymoma of central nervous system"], "AEPN": ["Anaplastic ependymoma of central nervous system"], "AE": ["Anaplastic ependymoma of central nervous system", "Ovarioleukodystrophy", "Atypical absence epilepsy", "Alcoholic encephalopathy", "Amebic encephalitis", "Aquagenic epilepsy", "Atelencephaly", "Alcohol-induced epilepsy", "Anoxic encephalopathy", "Allergic encephalomyelitis", "Adenoviral encephalitis", "Allergic encephalitis", "Audiogenic epilepsy", "Ammonia encephalopathy", "Acute encephalitis", "Atonic epilepsy", "Anencephalus", "Autoimmune encephalitis"], "AOA": ["Anaplastic oligoastrocytoma of central nervous system", "Active but odd autism"], "AOACNS": ["Anaplastic oligoastrocytoma of central nervous system"], "AGCC": ["Angiocentric glioma of central nervous system"], "AGCS": ["Angiocentric glioma of central nervous system", "Aicardi Goutieres syndrome"], "GC": ["Gliomatosis cerebri", "Gliosarcoma of central nervous system", "Gonococcal meningitis"], "GCGB": ["Giant cell glioblastoma of brain"], "PAGA": ["Protoplasmic astrocytoma of brain"], "PPA": ["Protoplasmic astrocytoma of brain", "Pituitary apoplexy", "Progressive pseudobulbar palsy", "Primary progressive non fluent aphasia", "Primary progressive apraxia of speech", "Anxiety in pregnancy"], "GA": ["Gemistocytic astrocytoma of brain", "Gemistocytic astrocytoma of central nervous system", "Globus abdominalis"], "PXAH": ["Pleomorphic xanthoastrocytoma of brain"], "PXA": ["Pleomorphic xanthoastrocytoma of brain"], "PCX": ["Pleomorphic xanthoastrocytoma of brain"], "PXC": ["Pleomorphic xanthoastrocytoma of brain"], "PAAS": ["Pilomyxoid astrocytoma of brain", "Primary anaplastic astrocytoma of parietal lobe"], "PMA": ["Pilomyxoid astrocytoma of brain", "Primary malignant astrocytoma of central nervous system", "Type IV adult Pelizaeus-Merzbacher disease", "Pituitary microadenoma", "Pituitary macroadenoma", "Pinealoma"], "PGNT": ["Papillary glioneuronal tumor of brain"], "AGCG": ["Anaplastic ganglioglioma of central nervous system"], "DNM-MB": ["Desmoplastic nodular medulloblastoma of brain"], "DNM": ["Desmoplastic nodular medulloblastoma of brain"], "DMNMB": ["Desmoplastic nodular medulloblastoma of brain"], "LCMB": ["Large cell medulloblastoma of brain"], "LCM-MB": ["Large cell medulloblastoma of brain"], "L-MB": ["Large cell medulloblastoma of brain"], "APCP": ["Atypical papilloma of choroid plexus"], "CPCA": ["Choroid plexus carcinoma"], "PAP\\n\\nPTPR\\n\\nPRT": ["Papillary tumor of pineal region"], "PCOMA": ["Pineocytoma"], "PC": ["Pineocytoma", "Psychogenic constipation", "Post-ictal coma", "Pituitary cyst", "Pituitary carcinoma", "Pilocytic astrocytoma of cerebellum", "Porencephalic cyst", "Posterior cord syndrome of lumbar spinal cord at L2 level", "Pituitary cachexia"], "XLIDHS": ["X-linked intellectual disability hypotonic face syndrome"], "XLIDS": ["X-linked intellectual disability hypotonic face syndrome"], "PSP-PNFA": ["Progressive supranuclear palsy progressive non fluent aphasia"], "PSP-CBS": ["Progressive supranuclear palsy corticobasal syndrome"], "PSP- CBS": ["Progressive supranuclear palsy corticobasal syndrome"], "CBS-PSP": ["Progressive supranuclear palsy corticobasal syndrome"], "CBPS": ["Progressive supranuclear palsy corticobasal syndrome", "Charles Bonnet syndrome", "Congenital bilateral perisylvian syndrome"], "PSP-PD": ["Progressive supranuclear palsy parkinsonism syndrome"], "ADAPD": ["Autosomal dominant Alzheimer disease due to mutation of amyloid precursor protein"], "APP-AD": ["Autosomal dominant Alzheimer disease due to mutation of amyloid precursor protein"], "ASPAPS": ["Atypical progressive supranuclear palsy syndrome"], "ASPS": ["Atypical progressive supranuclear palsy syndrome", "Acute panic state due to acute stress reaction"], "i-PSP": ["Atypical progressive supranuclear palsy syndrome"], "SCA2": ["Autosomal dominant cerebellar ataxia type 2", "Spinocerebellar ataxia", "Spinocerebellar ataxia type 2"], "ADAD-PSEN2": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 2"], "PSN2-AD": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 2"], "ADPSN2": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 2"], "ADAD-PSEN1\\nPSEN1-AD\\nPS1-AD\\nAD-PSEN1": ["Autosomal dominant Alzheimer disease due to mutation of presenilin 1"], "ARF-PD": ["Autosomal recessive familial Parkinson disease"], "ARPD": ["Autosomal recessive familial Parkinson disease"], "ARBOA": ["Autosomal recessive bilateral optic atrophy"], "ROAO": ["Autosomal recessive bilateral optic atrophy"], "GCNS": ["Germinoma of central nervous system", "Gliosarcoma of central nervous system"], "CCG": ["Germinoma of central nervous system", "Glioma of central nervous system"], "CNSG": ["Germinoma of central nervous system"], "GCT": ["Germinoma of central nervous system", "Malignant tumor of spinal cord", "General paresis - neurosyphilis"], "CNSLNG": ["Germinoma of central nervous system"], "SPG7": ["X-linked complex hereditary spastic paraplegia", "Spastic paraplegia type 7", "MT-ATP6-related mitochondrial spastic paraplegia"], "SPG3": ["X-linked complex hereditary spastic paraplegia", "X-linked pure hereditary spastic paraplegia", "X-linked hereditary spastic paraplegia", "Autosomal dominant hereditary spastic paraplegia", "Spastic paraplegia, neuropathy, poikiloderma syndrome"], "SPG4": ["X-linked pure hereditary spastic paraplegia", "Autosomal dominant spastic paraplegia type 4", "Spastic paraplegia, nephritis, deafness syndrome"], "XL-HSP": ["X-linked pure hereditary spastic paraplegia"], "CSMS": ["Myelopathy due to cervical spondylosis"], "SLCSMS": ["Myelopathy due to single-level cervical spondylosis"], "CMCSP": ["Myelopathy due to multiple-level cervical spondylosis"], "2LS": ["Myelopathy due to two-level cervical spondylosis"], "DA": ["Diffuse astrocytoma of brain", "Double athetosis", "Developmental articulatory dyspraxia", "Developmental agnosia", "Developmental aphasia", "Developmental articulation disorder", "Dystonia aphonia syndrome"], "DAs": ["Diffuse astrocytoma of brain"], "CNSGS": ["Gliosarcoma of central nervous system"], "GCCGBM": ["Giant cell glioblastoma of central nervous system"], "GCGlioma": ["Giant cell glioblastoma of central nervous system"], "GCA": ["Gemistocytic astrocytoma of central nervous system", "Granulomatous angiitis of central nervous system"], "CNSA": ["Gemistocytic astrocytoma of central nervous system", "Neoplasm of central nervous system", "Congenital anomaly of central nervous system"], "GSOSC": ["Gliosarcoma of spinal cord"], "GSC": ["Gliosarcoma of spinal cord", "Anxiety disorder due to a general medical condition"], "ABCNS": ["Astroblastoma of central nervous system"], "ABC": ["Astroblastoma of central nervous system", "Anoxic brain damage complication", "Abscess of midbrain"], "ABOM": ["Astroblastoma of central nervous system"], "MOUB": ["Meningioma of uncertain behavior"], "IBPA": ["Invasive benign pituitary adenoma"], "IBPPA": ["Invasive benign pituitary adenoma"], "PABA": ["Invasive benign pituitary adenoma"], "PS": ["Paralytic stroke", "Psychogenic stupor", "Elaboration of physical symptoms for psychological reasons", "Postural seizure", "Phonatory seizure", "Paruresis", "Partial seizure", "Parinaud's syndrome", "Psychogenic syncope", "Paraphilia", "Progressing stroke", "Paranoid schizophrenia in remission", "Paranoid schizophrenia", "Psychotic disorder", "Perry syndrome", "Partington syndrome", "Petit mal status", "Pettigrew syndrome", "Pai syndrome", "Primary stereotypy", "Pseudoprogeria syndrome"], "PCA": ["Paralytic stroke", "Cerebrovascular accident due to occlusion of left posterior communicating artery", "Cerebrovascular accident due to occlusion of right posterior cerebral artery", "Cerebrovascular accident due to thrombus of right posterior cerebral artery", "Cerebrovascular accident due to right carotid artery occlusion", "Cerebrovascular accident due to occlusion of left pontine artery", "Cerebrovascular accident due to occlusion of right pontine artery", "Cerebrovascular accident due to occlusion of left carotid artery", "Infarction - precerebral", "Pilocytic astrocytoma of cerebellum", "Spontaneous hemorrhage of subarachnoid space from left posterior communicating artery", "Cerebrovascular accident due to occlusion of left posterior cerebral artery by embolus", "Posterior cortical atrophy syndrome", "Cerebrovascular accident due to occlusion of bilateral anterior cerebral arteries", "Cerebrovascular accident due to occlusion of right posterior communicating artery", "Cerebrovascular accident due to occlusion of bilateral posterior cerebral arteries"], "RCPE": ["Recurrent complex partial epilepsy"], "RCPSE": ["Recurrent complex partial epilepsy"], "CPSE": ["Recurrent complex partial epilepsy", "Complex partial status epilepticus"], "RCPT": ["Recurrent complex partial epilepsy"], "RCP": ["Recurrent complex partial epilepsy", "Residual childhood psychosis"], "TBLM": ["Tuberculous leptomeningitis"], "TLM": ["Tuberculous leptomeningitis"], "CNLMSNLL": ["Non-Hodgkin lymphoma of central nervous system metastatic to lymph node of lower limb"], "NHLCNSLN": ["Non-Hodgkin lymphoma of central nervous system metastatic to lymph node of upper limb"], "PCA-LO": ["Cerebrovascular accident due to occlusion of left posterior communicating artery"], "SADHC": ["Separation anxiety disorder of childhood"], "SAC": ["Separation anxiety disorder of childhood", "Spinal arachnoid cyst"], "SCI": ["Injury at C5-C7 level with spinal cord injury AND without bone injury", "Open fracture of cervical region with spinal cord injury", "Myelopathy due to spinal cord compression", "Fracture of vertebral column with spinal cord injury", "Closed fracture of T7-T12 level with incomplete spinal cord lesion", "Injuries of brain and cranial nerves with injuries of nerves and spinal cord at neck level", "Spinal cord decompression injury", "Injury at T7-T12 level with spinal cord injury AND without bone injury", "Contusion of spinal cord", "Contusion of sacral cord", "Laceration of spinal cord", "Spinal cord rupture", "Ischemic disorder of spinal cord", "Infarction of spinal cord", "Traumatic injury of spinal cord at T7-T12 level", "Traumatic injury of spinal cord at T1-T6 level", "Spinal cord disease", "Incomplete spinal cord lesion at T7-T12 level without bone injury", "Complete lesion of cervical spinal cord at C8 level", "Complete injury of sacral spinal cord", "Incomplete injury of sacral spinal cord", "Silent cerebral infarct", "Open fracture of C5-C7 level with spinal cord injury", "Closed fracture of C1-C4 level with incomplete cord lesion", "Closed fracture of C1-C4 level with spinal cord injury", "Spinal cord injury"], "SCIw/oBI": ["Injury at C5-C7 level with spinal cord injury AND without bone injury"], "DIM": ["Drug-induced myelopathy"], "DINI": ["Drug-induced nephrogenic diabetes insipidus"], "DNDI": ["Drug-induced nephrogenic diabetes insipidus"], "ISPE": ["Intractable simple partial epilepsy"], "PDAGOR": ["Panic disorder with agoraphobia, agoraphobic avoidance in full remission AND panic attacks in full remission"], "CBII-MDE": ["Chronic bipolar II disorder, most recent episode major depressive"], "LLF": ["Mass of left frontal lobe of brain"], "GAPD": ["Glaucomatous atrophy of optic disc"], "GOTOD": ["Glaucomatous atrophy of optic disc"], "OMS": ["Ophthalmic status migrainosus"], "RM": ["Retinal status migrainosus", "Radiation myelitis", "Retinal migraine"], "IRM": ["Intractable retinal migraine"], "IRMA": ["Intractable retinal migraine", "Adenoma of neuroepithelium of iris"], "RAM": ["Refractory abdominal migraine"], "RAMT": ["Refractory abdominal migraine"], "AFX": ["Amaurosis fugax of left eye"], "AFL": ["Amaurosis fugax of left eye"], "AFOR": ["Amaurosis fugax of right eye"], "BEAH": ["Benign extra-axial hygroma"], "BEAHM": ["Benign extra-axial hygroma"], "PTH": ["Primary thunderclap headache", "Post-traumatic hypopituitarism", "Malignant tumor of pituitary and hypothalamus", "Malignant tumor of pituitary gland"], "CCVM": ["Congenital cerebral ventriculomegaly"], "CCV": ["Congenital cerebral ventriculomegaly", "Congenital cerebral cyst"], "GIDC": ["Gender dysphoria in childhood", "Gender identity disorder of childhood"], "GDC": ["Gender dysphoria in childhood"], "GDYA": ["Gender dysphoria in adolescence and adulthood"], "GDAA": ["Gender dysphoria in adolescence and adulthood"], "GIDA": ["Gender dysphoria in adolescence and adulthood", "Gender identity disorder of adolescence"], "SSD": ["Gigantism due to somatostatin deficiency", "Gigantism due to somatostatin deficiency", "Subchronic disorganized schizophrenia with acute exacerbations", "Undifferentiated somatoform disorder", "Somatic delusion disorder", "Spinal cord compression due to degenerative disorder of spinal column", "Secondary dissociative disorder"], "SOA": ["Secondary optic atrophy", "Disturbance of anxiety and fearfulness in childhood and adolescence", "Syphilitic optic atrophy"], "PHP": ["Prepuberal hyperpituitarism", "Prepuberal panhypopituitarism", "Partial hypopituitarism", "Panhypopituitarism", "Panhypophysitis"], "SLD": ["Significant learning disability", "Disorder of speech and language development", "Severe learning disability", "Specific learning disability", "Severe receptive language delay", "Speech and language developmental delay", "Subcortical leukoencephalopathy"], "SLDN": ["Significant learning disability", "Severe learning disability", "Specific learning disability"], "SLDE": ["Significant learning disability"], "FAREA": ["Miscarriage with cerebral anoxia"], "FAI": ["Miscarriage with cerebral anoxia"], "IAI": ["Miscarriage with cerebral anoxia"], "MCA": ["Miscarriage with cerebral anoxia", "CVA - cerebrovascular accident due to cerebral artery occlusion"], "IHH": ["Idiopathic hypogonadotropic hypogonadism"], "MAID": ["Anxiety disorder caused by methamphetamine"], "MAPD": ["Anxiety disorder caused by methamphetamine"], "MAW": ["Methamphetamine withdrawal"], "MAUD": ["Mood disorder caused by methamphetamine"], "MAMDA": ["Mood disorder caused by methamphetamine"], "AMT": ["Mental disorder caused by methamphetamine"], "MAI": ["Mental disorder caused by methamphetamine", "Psychotic disorder caused by methamphetamine"], "CMwSM": ["Common migraine with status migrainosus"], "IHMM": ["Intractable hemiplegic migraine"], "IHM": ["Intractable hemiplegic migraine"], "HSMS": ["Hemiplegic status migrainosus"], "HSM": ["Hemiplegic status migrainosus", "Herpes simplex meningitis"], "SARS-CoV-2-EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "SARS-CoV-2-induced EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "SARS-CoV-2-related EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "COVID-19-related EN": ["Encephalopathy due to disease caused by Severe acute respiratory syndrome coronavirus 2"], "IHSM": ["Intractable hemiplegic status migrainosus"], "IMM": ["Intractable menstrual migraine"], "MMS": ["Menstrual status migrainosus", "MMEP syndrome", "Brachydactyly, mesomelia, intellectual disability, heart defect syndrome"], "IMSMS": ["Intractable menstrual status migrainosus"], "IMS": ["Intractable menstrual status migrainosus", "Anismus"], "CIMA": ["Chronic intractable migraine without aura"], "CIMAwA": ["Chronic intractable migraine without aura"], "SMWA": ["Status migrainosus with aura"], "POCA": ["Cerebral infarction due to occlusion of precerebral artery"], "PCAO": ["Cerebral infarction due to occlusion of precerebral artery", "Bilateral cerebral infarction due to precererbral arterial occlusion", "Cerebrovascular accident due to occlusion of left posterior cerebral artery", "Cerebral infarction due to stenosis of precerebral artery", "Cerebral infarction due to posterior cerebral artery occlusion", "Cerebrovascular accident due to occlusion of bilateral posterior cerebral arteries"], "PCoA": ["Cerebral infarction due to occlusion of precerebral artery", "Posterior cerebral circulation infarction", "Cerebrovascular accident due to occlusion of left posterior cerebral artery by embolus"], "OFCR": ["Open fracture of cervical region with spinal cord injury"], "BSOIW": ["Brain stem laceration with open intracranial wound"], "AHC": ["Hepatic coma due to acute hepatitis C", "Alternating hemiplegia of childhood", "Arrested hydrocephalus", "Alternating hypoglossal hemiplegia"], "TBBC": ["Tuberculosis of brain"], "TBM": ["Tuberculosis of brain", "Tuberculous meningoencephalitis", "Tuberculoma of meninges", "Tuberculosis of meninges", "Trypanosoma brucei rhodesiense meningitis", "Tuberculosis of cerebral meninges"], "SDHB": ["Subdural hemorrhage due to birth trauma"], "SDHBT": ["Subdural hemorrhage due to birth trauma"], "BIRSDH": ["Subdural hemorrhage due to birth trauma"], "SAD": ["Separation anxiety", "Social phobia, fear of eating in public", "Social phobia, fear of public speaking", "Somatoform autonomic dysfunction", "Seasonal affective disorder", "Social phobia", "Childhood and adolescent disturbance with shyness", "Sedative amnestic disorder", "Severe depression", "Phobic disorder", "Sexual aversion disorder", "Schizoaffective disorder", "Severe alcohol dependence"], "SAS": ["Separation anxiety", "Subchronic schizoaffective schizophrenia", "Chronic schizoaffective schizophrenia", "Schizoaffective schizophrenia in remission", "Stranger anxiety", "Schisis association syndrome", "Hydrocephalus, costovertebral dysplasia, Sprengel anomaly syndrome"], "HI": ["Brain damage due to hypoxia", "Hypothalamic injury", "Hypoxic-ischemic coma"], "PAINI": ["Perinatal anoxic-ischemic brain injury"], "PAISBI": ["Perinatal anoxic-ischemic brain injury", "Epilepsy due to perinatal anoxic-ischemic brain injury"], "CPAT": ["Cerebellopontine angle tumor", "Cerebral pseudoatrophy"], "CP Angle Tumor": ["Cerebellopontine angle tumor"], "CPAM": ["Cerebellopontine angle meningioma"], "CN": ["Neoplasm of central nervous system", "Injury of central nervous system", "Compensation neurosis", "Malignant neoplasm of central nervous system", "Central neurocytoma of brain", "Convulsions in the newborn", "Coma in the newborn"], "CNT": ["Neoplasm of central nervous system", "Central neurocytoma of brain"], "Glioma": ["Neoplasm of central nervous system", "Malignant neoplasm of brain"], "DBM": ["Neoplasm of brain", "Disorder of brain"], "BM": ["Neoplasm of brain", "Malignant neoplasm of brain", "Basilar meningitis", "Bacterial meningomyelitis", "Brainstem myoclonus", "Benign meningioma", "Basilar migraine", "Bacterial meningitis"], "BO": ["Neoplasm of brain", "Bilateral optic atrophy of eyes"], "BCM": ["Neoplasm of cerebrum"], "CBM": ["Neoplasm of cerebrum", "Neoplasm of cerebellum", "Primary glioblastoma multiforme of cerebellum", "Anomalies of cerebellum", "Central bilateral macrogyria"], "CbN": ["Neoplasm of cerebrum"], "FOLF": ["Neoplasm of frontal lobe"], "* TLM": ["Neoplasm of temporal lobe"], "PPL": ["Neoplasm of parietal lobe"], "PTL": ["Neoplasm of parietal lobe", "Perinatal tentorial laceration", "Primary malignant neoplasm of temporal lobe"], "PB": ["Neoplasm of parietal lobe", "Prolactinoma", "Psychogenic backache", "Maternity blues", "Pineoblastoma"], "LOOC": ["Neoplasm of occipital lobe"], "OOL": ["Neoplasm of occipital lobe"], "LO": ["Neoplasm of occipital lobe"], "CVN": ["Neoplasm of cerebral ventricle"], "CMN": ["Neoplasm of cerebral meninges"], "CMNL": ["Neoplasm of cerebral meninges"], "CNC": ["Neoplasm of cerebellum", "Malignant neoplasm of cerebellum", "Benign neoplasm of cerebellum"], "CCB": ["Neoplasm of cerebellum"], "PBS": ["Neoplasm of brain stem", "Psychogenic backache"], "BST": ["Neoplasm of brain stem", "Benedikt's syndrome"], "CNS": ["Neoplasm of brain stem", "Compensation neurosis"], "SCCa": ["Neoplasm of spinal cord", "Carcinoma of spinal cord"], "HSPC": ["Neoplasm of spinal cord"], "SCN": ["Neoplasm of spinal cord", "Schwannoma of spinal cord"], "SMN": ["Neoplasm of spinal meninges", "Subacute necrotic myelopathy", "Secondary malignant neoplasm of brain", "Secondary malignant neoplasm of cerebrum"], "SMNs": ["Neoplasm of spinal meninges"], "SMS": ["Neoplasm of spinal meninges", "Stiff-man syndrome"], "MNM": ["Neoplasm of meninges"], "PPoma": ["Neoplasm of pituitary gland"], "PPG": ["Neoplasm of pituitary gland", "Neoplasm of pineal gland", "Malignant tumor of pituitary gland", "Cyst of pineal gland"], "PTP": ["Neoplasm of pituitary gland"], "PPAdenoma": ["Neoplasm of pituitary gland"], "PIToma": ["Neoplasm of pituitary gland"], "PGCA": ["Neoplasm of pineal gland"], "PNF": ["Neoplasm of pineal gland"], "PiG": ["Neoplasm of pineal gland"], "PCG": ["Neoplasm of pineal gland", "Carcinoma of pineal gland"], "TBI": ["Traumatic or nontraumatic brain injury", "Traumatic brain injury", "Brain stem contusion with open intracranial wound AND loss of consciousness"], "TBIN": ["Traumatic or nontraumatic brain injury", "Traumatic brain injury"], "TBI-LOC": ["Traumatic brain injury with loss of consciousness"], "TBIwLOC": ["Traumatic brain injury with loss of consciousness"], "TBI-LC": ["Traumatic brain injury with loss of consciousness"], "TBIC": ["Traumatic brain injury with brief loss of consciousness", "Traumatic brain injury with prolonged loss of consciousness"], "TBI-BC": ["Traumatic brain injury with brief loss of consciousness"], "TBIBLOSC": ["Traumatic brain injury with brief loss of consciousness"], "TBIMLOC": ["Traumatic brain injury with moderate loss of consciousness"], "TBICMC": ["Traumatic brain injury with moderate loss of consciousness"], "TBI-MLO": ["Traumatic brain injury with moderate loss of consciousness"], "TBI w/MLOC": ["Traumatic brain injury with moderate loss of consciousness"], "TBIM": ["Traumatic brain injury with moderate loss of consciousness"], "TBI-PLOC": ["Traumatic brain injury with prolonged loss of consciousness"], "TBIPLOC": ["Traumatic brain injury with prolonged loss of consciousness"], "TBINO": ["Traumatic brain injury with no loss of consciousness"], "TBINOC": ["Traumatic brain injury with no loss of consciousness"], "CL": ["Cortex laceration", "Cerebellar laceration", "Cerebral lipidosis", "Cerebral loiasis"], "CORT LACER": ["Cortex laceration"], "CC": ["Cerebellar contusion", "Cerebral calcification", "Cerebral cryptococcosis", "Contusion of cerebral cortex", "Colpocephaly", "Contusion of cerebrum", "Cerebral cyst", "Encephalitis caused by Coenurus cerebralis"], "BC": ["Brain stem contusion", "Bergeron's chorea", "Benign neoplasm of cerebellum"], "BSTL": ["Brain stem laceration"], "BS Lacer": ["Brain stem laceration"], "BL": ["Brain stem laceration"], "ICH-BC": ["Intracranial hemorrhage following injury with brief loss of consciousness"], "ICH": ["Intracranial hemorrhage following injury with moderate loss of consciousness", "Spontaneous cerebral hemorrhage with compression of brain", "Subdural and cerebral hemorrhage due to birth trauma", "Cerebral hematoma in fetus or newborn", "Cerebral edema due to birth injury", "Subcortical hemorrhage", "Hemorrhagic cerebral infarction", "Spontaneous hemorrhage of deep cerebral hemisphere", "Spontaneous hemorrhage of cortical intracerebral hemisphere", "Spontaneous hemorrhage of cerebral hemisphere", "Spontaneous cerebral hemorrhage", "Cognitive deficit due to and following nontraumatic intracerebral hemorrhage", "Hematoma of brain", "Contusion of brain", "Intraparenchymal hematoma of brain", "Intraparenchymal hemorrhage of brain", "Hemorrhage of intracranial meningeal space", "Cortical hemorrhage", "Internal capsule hemorrhage", "CVA (cerebrovascular accident) during surgery", "Cerebral hemisphere hemorrhage", "Intracranial hypotension due to lumbar puncture"], "ICIH": ["Intracranial hemorrhage following injury with moderate loss of consciousness", "Contusion of brain due to birth trauma"], "ICPICH": ["Intracranial hemorrhage following injury with prolonged loss of consciousness AND return to pre-existing conscious level"], "ICH-POPC": ["Intracranial hemorrhage following injury with prolonged loss of consciousness without return to pre-existing conscious level"], "CHB": ["Congenital hypoplasia of brain", "Contusion of hindbrain"], "CMHB": ["Congenital hypoplasia of brain"], "MENINGITIS": ["Infectious disease of central nervous system"], "CNS-ID": ["Infectious disease of central nervous system"], "ID-CNS": ["Infectious disease of central nervous system"], "MEN": ["Infectious disease of central nervous system", "Benign neoplasm of optic nerve and nerve sheath", "Melanocytoma of optic nerve head", "Malignant tumor of optic nerve", "Streptococcus infection of the central nervous system", "MEHMO syndrome"], "ENCEPHALITIS": ["Infectious disease of central nervous system"], "Meningitis": ["Bacterial infection of central nervous system", "Infectious disease of brain", "Bacterial infectious disease of brain", "Disorder of meninges"], "CNSM": ["Fungal infection of central nervous system", "Secondary malignant neoplasm of brain and spinal cord", "Measles of the central nervous system", "Fungal infection of brain", "Malformation of central nervous system of fetus"], "Cerebral Mucormycosis": ["Fungal infection of central nervous system", "Fungal infection of cerebrum"], "CNS fungal infections": ["Fungal infection of central nervous system"], "CN/CS": ["Congenital anomaly of central nervous system"], "CANS": ["Congenital anomaly of central nervous system"], "CNSI": ["Injury of central nervous system"], "CNI": ["Injury of central nervous system"], "CCD": ["Disorder of cerebral cortex", "Cerebellar cortical dysplasia", "Cerebral cortical dysgenesis", "Cranio-cervical dystonia with laryngeal and upper limb involvement"], "CCO": ["Disorder of cerebral cortex"], "CCA": ["Disorder of cerebral cortex", "Continuous chronic alcoholism", "Congenital cerebellar cortical atrophy", "Chronic cerebrovascular accident"], "CD": ["Disorder of cerebral cortex", "Chronic depression", "Dysraphism of cervical spine", "Cerebellar disorder", "Isolated cervical dystonia", "Congenital dysphasia", "Conduct disorder - in family context", "Conduct disorder - unsocialized", "Photomyoclonus, diabetes mellitus, deafness, nephropathy and cerebral dysfunction", "Cortical dysplasia", "Mental disorder in childhood", "Cerebral degeneration", "Conduct disorder", "Torsion dystonia", "Cognitive disorder", "Cranial dystonia", "Focal dystonia", "Adolescent onset conduct-dissocial disorder with limited prosocial emotions", "Adolescent onset conduct-dissocial disorder with normal prosocial emotions", "Childhood onset conduct-dissocial disorder", "Mood disorder caused by cannabis", "Cerebellar degeneration"], "CP": ["Cerebral palsy", "Cycloid psychosis", "Neuromuscular scoliosis of thoracolumbar spine co-occurrent and due to cerebral palsy", "Pinealoma", "Congenital porencephaly", "Chastek paralysis", "Diplegic cerebral palsy", "Compulsive pedophilia"], "RRMS": ["Encephalomyelitis due to rubella", "Acute relapsing multiple sclerosis", "Multiple sclerosis", "Relapsing remitting multiple sclerosis"], "HMSN-OPA": ["Hereditary motor and sensory neuropathy with optic atrophy"], "HSN-OPA": ["Hereditary motor and sensory neuropathy with optic atrophy"], "NAEG": ["Meningoencephalitis due to free-living ameba", "Amebic infection of central nervous system", "Meningoencephalitis due to Naegleria"], "FLEA": ["Meningoencephalitis due to free-living ameba"], "CMH": ["Chronic mental disorder", "Mental disorder in childhood"], "SSSD": ["Suprasellar syndrome"], "VOCD": ["Disorder of visual cortex"], "VCCD": ["Disorder of visual cortex"], "ODD": ["Optic disc disorder", "Oppositional defiant disorder", "Organic dissociative disorder", "Obsessional personality disorder", "Organic delusional disorder", "Optic disc dysplasia", "Olfactory reference disorder", "Adolescent onset conduct-dissocial disorder with limited prosocial emotions", "Adolescent onset conduct-dissocial disorder with normal prosocial emotions", "Mood disorder with depressive symptoms caused by opioid", "Opticocochleodentate degeneration", "Orgasm disorder"], "OD": ["Optic disc disorder", "Oral dystonia", "Occupational dystonia", "Olive dysplasia"], "PVD (for Papilledema-related Optic Disc)": ["Optic disc disorder"], "IH": ["Internal hydrocephalus", "Infantile hemiplegia", "Iatrogenic hypopituitarism", "Idiopathic hypopituitarism", "Intracranial hypotension", "Infrequent episodic tension-type headache"], "PGD": ["Pineal gland disorder", "Pelizaeus Merzbacher like disease due to GJC2 mutation", "Pineal gland dysfunction"], "PGDIS": ["Pineal gland disorder"], "RBNeu": ["Retrobulbar neuropathy"], "RBN": ["Retrobulbar neuropathy"], "TH": ["Embolism of torcular Herophili", "Thalamic hemorrhage", "Tonsillar hernia into foramen magnum", "Phlebitis of torcular Herophili", "Traumatic hemorrhage of thalamus", "Transient hemiplegia", "Thunderclap headache"], "MPA": ["Micropapilla", "Macroprolactinoma", "Mixed-functioning pituitary adenoma", "Mixed cerebral palsy", "Megalopapilla"], "FMSeizure": ["Focal motor seizure"], "FM": ["Focal motor seizure", "Fungal meningitis", "Functional monoparesis", "Fibromyalgia"], "FMS": ["Focal motor seizure", "Filippi syndrome", "Fibromyalgia"], "SD": ["Seizure disorder", "Senile dementia", "Uncomplicated senile dementia", "Senile dementia with depressive or paranoid features", "Senile dementia with delirium", "Subacute delirium", "Speech delay", "Semantic dementia", "Lack or loss of sexual desire", "Spastic dysphonia", "Severe depression", "Somatoform disorder", "Specific number difficulty", "Somatization disorder", "Segmental dystonia", "Severe dementia", "Schilder's disease", "Sangue dormido", "Delirium caused by stimulant", "Subcortical dementia", "Disorder caused by stimulant", "Stuporous depression", "Sleep walking disorder", "Secondary dysthymia"], "SDO": ["Seizure disorder"], "ES": ["Seizure disorder", "Embolic stroke", "Extrasystoles, short stature, hyperpigmentation, microcephaly syndrome"], "CSD": ["Infectious disease of brain", "Chronic stress disorder", "Sleep disorder caused by cannabis"], "ABP": ["Infectious disease of brain", "Anoxic brain damage during AND/OR resulting from a procedure"], "IDD": ["Developmental mental disorder", "Drug-induced dementia", "Myelopathy due to intervertebral disc disease", "Dementia due to infectious disease", "Intellectual disability due to nutritional deficiency", "Intellectual disability, spasticity, ectrodactyly syndrome", "Dementia due to iron deficiency"], "DD": ["Developmental mental disorder", "Drug-induced dementia", "Disorder of psychological development", "Developmental dysfluency", "Dentate dysplasia", "Discourse difficulties", "Depressive disorder", "Dissociative disorder", "Delusional disorder", "Depersonalization disorder", "Dialysis dementia"], "DMH": ["Developmental mental disorder"], "CDS": ["Chronic disorganized schizophrenia", "Dysraphism of cervical spine", "Chronic brain syndrome"], "PSD": ["Psychogenic skin disease", "Psychologic conversion disorder", "Severe postnatal depression", "Psychogenic sensory disturbance of skin", "Psychoactive substance dependence", "Pinocchio syndrome", "Postseizure delirium", "Psychosexual disorder", "Encephalopathy due to prosaposin deficiency", "Psychotic disorder caused by psychoactive substance", "Positive symptoms co-occurrent and due to primary psychotic disorder", "Depressive symptoms due to primary psychotic disorder", "Penoscrotodynia", "Persecutory delusion disorder"], "PSDS": ["Psychogenic skin disease", "Psychoactive substance dependence", "Psychosexual disorder"], "SIP": ["Symbiotic infantile psychosis", "Spontaneous intracranial hypotension", "Self-induced purging to lose weight", "Self-induced purging"], "SIPS": ["Symbiotic infantile psychosis", "Substance induced psychotic disorder", "Sedative-induced psychosis"], "DHD": ["Delusion of heart disease syndrome"], "DHDS": ["Delusion of heart disease syndrome"], "PGN": ["Postgastrectomy neurosis"], "FLS": ["Frontal lobe syndrome", "Flashing", "Fine Lubinsky syndrome"], "FLSy": ["Frontal lobe syndrome"], "PPPD": ["Progressive pyramidopallidal degeneration"], "PPDPD": ["Progressive pyramidopallidal degeneration"], "SCA": ["Spinocerebellar ataxia", "Spinal cord abscess", "Hereditary cerebellar degeneration", "Superior cerebellar artery syndrome", "Synthetic cannabinoid abuse", "Congenital anomaly of spinal cord", "Spinocerebellar disease"], "SCA1": ["Spinocerebellar ataxia", "Spinocerebellar ataxia type 1", "Spinocerebellar ataxia with axonal neuropathy type 1"], "SCA3": ["Spinocerebellar ataxia"], "SCA6": ["Spinocerebellar ataxia", "Spinocerebellar ataxia type 6"], "NAHS": ["Nucleus ambiguus-hypoglossal nerve syndrome", "ACTH hypersecretion not causing Cushing's syndrome"], "IFHS": ["Induced female hypogonadism syndrome"], "BDII-MD-R": ["Severe bipolar II disorder, most recent episode major depressive, in full remission"], "RDS": ["Dementia due to Rett's syndrome", "Hemiplegia of right dominant side", "Microcephaly, short stature, intellectual disability, facial dysmorphism syndrome"], "RTT-D": ["Dementia due to Rett's syndrome"], "ARO": ["Meningitis caused by arbovirus infection"], "ARVI": ["Meningitis caused by arbovirus infection"], "CACS": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "ATS": ["Closed fracture of T7-T12 level with anterior cord syndrome", "Ataxia-telangiectasia syndrome", "Atypical Rett syndrome", "Atypical tic disorder"], "CFSCI": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "AFSCI": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "AT SCI": ["Closed fracture of T7-T12 level with anterior cord syndrome"], "SIIDs": ["Secondary diabetes insipidus"], "SDI": ["Secondary diabetes insipidus"], "RMSE": ["Rubella meningoencephalitis"], "RCBI": ["Rapid cycling bipolar I disorder"], "TBPS": ["Taboparesis"], "SSAD": ["Severe seasonal affective disorder"], "BD-I": ["Mild bipolar disorder", "Bipolar disorder", "Bipolar disorder caused by drug", "Bipolar affective disorder, currently manic, mild", "Bipolar affective disorder, currently manic, severe, with psychosis", "Bipolar affective disorder, currently manic, in full remission", "Bipolar affective disorder, currently depressed, mild", "Bipolar affective disorder, currently depressed, in full remission", "Severe bipolar disorder with psychotic features, mood-incongruent", "Bipolar I disorder, most recent episode depressed with atypical features", "Bipolar I disorder", "Severe bipolar I disorder", "Severe bipolar disorder", "Severe bipolar disorder without psychotic features", "Mild manic bipolar I disorder", "Mild depressed bipolar I disorder", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder", "Bipolar disorder, most recent episode depression", "Bipolar I disorder, most recent episode depression"], "ALD": ["Degenerative brain disorder caused by alcohol", "Leigh's disease", "ADan amyloidosis"], "IESAE": ["Intraspinal embolic abscess"], "TLS": ["Temporal lobe sclerosis", "Tentorial laceration - subacute syndrome", "Neuromuscular scoliosis of thoracolumbar spine co-occurrent and due to cerebral palsy", "Transitional lipoma of spinal cord", "Complete lesion of thoracic spinal cord at T3 level", "Complete lesion of thoracic spinal cord at T6 level", "Complete lesion of thoracic spinal cord at T9 level", "Complete lesion of thoracic spinal cord at T11 level", "15q overgrowth syndrome"], "TLSs": ["Temporal lobe sclerosis"], "PRLoma": ["Prolactinoma"], "ODC": ["Overanxious disorder of childhood"], "OAD": ["Overanxious disorder of childhood", "Organic anxiety disorder"], "CSI": ["Closed fracture of T1-T6 level with incomplete spinal cord lesion", "Closed spinal fracture with complete cervical cord lesion, C1-4", "Closed spinal fracture with complete cervical cord lesion, C5-7", "Closed spinal fracture with posterior cervical cord lesion, C5-7", "Closed spinal fracture with anterior thoracic cord lesion, T1-6", "Closed spinal fracture with complete lumbar cord lesion", "Completed stroke", "Cervical spinal cord injury", "Complete lesion of cervical spinal cord at C3 level", "Complete injury of sacral spinal cord", "Closed fracture of T7-T12 level with spinal cord injury", "Complete spinal cord injury"], "ISCL": ["Closed fracture of T1-T6 level with incomplete spinal cord lesion", "Open fracture of C5-C7 level with incomplete spinal cord lesion", "Incomplete spinal cord lesion at T7-T12 level without bone injury"], "SHINE": ["Severe hypoxic ischemic encephalopathy of newborn"], "MHIE-N": ["Moderate hypoxic ischemic encephalopathy of newborn"], "MHINE": ["Moderate hypoxic ischemic encephalopathy of newborn"], "BNMD": ["Myelopathy due to benign neoplastic disease"], "BND": ["Myelopathy due to benign neoplastic disease"], "MNMD": ["Myelopathy due to malignant neoplastic disease"], "MNAP": ["Myelopathy due to malignant neoplastic disease"], "CDTH": ["Cerebral degeneration due to hypothyroidism"], "ICP": ["Compression of brain due to focal lesion", "Injuries of brain and cranial nerves with injuries of nerves and spinal cord at neck level", "Compression of brain", "Closed fracture of base of skull with concussion"], "IHL": ["Compression of brain due to focal lesion"], "BD-I MP": ["Severe bipolar I disorder, single manic episode with psychotic features, mood-congruent"], "LBDBD": ["Lewy body dementia with behavioral disturbance"], "DLB-D": ["Lewy body dementia with behavioral disturbance"], "LBD-BD": ["Lewy body dementia with behavioral disturbance"], "LBDD.": ["Lewy body dementia with behavioral disturbance"], "BNOPP": ["Benign neoplasm of pons"], "BNPO": ["Benign neoplasm of pons"], "RCNS": ["Necrosis of central nervous system due to exposure to ionizing radiation"], "PPDTR": ["Paranoid personality disorder"], "GID-PH": ["Gender identity disorder of adulthood, previously heterosexual"], "BPD": ["Bipolar disorder", "Bipolar affective disorder, currently manic, moderate", "Borderline personality disorder", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder"], "BD-II": ["Bipolar disorder", "Severe bipolar II disorder, most recent episode major depressive with psychotic features, mood-congruent", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder"], "BP": ["Bipolar disorder", "Intellectual disability, congenital heart disease, blepharophimosis, blepharoptosis and hypoplastic teeth", "Bilateral cerebral palsy"], "GCS-IW-LOC": ["Brain injury with open intracranial wound AND loss of consciousness"], "OCPD": ["Obsessive compulsive personality disorder", "Obsessive compulsive personality disorder"], "OCPPD": ["Obsessive compulsive personality disorder"], "SDS": ["Seizure disorder as sequela of stroke", "Mood disorder with depressive symptoms caused by sedative", "Delirium caused by stimulant", "Psychotic disorder caused by stimulant", "Mood disorder caused by stimulant"], "AWHPLSA": ["Agoraphobia without history of panic disorder with limited symptom attacks"], "HMD": ["Hallucinogen mood disorder"], "HMD-D": ["Hallucinogen mood disorder"], "PPS": ["Paresis as late effect of poliomyelitis", "Postpartum psychosis", "Presbyophrenic psychosis", "Psychogenic pylorospasm", "Parkinsonian pyramidal syndrome"], "PIP": ["Paresis as late effect of poliomyelitis", "Post-infarction panhypopituitarism", "Psychoinfantile personality"], "PSIC": ["Partial seizure with impaired consciousness"], "HE": ["Hepatic encephalopathy", "Hepatic encephalopathy in fulminant hepatic failure", "Hemorrhage into epidural space of spine", "Hypoglycemic encephalopathy", "Hemianencephaly"], "HEA": ["Hepatic encephalopathy"], "GM": ["Grand mal status", "Gonococcal meningitis", "Primary glioblastoma multiforme of cerebrum"], "GMS": ["Grand mal status", "Gemignani syndrome"], "AA": ["Adhesive arachnoiditis", "Alcohol abuse", "Active infantile autism", "Atypical autism", "Anaplastic astrocytoma of brain", "Infantile autism", "Myelopathy associated with AIDS", "Anaplastic glioma of brain", "Primary anaplastic astrocytoma of occipital lobe", "Astasia-abasia", "ABri amyloidosis", "ADan amyloidosis", "Arachnoiditis", "Anaplastic astrocytoma of central nervous system", "Aneurysm"], "HCVAED": ["Hemiparesis as late effect of cerebrovascular disease"], "HCP": ["Hemiparesis as late effect of cerebrovascular disease", "Hydrocephalus", "Hypochondriacal pain", "Hemiplegic cerebral palsy", "Hydrocephalus, costovertebral dysplasia, Sprengel anomaly syndrome"], "CVLPE": ["Hemiparesis as late effect of cerebrovascular disease"], "HEV": ["Hydrocephalus ex vacuo", "Encephalitis caused by Hendra virus", "Henipavirus encephalitis"], "APO": ["Memory disorder co-occurrent and due to organic brain damage"], "MID-D": ["Multi-infarct dementia with depression", "Multi-infarct dementia with delusions"], "PIC": ["Pica", "Pica of infancy and childhood", "Psychosis associated with intensive care", "Carcinoma in situ of pineal gland"], "PIDS": ["Pica"], "SCHEC": ["Spontaneous cerebral hemorrhage with compression of brain"], "PH": ["Spontaneous cerebral hemorrhage with compression of brain", "Pituitary hemorrhage"], "ICSC": ["Ischemic stroke with coma", "Inactive central serous chorioretinopathy"], "* ISWMC": ["Ischemic stroke without coma"], "NSAHC": ["Nontraumatic subarachnoid hemorrhage with brain compression"], "NSAHBC": ["Nontraumatic subarachnoid hemorrhage with brain compression"], "SAHBC": ["Nontraumatic subarachnoid hemorrhage with brain compression"], "NSTSDHBC": ["Nontraumatic subdural hematoma with brain compression"], "ERE": ["Erotomanic delusion disorder", "Obsessional erotomania"], "RV": ["Rabies", "Encephalitis caused by Rubulavirus"], "MDD-SE": ["Chronic major depressive disorder, single episode", "Moderate major depression, single episode", "Moderately severe major depression single episode", "Mild major depression, single episode"], "ADLD": ["Delusions in Alzheimer's disease"], "AD-D": ["Delusions in Alzheimer's disease", "Adjustment disorder with depressed mood"], "MAD": ["Depressed mood in Alzheimer's disease", "Mixed anxiety and depressive disorder", "Mental disorder in adolescence", "Moderate alcohol dependence"], "MDDA": ["Depressed mood in Alzheimer's disease", "Recurrent severe major depressive disorder co-occurrent with anxiety", "Mental disorder in adolescence"], "AAD": ["Alzheimer's disease co-occurrent with delirium", "Uncomplicated arteriosclerotic dementia", "Arteriosclerotic dementia with delirium", "Abuse of antidepressant drug", "Amnestic disorder", "Alcohol-induced anxiety disorder", "Avoidant disorder of childhood OR adolescence", "Mild alcohol dependence", "Alcohol amnestic disorder", "Alexander's disease", "Amphetamine-induced anxiety disorder", "Mood disorder with manic symptoms caused by amphetamine and amphetamine derivative", "Mood disorder with depressive symptoms caused by amphetamine and amphetamine derivative", "Azorean disease"], "SCAH": ["Spontaneous cerebellar hemorrhage"], "SCHE": ["Spontaneous cerebellar hemorrhage"], "HIH": ["Myopathy in hypopituitarism"], "SDOSA": ["Subchronic disorganized schizophrenia with acute exacerbations"], "SDOS": ["Subchronic disorganized schizophrenia with acute exacerbations", "Subchronic disorganized schizophrenia", "Somatization disorder"], "HAE": ["Encephalopathy due to H1N1 influenza", "Hyperammonemic encephalopathy due to carbonic anhydrase VA deficiency"], "HI-enceph": ["Encephalopathy due to H1N1 influenza"], "H1N1-E": ["Encephalopathy due to H1N1 influenza"], "ACAS": ["Anterior choroidal artery syndrome"], "ACA Syndrome": ["Anterior choroidal artery syndrome"], "NICHE": ["Nontraumatic intraparenchymal cerebral hemorrhage", "Spontaneous intracerebral hemorrhage in neonate"], "ICHP": ["Nontraumatic intraparenchymal cerebral hemorrhage"], "CIPH": ["Nontraumatic intraparenchymal cerebral hemorrhage"], "IOON": ["Ischemic optic neuropathy", "Infiltrative optic neuropathy", "Ischemic optic neuropathy of left eye"], "ION": ["Ischemic optic neuropathy", "Optic nerve and pathway injury", "Inherited optic neuropathy", "Ischemic optic neuropathy of right eye"], "PFL": ["Partial frontal lobe epilepsy", "Perinatal falx laceration"], "PFE": ["Partial frontal lobe epilepsy"], "SSA": ["Spinal subdural abscess", "Subchronic schizoaffective schizophrenia", "Subdural supratentorial pyogenic abscess", "Suprasellar extension of pituitary adenoma"], "PCF": ["Pneumocephalus"], "CLIO": ["Cerebellar laceration with open intracranial wound AND no loss of consciousness"], "DW": ["Dandy-Walker syndrome"], "DWS": ["Dandy-Walker syndrome"], "SOB": ["Fetal open spina bifida"], "OSB": ["Fetal open spina bifida"], "IONHS": ["Hemorrhage in optic nerve sheaths"], "IONSH": ["Hemorrhage in optic nerve sheaths"], "CFAS": ["Closed fracture of T1-T6 level with anterior cord syndrome", "Closed fracture of C5-C7 level with anterior cord syndrome", "Cerebrofacioarticular syndrome"], "ATCS": ["Closed fracture of T1-T6 level with anterior cord syndrome", "Acquired tethered cord syndrome"], "BD-I M/E W/PF": ["Severe bipolar I disorder, single manic episode without psychotic features"], "VS": ["Visual seizure", "Versive seizure", "Vici syndrome"], "ANP": ["Acute nonparalytic poliomyelitis"], "TSCI": ["Traumatic spinal cord injury", "Closed fracture of T7-T12 level with incomplete spinal cord lesion", "Laceration of thoracic spinal cord", "Traumatic spinal cord hemorrhage", "Sequela of injury of thoracic spinal cord", "Closed fracture of thoracic region with spinal cord injury", "Traumatic injury of spinal cord at T7-T12 level", "Complete lesion of thoracic spinal cord at T3 level", "Complete lesion of thoracic spinal cord at T6 level", "Complete lesion of thoracic spinal cord at T9 level", "Concussion of thoracic spinal cord", "Open fracture of thoracic spine with spinal cord injury", "Traumatic spinal cord compression"], "TSCIN": ["Traumatic spinal cord injury"], "SCI-T": ["Traumatic spinal cord injury"], "CHC-HCC": ["Hepatic coma due to chronic hepatitis C"], "PMASC": ["Primary malignant astrocytoma of central nervous system"], "CNS-Eom": ["Ependymoma of central nervous system"], "CEE": ["Ependymoma of central nervous system"], "GBMt": ["Glioblastoma multiforme of central nervous system"], "CNS-Glioma": ["Glioblastoma multiforme of central nervous system"], "GCM": ["Glioblastoma multiforme of central nervous system"], "OIOMD": ["Opioid-induced organic mental disorder"], "OIOMP": ["Opioid-induced organic mental disorder"], "OPIOD": ["Opioid-induced organic mental disorder"], "RP-Hypo": ["Hypopituitarism due to radiotherapy"], "* CICA\\n* CCO\\n* CAO": ["Cerebral infarction due to carotid artery occlusion"], "BP-I PP": ["Bipolar I disorder, single manic episode with postpartum onset", "Bipolar I disorder, most recent episode mixed with postpartum onset"], "BCIFO": ["Bilateral cerebral infarction due to precererbral arterial occlusion"], "CBHS": ["Chronic brain-hydrocephalus syndrome"], "CHBS": ["Chronic brain-hydrocephalus syndrome"], "EtOHAb": ["Alcohol abuse"], "CLSY": ["Coffin-Lowry syndrome"], "CLS": ["Coffin-Lowry syndrome"], "MDDPIM": ["Severe recurrent major depression with psychotic features, mood-incongruent"], "BCE": ["Cerebrovascular accident due to embolism of bilateral carotid arteries", "Benign ependymoma of central nervous system"], "NMS": ["Neuroleptic malignant syndrome"], "NMSYS": ["Neuroleptic malignant syndrome"], "NMSS": ["Neuroleptic malignant syndrome"], "HIAA": ["Hallucinogen-induced anxiety disorder"], "HAID": ["Hallucinogen-induced anxiety disorder"], "HBVHD": ["Hepatic coma due to chronic hepatitis B with delta agent"], "SBM": ["Simian B encephalomyelitis", "Secondary malignant neoplasm of brain and spinal cord"], "CNMFA": ["Central nervous system malformation in fetus affecting obstetrical care"], "BFEC": ["Benign focal epilepsy of childhood", "Benign frontal epilepsy of childhood"], "BCEC": ["Benign focal epilepsy of childhood"], "OPMIC": ["Osteogenesis imperfecta, recessive perinatal lethal, with microcephaly AND cataracts"], "SEB": ["Subependymoma of brain"], "SE": ["Subependymoma of brain", "Eclampsia", "Status epilepticus", "Eclampsia in labor", "Syphilitic encephalitis", "Scar epilepsy", "Stress-induced epilepsy", "Static encephalopathy", "Symptomatic exhibitionism", "Syringoencephalia", "Subdural effusion", "Epilepsy"], "ROON": ["Neuritis of right optic nerve", "Disorder of right optic nerve"], "RO": ["Neuritis of right optic nerve", "Reset hypothalamic osmostat"], "RON": ["Neuritis of right optic nerve", "Radiation damage to optic nerve", "Recurrent optic neuritis"], "LOON": ["Neuritis of left optic nerve"], "LOOPN": ["Neuritis of left optic nerve"], "BE": ["Blepharospasm of right eyelid", "Bacterial encephalitis", "Brainstem encephalitis", "Basal encephalocele", "Benign ependymoma of brain"], "RBCS": ["Blepharospasm of right eyelid"], "RBLS": ["Blepharospasm of right eyelid"], "BLEPH": ["Blepharospasm of left eyelid"], "BB": ["Bilateral blepharospasm"], "OART": ["Optic atrophy of right eye"], "OAROE": ["Optic atrophy of right eye"], "OLAE": ["Optic atrophy of left eye"], "LOA": ["Optic atrophy of left eye", "Hereditary left optic atrophy", "Leber's optic atrophy"], "BOAE": ["Bilateral optic atrophy of eyes"], "BOA": ["Bilateral optic atrophy of eyes", "Hypoxia of brain"], "SDA": ["Senile dementia", "Senile dementia with depression", "Subdural abscess", "Mood disorder with depressive symptoms caused by stimulant"], "EOE": ["Encephalocele of orbit"], "EOCE": ["Encephalocele of orbit"], "HBOPA": ["Hereditary bilateral optic atrophy"], "HOBOP": ["Hereditary bilateral optic atrophy"], "HROA": ["Hereditary right optic atrophy"], "HRDOA": ["Hereditary right optic atrophy"], "HLOA": ["Hereditary left optic atrophy"], "BSV": ["Phlebitis of basilar sinus"], "PBP": ["Papilledema of bilateral eyes due to raised intracranial pressure", "Progressive bulbar palsy"], "PEDO": ["Papilledema of right eye", "Primary dysthymia early onset"], "PERO": ["Papilledema of right eye"], "PER": ["Papilledema of right eye"], "PLE": ["Papilledema of left eye", "Parietal lobe epilepsy", "Refractory parietal lobe epilepsy", "Paraneoplastic limbic encephalitis"], "AIONLE": ["Anterior ischemic optic neuropathy of left eye"], "AION-RE": ["Anterior ischemic optic neuropathy of right eye"], "LOOD": ["Disorder of left optic nerve"], "RION": ["Disorder of right optic nerve", "Ischemic optic neuropathy of right eye"], "ROD": ["Disorder of right optic nerve", "Optic atrophy associated with retinal dystrophy", "Radiation damage to optic nerve"], "BOON": ["Disorder of bilateral optic nerves"], "BOONs": ["Disorder of bilateral optic nerves"], "LODOG": ["Cupping of left optic disc due to open-angle glaucoma of left eye"], "LOAG": ["Cupping of left optic disc due to open-angle glaucoma of left eye"], "ROAG": ["Cupping of right optic disc due to open-angle glaucoma of right eye"], "ROD Cupping": ["Cupping of right optic disc due to open-angle glaucoma of right eye"], "ISSS": ["Thrombosis of inferior sagittal sinus", "Embolism of inferior sagittal sinus"], "ISST": ["Thrombosis of inferior sagittal sinus"], "MMD": ["Disorder of meninges", "Moyamoya disease", "Minimal major depression", "Myelopathy due to metabolic disorder", "Parkinsonism caused by methanol", "Mild major depression", "Moderate mood disorder", "Azorean disease", "Disorder of midbrain"], "MM": ["Disorder of meninges", "Measles complicated by meningitis", "Malignant neoplasm of midbrain", "Malignant meningitis", "Menstrual migraine", "Meningeal melanosis", "Myelomalacia", "Myelomeningocele without hydrocephalus", "Meningomyelocele", "Mumps meningitis", "Meningitis caused by Mucorales", "Meningomyelitis"], "DI": ["Diabetes insipidus", "Diffuse injury of cerebrum"], "DI1": ["Diabetes insipidus"], "DI2": ["Diabetes insipidus"], "MPP": ["MPTP-induced parkinsonism", "Macroprolactinemia"], "MPTP-PD": ["MPTP-induced parkinsonism"], "DT": ["Dystonia", "Dissociative tremor", "Dissociative trance", "Acquired torsion dystonia"], "DTN": ["Dystonia"], "CDT": ["Dystonia", "Cerebral degeneration due to neoplastic disease"], "ADDB": ["Dementia of the Alzheimer type with behavioral disturbance"], "SFS": ["Symptomatic fetishism"], "SF": ["Symptomatic fetishism"], "LB": ["Lipoma of brain", "Lyme neuroborreliosis", "Encephalitis caused by Borrelia species"], "LOB": ["Lipoma of brain", "Burst lobe of brain", "Laceration of brain without open intracranial wound", "Laceration of brain"], "LBP": ["Lipoma of brain"], "DBD": ["Dementia with behavioral disturbance", "Disruptive behavior disorder", "Disorder of brain", "Dermoid cyst of brain"], "BCO": ["Bilateral cortical blindness of brain"], "BCB": ["Bilateral cortical blindness of brain"], "MAS": ["Psychotic disorder caused by methamphetamine", "Manic stupor", "MASA syndrome"], "IHCP": ["Infantile hemiplegia"], "IHP": ["Infantile hemiplegia", "Idiopathic hypopituitarism"], "EDODOE": ["Edema of optic disc of right eye"], "ODoe": ["Edema of optic disc of right eye"], "LOED": ["Edema of optic disc of left eye"], "LOEDED": ["Edema of optic disc of left eye"], "\u2022 BOED": ["Edema of optic disc of bilateral eyes"], "EA": ["Eclampsia", "Epileptic automatism", "Epidural abscess"], "ADWI": ["Adjustment disorder with academic inhibition", "Adjustment disorder with work inhibition"], "TL-MLD": ["Myelopathy of thoracolumbar spine due to disc disorder"], "TLDS": ["Myelopathy of thoracolumbar spine due to disc disorder"], "TLD": ["Myelopathy of thoracolumbar spine due to disc disorder"], "TLMD": ["Myelopathy of thoracolumbar spine due to disc disorder"], "NSCH": ["Neonatal spontaneous cerebellar hemorrhage"], "SICHN": ["Spontaneous intracerebral hemorrhage in neonate"], "SICH": ["Spontaneous intracerebral hemorrhage in neonate", "Spontaneous intracranial hypotension"], "IVH": ["Neonatal non-traumatic intraventricular hemorrhage", "Non-traumatic intracerebral ventricular hemorrhage", "Perinatal intraventricular hemorrhage", "Fetal or neonatal non-traumatic intraventricular hemorrhage"], "IVLH": ["Neonatal non-traumatic intraventricular hemorrhage"], "NNSAH": ["Neonatal nontraumatic subarachnoid hemorrhage"], "IJMSE": ["Intractable juvenile myoclonic status epilepticus"], "* RHD\\n* DH\\n* HRD": ["Dystonia of right hand"], "DLH": ["Dystonia of left hand"], "LHD": ["Dystonia of left hand", "Flaccid hemiplegia of left dominant side", "Hypogonadotropic hypogonadism due to luteinizing hormone deficiency"], "BCOCOD": ["Bilateral congenital coloboma of optic discs"], "CCORD": ["Congenital coloboma of right optic disc"], "COORD": ["Congenital coloboma of right optic disc"], "CRDO": ["Congenital coloboma of right optic disc"], "CCOLD": ["Congenital coloboma of left optic disc"], "RODAS": ["Congenital anomaly of right optic disc"], "BOAD": ["Bilateral congenital anomaly of optic disc"], "LOD": ["Congenital anomaly of left optic disc", "Late onset dysthymia"], "NRROE": ["Neuroretinitis of right eye"], "NRRE": ["Neuroretinitis of right eye"], "NLRE": ["Neuroretinitis of left eye"], "BRN": ["Bilateral neuroretinitis of eyes"], "CSCR": ["Central serous choroidopathy of right eye", "Central serous choroidopathy of left eye", "Central serous chorioretinopathy"], "CSCROE": ["Central serous choroidopathy of right eye"], "CSCRBE": ["Central serous choroidopathy of bilateral eyes"], "CSCOLE": ["Central serous choroidopathy of left eye"], "LCPOCA": ["Cerebrovascular accident due to occlusion of left posterior cerebral artery"], "PCA-R": ["Cerebrovascular accident due to occlusion of right posterior cerebral artery", "Cerebrovascular accident due to occlusion of right posterior communicating artery"], "PCORA": ["Cerebrovascular accident due to occlusion of right posterior cerebral artery"], "RMO": ["Cerebrovascular accident due to occlusion of right middle cerebral artery"], "RMCAS": ["Cerebrovascular accident due to occlusion of right middle cerebral artery"], "RMCAO": ["Cerebrovascular accident due to occlusion of right middle cerebral artery"], "LCMO": ["Cerebrovascular accident due to occlusion of left middle cerebral artery"], "CVA-RMCA": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "CVA-RTCMA": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "RMCVA": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "RCAI": ["Cerebrovascular accident due to thrombus of right middle cerebral artery"], "ICA": ["Cerebrovascular accident due to thrombus of right cerebellar artery", "Cerebral infarction due to thrombosis of cerebral arteries", "CVA - cerebrovascular accident due to cerebral artery occlusion", "Cerebral infarction", "Infarct of cerebrum due to iatrogenic cerebrovascular accident", "CVA (cerebrovascular accident) during surgery"], "CVA-RCA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "RCA-IA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "RCVA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "CRCVA": ["Cerebrovascular accident due to thrombus of right cerebellar artery"], "LACVA": ["Cerebrovascular accident due to thrombus of left middle cerebral artery"], "LMCV": ["Cerebrovascular accident due to thrombus of left middle cerebral artery"], "CMCA": ["Cerebrovascular accident due to thrombus of left middle cerebral artery"], "NCVT": ["Nonpyogenic cerebral venous thrombosis with stroke"], "NCVT-S": ["Nonpyogenic cerebral venous thrombosis with stroke"], "LCATS": ["Left cerebellar artery thrombosis with stroke", "Left cerebellar artery thrombosis with stroke"], "RPCA": ["Cerebrovascular accident due to thrombus of right posterior cerebral artery", "Cerebrovascular accident due to thrombus of right posterior cerebral artery", "Cerebrovascular accident due to thrombosis of right posterior cerebral artery"], "LPCTA": ["Left posterior cerebral artery thrombosis with stroke"], "LPSCAT": ["Left posterior cerebral artery thrombosis with stroke"], "LPCAST": ["Left posterior cerebral artery thrombosis with stroke"], "RVAS": ["Right vertebral artery embolism with stroke", "Right vertebral artery embolism with stroke", "Cerebrovascular accident due to stenosis of right vertebral artery"], "RVASE": ["Right vertebral artery embolism with stroke"], "VAS": ["Right vertebral artery embolism with stroke", "Cerebral infarction due to vertebral artery stenosis", "Left vertebral artery thrombosis with stroke"], "LVAE": ["Left vertebral artery embolism with stroke", "Cerebrovascular accident due to occlusion of left cerebellar artery by embolus"], "LVASE": ["Left vertebral artery embolism with stroke"], "LVA-S": ["Left vertebral artery embolism with stroke"], "VEA": ["Left vertebral artery embolism with stroke"], "RCEWS": ["Right carotid artery embolism with stroke"], "LCAS": ["Left carotid artery embolism with stroke", "Cerebrovascular accident due to left carotid artery stenosis"], "BAE": ["Basilar artery embolism with stroke", "Abscess of brain", "Cerebrovascular accident due to embolism of basilar artery"], "BAES": ["Basilar artery embolism with stroke"], "BAEwS": ["Basilar artery embolism with stroke"], "RCA": ["Cerebrovascular accident due to right carotid artery occlusion", "Cerebrovascular accident due to right carotid artery stenosis", "Right sided cerebral hemisphere cerebrovascular accident", "Hemorrhage due to ruptured congenital cerebral aneurysm", "Cerebrovascular accident due to thrombus of right carotid artery"], "R-CVA": ["Cerebrovascular accident due to right carotid artery occlusion"], "R-CCA": ["Cerebrovascular accident due to right carotid artery occlusion"], "PCA-LPA": ["Cerebrovascular accident due to occlusion of left pontine artery"], "PCA-RPA": ["Cerebrovascular accident due to occlusion of right pontine artery"], "LCVO": ["Cerebrovascular accident due to occlusion of left carotid artery"], "LCAO": ["Cerebrovascular accident due to occlusion of left carotid artery", "Cerebrovascular accident due to thrombus of left carotid artery"], "LVA": ["Cerebrovascular accident due to occlusion of left cerebellar artery", "Cerebrovascular accident due to embolism of left vertebral artery", "Cerebrovascular accident due to thrombosis of left vertebral artery"], "LCDA": ["Cerebrovascular accident due to occlusion of left cerebellar artery"], "\u2022 RCA\\n\u2022 RCVA\\n\u2022 CCA-R\\n\u2022 CerebArx": ["Cerebrovascular accident due to occlusion of right cerebellar artery"], "CCH": ["Congenital cerebellar hypoplasia", "Chronic cluster headache"], "RCAstenosis": ["Cerebrovascular accident due to right carotid artery stenosis"], "R CAS": ["Cerebrovascular accident due to right carotid artery stenosis"], "LCA Stenosis": ["Cerebrovascular accident due to left carotid artery stenosis"], "CVA-Left Carotid Artery Stenosis": ["Cerebrovascular accident due to left carotid artery stenosis"], "LCASS": ["Cerebrovascular accident due to left carotid artery stenosis"], "CVA-LCAS": ["Cerebrovascular accident due to left carotid artery stenosis"], "NBCI": ["Injury of neonatal central nervous system due to birth trauma"], "NPCI": ["Injury of neonatal central nervous system due to birth trauma"], "NCNSI": ["Injury of neonatal central nervous system due to birth trauma"], "NCI": ["Injury of neonatal central nervous system due to birth trauma"], "CHRON": ["Congenital hypoplasia of right optic nerve"], "CHOLON": ["Congenital hypoplasia of left optic nerve"], "BOHN": ["Bilateral congenital hypoplasia of optic nerves"], "WDD": ["White matter disease", "White matter disorder due to nutritional deficiency"], "WMD": ["White matter disease"], "HAHS": ["Hepatic coma due to viral hepatitis A"], "EVLS": ["Endophlebitis of lateral venous sinus"], "EVDS": ["Endophlebitis of lateral venous sinus"], "LVS": ["Endophlebitis of lateral venous sinus", "Embolism of lateral venous sinus"], "DAH": ["Double athetosis"], "BMPS": ["Severe manic bipolar I disorder without psychotic features"], "CHSC": ["Cavernous hemangioma of spinal cord"], "BADAD": ["Behavioral disturbance co-occurrent and due to late onset Alzheimer dementia"], "LOAD-BD": ["Behavioral disturbance co-occurrent and due to late onset Alzheimer dementia"], "SCM": ["Myelopathy due to spinal cord compression", "Segmental cord myoclonus", "Split cord malformation", "Spinal cord myoclonus", "Secondary malignant neoplasm of cerebrum"], "SSP": ["Stress-related problem", "Secondary neurosyphilis", "Spastic syndrome", "Pedophilia, same sex", "Spastic spinal syphilitic paralysis"], "SRP": ["Stress-related problem", "Schizophrenia in remission"], "STR": ["Stress-related problem"], "MJ": ["Morbid jealousy"], "MMI": ["Delirium due to methamphetamine intoxication"], "DWD": ["Delirium due to drug withdrawal"], "IAWDW": ["Delirium due to drug withdrawal"], "ADDA": ["Depressive disorder caused by amphetamine", "Avoidant disorder of adolescence"], "ADHD-A": ["Depressive disorder caused by amphetamine"], "MDASD": ["Depressive disorder caused by methamphetamine"], "MDPD": ["Depressive disorder caused by methamphetamine"], "DIPDA": ["Bipolar disorder caused by drug"], "MDD+A": ["Recurrent mild major depressive disorder co-occurrent with anxiety"], "MADM": ["Recurrent moderate major depressive disorder co-occurrent with anxiety"], "MDD + AD": ["Recurrent major depressive disorder co-occurrent with anxiety in full remission"], "MDDx": ["Recurrent major depressive disorder in partial remission co-occurrent with anxiety", "Moderate recurrent major depression", "Recurrent major depression"], "MDDpAR": ["Recurrent major depressive disorder in partial remission co-occurrent with anxiety"], "IAD": ["Illness anxiety disorder", "Inhalant-induced anxiety disorder", "Mild alcohol dependence"], "IADDS": ["Illness anxiety disorder"], "MDDwAnx": ["Mild major depressive disorder co-occurrent with anxiety single episode", "Moderate major depressive disorder co-occurrent with anxiety single episode"], "MDD-E": ["Mild major depressive disorder co-occurrent with anxiety single episode"], "MDAD": ["Mild major depressive disorder co-occurrent with anxiety single episode"], "MADwAnx": ["Mild major depressive disorder co-occurrent with anxiety single episode"], "MDDxAnx": ["Moderate major depressive disorder co-occurrent with anxiety single episode"], "MDD-A": ["Moderate major depressive disorder co-occurrent with anxiety single episode"], "MADS": ["Moderate major depressive disorder co-occurrent with anxiety single episode"], "MDD-WA": ["Severe major depressive disorder co-occurrent with anxiety single episode"], "MDD-XA": ["Severe major depressive disorder co-occurrent with anxiety single episode"], "BNPR": ["Bulimia nervosa in partial remission"], "BNFR": ["Bulimia nervosa in full remission"], "NVC": ["Vascular dementia without behavioral disturbance"], "NfVB": ["Vascular dementia without behavioral disturbance"], "VDBP": ["Vascular dementia without behavioral disturbance"], "MCD": ["Disorder of neurometabolic regulation", "Myxedema cerebellar degeneration", "Motor cortical disorder"], "OOWD": ["Delirium due to opioid withdrawal"], "OWD": ["Delirium due to opioid withdrawal", "Opioid withdrawal"], "BP-II MD": ["Bipolar II disorder, most recent episode major depressive"], "SCABS": ["Spinal cord abscess"], "CC/CCI": ["Cortex contusion without open intracranial wound AND with concussion"], "Cbs": ["Cerebellar stroke"], "BAIANOE": ["Bilateral arteritic anterior ischemic optic neuropathy of eyes"], "AAIONLAE": ["Arteritic anterior ischemic optic neuropathy of left eye"], "AAION": ["Arteritic anterior ischemic optic neuropathy of right eye", "Arteritic ischemic optic neuropathy", "Arteritic anterior ischemic optic neuropathy"], "AION": ["Arteritic anterior ischemic optic neuropathy of right eye", "Arteritic ischemic optic neuropathy", "Anterior ischemic optic neuropathy", "Arteritic anterior ischemic optic neuropathy", "Autoimmune optic neuropathy"], "AAOON": ["Arteritic anterior ischemic optic neuropathy of right eye"], "RIS": ["Radiologically isolated syndrome", "Refractory infantile spasms"], "BSAE": ["Embolism of basilar sinus"], "BS": ["Embolism of basilar sinus", "Westphal-Strumpell syndrome", "Borries' syndrome", "Borderline schizophrenia", "Briquet's syndrome", "Bruns' syndrome", "Blepharospasm"], "AADAC": ["Acquired arteriovenous fistula of dura of cerebrum"], "SIH": ["Spontaneous intracranial hypotension", "Subpial intracranial hemorrhage", "Secondary intracranial hypotension"], "SIIPS": ["Spontaneous intracranial hypotension"], "MBDI": ["Mixed bipolar I disorder", "Mild manic bipolar I disorder"], "CLD": ["Cerebral lipidosis"], "AAN": ["Acute anoxic encephalopathy", "Atypical anorexia nervosa", "Arachnoiditis"], "CDLV": ["Congenital dilated lateral ventricles of brain"], "CLV": ["Congenital dilated lateral ventricles of brain"], "CDL": ["Congenital dilated lateral ventricles of brain"], "DLV": ["Congenital dilated lateral ventricles of brain"], "TM": ["Transverse myelopathy syndrome", "Thoracic disc prolapse with myelopathy", "Thoracic myelocele", "Thoracic myelopathy", "Traumatic meningocele", "Tuberculoma of meninges"], "TMS": ["Transverse myelopathy syndrome"], "BAPOA": ["Cerebrovascular accident due to occlusion of bilateral pontine arteries"], "BCVA": ["Cerebrovascular accident due to stenosis of bilateral vertebral arteries", "Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries", "Cerebrovascular accident due to occlusion of bilateral cerebellar arteries", "Cerebrovascular accident due to embolism of bilateral cerebellar arteries"], "VBAS": ["Cerebrovascular accident due to stenosis of bilateral vertebral arteries"], "BCAS": ["Cerebrovascular accident due to stenosis of bilateral carotid arteries"], "BCCA": ["Cerebrovascular accident due to stenosis of bilateral carotid arteries"], "OSI": ["Open fracture of T1-T6 level with spinal cord injury", "Open spinal subluxation with complete cervical cord lesion", "Open fracture of C1-C4 level with spinal cord injury"], "OF SCI": ["Open fracture of T1-T6 level with spinal cord injury", "Open fracture of C5-C7 level with spinal cord injury"], "CH": ["Cerebral hemiparesis", "Cerebral degeneration due to congenital hydrocephalus", "Cluster headache", "Upwards herniation of cerebellum", "Congenital cerebral hernia", "Communicating hydrocephalus", "Cerebral hemorrhage", "Crossed hemiparesis", "Cerebellar hematoma", "Cerebral hemiplegia", "Cerebellar hernia", "Congenital hydrocephalus", "Cortical hemorrhage", "Cerebral herniation", "Cerebellar hemorrhage", "Cerebral hyponatremia"], "SAH": ["Spontaneous hemorrhage of subarachnoid space from anterior communicating artery", "Subarachnoid hemorrhage", "Spontaneous subarachnoid hemorrhage", "Spontaneous hemorrhage of subarachnoid space from basilar artery", "Spontaneous hemorrhage of subarachnoid space from intracranial artery", "Spontaneous hemorrhage of subarachnoid space from left middle cerebral artery", "Spontaneous hemorrhage of subarachnoid space from left posterior communicating artery", "Hemorrhage into subarachnoid space of neuraxis", "Hemorrhage into subarachnoid space of spine", "Fetal or neonatal non-traumatic hemorrhage of subarachnoid space of brain"], "SAHA": ["Spontaneous hemorrhage of subarachnoid space from anterior communicating artery", "Spontaneous hemorrhage of subarachnoid space from intracranial artery"], "* C-Clust A \\n* CPD-A \\n* PD-A \\n* Cl-PD A \\n* ClA-PD": ["Cluster A personality disorder"], "CBG": ["Calcification of basal ganglia", "Corticobasal degeneration"], "CBGL": ["Calcification of basal ganglia"], "PGMC": ["Primary glioblastoma multiforme of cerebellum"], "GBM-C": ["Primary glioblastoma multiforme of cerebellum"], "PBGMT": ["Primary glioblastoma multiforme of brainstem"], "SDAIS": ["Sedative, hypnotic AND/OR anxiolytic-induced anxiety disorder"], "BPCA": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries"], "BPCAE": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries"], "PCAE": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries", "Cerebral infarction due to embolism of precerebral arteries", "Post-cerebrovascular accident epilepsy"], "PCVAE": ["Cerebrovascular accident due to embolism of bilateral posterior cerebral arteries"], "TBEV": ["Encephalitis due to European subtype of tick-borne encephalitis virus", "Encephalitis caused by tick-borne encephalitis virus"], "TBE": ["Encephalitis due to European subtype of tick-borne encephalitis virus", "Toothbrushing epilepsy", "Encephalitis caused by tick-borne encephalitis virus", "Encephalitis caused by Trypanosoma brucei", "Tuberculous encephalitis"], "ETVE": ["Encephalitis due to European subtype of tick-borne encephalitis virus"], "AMCM": ["Atypical meningioma of cerebral meninges"], "FHG": ["Factitious hypoglycemia"], "NA": ["Neonatal agitation"], "NAG": ["Neonatal agitation"], "NAH": ["Neonatal agitation"], "MC": ["Meningocele", "Severe bipolar II disorder, most recent episode major depressive with psychotic features, mood-congruent", "Myxedema coma", "Meningeal cyst", "Concussion with mental confusion AND/OR disorientation without loss of consciousness"], "PHGD": ["Partial growth hormone deficiency"], "PGHD": ["Partial growth hormone deficiency", "Psychosocial growth hormone deficiency"], "TTM": ["Trichotillomania"], "TTMD": ["Trichotillomania"], "CC-LOC": ["Cerebellar contusion without open intracranial wound AND with loss of consciousness"], "NAND or NAKP": ["Non-alcoholic Korsakoff's psychosis"], "VCF": ["Fracture of vertebral column with spinal cord injury"], "ITTF": ["Iatrogenic thyrotoxicosis factitia"], "FH": ["Facial hemiparesis", "Floating-Harbor syndrome", "Facial hemiplegia", "Functional hemiparesis", "Fetal hydrocephalus", "Flaccid hemiplegia"], "OADx": ["Organic anxiety disorder"], "CCP": ["Cortex contusion without open intracranial wound AND with loss of consciousness"], "RTL": ["Mass of right temporal lobe"], "LMNL": ["High lumbar myelomeningocele"], "HLMME": ["High lumbar myelomeningocele"], "LLMM": ["Low lumbar myelomeningocele"], "BD-I/MCat": ["Bipolar I disorder, most recent episode manic with catatonic features"], "CSSD": ["Cross syndrome", "Chronic stress disorder", "Corticostriatal-spinal degeneration"], "TAT.": ["Meningoencephalitis due to acquired toxoplasmosis"], "CD-CO": ["Conduct disorder, childhood-onset type"], "GID": ["Gender identity disorder of adulthood", "Gender identity disorder"], "GIDAS": ["Gender identity disorder of adulthood"], "GD": ["Gender identity disorder of adulthood", "Group delinquency", "Gestural tic disorder", "Generalized dystonia", "Grandiose delusion disorder", "Gaming disorder", "Gender dysphoria"], "IVS": ["Phlebitis of intracranial venous sinus", "Visual pathway disorder due to vascular disorder"], "IVCS": ["Phlebitis of intracranial venous sinus"], "ICVS": ["Phlebitis of intracranial venous sinus"], "MEME": ["Meningococcal encephalitis"], "MNE": ["Meningococcal encephalitis"], "PGC": ["Compulsive gambling", "Carcinoma of pineal gland"], "ICG": ["Compulsive gambling"], "PG": ["Compulsive gambling", "Pituitary granuloma"], "PDAG": ["Panic disorder with agoraphobia, severe agoraphobic avoidance AND mild panic attacks", "Panic disorder with agoraphobia AND severe panic attacks", "Panic disorder with agoraphobia, mild agoraphobic avoidance AND mild panic attacks", "Panic disorder with agoraphobia, moderate agoraphobic avoidance AND moderate panic attacks"], "F65.0": ["True compulsive fetishism"], "IGFID": ["Autosomal recessive isolated somatotropin deficiency"], "ISSTD": ["Autosomal recessive isolated somatotropin deficiency"], "LACo": ["Cerebrovascular accident due to occlusion of left anterior cerebral artery"], "LACA": ["Cerebrovascular accident due to occlusion of left anterior cerebral artery"], "CVA-LA": ["Cerebrovascular accident due to occlusion of left anterior cerebral artery"], "ADEMIDS": ["Acute disseminated encephalomyelitis following infectious disease"], "AMDR": ["Aseptic meningitis due to drug"], "USD": ["Undifferentiated somatoform disorder"], "USF": ["Undifferentiated somatoform disorder"], "ADPC": ["Adjustment disorder with physical complaints"], "ADwPhysCmps": ["Adjustment disorder with physical complaints"], "PDS": ["Psychological disorder during pregnancy", "Severe postnatal depression", "Psychotic disorder caused by psychoactive substance", "Intellectual disability, polydactyly, uncombable hair syndrome"], "PPC": ["Psychological disorder during pregnancy", "Postpartum depression"], "BCDD": ["Borderline cognitive developmental delay"], "DAD": ["Developmental academic disorder", "Developmental articulatory dyspraxia", "Drug-induced acute dystonia", "Developmental articulation disorder", "Developmental arithmetic disorder"], "DAID": ["Developmental academic disorder"], "TBAB": ["Tuberculous abscess of brain"], "PM": ["Plague meningitis", "Pseudomonas meningitis", "Pseudomeningocele", "Parasitic meningitis", "Photomyoclonus, diabetes mellitus, deafness, nephropathy and cerebral dysfunction", "Pachymeningitis", "Proteus meningitis", "Pygmalionism", "Post-infective myelitis", "Pyromania", "Paramyoclonus multiplex", "Protozoal myelitis", "Meningitis caused by Paramyxovirus", "Palatal myoclonus"], "APNP": ["Acute paralytic non-bulbar poliomyelitis"], "APPV": ["Acute paralytic poliomyelitis, vaccine-associated", "Acute paralytic poliomyelitis, wild virus, indigenous", "Acute paralytic poliomyelitis", "Acute paralytic poliomyelitis due to Human poliovirus 2", "Acute paralytic poliomyelitis due to Human poliovirus 3"], "APPVIW": ["Acute paralytic poliomyelitis, wild virus, imported"], "SVI": ["Slow viral central nervous system infection"], "HSV-1": ["Slow viral central nervous system infection"], "JC virus": ["Slow viral central nervous system infection"], "HTLV-I": ["Slow viral central nervous system infection"], "EL": ["Encephalitis lethargica", "Epidural lipomatosis"], "ELE": ["Encephalitis lethargica"], "PVVE": ["Postvaricella encephalitis", "Post smallpox vaccination encephalitis"], "AWDS": ["Alcohol intoxication delirium"], "AI-D": ["Alcohol intoxication delirium"], "FEV": ["Encephalitis due to Far Eastern tick-borne encephalitis virus"], "FETBVE": ["Encephalitis due to Far Eastern tick-borne encephalitis virus"], "HBVD": ["Hepatic coma due to acute hepatitis B with delta agent"], "VHC": ["Hepatic coma due to viral hepatitis C"], "HCV-HC": ["Hepatic coma due to viral hepatitis C"], "PFMCC": ["Plasmodium falciparum malaria with cerebral complications"], "PCFM": ["Plasmodium falciparum malaria with cerebral complications"], "PFCMC": ["Plasmodium falciparum malaria with cerebral complications"], "ASSM": ["Acute secondary syphilitic meningitis"], "IID": ["Inhalant intoxication delirium"], "LM": ["Leptospiral meningitis", "Lumbar myelocele", "Lymphocytic meningitis", "Listeria meningitis", "Lymphomatous meningitis", "Leptomeningitis", "Myelitis caused by bacterium"], "PHMA": ["Pheohyphomycotic brain abscess"], "PBM": ["Pheohyphomycotic brain abscess", "Postoperative bacterial meningitis"], "CCCS": ["Cerebral cryptococcosis"], "CcCS": ["Cerebral cryptococcosis"], "RCM": ["Rhinocerebral mucormycosis"], "CCN": ["Cysticercosis of central nervous system"], "LCNS": ["Late effects of central nervous system tuberculosis", "Late congenital neurosyphilis", "Listeria infection of the central nervous system"], "DRD": ["Developmental receptive language disorder", "Autosomal dominant dopa responsive dystonia", "Autosomal recessive dopa responsive dystonia"], "RLD": ["Developmental receptive language disorder", "Receptive language delay", "Restricted language development"], "DRLD": ["Developmental receptive language disorder"], "AEA": ["Atypical absence epilepsy", "Acquired epileptic aphasia", "Encephalitis associated with AIDS"], "BCOMA": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "BMOCA": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "BMCAO": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "BCOM": ["Cerebrovascular accident due to occlusion of bilateral middle cerebral arteries"], "MDDr": ["Moderate recurrent major depression", "Depressive disorder in remission", "Recurrent major depressive episodes, in remission"], "MRMD": ["Moderate recurrent major depression", "Mild recurrent major depression"], "CNSCA": ["Malignant neoplasm of cerebrum (excluding lobes and ventricles)", "Central nervous system calcification, deafness, tubular acidosis, anemia syndrome", "Primary malignant neoplasm of central nervous system"], "BCMT": ["Malignant neoplasm of cerebrum (excluding lobes and ventricles)", "Benign cerebral tumor"], "CNSCN": ["Malignant neoplasm of cerebrum (excluding lobes and ventricles)"], "BGNB": ["Malignant neoplasm of basal ganglia", "Malignant neoplasm of basal ganglia"], "BG Ca": ["Malignant neoplasm of basal ganglia"], "Glioblastoma": ["Malignant neoplasm of cerebral cortex", "Malignant neoplasm of corpus striatum", "Malignant neoplasm of parietal lobe"], "GMB": ["Malignant neoplasm of corpus striatum", "Primary malignant neoplasm of brain"], "MPGP": ["Malignant neoplasm of globus pallidus"], "MPN_GP": ["Malignant neoplasm of globus pallidus"], "GPNeop": ["Malignant neoplasm of globus pallidus"], "HHT": ["Malignant tumor of hypothalamus", "Benign tumor of hypothalamus"], "HTH": ["Malignant tumor of hypothalamus", "Tumor of hypothalamus", "Habit tic affecting hair"], "TNT": ["Malignant neoplasm of thalamus"], "TN": ["Malignant neoplasm of thalamus", "Toxoplasma neuroretinitis"], "MNT": ["Malignant neoplasm of thalamus", "Malignant neoplasm of tapetum"], "HNHC": ["Malignant neoplasm of hippocampus"], "HNC": ["Malignant neoplasm of hippocampus"], "MHP": ["Malignant neoplasm of hippocampus"], "MUOA": ["Malignant neoplasm of uncus"], "MUEN": ["Malignant neoplasm of uncus"], "MFVNV": ["Malignant neoplasm of floor of cerebral ventricle"], "MCVNV": ["Malignant neoplasm of floor of cerebral ventricle"], "BCNF": ["Malignant neoplasm of floor of cerebral ventricle"], "CVMF": ["Malignant neoplasm of floor of cerebral ventricle"], "CPMP": ["Malignant neoplasm of cerebral peduncle"], "MOA": ["Malignant neoplasm of medulla oblongata", "Malignant astrocytoma of optic nerve", "Malignant neoplasm of occipital lobe"], "MO": ["Malignant neoplasm of medulla oblongata", "Malignant meningioma of optic nerve sheath", "Infarction of medulla oblongata", "Hemorrhage of medulla oblongata"], "MBNM": ["Malignant neoplasm of midbrain"], "MBMT": ["Malignant neoplasm of midbrain"], "MPN": ["Malignant neoplasm of pons", "Macroprolactinoma"], "CCBC": ["Malignant neoplasm of corpus callosum"], "MTT": ["Malignant neoplasm of tapetum"], "MT": ["Malignant neoplasm of tapetum"], "MOB": ["Malignant neoplasm of olfactory bulb"], "ONOBF": ["Malignant neoplasm of olfactory bulb"], "OBNA": ["Malignant neoplasm of olfactory bulb"], "CDNM": ["Malignant neoplasm of cerebral dura mater"], "CAMA": ["Malignant neoplasm of cerebral arachnoid mater"], "CMNA": ["Malignant neoplasm of cerebral arachnoid mater"], "CPM": ["Malignant neoplasm of cerebral pia mater", "Central pontine myelinolysis", "Porencephaly, cerebellar hypoplasia, internal malformations syndrome"], "SPNM": ["Malignant neoplasm of spinal dura mater", "Malignant neoplasm of spinal pia mater"], "MENSA": ["Malignant neoplasm of spinal arachnoid mater"], "MSPNM": ["Malignant neoplasm of spinal pia mater"], "MNSPM": ["Malignant neoplasm of spinal pia mater"], "PCNS": ["Malignant neoplasm of pituitary gland and craniopharyngeal duct"], "CPD": ["Malignant tumor of craniopharyngeal duct", "Psychosis with origin in childhood", "Cerebral degeneration in childhood", "Chronic paranoid psychosis", "Coprophilia", "Cerebral degeneration in Parkinson's disease", "Compulsive personality disorder", "Diplegic cerebral palsy", "Non-spastic cerebral palsy", "Compulsive pedophilia", "Psychotic disorder caused by cannabis", "Cognitive impairment co-occurrent and due to primary psychotic disorder", "Parkinsonism caused by cyanide", "Cerebral depression in newborn", "Primary malignant neoplasm of craniopharyngeal duct"], "CPHG": ["Malignant tumor of craniopharyngeal duct", "Primary malignant neoplasm of craniopharyngeal duct"], "PCDO": ["Malignant tumor of craniopharyngeal duct"], "CBD": ["Corticobasal degeneration", "Sporadic cerebellar degeneration", "Cerebellar deficiency syndrome", "Atypical Parkinsonism", "Congenital brain damage"], "CBDC": ["Corticobasal degeneration"], "SMNBS": ["Secondary malignant neoplasm of brain and spinal cord"], "CV": ["Cerebellar vertigo", "Cortical vertigo"], "CVd": ["Cerebellar vertigo"], "ABORTION WITH FETAL ANOXIA (AWFA)\\nMAZE\\nMCAP\\nMCA": ["Legal termination of pregnancy with cerebral anoxia"], "LES": ["Lipoma of spinal epidural space", "Abscess in epidural space of lumbar spine", "Traumatic edema of lumbar spinal cord"], "LCIS": ["Lipoma of spinal canal - intradural"], "LSCT": ["Lipoma of spinal cord"], "LSC": ["Lipoma of spinal cord", "Edema of lumbar cord", "Transection of lumbar cord", "Fracture of lumbar spine with cord lesion", "Injury of lumbar spinal cord", "Concussion of lumbar spinal cord"], "BSTB": ["Benign neoplasm of brain, supratentorial", "Glioma of brainstem"], "CPG": ["Craniopharyngioma"], "CPH": ["Craniopharyngioma", "Subdural and cerebral hemorrhage due to birth trauma", "Coprophilia", "Cocaine-induced psychotic disorder with hallucinations", "Cerebellar pressure cone"], "IEDA": ["Epileptic drop attack"], "ODD-DSM-IV": ["Oppositional defiant disorder"], "NBBS": ["Neoplasm of uncertain behavior of brain and spinal cord"], "CNS-NB": ["Neoplasm of uncertain behavior of brain and spinal cord", "Neuroblastoma of brain", "Neuroblastoma of central nervous system"], "PBBS": ["Neoplasm of uncertain behavior of brain and spinal cord"], "MUC": ["Neoplasm of uncertain or unknown behavior of brain, supratentorial"], "CNSCT": ["Neoplasm of uncertain or unknown behavior of brain, supratentorial"], "SBTN": ["Neoplasm of uncertain or unknown behavior of brain, supratentorial"], "UBIT": ["Neoplasm of uncertain or unknown behavior of brain, infratentorial"], "HOSDC-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HCC-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HSC-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HOCM-T1DM": ["Hyperosmolar coma due to type 1 diabetes mellitus"], "HOSCD": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "HHC": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "HHF": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "HDCM": ["Hyperosmolar coma due to type 2 diabetes mellitus"], "IPH": ["Idiopathic panhypopituitarism", "Infantile posthemorrhagic hydrocephalus", "Intraparenchymal hematoma of brain", "Intraparenchymal hemorrhage of brain", "Hemorrhage in putamen", "Intrapontine hemorrhage", "Intracranial hypotension due to lumbar puncture"], "PHIP": ["Post-birth injury panhypopituitarism", "Post-infective hypopituitarism"], "FSHD": ["Follicle stimulating hormone deficiency", "Follicle stimulating hormone deficiency", "Hypogonadotropic hypogonadism due to follicle-stimulating hormone deficiency", "Dysmorphism, short stature, deafness, disorder of sex development syndrome", "Functional hypogonadotropic hypogonadism"], "LLD": ["LH - luteinizing hormone deficiency", "Language-related cognitive disorder", "Expressive language delay", "Developmental language disorder and impairment of receptive and expressive language"], "LHdef": ["LH - luteinizing hormone deficiency"], "DST": ["Diencephalic syndrome secondary to tumor"], "SAPHO": ["Westphal-Strumpell syndrome"], "MBLG": ["Metastatic neoplasm of left basal ganglion", "Metastatic neoplasm of left basal ganglion"], "LBGMT": ["Metastatic neoplasm of left basal ganglion"], "MBNG": ["Metastatic neoplasm of left basal ganglion"], "PLD": ["Pallidoluysian degeneration", "Profound learning disability"], "SMB": ["Syringomyelobulbia", "Syringomyelia and syringobulbia"], "OPC": ["Organic psychotic condition", "Sporadic olivopontocerebellar atrophy", "Olivopontocerebellar degeneration"], "PDDwD": ["Presenile dementia with delirium"], "\u2022 PDPD\\n\u2022 PDWP\\n\u2022 PSPD": ["Presenile dementia with paranoia"], "PDDT": ["Presenile dementia with depression"], "SDPD": ["Senile dementia with depressive or paranoid features"], "SDP": ["Senile dementia with depressive or paranoid features", "Senile dementia with paranoia", "Senile dementia with psychosis"], "SDWD": ["Senile dementia with depression"], "SDwD": ["Senile dementia with delirium"], "AADP": ["Arteriosclerotic dementia with paranoia"], "ADSD": ["Arteriosclerotic dementia with depression", "Adductor spastic dysphonia", "Adductor spastic dysphonia of dystonia"], "ADS": ["Arteriosclerotic dementia with depression", "Idiopathic adductor spastic dysphonia", "Amnestic disorder caused by substance", "Anxiety disorder caused by stimulant", "Amnestic disorder caused by volatile solvent"], "WKS": ["Korsakov's alcoholic psychosis with peripheral neuritis", "Wernicke's disease"], "Wernicke-Korsakoff syndrome": ["Korsakov's alcoholic psychosis with peripheral neuritis", "Alcohol amnestic disorder"], "CABD": ["Chronic alcoholic brain syndrome"], "Wernicke-Korsakoff Syndrome (WKS)": ["Chronic alcoholic brain syndrome"], "CADAS": ["Chronic alcoholic brain syndrome"], "CABS": ["Chronic alcoholic brain syndrome"], "AWH": ["Alcohol withdrawal hallucinosis"], "AWHS": ["Alcohol withdrawal hallucinosis"], "APD": ["Alcoholic paranoia", "Agoraphobia with panic attacks", "Anxious personality disorder", "Antisocial personality disorder", "Avoidant personality disorder", "Disorder of anterior pituitary", "Acquired prion disease", "Aphonia, deafness, retinal dystrophy, bifid halluces, intellectual disability syndrome", "Amphetamine-induced anxiety disorder", "Aphasia"], "AP": ["Alcoholic paranoia", "Abortive poliomyelitis", "Acquired porencephaly", "Acute poliomyelitis", "Affective psychosis", "Acute bulbar poliomyelitis due to Human poliovirus 2", "Atypical psychosis", "Acute psychosis"], "AWS": ["Alcohol withdrawal syndrome", "Beckwith-Wiedemann syndrome"], "AWSD": ["Alcohol withdrawal syndrome"], "DIP": ["Drug-induced psychosis", "Drug-induced hyperprolactinemia"], "DIPS": ["Drug-induced psychosis", "Drug-induced paranoia or hallucinatory states", "Drug-induced paranoid state"], "DPIP": ["Drug-induced psychosis"], "DIPPS": ["Drug-induced paranoid state"], "ICDS": ["Hallucinosis caused by drug"], "IDHS": ["Hallucinosis caused by drug"], "IHD.": ["Hallucinosis caused by drug"], "DID": ["Drug-induced delirium", "Drug-induced dystonia", "Deferred diagnosis on Axis II", "Mood disorder caused by dissociative drug", "Anxiety disorder caused by dissociative drug"], "DIND": ["Drug-induced delirium"], "DUD": ["Drug-induced dementia"], "DAS": ["Drug-induced amnestic syndrome", "Dystonia aphonia syndrome"], "DIA Syndrome": ["Drug-induced amnestic syndrome"], "DISD": ["Drug-induced depressive state"], "DIDDS": ["Drug-induced depressive state"], "DIPD": ["Drug-induced personality disorder"], "DIDP": ["Drug-induced personality disorder"], "TOP": ["Transient organic psychoses"], "PACT": ["Acute confusional state, post-traumatic"], "PCS": ["Acute confusional state, post-traumatic", "Psychologic conversion disorder", "Punch drunk syndrome", "Post-concussional personality disorder", "Posterior cord syndrome", "Open fracture of C1-C4 level with posterior cord syndrome", "Closed fracture of C5-C7 level with posterior cord syndrome", "Postconcussion syndrome", "Postseizure confusion", "Posterior cord syndrome of cervical spinal cord", "Posterior cord syndrome of cervical spinal cord at C2 level", "Posterior cord syndrome of cervical spinal cord at C6 level", "Posterior cord syndrome of thoracic spinal cord", "Posterior cord syndrome of thoracic spinal cord at T2 level", "Posterior cord syndrome of thoracic spinal cord at T3 level", "Posterior cord syndrome of thoracic spinal cord at T7 level", "Open fracture of T1-T6 level with posterior cord syndrome"], "ICAS": ["Acute confusional state, of infective origin", "Cerebral ischemic stroke due to stenosis of extracranial large artery"], "ACA": ["Acute confusional state, of infective origin", "Acute cerebellar ataxia", "Cognitive deficit due to and following ischemic cerebrovascular accident", "Acquired cerebral atrophy", "Astrocytoma of cerebrum"], "ACSE": ["Acute confusional state, of endocrine origin"], "ACOSMO": ["Acute confusional state, of metabolic origin"], "ACSFV": ["Acute confusional state, of cerebrovascular origin"], "ICPS": ["Subacute confusional state, post-traumatic", "Epilepsy characterized by intractable complex partial seizures"], "SCSI": ["Subacute confusional state, of infective origin"], "SCESO": ["Subacute confusional state, of endocrine origin"], "SCES": ["Subacute confusional state, of endocrine origin"], "ICF": ["Subacute confusional state, of metabolic origin", "Closed fracture of base of skull with concussion", "Intracranial hypotension due to cerebrospinal fluid fistula"], "SCCS-VA": ["Subacute confusional state, of cerebrovascular origin"], "ADx": ["Dementia associated with another disease", "Dementia"], "ADwD": ["Dementia associated with another disease", "Adjustment disorder with withdrawal"], "DLB": ["Dementia associated with another disease", "Dementia"], "VaD": ["Dementia associated with another disease"], "NOPS": ["Non-organic psychosis", "Non-organic parasomnia", "Non-organic psychosis in remission"], "NPD": ["Non-organic psychosis", "Myelopathy due to neoplastic disease", "Neurotic condition, insight present", "Narcissistic personality disorder"], "NPS": ["Non-organic psychosis", "Non-organic parasomnia"], "NOP": ["Non-organic psychosis"], "SZD": ["Schizophrenic disorders", "Disorganized schizophrenia", "Schizoaffective disorder", "Schizophreniform disorder"], "SZDs": ["Schizophrenic disorders"], "AES": ["Acute exacerbation of chronic schizophrenia", "Acute exacerbation of subchronic paranoid schizophrenia", "Acute exacerbation of chronic latent schizophrenia", "Acute exacerbation of chronic schizoaffective schizophrenia", "Acute viral encephalitis", "Absence seizure with automatisms", "Embolic stroke", "Abscess in epidural space of thoracic spine", "Encephalitis", "Autoimmune encephalitis"], "AESCS": ["Acute exacerbation of subchronic catatonic schizophrenia", "Abscess in epidural space of cervical spine"], "AECCS": ["Acute exacerbation of chronic catatonic schizophrenia"], "AE-CPSH": ["Acute exacerbation of chronic paranoid schizophrenia"], "LS": ["Latent schizophrenia", "Latent schizophrenia in remission", "Lissencephaly", "Lobotomy syndrome", "Loculation syndrome", "Late onset schizophrenia", "Lecherism", "Lowe syndrome"], "LSz": ["Latent schizophrenia"], "PSyD": ["Latent schizophrenia", "Posttraumatic stress disorder"], "SLCS": ["Subchronic latent schizophrenia"], "SLShz": ["Subchronic latent schizophrenia"], "CLSZ": ["Chronic latent schizophrenia"], "AESLS": ["Acute exacerbation of subchronic latent schizophrenia"], "AESL-SCHZ": ["Acute exacerbation of subchronic latent schizophrenia"], "LSR": ["Latent schizophrenia in remission"], "SAZS": ["Schizoaffective schizophrenia"], "SA": ["Schizoaffective schizophrenia", "Somatotroph adenoma", "Stranger anxiety", "Spinal arachnoiditis", "Spinal ataxia"], "SSASD": ["Subchronic schizoaffective schizophrenia"], "C-SAS": ["Chronic schizoaffective schizophrenia"], "CSA-S": ["Chronic schizoaffective schizophrenia"], "AES-SAS": ["Acute exacerbation of subchronic schizoaffective schizophrenia"], "AESSchiz": ["Acute exacerbation of subchronic schizoaffective schizophrenia"], "SAS-Exacerb": ["Acute exacerbation of subchronic schizoaffective schizophrenia"], "SZAER": ["Schizoaffective schizophrenia in remission"], "SMEM": ["Single manic episode, mild", "Single manic episode, moderate"], "SMEPS": ["Single manic episode, severe, with psychosis"], "SMI-FR": ["Single manic episode in full remission"], "RME": ["Recurrent manic episodes", "Recurrent manic episodes, mild", "Recurrent manic episodes, in full remission", "Refractory myoclonic epilepsy", "Recurrent manic episodes, in remission"], "RMAE": ["Recurrent manic episodes"], "RMEM": ["Recurrent manic episodes, moderate"], "Bipolar I Disorder": ["Recurrent manic episodes, severe, with psychosis"], "MDD-PS": ["Single major depressive episode, severe, with psychosis"], "RMDM": ["Recurrent major depressive episodes, mild"], "MDEM": ["Recurrent major depressive episodes, mild"], "RMD-E": ["Recurrent major depressive episodes, moderate"], "MDE": ["Recurrent major depressive episodes, moderate", "Manic disorder, single episode", "Severe bipolar II disorder, most recent episode major depressive, in remission", "Major depressive disorder", "Minor depressive disorder", "Minimal depression", "Minimal major depression single episode", "Bipolar I disorder, most recent episode depression"], "RD": ["Recurrent depression", "Rumination disorder", "RAB18 deficiency", "Aphonia, deafness, retinal dystrophy, bifid halluces, intellectual disability syndrome", "Reactive depression (situational)", "Dyslexia"], "RDep": ["Recurrent depression"], "MDD-R": ["Recurrent depression", "Major depression in remission", "Depressive disorder in remission"], "BD-CEM": ["Bipolar affective disorder, current episode manic"], "BD II": ["Bipolar affective disorder, currently manic, moderate", "Severe bipolar disorder without psychotic features"], "BPDA": ["Bipolar affective disorder, currently manic, moderate"], "BD-S": ["Bipolar affective disorder, currently manic, severe, with psychosis", "Severe depressed bipolar I disorder", "Severe bipolar disorder"], "BP-I": ["Bipolar affective disorder, currently manic, severe, with psychosis", "Bipolar I disorder", "Severe bipolar disorder", "Manic bipolar I disorder", "Bipolar type I disorder currently in full remission"], "BP-S": ["Bipolar affective disorder, currently manic, severe, with psychosis"], "BD-I/M": ["Bipolar affective disorder, currently manic, in full remission", "Bipolar I disorder, most recent episode manic"], "BPAD": ["Bipolar affective disorder, current episode depression", "Psychosis and severe depression co-occurrent and due to bipolar affective disorder"], "MBD": ["Mixed bipolar affective disorder", "Mixed bipolar affective disorder, mild", "Mixed bipolar affective disorder, moderate", "Mixed bipolar affective disorder, moderate", "Severe manic bipolar I disorder", "Marchiafava-Bignami disease", "Severe mixed bipolar I disorder without psychotic features", "Mixed bipolar affective disorder, severe", "Moderate bipolar disorder"], "MBAD": ["Mixed bipolar affective disorder", "Mixed bipolar affective disorder, mild", "Mixed bipolar affective disorder, in full remission"], "BPMD": ["Mixed bipolar affective disorder"], "BDIMPS": ["Mixed bipolar affective disorder, severe, with psychosis"], "MABD": ["Mixed bipolar affective disorder, in full remission"], "AMPD": ["Atypical manic disorder", "Amphetamine withdrawal", "Amphetamine-induced organic mental disorder", "Mood disorder with manic symptoms caused by amphetamine and amphetamine derivative", "Mood disorder with mixed depressive and manic symptoms caused by amphetamine and amphetamine derivative"], "ADAD": ["Atypical depressive disorder", "Anxiety disorder of adolescence"], "PDOS": ["Paranoid disorder"], "PDSD": ["Shared paranoid disorder"], "SPD": ["Shared paranoid disorder", "Secondary parkinsonism", "Schizophrenic prodrome", "Symptomatic parkinsonism", "Spinopontine degeneration", "Somatoform pain disorder", "Schizotypal personality disorder", "Syphilitic parkinsonism", "Schizoid personality disorder", "Sporadic Parkinson disease", "Schizophreniform disorder"], "PQ": ["Paranoia querulans"], "RDPsy": ["Reactive depressive psychosis"], "AHP": ["Acute hysterical psychosis", "Amygdalo-hippocampal epilepsy", "Alobar holoprosencephaly"], "AHS": ["Acute hysterical psychosis", "Amyelencephalus"], "PPPS": ["Psychogenic paranoid psychosis", "Parkinsonian pyramidal syndrome"], "CAPD": ["Psychosis with origin in childhood"], "COCPSIS": ["Psychosis with origin in childhood"], "IIA": ["Active infantile autism"], "RISA": ["Residual infantile autism", "Ruptured aneurysm of intracranial artery"], "RI Autism": ["Residual infantile autism"], "ADP": ["Active disintegrative psychoses", "Articulatory dyspraxia", "Primary degenerative dementia of the Alzheimer type, presenile onset in remission", "Antenatal depression"], "ADHD": ["Active disintegrative psychoses", "Child attention deficit disorder", "Hyperkinetic conduct disorder", "Undifferentiated attention deficit disorder", "ACTH deficiency", "Attention deficit hyperactivity disorder", "Articulation disorder due to hyperkinesis", "Cognitive disorder", "Adult attention deficit hyperactivity disorder"], "ACPS": ["Atypical childhood psychoses"], "ACPP": ["Atypical childhood psychoses"], "BCPC": ["Borderline psychosis of childhood"], "BPCHILD": ["Borderline psychosis of childhood"], "DTM": ["Dissociative tremor", "Motor tic disorder"], "DC": ["Dissociative convulsions", "Dissociative confusion"], "APDA": ["Agoraphobia with panic attacks"], "SOCAP": ["Social phobia, fear of eating in public"], "ED": ["Social phobia, fear of eating in public", "Eclampsia - delivered", "Overeating associated with other psychological disturbances", "Endogenous depression - recurrent", "Endogenous depression", "Eating disorder"], "SEFOP": ["Social phobia, fear of eating in public"], "CSPD": ["Social phobia, fear of eating in public"], "SPFS": ["Social phobia, fear of public speaking"], "* SAD \\n* SOAD \\n* SP \\n* SPAH": ["Social phobia, fear of public washing"], "OCD": ["Obsessive-compulsive disorder", "Compulsive neurosis"], "OCSD": ["Obsessive-compulsive disorder"], "ON": ["Obsessional neurosis", "Neoplasm of optic nerve", "Optic neuritis", "Orthorexia nervosa"], "OAN": ["Obsessional neurosis"], "OND": ["Obsessional neurosis", "Optic disc neovascularization", "Disorder of optic nerve", "Optic nerve and photoreceptor degeneration"], "WCN": ["Writer's cramp neurosis"], "WR": ["Writer's cramp neurosis"], "WC": ["Writer's cramp neurosis"], "PSN": ["Psychasthenic neurosis", "Paranoid schizophrenia", "Partington syndrome"], "HPD": ["Hypomanic personality disorder", "Hypochondriacal pain", "Chronic hypomanic personality disorder", "Sexual desire disorder", "Histrionic personality disorder", "Psychotic disorder caused by hypnotic", "Hyperactive postoperative delirium", "Hypoactive postoperative delirium"], "HPSD": ["Hypomanic personality disorder"], "* EUPD\\n* BPD\\n* EF\\n* UPPD": ["Emotionally unstable personality disorder"], "PIPD": ["Psychoinfantile personality"], "EPD": ["Eccentric personality disorder", "Explosive personality disorder", "Extrapyramidal disease"], "EPDS": ["Eccentric personality disorder", "Extrapyramidal disease"], "EPPD": ["Eccentric personality disorder"], "IPD": ["Immature personality disorder", "Involutional paranoid state", "Isolated prolactin deficiency", "Infection causing parkinsonism", "Iatrogenic pituitary disorder"], "IPPD": ["Immature personality disorder"], "IPD-P": ["Immature personality disorder"], "MPD": ["Masochistic personality disorder", "Mixed disorder of psychological development", "Mental disorders during pregnancy, childbirth and the puerperium", "Mental disorder during pregnancy - baby delivered", "Manipulative personality disorder", "Mild postnatal depression", "Multiple personality disorder", "Mental disorder in mother complicating pregnancy", "Pelizaeus Merzbacher like disease", "Manic symptoms co-occurrent and due to primary psychotic disorder"], "DSM-IV PD": ["Psychosexual identity disorder"], "CCAH": ["Continuous chronic alcoholism"], "ECA": ["Episodic chronic alcoholism"], "CADR": ["Chronic alcoholism in remission"], "NDAAC": ["Nondependent alcohol abuse, continuous"], "NAAE": ["Nondependent alcohol abuse, episodic"], "NAAR": ["Nondependent alcohol abuse in remission"], "NALR": ["Nondependent alcohol abuse in remission"], "AD abuse": ["Abuse of antidepressant drug"], "NDADAC": ["Nondependent antidepressant type drug abuse, continuous"], "NDATAE": ["Nondependent antidepressant type drug abuse, episodic"], "NDAADIR": ["Nondependent antidepressant type drug abuse in remission"], "SADRT": ["Somatoform autonomic dysfunction - respiratory tract"], "SADRTR": ["Somatoform autonomic dysfunction - respiratory tract"], "PAH": ["Psychogenic air hunger"], "PAHG": ["Psychogenic air hunger"], "NCSA": ["Neurocirculatory asthenia"], "NCA": ["Neurocirculatory asthenia"], "PSS": ["Psychogenic skin symptoms"], "PSysS": ["Psychogenic skin symptoms"], "FD": ["Psychogenic dyspepsia", "Focal dystonia", "Factitious disorder", "Functional dystonia"], "IBS-D": ["Psychogenic dyspepsia"], "PSO": ["Psychogenic symptom of special sense organ", "Psychoactive substance-induced organic hallucinosis"], "PSSO": ["Psychogenic symptom of special sense organ"], "TCT": ["Transient childhood tic"], "* SD": ["Sleep drunkenness"], "PR": ["Psychogenic rumination", "Paruresis"], "NOIFD": ["Non-organic infant feeding disturbance"], "NOIF": ["Non-organic infant feeding disturbance"], "AONLA": ["Non-organic loss of appetite"], "PSB": ["Psychogenic backache"], "PBa": ["Psychogenic backache"], "APSAS": ["Acute panic state due to acute stress reaction"], "AFS": ["Acute fugue state due to acute stress reaction", "Atkin Flaitz syndrome"], "ASR": ["Acute fugue state due to acute stress reaction", "Acute stupor state due to acute stress reaction"], "ASS": ["Acute stupor state due to acute stress reaction", "Autistic spectrum disorder with isolated skills", "Aase Smith type 1 syndrome"], "ASDS": ["Acute situational disturbance", "Autism spectrum disorder", "Atherosclerosis, deafness, diabetes, epilepsy, nephropathy syndrome"], "APSTS": ["Acute post-trauma stress state"], "DSM-IV": ["Stress reaction causing mixed disturbance of emotion and conduct"], "BDAR": ["Brief depressive adjustment reaction"], "PDAR": ["Prolonged depressive adjustment reaction", "Panic disorder with agoraphobia, agoraphobic avoidance in full remission AND moderate panic attacks"], "AEDD": ["Adolescent emancipation disorder"], "EADD": ["Early adult emancipation disorder"], "EED": ["Early adult emancipation disorder"], "CSTS": ["Culture shock"], "ARWA": ["Adjustment reaction with aggression"], "ARSAB": ["Adjustment reaction with antisocial behavior"], "ADRD": ["Adjustment reaction with destructiveness", "Adjustment disorder with mixed disturbance of emotions AND conduct", "Adjustment disorder with depressed mood in remission"], "ARP": ["Adjustment reaction with physical symptoms"], "EMAR": ["Elective mutism due to an adjustment reaction"], "NOSB": ["Specific nonpsychotic mental disorders following organic brain damage"], "OMI": ["Organic memory impairment"], "OMI-D": ["Organic memory impairment"], "CIP": ["Change in personality", "Cannabis-induced psychosis"], "PIB": ["Change in personality"], "CPIP": ["Change in personality"], "PVDS": ["Postviral depression"], "PVDP": ["Postviral depression"], "PVD": ["Postviral depression"], "CDP": ["Chronic depression", "Cerebellar disorder", "Cerebral cortical dysgenesis", "Conduct disorder, group type", "Psychotic disorder caused by cocaine", "Cerebral depression in newborn"], "CDD": ["Chronic depression", "Chronic mood disorder", "Cognitive developmental delay", "Childhood disintegrative disorder"], "ASCD": ["Aggressive unsocial conduct disorder", "Speech cortex disorder"], "IED": ["Isolated explosive disorder", "Introverted personality disorder", "Intermittent explosive disorder"], "CDCE": ["Childhood disorder of conduct and emotion"], "BSLWIOW": ["Brain stem laceration with open intracranial wound AND no loss of consciousness"], "BSLWOI": ["Brain stem laceration with open intracranial wound AND no loss of consciousness", "Brain stem laceration without open intracranial wound"], "BSLS": ["Brain stem laceration with open intracranial wound AND no loss of consciousness", "Brain stem laceration without open intracranial wound", "BSG syndrome", "Brown-S\u00e9quard syndrome of lumbar spinal cord", "Brown-S\u00e9quard syndrome at L3 level"], "ND": ["Neurotic delinquency"], "GAD": ["Disturbance of anxiety and fearfulness in childhood and adolescence", "Generalized anxiety disorder"], "AF.": ["Disturbance of anxiety and fearfulness in childhood and adolescence"], "* CAFD\\n* FAS\\n* FAD": ["Childhood and adolescent fearfulness disturbance"], "SJ": ["Sibling jealousy"], "AUAD": ["Academic underachievement disorder"], "CADD": ["Child attention deficit disorder", "Cocaine-induced anxiety disorder", "Macrocephaly and developmental delay syndrome"], "CHAAD": ["Child attention deficit disorder"], "ADHD-DD": ["Hyperkinesis with developmental delay"], "HCAD": ["Hyperkinetic conduct disorder"], "SRD": ["Specific reading disorder", "Sleep-related dystonia", "Serous detachment of right retinal pigment epithelium", "Serous retinal detachment of right eye", "Serous detachment of left retinal pigment epithelium", "Serous retinal detachment", "Serous detachment of retinal pigment epithelium", "Severe receptive language delay"], "Dyslexia": ["Specific reading disorder"], "CCIW-LOC": ["Cerebellar contusion with open intracranial wound AND loss of consciousness"], "BDIM": ["Bipolar affective disorder, current episode mixed", "Bipolar affective disorder, most recent episode mixed"], "NOI": ["Nonorganic insomnia"], "PSF": ["Elaboration of physical symptoms for psychological reasons"], "PSE": ["Elaboration of physical symptoms for psychological reasons", "Psychosensory epilepsy", "Polioencephalopathy", "Portal systemic encephalopathy", "Postoperative status epilepticus"], "EPS": ["Elaboration of physical symptoms for psychological reasons"], "MSDS": ["Mixed disorder of scholastic skills", "Myelodysplasia of spinal cord", "Seizures due to metabolic disorder"], "CPAD": ["Childhood phobic anxiety disorder"], "SADS": ["Childhood or adolescent disorder of social functioning", "Somatoform autonomic dysfunction", "Stokes-Adams attack"], "SADs": ["Childhood or adolescent disorder of social functioning"], "PFDIC": ["Psychogenic feeding disorder of infancy and childhood"], "PICC": ["Pica of infancy and childhood"], "NM": ["Meningococcal meningitis", "Neonatal meningitis", "Meningitis"], "SSM": ["Secondary syphilitic meningitis", "Secondary syringomyelia"], "TYF": ["Meningitis due to typhoid fever"], "TYP-F": ["Meningitis due to typhoid fever"], "AMM": ["Actinomycotic meningitis"], "PT": ["Meningitis due to pertussis", "Psychogenic tremor", "Benign teratoma of pineal region", "Psychogenic torticollis"], "Pseudomonas aeruginosa": ["Meningitis due to bacillus pyocyaneus"], "Burkholderia pyocyanus\\nPA": ["Meningitis due to bacillus pyocyaneus"], "BCP": ["Meningitis due to bacillus pyocyaneus", "Benign papilloma of choroid plexus", "Bilateral cerebral palsy"], "ECM": ["Escherichia coli meningitis"], "FB": ["Meningitis due to Friedlander bacillus", "Focal brain injury", "Factitious blistering", "Focal brain laceration"], "MMG": ["Morganella morganii meningitis"], "EM": ["Echovirus meningitis", "Exacerbation of multiple sclerosis", "Decision-making epilepsy", "Eosinophilic meningitis", "Encephalitis, myelitis and encephalomyelitis", "Encephalomyelopathy", "Encephalomalacia", "Encephalomyelitis", "Ependymitis", "Meningitis caused by Enterococcus"], "NPMM": ["Non-pyogenic meningitis"], "NPME": ["Non-pyogenic meningitis"], "SSPE": ["Subacute sclerosing panencephalitis", "Streptococcus infection of the central nervous system"], "PE": ["Polioencephalitis", "Eclampsia in pregnancy", "Eclampsia in labor", "Pituitary gland enlarged", "Parietal encephalocele", "Eclampsia in puerperium", "Psychomotor epilepsy", "Photogenic epilepsy"], "AVE": ["Arbovirus encephalitis", "Acute viral encephalitis"], "RAE": ["Rubella encephalitis"], "TE": ["Toxoplasma encephalitis", "Toxic encephalitis", "Tensaw encephalitis", "Toothbrushing epilepsy", "Temporal encephalocele", "Toxic encephalopathy", "Thinking epilepsy"], "TEA": ["Toxoplasma encephalitis"], "PIE": ["Post-immunization encephalitis", "Post-infectious encephalitis", "Post-influenza encephalitis", "Post-infectious encephalomyelitis"], "PBVE": ["Post BCG vaccination encephalitis"], "PTVE": ["Post typhoid vaccination encephalitis", "Post tetanus vaccination encephalitis", "Post typhus vaccination encephalitis"], "PPVE": ["Post paratyphoid vaccination encephalitis", "Post plague vaccination encephalitis", "Post pertussis vaccination encephalitis", "Post polio vaccination encephalitis"], "PCVE": ["Post cholera vaccination encephalitis"], "PTME": ["Post tetanus vaccination encephalitis"], "PTE": ["Post tetanus vaccination encephalitis", "Primary encephalitis", "Post-traumatic epilepsy", "Intractable partial temporal lobe epilepsy with impairment of consciousness"], "PDVE": ["Post diphtheria vaccination encephalitis"], "PDPVET": ["Post diphtheria vaccination encephalitis"], "PRVE": ["Post rabies vaccination encephalitis", "Post rubella vaccination encephalitis"], "PRV-Encephalitis": ["Post rabies vaccination encephalitis"], "PYFVE": ["Post yellow fever vaccination encephalitis"], "PMVE": ["Post measles vaccination encephalitis", "Post mumps vaccination encephalitis", "Post mixed vaccination encephalitis"], "PIVE": ["Post influenza vaccination encephalitis"], "PHAVE": ["Post hepatitis A vaccination encephalitis"], "PHBV-E": ["Post hepatitis B vaccination encephalitis"], "PIEase": ["Post-infectious encephalitis"], "ICAIS": ["Intracranial and intraspinal abscesses"], "EIA": ["Epidural intracranial abscess"], "SIA": ["Subdural intracranial abscess", "Subarachnoid intracranial abscess"], "SIDA": ["Subdural intracranial abscess"], "CCC": ["Congenital cerebral cyst", "Transection of cervical cord"], "TSVT": ["Thrombosis transverse sinus"], "TTS": ["Thrombosis transverse sinus", "Thyrotoxicosis due to inappropriate TSH secretion", "Gilles de la Tourette's syndrome", "Thrombophlebitis of transverse sinus"], "PCVS": ["Phlebitis cavernous sinus"], "SLPS": ["Phlebitis of superior longitudinal sinus"], "SLS": ["Phlebitis of superior longitudinal sinus"], "TCPS": ["Thrombophlebitis of cavernous sinus", "Toxic confusional state"], "TSVDS": ["Thrombophlebitis of superior longitudinal venous sinus"], "TLVS": ["Thrombophlebitis lateral venous sinus"], "KL": ["Leukodystrophy"], "ASMGD": ["Galactosylceramide beta-galactosidase deficiency"], "CDG": ["Cerebral degeneration in Gaucher's disease", "Cerebellar degeneration"], "NPB": ["Cerebral degeneration in Niemann-Pick disease"], "NPCD": ["Cerebral degeneration in Niemann-Pick disease"], "CDAD": ["Cerebral degeneration associated with another disorder", "Childhood disinhibited attachment disorder", "Cannabis delusional disorder"], "CJD": ["Cerebral degeneration associated with another disorder", "Cerebral degeneration due to Creutzfeldt-Jakob disease", "Cerebral degeneration", "Dementia due to Creutzfeldt Jakob disease", "Creutzfeldt-Jakob disease", "Degenerative disease of the central nervous system", "Classical sporadic Creutzfeldt-Jakob disease"], "ADL": ["Cerebral degeneration associated with another disorder"], "HGPS": ["Cerebral degeneration in Hunter's disease", "Huntington disease-like syndrome", "Hypogonadotropic hypogonadism with frontoparietal alopecia syndrome"], "HSD": ["Cerebral degeneration in Hunter's disease", "Disorders of spinal neurones manifest by hyperactivity", "Peripheral demyelinating neuropathy, central dysmyelinating leukodystrophy, Waardenburg syndrome, Hirschsprung disease"], "MPS VII CID": ["Cerebral degeneration in mucopolysaccharidosis"], "MPS VII CD": ["Cerebral degeneration in mucopolysaccharidosis"], "NOH": ["Non-obstructive hydrocephalus"], "NOHC": ["Non-obstructive hydrocephalus"], "BBE": ["Cerebral degeneration due to beriberi", "Bickerstaff's brainstem encephalitis"], "BBDA": ["Cerebral degeneration due to beriberi"], "CVAD": ["Cerebral degeneration due to cerebrovascular disease", "Cortical vascular dementia"], "CVD": ["Cerebral degeneration due to cerebrovascular disease", "Cerebral ventricular distension", "Cognitive deficit due to and following cerebrovascular disease", "Hemiplegia of nondominant side as late effect of cerebrovascular disease", "Hydrocephalus, costovertebral dysplasia, Sprengel anomaly syndrome", "Cortical vascular dementia"], "CHD": ["Cerebral degeneration due to congenital hydrocephalus", "Chronic hepatocerebral degeneration", "Cutaneous hypochondriasis", "Intellectual disability, congenital heart disease, blepharophimosis, blepharoptosis and hypoplastic teeth", "Brachydactyly, mesomelia, intellectual disability, heart defect syndrome"], "CDTN": ["Cerebral degeneration due to neoplastic disease"], "VB12D": ["Cerebral degeneration due to vitamin B12 deficiency"], "CID": ["Cerebral degeneration due to Creutzfeldt-Jakob disease", "Cerebral degeneration in childhood", "Identity disorder of childhood", "Cannabis intoxication delirium", "Caffeine-induced sleep disorder", "Cocaine intoxication delirium"], "PrPSC": ["Cerebral degeneration due to Creutzfeldt-Jakob disease"], "PMLD": ["Cerebral degeneration due to progressive multifocal leukoencephalopathy", "Pelizaeus Merzbacher like disease", "Pelizaeus Merzbacher like disease due to HSPD1 mutation", "Pelizaeus Merzbacher like disease due to AIMP1 mutation", "Profound learning disability"], "PML": ["Cerebral degeneration due to progressive multifocal leukoencephalopathy", "Progressive multifocal leukoencephalopathy"], "JCV-PMLD": ["Cerebral degeneration due to progressive multifocal leukoencephalopathy"], "EOCAWM": ["Early onset cerebellar ataxia with myoclonus"], "CAA": ["Cerebellar ataxia associated with another disorder", "Childhood absence epilepsy", "Congenital anomaly of cerebrum"], "MCTD": ["Myxedema cerebellar degeneration", "Epilepsy telangiectasia syndrome"], "PCDD": ["Paraneoplastic cerebellar degeneration"], "ASIA": ["Myelopathy due to acute infarction of spinal cord", "Spinal cord injury of multiple sites without spinal bone injury", "Multiple spinal cord injuries without spinal bone injury"], "AISC": ["Myelopathy due to acute infarction of spinal cord"], "SMATO": ["Myelopathy due to arterial thrombosis of spinal cord"], "SCMED": ["Myelopathy due to edema of spinal cord"], "HMSP": ["Myelopathy due to hematomyelia"], "SMAD": ["Myelopathy due to another disorder"], "IVDD": ["Myelopathy due to intervertebral disc disease", "Deferred diagnosis on Axis IV"], "IVDS": ["Myelopathy due to intervertebral disc disease"], "NDM": ["Myelopathy due to neoplastic disease", "Myelopathy due to nutritional deficiency"], "SPM": ["Myelopathy due to spondylosis", "Sexual pyromania"], "SPAS": ["Myelopathy due to spondylosis", "Complicated hereditary spastic paraplegia", "Spastic hemiplegia of right nondominant side", "Spastic tetraparesis"], "MSBS": ["Multiple sclerosis of the brainstem"], "BSMS": ["Multiple sclerosis of the brainstem"], "MS": ["Multiple sclerosis of the spinal cord", "Munchausen's syndrome", "Meige syndrome", "Morel laminar sclerosis", "Multiple sclerosis", "Myeloschisis", "Myoclonic seizure", "Inflammatory disease of the central nervous system", "Measles of the central nervous system", "Myelitis", "Demyelinating disease of central nervous system", "Mehes syndrome", "Martsolf syndrome", "Morvan syndrome", "Degenerative disease of the central nervous system"], "MSSC": ["Multiple sclerosis of the spinal cord"], "EMSS": ["Exacerbation of multiple sclerosis"], "EMS": ["Exacerbation of multiple sclerosis"], "HCPS": ["Hypotonic cerebral palsy", "Hemiplegic cerebral palsy"], "CP-Hypo": ["Hypotonic cerebral palsy"], "ST": ["Spastic tetraplegia", "Spasmodic torticollis"], "SPG": ["Spastic paraplegia", "Pure hereditary spastic paraplegia", "Syphilitic parkinsonism", "Spastic paraplegia, optic atrophy, neuropathy syndrome", "Spastic paraplegia, glaucoma, intellectual disability syndrome", "Granuloma of spinal subdural space caused by parasite"], "PSP": ["Progressive supranuclear palsy", "Progressive sclerosing poliodystrophy", "Progressive pseudobulbar palsy", "Progressive supranuclear ophthalmoplegia", "Portal systemic encephalopathy", "Supranuclear paralysis", "Atypical Parkinsonism", "Psychoactive substance-induced psychosis"], "PSPS": ["Progressive supranuclear palsy", "Parkinsonian pyramidal syndrome"], "GNCE": ["Generalized non-convulsive epilepsy"], "GNCS": ["Generalized non-convulsive epilepsy"], "BMESI": ["Benign myoclonic epilepsy in infancy"], "BMEI": ["Benign myoclonic epilepsy in infancy", "Benign myoclonic epilepsy in infancy, non-refractory"], "* PEC\\n* PIEIC": ["Partial epilepsy with impairment of consciousness"], "TLTLE": ["Temporal lobe epilepsy"], "TLE": ["Temporal lobe epilepsy"], "TLOE": ["Temporal lobe epilepsy"], "MDD-P": ["Severe bipolar II disorder, most recent episode major depressive with psychotic features, mood-congruent", "Severe mood disorder with psychotic features, mood-congruent", "Severe major depression with psychotic features, mood-incongruent"], "MLLE": ["Mesiobasal limbic epilepsy"], "EAa": ["Epileptic automatism"], "SSEp": ["Somatosensory epilepsy"], "SSE": ["Somatosensory epilepsy"], "PAES": ["Partial epilepsy with autonomic symptoms"], "PAESS": ["Partial epilepsy with autonomic symptoms"], "VRE": ["Visual reflex epilepsy", "Visual reflex epilepsy"], "VEE": ["Visual reflex epilepsy", "Visual epilepsy", "Primary viral encephalitis", "Dementia associated with viral encephalitis", "Encephalitis caused by Alphavirus", "Encephalitis caused by Venezuelan equine encephalomyelitis virus"], "RVE": ["Visual reflex epilepsy"], "CRE": ["Cursive (running) epilepsy"], "MHS": ["Sick headache", "MOMO syndrome"], "MV": ["Migraine variants", "Malignant ventriculitis", "Meningoencephalitis caused by virus", "Meningocele of vertex"], "MIGV": ["Migraine variants"], "CHA": ["Cluster headache", "Cerebral hemisphere hemorrhage", "Crossed hemiplegia"], "CSFLSP": ["Cerebrospinal fluid leak from spinal puncture"], "IHFSV": ["Intracranial hypotension following ventricular shunting"], "CMAs": ["Cerebral meningeal adhesions"], "CMAd": ["Cerebral meningeal adhesions"], "SMAs": ["Spinal meningeal adhesions"], "SMCs": ["Cyst of spinal meninges"], "SMCS": ["Cyst of spinal meninges"], "AR": ["Athetosis with rigidity", "Adjustment reaction of adolescence"], "ORA": ["Optic atrophy secondary to retinal disease"], "ORAT": ["Optic atrophy secondary to retinal disease"], "HOPA": ["Disorder of optic chiasm due to pituitary disorder"], "HPCDO": ["Disorder of optic chiasm due to pituitary disorder"], "DOOCN": ["Disorder of optic chiasm due to non-pituitary neoplasm"], "DOC": ["Disorder of optic chiasm due to non-pituitary neoplasm"], "AOCD": ["Disorder of optic chiasm due to vascular disorder"], "AOC": ["Inflammatory disorder of optic chiasm"], "VPND": ["Visual pathway disorder due to neoplasm"], "VPB": ["Visual pathway disorder due to neoplasm"], "VIP": ["Visual pathway disorder due to vascular disorder"], "VISO": ["Visual pathway disorder due to vascular disorder", "Visual cortex disorder due to vascular disorder"], "IODOT": ["Inflammatory disorder of optic tract"], "VCDN": ["Visual cortex disorder due to neoplasm"], "VCN": ["Visual cortex disorder due to neoplasm"], "VCND": ["Visual cortex disorder due to neoplasm"], "VCVD": ["Visual cortex disorder due to vascular disorder"], "VCDD": ["Visual cortex disorder due to vascular disorder"], "IVDO": ["Inflammatory disorder of visual cortex"], "* NCHBT\\n* NCBHBT": ["Neonatal cerebral hematoma due to birth trauma"], "OISDH": ["Opioid-induced psychotic disorder with hallucinations"], "RORA": ["Optic atrophy associated with retinal dystrophy"], "DSM-V": ["Axis V diagnosis"], "GAF": ["Axis V diagnosis"], "SAH-CSB": ["Subarachnoid hemorrhage from carotid siphon and bifurcation"], "VAH": ["Subarachnoid hemorrhage from vertebral artery"], "VA-SAH": ["Subarachnoid hemorrhage from vertebral artery", "Subarachnoid hemorrhage from vertebral artery aneurysm"], "VASAH": ["Subarachnoid hemorrhage from vertebral artery"], "BGH": ["Basal ganglia hemorrhage"], "ECH": ["External capsule hemorrhage", "Episodic cluster headache"], "ICHIIV": ["Intracerebral hemorrhage, intraventricular"], "ICH-ML": ["Intracerebral hemorrhage, multiple localized"], "NSTDH": ["Non-traumatic subdural hemorrhage"], "NSH": ["Non-traumatic subdural hemorrhage"], "PCIA": ["Cerebral infarction due to embolism of precerebral arteries", "Infarction - precerebral", "Cerebral infarction due to stenosis of precerebral artery"], "CITT": ["Cerebral infarction due to thrombosis of cerebral arteries"], "\u2022 CVAE\\n\u2022 CE\\n\u2022 CI\\n\u2022 MCAI (for Middle Cerebral Artery Infarction)\\n\u2022 AIS": ["Cerebral infarction due to embolism of cerebral arteries"], "CHAOS": ["Carotid artery syndrome hemispheric", "Communicating hydrocephalus co-occurrent and due to congenital agenesis of arachnoid villi", "Disorder of optic chiasm associated with vascular disorder"], "CASH": ["Carotid artery syndrome hemispheric"], "ICISS": ["Impending cerebral ischemia"], "MCAOS": ["Middle cerebral artery syndrome"], "MCAS": ["Middle cerebral artery syndrome", "Myoclonus, cerebellar ataxia, deafness syndrome"], "ACoAS": ["Anterior cerebral artery syndrome"], "ACA syndrome": ["Anterior cerebral artery syndrome"], "PCA Syndrome": ["Posterior cerebral artery syndrome"], "PCAIS": ["Posterior cerebral artery syndrome"], "PCAS": ["Posterior cerebral artery syndrome", "Paroxysmal choreoathetosis"], "BSS": ["Brainstem stroke syndrome", "Brown-S\u00e9quard syndrome", "Brown-S\u00e9quard syndrome at T6 level", "Brown-S\u00e9quard syndrome at T7 level"], "BSST": ["Brainstem stroke syndrome"], "LSCVA": ["Left sided cerebral hemisphere cerebrovascular accident"], "LSCI": ["Left sided cerebral hemisphere cerebrovascular accident", "Injury of lumbar spinal cord"], "RSCVA": ["Right sided cerebral hemisphere cerebrovascular accident"], "RSVCA": ["Right sided cerebral hemisphere cerebrovascular accident"], "CVT-I": ["Cerebral infarction due to cerebral venous thrombosis, non-pyogenic"], "CVT-NP": ["Cerebral infarction due to cerebral venous thrombosis, non-pyogenic"], "MDDER": ["Single episode of major depression in full remission"], "GE": ["Generalized epilepsy", "Granular ependymitis"], "GEQ": ["Generalized epilepsy"], "GES": ["Generalized epilepsy", "Generalized-onset seizures", "Gelastic seizure"], "LODS": ["Late onset dysthymia"], "* HPD\\n* ISPD\\n* SIPS\\n* SPDS\\n* TIPS": ["Sedative, hypnotic AND/OR anxiolytic-induced psychotic disorder with delusions"], "IPONCS": ["Incipient prechiasmal optic nerve compression syndrome"], "PDAGOA": ["Panic disorder with agoraphobia, mild agoraphobic avoidance AND severe panic attacks", "Panic disorder with agoraphobia, severe agoraphobic avoidance AND severe panic attacks", "Panic disorder with agoraphobia, moderate agoraphobic avoidance AND panic attacks in partial remission", "Panic disorder with agoraphobia, moderate agoraphobic avoidance AND severe panic attacks"], "MH": ["Menopausal headache"], "SWS": ["Sturge-Weber syndrome", "Microcephalus, hypergonadotropic hypogonadism, short stature syndrome"], "SWD": ["Sturge-Weber syndrome", "Sleep walking disorder"], "SWSy": ["Sturge-Weber syndrome"], "PE None: -# parsed_output: Dict[str, Union[str, Dict[str, str], None]] = { -# "TermURL": "nb:Diagnosis", -# "Levels": {"PD": "Parkinson's Disease", "CTRL": "Healthy Control"}, -# } -# expected_result = TSVAnnotations( -# Description="Group variable", -# Levels={"PD": "Parkinson's disease", "CTRL": "Healthy Control"}, -# Annotations=Annotations( -# IsAbout=IsAboutGroup(Label="Diagnosis", TermURL="nb:Diagnosis"), -# Levels={ -# "PD": { -# "TermURL": "snomed:49049000", -# "Label": "Parkinson's disease", -# }, -# "CTRL": {"TermURL": "ncit:C94342", "Label": "Healthy Control"}, # noqa: E501 -# }, -# ), -# ) -# result = process_parsed_output(parsed_output, "snomed") -# assert result == expected_result +def test_diagnosis_variable( + levels_mapping_fixture: Union[ + Dict[str, Dict[str, str]], Dict[str, List[Dict[str, str]]] + ] +) -> None: + parsed_output: Dict[str, Union[str, Dict[str, str], None]] = { + "TermURL": "nb:Diagnosis", + "Levels": { + "PD": [ + "Indication for modification of patient cognitive status", + "Persistent depressive disorder", + "Presenile dementia", + "Uncomplicated presenile dementia", + "Paranoid disorder", + "Psychogenic dyspepsia", + "Prion disease", + "Patchy dementia", + "Pallidal degeneration", + "Paroxysmal dystonia", + "Mania", + "Parkinsonism", + "Personality disorder", + "Panic disorder", + "Phobic disorder", + "Psychologic dyspareunia", + "Panic disorder without agoraphobia with severe panic attacks", + "Parkinson's disease", + "Psychosexual disorder", + "Axis II diagnosis", + "Psychotic disorder", + "Disorder of basal ganglia", + "Mental disorder", + "Primary dysthymia", + ], + "CTRL": ["left for user"], + "Group": ["left for user"], + }, + } + expected_result = TSVAnnotations( + Description="Group variable", + Levels={ + "PD": [ + "Indication for modification of patient cognitive status", + "Persistent depressive disorder", + "Presenile dementia", + "Uncomplicated presenile dementia", + "Paranoid disorder", + "Psychogenic dyspepsia", + "Prion disease", + "Patchy dementia", + "Pallidal degeneration", + "Paroxysmal dystonia", + "Mania", + "Parkinsonism", + "Personality disorder", + "Panic disorder", + "Phobic disorder", + "Psychologic dyspareunia", + "Panic disorder without agoraphobia with severe panic attacks", + "Parkinson's disease", + "Psychosexual disorder", + "Axis II diagnosis", + "Psychotic disorder", + "Disorder of basal ganglia", + "Mental disorder", + "Primary dysthymia", + ], + "CTRL": ["left for user"], + "Group": ["left for user"], + }, + Annotations=Annotations( + IsAbout=IsAboutGroup(Label="Diagnosis", TermURL="nb:Diagnosis"), + Levels={ + "PD": [ + { + "TermURL": "snomed:109898005", + "Label": "Indication for modification of patient cognitive status", + }, + { + "TermURL": "snomed:1153575004", + "Label": "Persistent depressive disorder", + }, + { + "TermURL": "snomed:12348006", + "Label": "Presenile dementia", + }, + { + "TermURL": "snomed:191451009", + "Label": "Uncomplicated presenile dementia", + }, + { + "TermURL": "snomed:191667009", + "Label": "Paranoid disorder", + }, + { + "TermURL": "snomed:191972002", + "Label": "Psychogenic dyspepsia", + }, + {"TermURL": "snomed:20484008", "Label": "Prion disease"}, + { + "TermURL": "snomed:230289009", + "Label": "Patchy dementia", + }, + { + "TermURL": "snomed:230302004", + "Label": "Pallidal degeneration", + }, + { + "TermURL": "snomed:230310003", + "Label": "Paroxysmal dystonia", + }, + {"TermURL": "snomed:231494001", "Label": "Mania"}, + {"TermURL": "snomed:32798002", "Label": "Parkinsonism"}, + { + "TermURL": "snomed:33449004", + "Label": "Personality disorder", + }, + {"TermURL": "snomed:371631005", "Label": "Panic disorder"}, + { + "TermURL": "snomed:386810004", + "Label": "Phobic disorder", + }, + { + "TermURL": "snomed:41021005", + "Label": "Psychologic dyspareunia", + }, + { + "TermURL": "snomed:43150009", + "Label": "Panic disorder without agoraphobia with severe panic attacks", + }, + { + "TermURL": "snomed:49049000", + "Label": "Parkinson's disease", + }, + { + "TermURL": "snomed:56627002", + "Label": "Psychosexual disorder", + }, + { + "TermURL": "snomed:56641006", + "Label": "Axis II diagnosis", + }, + { + "TermURL": "snomed:69322001", + "Label": "Psychotic disorder", + }, + { + "TermURL": "snomed:70835005", + "Label": "Disorder of basal ganglia", + }, + {"TermURL": "snomed:74732009", "Label": "Mental disorder"}, + { + "TermURL": "snomed:83176005", + "Label": "Primary dysthymia", + }, + ], + "CTRL": [{}], + "Group": [{}], # noqa: E501 + }, + ), + ) + result = process_parsed_output(parsed_output, "snomed") + assert result == expected_result def test_session_id(levels_mapping_fixture: Dict[str, Dict[str, str]]) -> None: diff --git a/tests/test_llm_abbreviations.py b/tests/test_llm_abbreviations.py index 35d95ae..fd66765 100644 --- a/tests/test_llm_abbreviations.py +++ b/tests/test_llm_abbreviations.py @@ -44,7 +44,9 @@ def test_generate_abbreviations_pdf(tmp_path: str) -> None: @patch("rag_documents.llm_abbreviations.ChatOllama") -@patch("rag_documents.llm_abbreviations.generate_abbreviations_pdf") +@patch( + "rag_documents.llm_abbreviations.generate_abbreviations_pdf" +) def test_main( mock_generate_pdf: MagicMock, MockChatOllama: MagicMock, tmp_path: str ) -> None: diff --git a/tests/test_llm_categorization.py b/tests/test_llm_categorization.py index 5e2b34d..59ecbfd 100644 --- a/tests/test_llm_categorization.py +++ b/tests/test_llm_categorization.py @@ -11,7 +11,7 @@ import pytest # noqa: E402 from app.categorization.llm_categorization import ( # noqa: E402 AssessmentTool, - # Diagnosis, + Diagnosis, llm_invocation, ) from app.categorization.llm_helper import ( # noqa: E402 @@ -118,26 +118,68 @@ def test_llm_invocation_age(mock_llm_response: Any) -> None: assert output == expected_output -# def test_llm_invocation_diagnosis(mock_llm_response: Any) -> None: -# key = "diagnosis" -# value = "diagnosis PD PD HC HC PD" -# mock_llm_response.return_value = "yes" +def test_llm_invocation_diagnosis(mock_llm_response: Any) -> None: + key = "diagnosis" + value = "diagnosis PD PD HC HC PD" + mock_llm_response.return_value = "yes" + + with patch( + "app.categorization.promptTemplate.PromptTemplate" + ) as MockPromptTemplate: + mock_chain = MagicMock() + mock_chain.invoke.return_value = "yes" + MockPromptTemplate.return_value.__or__.return_value = mock_chain -# with patch( -# "app.categorization.promptTemplate.PromptTemplate" -# ) as MockPromptTemplate: -# mock_chain = MagicMock() -# mock_chain.invoke.return_value = "yes" -# MockPromptTemplate.return_value.__or__.return_value = mock_chain + with patch( + "app.categorization.llm_categorization.DiagnosisPrompt", + new=MagicMock(), + ) as DiagnosisPrompt: + DiagnosisPrompt.__or__.return_value = mock_chain + output = Diagnosis(key, value, "snomed") + expected_output = { + 'TermURL': 'nb:Diagnosis', + 'Levels': { + 'PD': [ + 'Indication for modification of patient cognitive status', + 'Persistent depressive disorder', + 'Presenile dementia', + 'Uncomplicated presenile dementia', + 'Paranoid disorder', + 'Psychogenic dyspepsia', + 'Prion disease', + 'Patchy dementia', + 'Pallidal degeneration', + 'Paroxysmal dystonia', + 'Mania', + 'Parkinsonism', + 'Personality disorder', + 'Panic disorder', + 'Phobic disorder', + 'Psychologic dyspareunia', + 'Panic disorder without agoraphobia with severe panic attacks', + "Parkinson's disease", + 'Psychosexual disorder', + 'Axis II diagnosis', + 'Psychotic disorder', + 'Disorder of basal ganglia', + 'Mental disorder', + 'Primary dysthymia' + ], + 'HC': [ + 'Healthy Control', + 'Hemichorea', + 'Hemicephaly', + 'Hydrocephalus', + 'Hepatitis with hepatic coma', + "Huntington's chorea", + 'Hypomyelination and congenital cataract', + 'Hepatic coma', + "Henoch's chorea" + ] + } +} -# with patch( -# "app.categorization.llm_categorization.DiagnosisPrompt", -# new=MagicMock(), -# ) as DiagnosisPrompt: -# DiagnosisPrompt.__or__.return_value = mock_chain -# output = Diagnosis(key, value, "snomed") -# expected_output = {"TermURL": "nb:Diagnosis"} -# assert output == expected_output + assert output == expected_output def test_llm_invocation_assessment_cogatlas(mock_llm_response: Any) -> None: @@ -210,6 +252,7 @@ def test_sex_level() -> None: assert output == expected_output + def test_age_format() -> None: result_dict = {"age": "34 35.3 NA"} output = AgeFormat(result_dict, "age") @@ -233,4 +276,4 @@ def test_get_assessment_label() -> None: assert ( get_assessment_label("handedness", "snomed") == "Cannot evaluate column header: no match found." - ) + ) \ No newline at end of file diff --git a/tests/test_processing_api.py b/tests/test_processing_api.py index 91dc83b..10dee5a 100644 --- a/tests/test_processing_api.py +++ b/tests/test_processing_api.py @@ -435,72 +435,72 @@ def test_process_files_assessment_cogatlas(mock_llm_response: Any) -> None: os.remove(response_file_path) -def test_process_files_assessment_snomed(mock_llm_response: Any) -> None: - with patch( - "categorization.promptTemplate.PromptTemplate" - ) as MockPromptTemplate: - mock_chain = MagicMock() - mock_chain.invoke.return_value = "yes" - MockPromptTemplate.return_value.__or__.return_value = mock_chain - - with patch( - "categorization.llm_categorization.AssessmentToolPrompt", - new=MagicMock(), - ) as MockGeneralPrompt: - MockGeneralPrompt.__or__.return_value = mock_chain - - # Create a temporary TSV file for testing - file_path: str = "test_file.tsv" - with open(file_path, "w") as f: - f.write("BDI\n18\n24\n06") - - # Make the request - with open(file_path, "rb") as f: - response = client.post( - "/process/", - files={"file": (file_path, f, "text/tsv")}, - params={"code_system": "snomed"}, - ) - - # Check the response - assert response.status_code == 200 - assert response.headers["Content-Type"] == "application/json" - - # Save the response content to a temporary file for validation - response_file_path: str = "response.json" - with open(response_file_path, "wb") as out_file: - out_file.write(response.content) - - # Check that the response file exists - assert os.path.exists(response_file_path) - - # Load and verify the content of the response file - with open(response_file_path) as out_file: - response_json: dict[str, Any] = json.load(out_file) - - expected_output_sex = { - "BDI": { - "Description": "Description of Assessment Tool conducted", - "Annotations": { - "IsAbout": { - "Label": "Assessment Tool", - "TermURL": "nb:Assessment", - }, - "IsPartOf": { - "TermURL": "snomed:273306008", - "Label": "Beck depression inventory", - }, - }, - } - } - - print(mock_llm_response()) - print(response_json) - assert response_json == expected_output_sex - - # Clean up the temporary files - os.remove(file_path) - os.remove(response_file_path) +# def test_process_files_assessment_snomed(mock_llm_response: Any) -> None: +# with patch( +# "categorization.promptTemplate.PromptTemplate" +# ) as MockPromptTemplate: +# mock_chain = MagicMock() +# mock_chain.invoke.return_value = "yes" +# MockPromptTemplate.return_value.__or__.return_value = mock_chain + +# with patch( +# "categorization.llm_categorization.AssessmentToolPrompt", +# new=MagicMock(), +# ) as MockGeneralPrompt: +# MockGeneralPrompt.__or__.return_value = mock_chain + +# # Create a temporary TSV file for testing +# file_path: str = "test_file.tsv" +# with open(file_path, "w") as f: +# f.write("BDI\n18\n24\n06") + +# # Make the request +# with open(file_path, "rb") as f: +# response = client.post( +# "/process/", +# files={"file": (file_path, f, "text/tsv")}, +# params={"code_system": "snomed"}, +# ) + +# # Check the response +# assert response.status_code == 200 +# assert response.headers["Content-Type"] == "application/json" + +# # Save the response content to a temporary file for validation +# response_file_path: str = "response.json" +# with open(response_file_path, "wb") as out_file: +# out_file.write(response.content) + +# # Check that the response file exists +# assert os.path.exists(response_file_path) + +# # Load and verify the content of the response file +# with open(response_file_path) as out_file: +# response_json: dict[str, Any] = json.load(out_file) + +# expected_output_sex = { +# "BDI": { +# "Description": "Description of Assessment Tool conducted", +# "Annotations": { +# "IsAbout": { +# "Label": "Assessment Tool", +# "TermURL": "nb:Assessment", +# }, +# "IsPartOf": { +# "TermURL": "snomed:273306008", +# "Label": "Beck depression inventory", +# }, +# }, +# } +# } + +# print(mock_llm_response()) +# print(response_json) +# assert response_json == expected_output_sex + +# # Clean up the temporary files +# os.remove(file_path) +# os.remove(response_file_path) # Define mock return values for all columns