Assertions

The assertions endpoint allows users to enumerate all of the assertions present in CIViC as well as retrieve more detailed information on a specific assertion. This is the endpoint that should be used to obtain a complete listing of every assertion in CIViC.

Get a list of assertions

This endpoint returns a listing of assertions in CIViC. This index style endpoint is paginated by default. You can use the count and page parameters or the previous and next links to iterate through all the assertions.

HTTP Request Format

GET https://civicdb.org/api/assertions

Query Parameters

Parameter

Default

Description

page

1

Which page of results to return

count

25

How many assertions to return on a single page

Example Request

curl https://civicdb.org/api/assertions?count=1

Example Response

{
    "_meta": {
        "current_page": 1,
        "per_page": "1",
        "total_pages": 48,
        "total_count": 48,
        "links": {
            "next": "https://v1.civicdb.org/api/assertions?count=1&page=2",
            "previous": null
        }
    },
    "records": [
        {
            "id": 1,
            "type": "assertion",
            "name": "AID1",
            "summary": "HER2 amplification predicts sensitivity to Trastuzumab",
            "description": "HER2 amplification defines a clinically relevant subtype of breast cancer. HER2 amplification predicts sensitivity to various targeted therapies including the monoclonal antibody Trastuzumab. The use of Trastuzumab, often in combination with chemotherapy and/or endocrine therapy (depending on hormone receptor status), is now standard of care for HER2-positive breast cancer patients.",
            "gene": {
                "name": "ERBB2",
                "id": 20
            },
            "variant": {
                "name": "Amplification",
                "id": 18
            },
            "disease": {
                "id": 368,
                "name": "Her2-receptor Positive Breast Cancer",
                "display_name": "Her2-receptor Positive Breast Cancer",
                "doid": "0060079",
                "url": "http://disease-ontology.org/?id=DOID:0060079"
            },
            "drugs": [
                {
                    "id": 84,
                    "name": "Trastuzumab",
                    "ncit_id": "C1647",
                    "aliases": []
                }
            ],
            "evidence_type": "Predictive",
            "evidence_direction": "Supports",
            "clinical_significance": "Sensitivity/Response",
            "evidence_item_count": 3,
            "fda_regulatory_approval": true,
            "status": "rejected",
            "open_change_count": 0,
            "pending_evidence_count": 0,
            "flagged": false,
            "updated_at": "2020-01-16T19:05:22.127Z"
        }
    ]
}

Get details for a specific assertion

This endpoint retrieves details about a specific assertion, given its internal CIViC id.

HTTP Request Format

GET https://civicdb.org/api/assertions/:id

Example Request

curl https://civicdb.org/api/assertions/9

Example Response

