:param request:
:param disorder_id: primary key of disorder
:returns a JSON or HTML serialization for a disorder
:raises HTTP404 if no disorder found

GET /api/v2/disorder/833?format=api
HTTP 200 OK
Allow: GET, POST, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "GLRA1-related Glycine receptor subunit alpha 1 deficiency",
    "name_alt1": "Hereditary hyperekplexia type 1",
    "name_alt2": null,
    "abbr": "HKPX1",
    "gene_sym": "GLRA1",
    "chr_local": "5q33.1",
    "aff_prot": "Glycine receptor α1 subunit",
    "omim_no": "149400",
    "subtype": "idiopathic",
    "hgnc_gene_sym": "GLRA1",
    "hgnc_gene_name": "",
    "ncbi_gene": null,
    "uniprot": null,
    "kegg": null,
    "treatability": "unknown",
    "gene_reviews": null,
    "prevalence": null,
    "orphacode": "3197",
    "nosology_iem_code": "IEM0189",
    "icimd_nosology_subgroup_code": "Glycine neurotransmitter disorders",
    "icimd_nosology_disorder_num": "23.4.05.01",
    "inheritance": "Autosomal Dominant, Autosomal Recessive",
    "wiki_pathways": [],
    "symptom_specs": {
        "clinical": {
            "Alert affect": {
                "neonatal": "",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Alert affect",
                    "lab_name": "Alert affect",
                    "systems": [
                        "Psychiatric"
                    ],
                    "biochemical_test": null,
                    "hmdb": "",
                    "systems_ids": [
                        22
                    ],
                    "is_lab": false
                }
            },
            "EEG, abnormal": {
                "neonatal": "+",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "EEG, abnormal",
                    "lab_name": "EEG, abnormal",
                    "systems": [
                        "Neurologic",
                        "Neurologic - Seizures"
                    ],
                    "biochemical_test": null,
                    "hmdb": null,
                    "systems_ids": [
                        3,
                        72
                    ],
                    "is_lab": false
                }
            },
            "Frightened expression": {
                "neonatal": "",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Frightened expression",
                    "lab_name": "Frightened expression",
                    "systems": [
                        "Psychiatric"
                    ],
                    "biochemical_test": null,
                    "hmdb": "",
                    "systems_ids": [
                        22
                    ],
                    "is_lab": false
                }
            },
            "Hypertonia": {
                "neonatal": "+",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Hypertonia",
                    "lab_name": "Hypertonia",
                    "systems": [
                        "Neurologic"
                    ],
                    "biochemical_test": null,
                    "hmdb": "",
                    "systems_ids": [
                        3
                    ],
                    "is_lab": false
                }
            },
            "Hypokinesia": {
                "neonatal": "",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Hypokinesia",
                    "lab_name": "Hypokinesia",
                    "systems": [
                        "Neurologic",
                        "Neurologic - Movement"
                    ],
                    "biochemical_test": null,
                    "hmdb": null,
                    "systems_ids": [
                        3,
                        70
                    ],
                    "is_lab": false
                }
            },
            "Myoclonus": {
                "neonatal": "+",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Myoclonus",
                    "lab_name": "Myoclonus",
                    "systems": [
                        "Neurologic",
                        "Neurologic - Seizures"
                    ],
                    "biochemical_test": null,
                    "hmdb": null,
                    "systems_ids": [
                        3,
                        72
                    ],
                    "is_lab": false
                }
            },
            "Seizures, nocturnal": {
                "neonatal": "+",
                "infancy": "+",
                "childhood": "",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Seizures, nocturnal",
                    "lab_name": "Seizures, nocturnal",
                    "systems": [
                        "Neurologic",
                        "Neurologic - Seizures"
                    ],
                    "biochemical_test": null,
                    "hmdb": null,
                    "systems_ids": [
                        3,
                        72
                    ],
                    "is_lab": false
                }
            },
            "Tense affect": {
                "neonatal": "",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": false,
                "symptom": {
                    "name": "Tense affect",
                    "lab_name": "Tense affect",
                    "systems": [
                        "Psychiatric"
                    ],
                    "biochemical_test": null,
                    "hmdb": "",
                    "systems_ids": [
                        22
                    ],
                    "is_lab": false
                }
            }
        },
        "clinicalchar": {
            "Hip dislocation": {
                "neonatal": "+",
                "infancy": "+",
                "childhood": "+",
                "adolescence": "",
                "adulthood": "",
                "was_char": true,
                "symptom": {
                    "name": "Hip dislocation",
                    "lab_name": "Hip dislocation",
                    "systems": [
                        "Skeletal",
                        "Skeletal - Joints"
                    ],
                    "biochemical_test": null,
                    "hmdb": null,
                    "systems_ids": [
                        11,
                        60
                    ],
                    "is_lab": false
                }
            },
            "Umbilical hernia": {
                "neonatal": "+",
                "infancy": "+",
                "childhood": "",
                "adolescence": "",
                "adulthood": "",
                "was_char": true,
                "symptom": {
                    "name": "Umbilical hernia",
                    "lab_name": "Umbilical hernia",
                    "systems": [
                        "Digestive"
                    ],
                    "biochemical_test": null,
                    "hmdb": null,
                    "systems_ids": [
                        14
                    ],
                    "is_lab": false
                }
            }
        },
        "biochemical": {}
    },
    "educational_documents": [],
    "disorder_treatments": [],
    "disorder_resources": []
}