Search Docs…

Search Docs…

Orpheus API Reference

QA filter date from and number of citations


POST QA filter date from and number of citations


https://api.wisecube.ai/orpheus/graphql

BODY graphql

The API returns documents related to the question within the specified date range.

QUERY

query questionAnswer($query: String, $date_from: String, $order_by_no_citations: Boolean) {
  summaryInsights(engineID: "23343", searchInput: {query: $query, date_from: $date_from, order_by_no_citations:$order_by_no_citations type: [DOCUMENTS]}) {
    data {
      __typename
      ... on QAInsight {
        question
        answers {
          document {
            id
            title
            abs
            authors{
                affiliation
                forename
                identifier
                initials
                lastname
            }
            chemical_list
            country
            index_name
            journal 
            keywords
            no_citations
            pubdate
            source
            references{
                citation
                pmid
            }
            __typename
          }
          took
          context
          probability
          __typename
        }
        __typename
      }
    }
    __typename
  }
}

GRAPHQL VARIABLES

{
  "query": "what is diabetes mellitus?",
  "date_from": "2023-10-01",
   "order_by_no_citations": false
}

Example Request:

POST /orpheus/graphql HTTP/1.1 
Host: api.wisecube.ai 
Content-Type: application/json 
Content-Length: 1824 
{\"query\":\"query questionAnswer($query: String, $date_from: String, $order_by_no_citations: Boolean) {\\n  summaryInsights(engineID: \\\"23343\\\", searchInput: {query: $query, date_from: $date_from, order_by_no_citations:$order_by_no_citations type: [DOCUMENTS]}) {\\n    data {\\n      __typename\\n      ... on QAInsight {\\n        question\\n        answers {\\n          document {\\n            id\\n            title\\n            abs\\n            authors{\\n                affiliation\\n                forename\\n                identifier\\n                initials\\n                lastname\\n            }\\n            chemical_list\\n            country\\n            index_name\\n            journal \\n            keywords\\n            no_citations\\n            pubdate\\n            source\\n            references{\\n                citation\\n                pmid\\n            }\\n            __typename\\n          }\\n          took\\n          context\\n          probability\\n          __typename\\n        }\\n        __typename\\n      }\\n    }\\n    __typename\\n  }\\n}\",\"variables\":{\"query\":\"what is diabetes mellitus?\",\"date_from\":\"2023-10-01\",\"order_by_no_citations\":false}}

Example Response

{
    "data": {
        "summaryInsights": [
            {
                "data": {
                    "__typename": "QAInsight",
                    "question": "what is diabetes mellitus?",
                    "answers": [
                        {
                            "document": [
                                {
                                    "id": "37865473",
                                    "title": "Advancing Equity in Diabetes Prevention, Treatment, and Outcomes: Delivering on Our Values.",
                                    "abs": "Diabetes inequities exist from diabetes prevention to outcomes and are rooted in the social drivers determinants of health Historical policies such as redlining have adversely affected diabetes prevalence control and outcomes for decades Advancing diabetes equity requires multimodal approaches addressing both individual level diabetes education self management and treatment along with addressing social needs and working to improve upstream drivers of health All individuals affected by diabetes must advocate for policies to advance diabetes equity at the organizational local state and federal levels Centering diabetes efforts and interventions on equity will improve diabetes treatment and care for all ",
                                    "authors": [
                                        {
                                            "affiliation": "Division of Endocrinology, Diabetes and Metabolism, The Ohio State University College of Medicine, Suite 5000E, 700 Ackerman Road, Columbus, OH 43202, USA. Electronic address: Joshua.Joseph@osumc.edu.",
                                            "forename": "Joshua J",
                                            "identifier": "",
                                            "initials": "JJ",
                                            "lastname": "Joseph"
                                        }
                                    ],
                                    "chemical_list": "",
                                    "country": "United States",
                                    "index_name": "PubMed",
                                    "journal": "Endocrinology and metabolism clinics of North America",
                                    "keywords": [
                                        "Diabetes",
                                        " Disparities",
                                        " Health equity",
                                        " Nonmedical health-related social needs",
                                        " Social drivers of health"
                                    ],
                                    "no_citations": 0,
                                    "pubdate": "2023-12",
                                    "source": "https://pubmed.ncbi.nlm.nih.gov/37865473",
                                    "references": [],
                                    "__typename": "RelatedDocument"
                                },
                                {
                                    "id": "37838827",
                                    "title": "Diabetes duration, perceived comfort with self-management and glycaemic control in adolescents with type 1 diabetes: A cross-sectional study.",
                                    "abs": "AIMS Evidence is lacking on whether diabetes duration is associated with type 1 diabetes T1D self management during late adolescence before transfer from paediatric to adult care We examined associations of diabetes duration with dimensions of perceived comfort with diabetes self management self efficacy transition readiness diabetes distress and glycaemic control in late adolescence METHODS Using a cross sectional design we conducted a secondary analysis of baseline data of adolescents ages 16 17 years with T1D followed at paediatric diabetes academic hospitals in Montreal and enrolled in the Group Education Trial to Improve Transition GET IT T1D  Participants completed validated questionnaires on self efficacy Self Efficacy for Diabetes Self Management Measure SEDM  score 1 to 10  diabetes distress and transition readiness as well as a haemoglobin HbA1c capillary blood test Our primary outcome was self efficacy We examined associations of diabetes duration with self efficacy diabetes distress transition readiness and HbA1c using linear and logistic regression models adjusted for sex socioeconomic status insulin pump use glucose sensor use and psychiatric comorbidity RESULTS Of 203 adolescents with T1D mean diabetes duration SD was 7 57 4 44 years Mean SEDM score was 6 83 SD 1 62  Diabetes duration was not associated with self efficacy diabetes distress or transition readiness Each additional year of diabetes duration was associated with 0 11  95 CI 0 05 to 0 16 higher HbA1c CONCLUSIONS Although diabetes duration is not associated with dimensions of perceived comfort with diabetes self management adolescents with longer diabetes duration are at risk for higher HbA1c and may need additional support to improve glycaemic control before transition to adult care ",
                                    "authors": [
                                        {
                                            "affiliation": "Faculty of Medicine and Health Sciences, McGill University, Montreal, Québec, Canada.",
                                            "forename": "Olivier",
                                            "identifier": "",
                                            "initials": "O",
                                            "lastname": "Renaud-Charest"
                                        },
                                        {
                                            "affiliation": "Centre for Outcomes Research and Evaluation, Research Institute of the McGill University Health Centre, Montreal, Québec, Canada.",
                                            "forename": "Elise",
                                            "identifier": "",
                                            "initials": "E",
                                            "lastname": "Mok"
                                        },
                                        {
                                            "affiliation": "Centre for Outcomes Research and Evaluation, Research Institute of the McGill University Health Centre, Montreal, Québec, Canada.",
                                            "forename": "Jennifer",
                                            "identifier": "",
                                            "initials": "J",
                                            "lastname": "Frei"
                                        },
                                        {
                                            "affiliation": "Faculty of Medicine and Health Sciences, McGill University, Montreal, Québec, Canada.",
                                            "forename": "Marie-Laurence",
                                            "identifier": "",
                                            "initials": "ML",
                                            "lastname": "Brunet"
                                        },
                                        {
                                            "affiliation": "Department of Paediatrics, Université de Montréal, Montreal, Québec, Canada.",
                                            "forename": "Mélanie",
                                            "identifier": "",
                                            "initials": "M",
                                            "lastname": "Henderson"
                                        },
                                        {
                                            "affiliation": "Centre for Outcomes Research and Evaluation, Research Institute of the McGill University Health Centre, Montreal, Québec, Canada.",
                                            "forename": "Elham",
                                            "identifier": "",
                                            "initials": "E",
                                            "lastname": "Rahme"
                                        },
                                        {
                                            "affiliation": "Centre for Outcomes Research and Evaluation, Research Institute of the McGill University Health Centre, Montreal, Québec, Canada.",
                                            "forename": "Kaberi",
                                            "identifier": "https://orcid.org/0000-0002-2447-3553",
                                            "initials": "K",
                                            "lastname": "Dasgupta"
                                        },
                                        {
                                            "affiliation": "Centre for Outcomes Research and Evaluation, Research Institute of the McGill University Health Centre, Montreal, Québec, Canada.",
                                            "forename": "Meranda",
                                            "identifier": "https://orcid.org/0000-0001-5833-5303",
                                            "initials": "M",
                                            "lastname": "Nakhla"
                                        }
                                    ],
                                    "chemical_list": "",
                                    "country": "England",
                                    "index_name": "PubMed",
                                    "journal": "Diabetic medicine : a journal of the British Diabetic Association",
                                    "keywords": [
                                        "Adolescent",
                                        " Glycaemic Control",
                                        " Self-Management",
                                        " Transition to Adult Care",
                                        " Type 1 Diabetes"
                                    ],
                                    "no_citations": 32,
                                    "pubdate": "2023-10-14",
                                    "source": "https://pubmed.ncbi.nlm.nih.gov/37838827",
                                    "references": [
                                        {
                                            "citation": "Hanberger L, Samuelsson U, Lindblad B, Ludvigsson J. A1C in children and adolescents with diabetes in relation to certain clinical parameters: the Swedish Childhood Diabetes Registry SWEDIABKIDS. Diabetes Care. 2008;31(5):927-929. doi:10.2337/dc07-1863",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Amed S, Nuernberger K, McCrea P, et al. Adherence to clinical practice guidelines in the management of children, youth, and young adults with type 1 diabetes-A prospective population cohort study. J Pediatr. 2013;163(2):543-548. doi:10.1016/j.jpeds.2013.01.070",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Griffin SJ. Lost to follow-up: the problem of defaulters from diabetes clinics. Diabet Med. 1998;15(Suppl 3):S14-S24. doi:10.1002/(sici)1096-9136(1998110)15:3+<s14::aid-dia725>3.3.co;2-9",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Bryden KS, Peveler RC, Stein A, Neil A, Mayou RA, Dunger DB. Clinical and psychological course of diabetes from adolescence to young adulthood: a longitudinal cohort study. Diabetes Care. 2001;24(9):1536-1540. doi:10.2337/diacare.24.9.1536",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Bandura A. Self-efficacy: toward a unifying theory of behavioral change. Psychol Rev. 1977;84(2):191-215. doi:10.1037//0033-295x.84.2.191",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Kristensen LJ, Birkebaek NH, Mose AH, Berg Jensen M, Thastum M. Multi-informant path models of the influence of psychosocial and treatment-related variables on adherence and metabolic control in adolescents with type 1 diabetes mellitus. PloS One. 2018;13(9):e0204176. doi:10.1371/journal.pone.0204176",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Iannotti RJ, Schneider S, Nansel TR, et al. Self-efficacy, outcome expectations, and diabetes self-management in adolescents with type 1 diabetes. J Dev Behav Pediatr. 2006;27(2):98-105. doi:10.1097/00004703-200604000-00003",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Alwadiy F, Mok E, Dasgupta K, Rahme E, Frei J, Nakhla M. Association of self-efficacy, transition readiness and diabetes distress with glycemic control in adolescents with type 1 diabetes preparing to transition to adult care. Can J Diabetes. 2021;45(5):490-495. doi:10.1016/j.jcjd.2021.05.006",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Skinner TC, Joensen L, Parkin T. Twenty-five years of diabetes distress research. Diabet Med. 2020;37(3):393-400. doi:10.1111/dme.14157",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Moynihan M, Saewyc E, Whitehouse S, Paone M, McPherson G. Assessing readiness for transition from paediatric to adult health care: revision and psychometric evaluation of the Am I ON TRAC for adult care questionnaire. J Adv Nurs. 2015;71(6):1324-1335. doi:10.1111/jan.12617",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Durruty P, Ruiz F, García de los Ríos M. Age at diagnosis and seasonal variation in the onset of insulin-dependent diabetes in Chile (southern hemisphere). Diabetologia. 1979;17(6):357-360. doi:10.1007/bf01236269",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Felner EI, Klitz W, Ham M, et al. Genetic interaction among three genomic regions creates distinct contributions to early- and late-onset type 1 diabetes mellitus. Pediatr Diabetes. 2005;6(4):213-220. doi:10.1111/j.1399-543X.2005.00132.x",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Ladd JM, Reeves-Latour J, Dasgupta K, Bell LE, Anjachak N, Nakhla M. Toward a better understanding of transition from paediatric to adult care in type 1 diabetes: a qualitative study of adolescents. Diabet Med. 2022;39(5):e14781. doi:10.1111/dme.14781",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Chao A, Whittemore R, Minges KE, Murphy KM, Grey M. Self-management in early adolescence and differences by age at diagnosis and duration of type 1 diabetes. Diabetes Educ. 2014;40(2):167-177. doi:10.1177/0145721713520567",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Arnett JJ. Emerging adulthood: a theory of development from the late teens through the twenties. Am Psychol. 2000;55(5):469-480.",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Mok E, Henderson M, Dasgupta K, et al. Group education for adolescents with type 1 diabetes during transition from paediatric to adult care: study protocol for a multisite, randomised controlled, superiority trial (GET-IT-T1D). BMJ Open. 2019;9(11):e033806. doi:10.1136/bmjopen-2019-033806",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Fisher L, Polonsky WH, Hessler DM, et al. Understanding the sources of diabetes distress in adults with type 1 diabetes. J Diabetes Complications. 2015;29(4):572-577. doi:10.1016/j.jdiacomp.2015.01.012",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Pampalon R, Raymond G. A deprivation index for health and welfare planning in Quebec. Chronic Dis Can. 2000;21(3):104-113.",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Nakhla M, Rahme E, Simard M, Larocque I, Legault L, Li P. Risk of ketoacidosis in children at the time of diabetes mellitus diagnosis by primary caregiver status: a population-based retrospective cohort study. CMAJ. 2018;190(14):E416-E421. doi:10.1503/cmaj.170676",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Chetan MR, Charlton MH, Thompson C, Dias RP, Andrews RC, Narendran P. The type 1 diabetes 'honeymoon' period is five times longer in men who exercise: a case-control study. Diabet Med. 2019;36(1):127-128. doi:10.1111/dme.13802",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Chih AH, Jan CF, Shu SG, Lue BH. Self-efficacy affects blood sugar control among adolescents with type I diabetes mellitus. J Formos Med Assoc. 2010;109(7):503-510. doi:10.1016/s0929-6646(10)60084-8",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Lašaitė L, Dobrovolskienė R, Danytė E, et al. Diabetes distress in males and females with type 1 diabetes in adolescence and emerging adulthood. J Diabetes Complications. 2016;30(8):1500-1505. doi:10.1016/j.jdiacomp.2016.08.013",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Inverso H, LeStourgeon LM, Parmar A, et al. Demographic and glycemic factors linked with diabetes distress in teens with type 1 diabetes. J Pediatr Psychol. 2022;47:1081-1089. doi:10.1093/jpepsy/jsac049",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Hislop AL, Fegan PG, Schlaeppi MJ, Duck M, Yeap BB. Prevalence and associations of psychological distress in young adults with type 1 diabetes. Diabetic Med. 2008;25(1):91-96. doi:10.1111/j.1464-5491.2007.02310.x",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Delamater AM, Patiño-Fernández AM, Smith KE, Bubb J. Measurement of diabetes stress in older children and adolescents with type 1 diabetes mellitus. Pediatr Diabetes. 2013;14(1):50-56. doi:10.1111/j.1399-5448.2012.00894.x",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Al Khalifah Reem AR. Development and validation of the transition readiness assessment instrument in type 1 diabetes \"on TRAck\". Can J Diabetes. 2022;46:510-517.",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Brazeau AS, Nakhla M, Wright M, et al. Stigma and its association with glycemic control and hypoglycemia in adolescents and young adults with type 1 diabetes: cross-sectional study. J Med Internet Res. 2018;20(4):e151. doi:10.2196/jmir.9432",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Huang JS, Gottschalk M, Pian M, Dillon L, Barajas D, Bartholomew LK. Transition to adult care: systematic assessment of adolescents with chronic illnesses and their medical teams. J Pediatr. 2011;159(6):994-998.e2. doi:10.1016/j.jpeds.2011.05.038",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Geneti Y, Wondwossen K, Adimasu M, et al. Adherence to diabetes self-management and its associated factors among adolescents living with type 1 diabetes at public hospitals in Addis Ababa, Ethiopia: a cross-sectional study. Diabetes Metab Syndr Obes. 2022;15:659-670. doi:10.2147/dmso.S350168",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Agarwal S, Jawad AF, Miller VA. A multivariate model exploring the predictive value of demographic, adolescent, and family factors on glycemic control in adolescents with type 1 diabetes. Pediatr Diabetes. 2016;17(7):500-508. doi:10.1111/pedi.12331",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "Predieri B, Bruzzi P, Bigi E, et al. Health-related quality of life and metabolic control in immigrant and Italian children and adolescents with type 1 diabetes and in their parents. Pediatr Diabetes. 2020;21(6):1031-1042. doi:10.1111/pedi.13042",
                                            "pmid": ""
                                        },
                                        {
                                            "citation": "James S, Perry L, Lowe J, Harris M, Craig ME. Suboptimal glycemic control in adolescents and young adults with type 1 diabetes from 2011 to 2020 across Australia and New Zealand: data from the Australasian diabetes data network registry. Pediatr Diabetes. 2022;23(6):736-741. doi:10.1111/pedi.13364",
                                            "pmid": ""
                                        }
                                    ],
                                    "__typename": "RelatedDocument"
                                },
                                {...},
                                {...}
                            ],
                            "took": 0.9231913089752197,
                            "context": null,
                            "probability": null,
                            "__typename": "Answer"
                        }
                    ]
                },
                "__typename": "Insight"
            }
        ]
    }
}


Wisecube AI

© 2024