{
    "id": 9,
    "type": "assertion",
    "name": "AID9",
    "summary": "Supports diagnosis of diffuse intrinsic pontine glioma.",
    "description": "ACVR1 G328V mutations occur within the kinase domain, leading to activation of downstream signaling. Exclusively seen in high-grade pediatric gliomas, supporting diagnosis of diffuse intrinsic pontine glioma.",
    "gene": {
        "name": "ACVR1",
        "id": 154
    },
    "variant": {
        "name": "G328V",
        "id": 1686
    },
    "disease": {
        "id": 2950,
        "name": "Diffuse Midline Glioma, H3 K27M-mutant",
        "display_name": "Diffuse Midline Glioma, H3 K27M-mutant",
        "doid": "0080684",
        "url": "http://disease-ontology.org/?id=DOID:0080684"
    },
    "drugs": [],
    "evidence_type": "Diagnostic",
    "evidence_direction": "Supports",
    "clinical_significance": "Positive",
    "evidence_item_count": 2,
    "fda_regulatory_approval": false,
    "status": "accepted",
    "open_change_count": 0,
    "pending_evidence_count": 0,
    "flagged": false,
    "updated_at": "2018-10-16T17:06:39.465Z",
    "nccn_guideline": null,
    "nccn_guideline_version": "",
    "amp_level": "Tier II - Level C",
    "evidence_items": [
        {
            "id": 4846,
            "name": "EID4846",
            "description": "Sequencing of 39 pediatric midline high-grade astrocytomas identified 5 patients with ACVR1 mutations. The authors identified an increase in endogenous phospho-SMAD1/5/8 signal in diffuse intrinsic pontine glioma (DIPG) cells harboring ACVR1 G328V, with corresponding increase in phospho-SMAD1/5/8 staining as well. By PCR, the authors show strong increase in fold change of mRNA expression in downstream proteins of the ACVR1/BMP pathway, ID, ID2, ID3 and SNAI1 in ACVR1-mutant DIPG cell line compared to glioblastoma cells (KNS42 cells). These activating ACVR1 mutations were exclusively in midline high grade astrocytomas (P = 0.0040, Fisher's exact test).",
            "disease": {
                "id": 2950,
                "name": "Diffuse Midline Glioma, H3 K27M-mutant",
                "display_name": "Diffuse Midline Glioma, H3 K27M-mutant",
                "doid": "0080684",
                "url": "http://disease-ontology.org/?id=DOID:0080684"
            },
            "drugs": [],
            "rating": 3,
            "evidence_level": "B",
            "evidence_type": "Diagnostic",
            "clinical_significance": "Positive",
            "evidence_direction": "Supports",
            "variant_origin": "Somatic",
            "drug_interaction_type": null,
            "status": "accepted",
            "open_change_count": 0,
            "type": "evidence",
            "source": {
                "id": 2149,
                "name": "Recurrent somatic mutations in ACVR1 in pediatric midline high-grade astrocytoma.",
                "citation": "Fontebasso et al., 2014, Nat. Genet.",
                "citation_id": "24705250",
                "source_type": "PubMed",
                "asco_abstract_id": null,
                "source_url": "http://www.ncbi.nlm.nih.gov/pubmed/24705250",
                "open_access": true,
                "pmc_id": "PMC4282994",
                "publication_date": {
                    "year": 2014,
                    "month": 5
                },
                "journal": "Nat. Genet.",
                "full_journal_title": "Nature genetics",
                "status": "partially curated",
                "is_review": false,
                "clinical_trials": []
            },
            "flagged": false,
            "variant_id": 1686,
            "phenotypes": [],
            "updated_at": "2018-10-16T16:57:05.438Z",
            "assertions": [
                {
                    "id": 9,
                    "type": "assertion",
                    "name": "AID9",
                    "summary": "Supports diagnosis of diffuse intrinsic pontine glioma.",
                    "description": "ACVR1 G328V mutations occur within the kinase domain, leading to activation of downstream signaling. Exclusively seen in high-grade pediatric gliomas, supporting diagnosis of diffuse intrinsic pontine glioma.",
                    "gene": {
                        "name": "ACVR1",
                        "id": 154
                    },
                    "variant": {
                        "name": "G328V",
                        "id": 1686
                    },
                    "disease": {
                        "id": 2950,
                        "name": "Diffuse Midline Glioma, H3 K27M-mutant",
                        "display_name": "Diffuse Midline Glioma, H3 K27M-mutant",
                        "doid": "0080684",
                        "url": "http://disease-ontology.org/?id=DOID:0080684"
                    },
                    "drugs": [],
                    "evidence_type": "Diagnostic",
                    "evidence_direction": "Supports",
                    "clinical_significance": "Positive",
                    "evidence_item_count": 2,
                    "fda_regulatory_approval": false,
                    "status": "accepted",
                    "open_change_count": 0,
                    "pending_evidence_count": 0,
                    "flagged": false,
                    "updated_at": "2018-10-16T17:06:39.465Z"
                }
            ],
            "errors": {},
            "lifecycle_actions": {
                "submitted": {
                    "timestamp": "2017-06-06T03:38:11.420Z",
                    "user": {
                        "id": 122,
                        "name": "Deb Irene",
                        "last_seen_at": "2022-02-03T19:44:06.113Z",
                        "username": "DebIrene",
                        "role": "editor",
                        "avatar_url": "https://secure.gravatar.com/avatar/ce5a961e44d5a1d86ec9319f3e92644c.png?d=identicon&r=pg&s=32",
                        "avatars": {
                            "x128": "https://secure.gravatar.com/avatar/ce5a961e44d5a1d86ec9319f3e92644c.png?d=identicon&r=pg&s=128",
                            "x64": "https://secure.gravatar.com/avatar/ce5a961e44d5a1d86ec9319f3e92644c.png?d=identicon&r=pg&s=64",
                            "x32": "https://secure.gravatar.com/avatar/ce5a961e44d5a1d86ec9319f3e92644c.png?d=identicon&r=pg&s=32",
                            "x14": "https://secure.gravatar.com/avatar/ce5a961e44d5a1d86ec9319f3e92644c.png?d=identicon&r=pg&s=14"
                        },
                        "area_of_expertise": "Research Scientist",
                        "orcid": "",
                        "display_name": "DebIrene",
                        "created_at": "2016-02-12T22:00:18.105Z",
                        "url": "",
                        "twitter_handle": "",
                        "facebook_profile": "",
                        "linkedin_profile": "",
                        "bio": "ClinGen Somatic Working Group: http://clinicalgenome.org\r\n\r\nhttp://www.bcm.edu/people/dritter",
                        "country": {
                            "id": 214,
                            "iso": "US",
                            "name": "United States"
                        },
                        "featured_expert": false,
                        "accepted_license": null,
                        "signup_complete": null,
                        "organizations": [
                            {
                                "id": 2,
                                "name": "ClinGen",
                                "url": "https://www.clinicalgenome.org/",
                                "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                    "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                    "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                    "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                    "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                },
                                "parent": {}
                            },
                            {
                                "id": 9,
                                "name": "Pediatric Cancer Taskforce",
                                "url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
                                "description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
                                    "x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
                                    "x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
                                    "x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
                                    "x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            }
                        ],
                        "most_recent_organization": {
                            "id": 2,
                            "name": "ClinGen",
                            "url": "https://www.clinicalgenome.org/",
                            "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                            },
                            "parent": {}
                        },
                        "conflict_of_interest": {
                            "coi_valid": "expired",
                            "details": {
                                "coi_present": false,
                                "coi_statement": "",
                                "created_at": "2021-02-04T17:38:02.447Z",
                                "expires_at": "2022-02-04T17:38:02.447Z"
                            }
                        }
                    },
                    "organization": {
                        "id": 9,
                        "name": "Pediatric Cancer Taskforce",
                        "url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
                        "description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
                            "x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
                            "x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
                            "x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
                            "x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
                        },
                        "parent": {
                            "id": 2,
                            "name": "ClinGen",
                            "url": "https://www.clinicalgenome.org/",
                            "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                            },
                            "parent": {}
                        }
                    }
                },
                "last_modified": {
                    "timestamp": "2018-10-16T16:35:06.596Z",
                    "user": {
                        "id": 3,
                        "name": "Obi Griffith",
                        "last_seen_at": "2022-04-01T19:04:22.060Z",
                        "username": "ObiGriffith",
                        "role": "admin",
                        "avatar_url": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                        "avatars": {
                            "x128": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=128",
                            "x64": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=64",
                            "x32": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                            "x14": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=14"
                        },
                        "area_of_expertise": "Research Scientist",
                        "orcid": "0000-0002-0843-4271",
                        "display_name": "ObiGriffith",
                        "created_at": "2015-02-26T02:53:49.147Z",
                        "url": "griffithlab.org",
                        "twitter_handle": "obigriffith",
                        "facebook_profile": "",
                        "linkedin_profile": "obigriffith",
                        "bio": "Dr. Griffith is Associate Professor of Medicine and Assistant Director of the McDonnell Genome Institute at Washington University School of Medicine. He has worked in genomics and bioinformatics since the earliest phase of reference genome sequencing. He contributed to the Mammalian Gene Collection, producing some of the first full-length sequences for many human genes. He also was part of a small team of bioinformaticians that helped sequence and release the first whole genome reference sequence for the severe acute respiratory syndrome (SARS) virus at the height of the 2003 epidemic. He has contributed to the identification of molecular markers at the DNA, RNA and protein level that are useful for diagnosis and prognosis of thyroid, breast, lymphoma and other cancers. His lab\u2019s research is focused on the development of informatics resources and personalized medicine strategies for cancer using genomic technologies. He is a co-creator of the CIViC resource.",
                        "country": {
                            "id": 214,
                            "iso": "US",
                            "name": "United States"
                        },
                        "featured_expert": true,
                        "accepted_license": null,
                        "signup_complete": null,
                        "organizations": [
                            {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            },
                            {
                                "id": 1,
                                "name": "The McDonnell Genome Institute",
                                "url": "http://genome.wustl.edu/",
                                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                                },
                                "parent": {
                                    "id": 12,
                                    "name": "Washington University in Saint Louis",
                                    "url": "https://wustl.edu/",
                                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                    },
                                    "parent": {}
                                }
                            }
                        ],
                        "most_recent_organization": {
                            "id": 1,
                            "name": "The McDonnell Genome Institute",
                            "url": "http://genome.wustl.edu/",
                            "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                            },
                            "parent": {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            }
                        },
                        "conflict_of_interest": {
                            "coi_valid": "expired",
                            "details": {
                                "coi_present": false,
                                "coi_statement": "",
                                "created_at": "2022-01-02T22:04:22.790Z",
                                "expires_at": "2023-01-02T22:04:22.790Z"
                            }
                        }
                    },
                    "organization": {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                },
                "last_reviewed": {
                    "timestamp": "2018-10-16T16:57:05.453Z",
                    "user": {
                        "id": 6,
                        "name": "Kilannin Krysiak",
                        "last_seen_at": "2022-03-31T16:28:06.884Z",
                        "username": "kkrysiak",
                        "role": "admin",
                        "avatar_url": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=32",
                        "avatars": {
                            "x128": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=128",
                            "x64": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=64",
                            "x32": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=32",
                            "x14": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=14"
                        },
                        "area_of_expertise": "Research Scientist",
                        "orcid": "0000-0002-6299-9230",
                        "display_name": "kkrysiak",
                        "created_at": "2015-02-26T04:14:20.953Z",
                        "url": "",
                        "twitter_handle": "",
                        "facebook_profile": "",
                        "linkedin_profile": "kilannin-krysiak-69047819",
                        "bio": "Dr. Krysiak is an Assistant Professor at Washington University School of Medicine where she is an Assistant Medical Director of the Cytogenomics and Molecular Pathology Lab. Her research has involved the comprehensive genomic analysis of cancer patient cohorts and \u201cn-of-1\u201d studies. She received her PhD in Molecular Genetics and Genomics at Washington University in St. Louis where she focused on the genetics of myelodysplastic syndrome through advanced flow cytometry techniques, primary cell culture and mouse models. She is a founding member of the CIViC team, helping to define the CIViC data model, and a leading content curator and feature development consultant.",
                        "country": {
                            "id": 214,
                            "iso": "US",
                            "name": "United States"
                        },
                        "featured_expert": true,
                        "accepted_license": null,
                        "signup_complete": null,
                        "organizations": [
                            {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            },
                            {
                                "id": 1,
                                "name": "The McDonnell Genome Institute",
                                "url": "http://genome.wustl.edu/",
                                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                                },
                                "parent": {
                                    "id": 12,
                                    "name": "Washington University in Saint Louis",
                                    "url": "https://wustl.edu/",
                                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                    },
                                    "parent": {}
                                }
                            },
                            {
                                "id": 9,
                                "name": "Pediatric Cancer Taskforce",
                                "url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
                                "description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
                                    "x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
                                    "x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
                                    "x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
                                    "x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            },
                            {
                                "id": 11,
                                "name": "Hematologic Cancer Taskforce",
                                "url": "https://clinicalgenome.org/working-groups/somatic/hematological-cancers/",
                                "description": "The Hematologic Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically significant somatic variants in hematological malignancies.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/011/x256/clingen-vcep-3.png?1596737121",
                                    "x128": "/system/organizations/profile_images/000/000/011/x128/clingen-vcep-3.png?1596737121",
                                    "x64": "/system/organizations/profile_images/000/000/011/x64/clingen-vcep-3.png?1596737121",
                                    "x32": "/system/organizations/profile_images/000/000/011/x32/clingen-vcep-3.png?1596737121",
                                    "x14": "/system/organizations/profile_images/000/000/011/x14/clingen-vcep-3.png?1596737121"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            },
                            {
                                "id": 16,
                                "name": "Ph-like B-ALL",
                                "url": "https://clinicalgenome.org/working-groups/somatic/",
                                "description": "Dedicated to the systematic curation of the genes and variants associated with the BCR-ABL1-like (Philadelphia (Ph)-like) genetics subtype of B-lymphoblastic leukemia (B-ALL).",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/016/x256/clingen-vcep-4.png?1616506588",
                                    "x128": "/system/organizations/profile_images/000/000/016/x128/clingen-vcep-4.png?1616506588",
                                    "x64": "/system/organizations/profile_images/000/000/016/x64/clingen-vcep-4.png?1616506588",
                                    "x32": "/system/organizations/profile_images/000/000/016/x32/clingen-vcep-4.png?1616506588",
                                    "x14": "/system/organizations/profile_images/000/000/016/x14/clingen-vcep-4.png?1616506588"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            }
                        ],
                        "most_recent_organization": {
                            "id": 1,
                            "name": "The McDonnell Genome Institute",
                            "url": "http://genome.wustl.edu/",
                            "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                            },
                            "parent": {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            }
                        },
                        "conflict_of_interest": {
                            "coi_valid": "expired",
                            "details": {
                                "coi_present": false,
                                "coi_statement": "",
                                "created_at": "2021-10-28T19:34:41.907Z",
                                "expires_at": "2022-10-28T19:34:41.907Z"
                            }
                        }
                    },
                    "organization": {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                },
                "accepted": {
                    "timestamp": "2018-10-16T16:21:44.182Z",
                    "user": {
                        "id": 3,
                        "name": "Obi Griffith",
                        "last_seen_at": "2022-04-01T19:04:22.060Z",
                        "username": "ObiGriffith",
                        "role": "admin",
                        "avatar_url": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                        "avatars": {
                            "x128": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=128",
                            "x64": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=64",
                            "x32": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                            "x14": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=14"
                        },
                        "area_of_expertise": "Research Scientist",
                        "orcid": "0000-0002-0843-4271",
                        "display_name": "ObiGriffith",
                        "created_at": "2015-02-26T02:53:49.147Z",
                        "url": "griffithlab.org",
                        "twitter_handle": "obigriffith",
                        "facebook_profile": "",
                        "linkedin_profile": "obigriffith",
                        "bio": "Dr. Griffith is Associate Professor of Medicine and Assistant Director of the McDonnell Genome Institute at Washington University School of Medicine. He has worked in genomics and bioinformatics since the earliest phase of reference genome sequencing. He contributed to the Mammalian Gene Collection, producing some of the first full-length sequences for many human genes. He also was part of a small team of bioinformaticians that helped sequence and release the first whole genome reference sequence for the severe acute respiratory syndrome (SARS) virus at the height of the 2003 epidemic. He has contributed to the identification of molecular markers at the DNA, RNA and protein level that are useful for diagnosis and prognosis of thyroid, breast, lymphoma and other cancers. His lab\u2019s research is focused on the development of informatics resources and personalized medicine strategies for cancer using genomic technologies. He is a co-creator of the CIViC resource.",
                        "country": {
                            "id": 214,
                            "iso": "US",
                            "name": "United States"
                        },
                        "featured_expert": true,
                        "accepted_license": null,
                        "signup_complete": null,
                        "organizations": [
                            {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            },
                            {
                                "id": 1,
                                "name": "The McDonnell Genome Institute",
                                "url": "http://genome.wustl.edu/",
                                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                                },
                                "parent": {
                                    "id": 12,
                                    "name": "Washington University in Saint Louis",
                                    "url": "https://wustl.edu/",
                                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                    },
                                    "parent": {}
                                }
                            }
                        ],
                        "most_recent_organization": {
                            "id": 1,
                            "name": "The McDonnell Genome Institute",
                            "url": "http://genome.wustl.edu/",
                            "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                            },
                            "parent": {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            }
                        },
                        "conflict_of_interest": {
                            "coi_valid": "expired",
                            "details": {
                                "coi_present": false,
                                "coi_statement": "",
                                "created_at": "2022-01-02T22:04:22.790Z",
                                "expires_at": "2023-01-02T22:04:22.790Z"
                            }
                        }
                    },
                    "organization": {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                }
            },
            "fields_with_pending_changes": {},
            "gene_id": 154,
            "state_params": {
                "evidence_item": {
                    "id": 4846,
                    "name": "EID4846"
                },
                "variant": {
                    "id": 1686,
                    "name": "G328V"
                },
                "gene": {
                    "id": 154,
                    "name": "ACVR1"
                }
            }
        },
        {
            "id": 6955,
            "name": "EID6955",
            "description": "In a study sequencing 61 patients (median age 6.3) with diffuse intrinsic pontine glioma (DIPG), 12 variants affecting ACVR1 were observed. Five patients had G328V within the kinase domain. The ACVR1 G328V mutation was expressed using the pCDH511b vector in immortalized normal human astrocytes (iNHAs) where it activated downstream BMP signaling and enhanced cell growth. Activating ACVR1 mutations are recurrent and support diagnosis of high grade glioma. PEDIATRIC",
            "disease": {
                "id": 2950,
                "name": "Diffuse Midline Glioma, H3 K27M-mutant",
                "display_name": "Diffuse Midline Glioma, H3 K27M-mutant",
                "doid": "0080684",
                "url": "http://disease-ontology.org/?id=DOID:0080684"
            },
            "drugs": [],
            "rating": 3,
            "evidence_level": "B",
            "evidence_type": "Diagnostic",
            "clinical_significance": "Positive",
            "evidence_direction": "Supports",
            "variant_origin": "Somatic",
            "drug_interaction_type": null,
            "status": "accepted",
            "open_change_count": 0,
            "type": "evidence",
            "source": {
                "id": 2680,
                "name": "Genomic analysis of diffuse intrinsic pontine gliomas identifies three molecular subgroups and recurrent activating ACVR1 mutations.",
                "citation": "Buczkowicz et al., 2014, Nat. Genet.",
                "citation_id": "24705254",
                "source_type": "PubMed",
                "asco_abstract_id": null,
                "source_url": "http://www.ncbi.nlm.nih.gov/pubmed/24705254",
                "open_access": true,
                "pmc_id": "PMC3997489",
                "publication_date": {
                    "year": 2014,
                    "month": 5
                },
                "journal": "Nat. Genet.",
                "full_journal_title": "Nature genetics",
                "status": "partially curated",
                "is_review": false,
                "clinical_trials": []
            },
            "flagged": false,
            "variant_id": 1686,
            "phenotypes": [],
            "updated_at": "2018-10-15T23:09:14.301Z",
            "assertions": [
                {
                    "id": 9,
                    "type": "assertion",
                    "name": "AID9",
                    "summary": "Supports diagnosis of diffuse intrinsic pontine glioma.",
                    "description": "ACVR1 G328V mutations occur within the kinase domain, leading to activation of downstream signaling. Exclusively seen in high-grade pediatric gliomas, supporting diagnosis of diffuse intrinsic pontine glioma.",
                    "gene": {
                        "name": "ACVR1",
                        "id": 154
                    },
                    "variant": {
                        "name": "G328V",
                        "id": 1686
                    },
                    "disease": {
                        "id": 2950,
                        "name": "Diffuse Midline Glioma, H3 K27M-mutant",
                        "display_name": "Diffuse Midline Glioma, H3 K27M-mutant",
                        "doid": "0080684",
                        "url": "http://disease-ontology.org/?id=DOID:0080684"
                    },
                    "drugs": [],
                    "evidence_type": "Diagnostic",
                    "evidence_direction": "Supports",
                    "clinical_significance": "Positive",
                    "evidence_item_count": 2,
                    "fda_regulatory_approval": false,
                    "status": "accepted",
                    "open_change_count": 0,
                    "pending_evidence_count": 0,
                    "flagged": false,
                    "updated_at": "2018-10-16T17:06:39.465Z"
                }
            ],
            "errors": {},
            "lifecycle_actions": {
                "submitted": {
                    "timestamp": "2018-10-15T23:07:46.834Z",
                    "user": {
                        "id": 6,
                        "name": "Kilannin Krysiak",
                        "last_seen_at": "2022-03-31T16:28:06.884Z",
                        "username": "kkrysiak",
                        "role": "admin",
                        "avatar_url": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=32",
                        "avatars": {
                            "x128": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=128",
                            "x64": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=64",
                            "x32": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=32",
                            "x14": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=14"
                        },
                        "area_of_expertise": "Research Scientist",
                        "orcid": "0000-0002-6299-9230",
                        "display_name": "kkrysiak",
                        "created_at": "2015-02-26T04:14:20.953Z",
                        "url": "",
                        "twitter_handle": "",
                        "facebook_profile": "",
                        "linkedin_profile": "kilannin-krysiak-69047819",
                        "bio": "Dr. Krysiak is an Assistant Professor at Washington University School of Medicine where she is an Assistant Medical Director of the Cytogenomics and Molecular Pathology Lab. Her research has involved the comprehensive genomic analysis of cancer patient cohorts and \u201cn-of-1\u201d studies. She received her PhD in Molecular Genetics and Genomics at Washington University in St. Louis where she focused on the genetics of myelodysplastic syndrome through advanced flow cytometry techniques, primary cell culture and mouse models. She is a founding member of the CIViC team, helping to define the CIViC data model, and a leading content curator and feature development consultant.",
                        "country": {
                            "id": 214,
                            "iso": "US",
                            "name": "United States"
                        },
                        "featured_expert": true,
                        "accepted_license": null,
                        "signup_complete": null,
                        "organizations": [
                            {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            },
                            {
                                "id": 1,
                                "name": "The McDonnell Genome Institute",
                                "url": "http://genome.wustl.edu/",
                                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                                },
                                "parent": {
                                    "id": 12,
                                    "name": "Washington University in Saint Louis",
                                    "url": "https://wustl.edu/",
                                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                    },
                                    "parent": {}
                                }
                            },
                            {
                                "id": 9,
                                "name": "Pediatric Cancer Taskforce",
                                "url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
                                "description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
                                    "x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
                                    "x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
                                    "x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
                                    "x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            },
                            {
                                "id": 11,
                                "name": "Hematologic Cancer Taskforce",
                                "url": "https://clinicalgenome.org/working-groups/somatic/hematological-cancers/",
                                "description": "The Hematologic Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically significant somatic variants in hematological malignancies.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/011/x256/clingen-vcep-3.png?1596737121",
                                    "x128": "/system/organizations/profile_images/000/000/011/x128/clingen-vcep-3.png?1596737121",
                                    "x64": "/system/organizations/profile_images/000/000/011/x64/clingen-vcep-3.png?1596737121",
                                    "x32": "/system/organizations/profile_images/000/000/011/x32/clingen-vcep-3.png?1596737121",
                                    "x14": "/system/organizations/profile_images/000/000/011/x14/clingen-vcep-3.png?1596737121"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            },
                            {
                                "id": 16,
                                "name": "Ph-like B-ALL",
                                "url": "https://clinicalgenome.org/working-groups/somatic/",
                                "description": "Dedicated to the systematic curation of the genes and variants associated with the BCR-ABL1-like (Philadelphia (Ph)-like) genetics subtype of B-lymphoblastic leukemia (B-ALL).",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/016/x256/clingen-vcep-4.png?1616506588",
                                    "x128": "/system/organizations/profile_images/000/000/016/x128/clingen-vcep-4.png?1616506588",
                                    "x64": "/system/organizations/profile_images/000/000/016/x64/clingen-vcep-4.png?1616506588",
                                    "x32": "/system/organizations/profile_images/000/000/016/x32/clingen-vcep-4.png?1616506588",
                                    "x14": "/system/organizations/profile_images/000/000/016/x14/clingen-vcep-4.png?1616506588"
                                },
                                "parent": {
                                    "id": 2,
                                    "name": "ClinGen",
                                    "url": "https://www.clinicalgenome.org/",
                                    "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                        "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                        "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                        "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                        "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                                    },
                                    "parent": {}
                                }
                            }
                        ],
                        "most_recent_organization": {
                            "id": 1,
                            "name": "The McDonnell Genome Institute",
                            "url": "http://genome.wustl.edu/",
                            "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                            },
                            "parent": {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            }
                        },
                        "conflict_of_interest": {
                            "coi_valid": "expired",
                            "details": {
                                "coi_present": false,
                                "coi_statement": "",
                                "created_at": "2021-10-28T19:34:41.907Z",
                                "expires_at": "2022-10-28T19:34:41.907Z"
                            }
                        }
                    },
                    "organization": {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                },
                "accepted": {
                    "timestamp": "2018-10-15T23:09:14.311Z",
                    "user": {
                        "id": 3,
                        "name": "Obi Griffith",
                        "last_seen_at": "2022-04-01T19:04:22.060Z",
                        "username": "ObiGriffith",
                        "role": "admin",
                        "avatar_url": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                        "avatars": {
                            "x128": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=128",
                            "x64": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=64",
                            "x32": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                            "x14": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=14"
                        },
                        "area_of_expertise": "Research Scientist",
                        "orcid": "0000-0002-0843-4271",
                        "display_name": "ObiGriffith",
                        "created_at": "2015-02-26T02:53:49.147Z",
                        "url": "griffithlab.org",
                        "twitter_handle": "obigriffith",
                        "facebook_profile": "",
                        "linkedin_profile": "obigriffith",
                        "bio": "Dr. Griffith is Associate Professor of Medicine and Assistant Director of the McDonnell Genome Institute at Washington University School of Medicine. He has worked in genomics and bioinformatics since the earliest phase of reference genome sequencing. He contributed to the Mammalian Gene Collection, producing some of the first full-length sequences for many human genes. He also was part of a small team of bioinformaticians that helped sequence and release the first whole genome reference sequence for the severe acute respiratory syndrome (SARS) virus at the height of the 2003 epidemic. He has contributed to the identification of molecular markers at the DNA, RNA and protein level that are useful for diagnosis and prognosis of thyroid, breast, lymphoma and other cancers. His lab\u2019s research is focused on the development of informatics resources and personalized medicine strategies for cancer using genomic technologies. He is a co-creator of the CIViC resource.",
                        "country": {
                            "id": 214,
                            "iso": "US",
                            "name": "United States"
                        },
                        "featured_expert": true,
                        "accepted_license": null,
                        "signup_complete": null,
                        "organizations": [
                            {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            },
                            {
                                "id": 1,
                                "name": "The McDonnell Genome Institute",
                                "url": "http://genome.wustl.edu/",
                                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                                },
                                "parent": {
                                    "id": 12,
                                    "name": "Washington University in Saint Louis",
                                    "url": "https://wustl.edu/",
                                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                    "profile_image": {
                                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                    },
                                    "parent": {}
                                }
                            }
                        ],
                        "most_recent_organization": {
                            "id": 1,
                            "name": "The McDonnell Genome Institute",
                            "url": "http://genome.wustl.edu/",
                            "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                                "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                                "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                                "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                                "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                            },
                            "parent": {
                                "id": 12,
                                "name": "Washington University in Saint Louis",
                                "url": "https://wustl.edu/",
                                "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                                "profile_image": {
                                    "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                    "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                    "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                    "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                    "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                                },
                                "parent": {}
                            }
                        },
                        "conflict_of_interest": {
                            "coi_valid": "expired",
                            "details": {
                                "coi_present": false,
                                "coi_statement": "",
                                "created_at": "2022-01-02T22:04:22.790Z",
                                "expires_at": "2023-01-02T22:04:22.790Z"
                            }
                        }
                    },
                    "organization": {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                }
            },
            "fields_with_pending_changes": {},
            "gene_id": 154,
            "state_params": {
                "evidence_item": {
                    "id": 6955,
                    "name": "EID6955"
                },
                "variant": {
                    "id": 1686,
                    "name": "G328V"
                },
                "gene": {
                    "id": 154,
                    "name": "ACVR1"
                }
            }
        }
    ],
    "acmg_codes": [],
    "drug_interaction_type": null,
    "fda_companion_test": false,
    "allele_registry_id": "CA16602802",
    "phenotypes": [],
    "variant_origin": "Somatic",
    "lifecycle_actions": {
        "submitted": {
            "timestamp": "2018-10-16T16:39:19.897Z",
            "user": {
                "id": 6,
                "name": "Kilannin Krysiak",
                "last_seen_at": "2022-03-31T16:28:06.884Z",
                "username": "kkrysiak",
                "role": "admin",
                "avatar_url": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/17180f9afc9f7f04fff97197c1ee5cb6.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0002-6299-9230",
                "display_name": "kkrysiak",
                "created_at": "2015-02-26T04:14:20.953Z",
                "url": "",
                "twitter_handle": "",
                "facebook_profile": "",
                "linkedin_profile": "kilannin-krysiak-69047819",
                "bio": "Dr. Krysiak is an Assistant Professor at Washington University School of Medicine where she is an Assistant Medical Director of the Cytogenomics and Molecular Pathology Lab. Her research has involved the comprehensive genomic analysis of cancer patient cohorts and \u201cn-of-1\u201d studies. She received her PhD in Molecular Genetics and Genomics at Washington University in St. Louis where she focused on the genetics of myelodysplastic syndrome through advanced flow cytometry techniques, primary cell culture and mouse models. She is a founding member of the CIViC team, helping to define the CIViC data model, and a leading content curator and feature development consultant.",
                "country": {
                    "id": 214,
                    "iso": "US",
                    "name": "United States"
                },
                "featured_expert": true,
                "accepted_license": null,
                "signup_complete": null,
                "organizations": [
                    {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    },
                    {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    },
                    {
                        "id": 9,
                        "name": "Pediatric Cancer Taskforce",
                        "url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
                        "description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
                            "x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
                            "x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
                            "x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
                            "x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
                        },
                        "parent": {
                            "id": 2,
                            "name": "ClinGen",
                            "url": "https://www.clinicalgenome.org/",
                            "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                            },
                            "parent": {}
                        }
                    },
                    {
                        "id": 11,
                        "name": "Hematologic Cancer Taskforce",
                        "url": "https://clinicalgenome.org/working-groups/somatic/hematological-cancers/",
                        "description": "The Hematologic Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically significant somatic variants in hematological malignancies.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/011/x256/clingen-vcep-3.png?1596737121",
                            "x128": "/system/organizations/profile_images/000/000/011/x128/clingen-vcep-3.png?1596737121",
                            "x64": "/system/organizations/profile_images/000/000/011/x64/clingen-vcep-3.png?1596737121",
                            "x32": "/system/organizations/profile_images/000/000/011/x32/clingen-vcep-3.png?1596737121",
                            "x14": "/system/organizations/profile_images/000/000/011/x14/clingen-vcep-3.png?1596737121"
                        },
                        "parent": {
                            "id": 2,
                            "name": "ClinGen",
                            "url": "https://www.clinicalgenome.org/",
                            "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                            },
                            "parent": {}
                        }
                    },
                    {
                        "id": 16,
                        "name": "Ph-like B-ALL",
                        "url": "https://clinicalgenome.org/working-groups/somatic/",
                        "description": "Dedicated to the systematic curation of the genes and variants associated with the BCR-ABL1-like (Philadelphia (Ph)-like) genetics subtype of B-lymphoblastic leukemia (B-ALL).",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/016/x256/clingen-vcep-4.png?1616506588",
                            "x128": "/system/organizations/profile_images/000/000/016/x128/clingen-vcep-4.png?1616506588",
                            "x64": "/system/organizations/profile_images/000/000/016/x64/clingen-vcep-4.png?1616506588",
                            "x32": "/system/organizations/profile_images/000/000/016/x32/clingen-vcep-4.png?1616506588",
                            "x14": "/system/organizations/profile_images/000/000/016/x14/clingen-vcep-4.png?1616506588"
                        },
                        "parent": {
                            "id": 2,
                            "name": "ClinGen",
                            "url": "https://www.clinicalgenome.org/",
                            "description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
                                "x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
                                "x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
                                "x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
                                "x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
                            },
                            "parent": {}
                        }
                    }
                ],
                "most_recent_organization": {
                    "id": 1,
                    "name": "The McDonnell Genome Institute",
                    "url": "http://genome.wustl.edu/",
                    "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                        "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                        "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                        "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                        "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                    },
                    "parent": {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    }
                },
                "conflict_of_interest": {
                    "coi_valid": "expired",
                    "details": {
                        "coi_present": false,
                        "coi_statement": "",
                        "created_at": "2021-10-28T19:34:41.907Z",
                        "expires_at": "2022-10-28T19:34:41.907Z"
                    }
                }
            },
            "organization": {
                "id": 1,
                "name": "The McDonnell Genome Institute",
                "url": "http://genome.wustl.edu/",
                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                "profile_image": {
                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                },
                "parent": {
                    "id": 12,
                    "name": "Washington University in Saint Louis",
                    "url": "https://wustl.edu/",
                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                    },
                    "parent": {}
                }
            }
        },
        "last_modified": {
            "timestamp": "2018-10-16T17:06:35.534Z",
            "user": {
                "id": 179,
                "name": "Erica Barnell",
                "last_seen_at": "2021-07-14T18:12:39.186Z",
                "username": "EricaBarnell",
                "role": "admin",
                "avatar_url": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0003-1631-1201",
                "display_name": "EricaBarnell",
                "created_at": "2016-07-06T14:48:11.341Z",
                "url": "",
                "twitter_handle": "erica.barnell",
                "facebook_profile": "",
                "linkedin_profile": "https://www.linkedin.com/in/erica-barnell-72b16a60",
                "bio": "MD/PhD candidate at the Washington University School of Medicine with PhD in Molecular Genetics and Genomics. Thesis work being completed in the Griffith Lab at the McDonnell Genome Institute to advance bioinformatic tools in the precision oncology space. Co-founded and current Chief Science Officer at Geneoscopy LLC, which is a life-sciences start-up company that leverages eukaryotic biomarkers to noninvasively diagnose, assess, and treat gastrointestinal disease.",
                "country": {
                    "id": 214,
                    "iso": "US",
                    "name": "United States"
                },
                "featured_expert": false,
                "accepted_license": null,
                "signup_complete": null,
                "organizations": [
                    {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    },
                    {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                ],
                "most_recent_organization": {
                    "id": 1,
                    "name": "The McDonnell Genome Institute",
                    "url": "http://genome.wustl.edu/",
                    "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                        "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                        "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                        "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                        "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                    },
                    "parent": {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    }
                },
                "conflict_of_interest": {
                    "coi_valid": "expired",
                    "details": {
                        "coi_present": true,
                        "coi_statement": "Chief Science Officer, stock holder, board member, and holder of intellectual property in Geneoscopy, Inc.",
                        "created_at": "2020-10-15T14:03:25.988Z",
                        "expires_at": "2021-10-15T14:03:25.988Z"
                    }
                }
            },
            "organization": {
                "id": 1,
                "name": "The McDonnell Genome Institute",
                "url": "http://genome.wustl.edu/",
                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                "profile_image": {
                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                },
                "parent": {
                    "id": 12,
                    "name": "Washington University in Saint Louis",
                    "url": "https://wustl.edu/",
                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                    },
                    "parent": {}
                }
            }
        },
        "last_reviewed": {
            "timestamp": "2018-10-16T17:08:51.557Z",
            "user": {
                "id": 3,
                "name": "Obi Griffith",
                "last_seen_at": "2022-04-01T19:04:22.060Z",
                "username": "ObiGriffith",
                "role": "admin",
                "avatar_url": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0002-0843-4271",
                "display_name": "ObiGriffith",
                "created_at": "2015-02-26T02:53:49.147Z",
                "url": "griffithlab.org",
                "twitter_handle": "obigriffith",
                "facebook_profile": "",
                "linkedin_profile": "obigriffith",
                "bio": "Dr. Griffith is Associate Professor of Medicine and Assistant Director of the McDonnell Genome Institute at Washington University School of Medicine. He has worked in genomics and bioinformatics since the earliest phase of reference genome sequencing. He contributed to the Mammalian Gene Collection, producing some of the first full-length sequences for many human genes. He also was part of a small team of bioinformaticians that helped sequence and release the first whole genome reference sequence for the severe acute respiratory syndrome (SARS) virus at the height of the 2003 epidemic. He has contributed to the identification of molecular markers at the DNA, RNA and protein level that are useful for diagnosis and prognosis of thyroid, breast, lymphoma and other cancers. His lab\u2019s research is focused on the development of informatics resources and personalized medicine strategies for cancer using genomic technologies. He is a co-creator of the CIViC resource.",
                "country": {
                    "id": 214,
                    "iso": "US",
                    "name": "United States"
                },
                "featured_expert": true,
                "accepted_license": null,
                "signup_complete": null,
                "organizations": [
                    {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    },
                    {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                ],
                "most_recent_organization": {
                    "id": 1,
                    "name": "The McDonnell Genome Institute",
                    "url": "http://genome.wustl.edu/",
                    "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                        "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                        "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                        "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                        "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                    },
                    "parent": {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    }
                },
                "conflict_of_interest": {
                    "coi_valid": "expired",
                    "details": {
                        "coi_present": false,
                        "coi_statement": "",
                        "created_at": "2022-01-02T22:04:22.790Z",
                        "expires_at": "2023-01-02T22:04:22.790Z"
                    }
                }
            },
            "organization": {
                "id": 1,
                "name": "The McDonnell Genome Institute",
                "url": "http://genome.wustl.edu/",
                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                "profile_image": {
                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                },
                "parent": {
                    "id": 12,
                    "name": "Washington University in Saint Louis",
                    "url": "https://wustl.edu/",
                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                    },
                    "parent": {}
                }
            }
        },
        "accepted": {
            "timestamp": "2018-10-16T17:06:39.477Z",
            "user": {
                "id": 179,
                "name": "Erica Barnell",
                "last_seen_at": "2021-07-14T18:12:39.186Z",
                "username": "EricaBarnell",
                "role": "admin",
                "avatar_url": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/b9800d871c67538acd31728e8f509c80.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0003-1631-1201",
                "display_name": "EricaBarnell",
                "created_at": "2016-07-06T14:48:11.341Z",
                "url": "",
                "twitter_handle": "erica.barnell",
                "facebook_profile": "",
                "linkedin_profile": "https://www.linkedin.com/in/erica-barnell-72b16a60",
                "bio": "MD/PhD candidate at the Washington University School of Medicine with PhD in Molecular Genetics and Genomics. Thesis work being completed in the Griffith Lab at the McDonnell Genome Institute to advance bioinformatic tools in the precision oncology space. Co-founded and current Chief Science Officer at Geneoscopy LLC, which is a life-sciences start-up company that leverages eukaryotic biomarkers to noninvasively diagnose, assess, and treat gastrointestinal disease.",
                "country": {
                    "id": 214,
                    "iso": "US",
                    "name": "United States"
                },
                "featured_expert": false,
                "accepted_license": null,
                "signup_complete": null,
                "organizations": [
                    {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    },
                    {
                        "id": 1,
                        "name": "The McDonnell Genome Institute",
                        "url": "http://genome.wustl.edu/",
                        "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                            "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                            "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                            "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                            "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                        },
                        "parent": {
                            "id": 12,
                            "name": "Washington University in Saint Louis",
                            "url": "https://wustl.edu/",
                            "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                            "profile_image": {
                                "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                                "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                                "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                                "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                                "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                            },
                            "parent": {}
                        }
                    }
                ],
                "most_recent_organization": {
                    "id": 1,
                    "name": "The McDonnell Genome Institute",
                    "url": "http://genome.wustl.edu/",
                    "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                        "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                        "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                        "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                        "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                    },
                    "parent": {
                        "id": 12,
                        "name": "Washington University in Saint Louis",
                        "url": "https://wustl.edu/",
                        "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                            "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                            "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                            "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                            "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                        },
                        "parent": {}
                    }
                },
                "conflict_of_interest": {
                    "coi_valid": "expired",
                    "details": {
                        "coi_present": true,
                        "coi_statement": "Chief Science Officer, stock holder, board member, and holder of intellectual property in Geneoscopy, Inc.",
                        "created_at": "2020-10-15T14:03:25.988Z",
                        "expires_at": "2021-10-15T14:03:25.988Z"
                    }
                }
            },
            "organization": {
                "id": 1,
                "name": "The McDonnell Genome Institute",
                "url": "http://genome.wustl.edu/",
                "description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
                "profile_image": {
                    "x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
                    "x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
                    "x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
                    "x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
                    "x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
                },
                "parent": {
                    "id": 12,
                    "name": "Washington University in Saint Louis",
                    "url": "https://wustl.edu/",
                    "description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
                    "profile_image": {
                        "x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
                        "x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
                        "x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
                        "x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
                        "x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
                    },
                    "parent": {}
                }
            }
        }
    },
    "provisional_values": {},
    "errors": {}
}