{"info":{"_postman_id":"7be862ca-22be-435b-8ec6-cc0cee57527a","name":"DocNexus Development","description":"<html><head></head><body><p>This collection contains various requests used for fetching data by the DocNexus application.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16725699","collectionId":"7be862ca-22be-435b-8ec6-cc0cee57527a","publishedId":"2sAXqv6MB7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-24T13:06:54.000Z"},"item":[{"name":"Provider Profiles","item":[{"name":"Overview","item":[{"name":"Get Provider Overview","event":[{"listen":"test","script":{"id":"809eb6fb-464e-415e-8a02-540641562867","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"8088bfe0-0a2d-4b76-acaa-8a2a2d16279a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"npi_number\": \"1962515551\"\n}","options":{"raw":{"language":"json"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-overview","description":"<h3 id=\"get-provider-overview\">Get Provider Overview</h3>\n<p>The <code>Get Provider Overview</code> endpoint is a POST request that retrieves an overview of providers.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>npi_number</code> (string, required): The National Provider Identifier number.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON schema representing the structure of the response object. Below is an example of the response schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"providers\": [\n    {\n      \"npi_number\": 0,\n      \"first_name\": \"\",\n      \"middle_name\": \"\",\n      \"last_name\": \"\",\n      \"provider_clinical_trial_relationships\": [\n        {\n          \"clinical_trial\": {\n            \"nct_id\": \"\",\n            \"brief_title\": \"\",\n            \"phase\": \"\"\n          }\n        }\n      ],\n      \"num_clinical_trials_by_phase_relationship\": [\n        {\n          \"phase\": \"\",\n          \"num_trials\": 0\n        }\n      ],\n      \"provider_provider_relationships\": [\n        {\n          \"number_coauthorships\": 0,\n          \"providerByRelatedProviderNpiNumber\": {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"npi_number\": 0\n          }\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-provider-overview"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"1b817ea8-9006-404a-8119-83c523676046","name":"Successful Response / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-overview","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-overview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"7486"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD0HJ9IAMEQ5Q="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"7486"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"54ed8aec-7826-49e1-aa5d-0519e1252a71"},{"key":"x-request-id","value":"9e32f40d-42f9-4a84-801a-f9ebed80b570"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"npi_number\": 1962515551,\n   \"first_name\": \"DEEPAK\",\n   \"middle_name\": \"L\",\n   \"last_name\": \"BHATT\",\n   \"provider_clinical_trial_relationships\": [\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00050817\",\n      \"brief_title\": \"Clopidogrel for High Atherothrombotic Risk and Ischemic Stabilization, Management and Avoidance (CHARISMA)\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00263042\",\n      \"brief_title\": \"Comprehensive Rimonabant Evaluation Study of Cardiovascular ENDpoints and Outcomes\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00462917\",\n      \"brief_title\": \"REVEAL III: Risk Evaluation and Education for Alzheimer's Disease\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01179048\",\n      \"brief_title\": \"Liraglutide Effect and Action in Diabetes: Evaluation of Cardiovascular Outcome Results\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01212302\",\n      \"brief_title\": \"Optimizing Aspirin and Clopidogrel Therapy (BOchum CLopidogrel and Aspirin Plan)\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01225562\",\n      \"brief_title\": \"Prevention of Cardiovascular Events (eg, Death From Heart or Vascular Disease, Heart Attack, or Stroke) in Patients With Prior Heart Attack Using Ticagrelor Compared to Placebo on a Background of Aspirin\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01467466\",\n      \"brief_title\": \"Prevention of Serious Adverse Events Following Angiography\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01492361\",\n      \"brief_title\": \"A Study of AMR101 to Evaluate Its Ability to Reduce Cardiovascular Events in High-Risk Patients With Hypertriglyceridemia and on Statin\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01581801\",\n      \"brief_title\": \"Bariatric Surgery and Reactive Hypoglycemia\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01609465\",\n      \"brief_title\": \"Prognostic Models for People With Stable Coronary Artery Disease\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01643031\",\n      \"brief_title\": \"Effect of Modifying Anti-platelet Treatment to Ticagrelor in Patients With Diabetes and Low Response to Clopidogrel\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01776424\",\n      \"brief_title\": \"Rivaroxaban for the Prevention of Major Cardiovascular Events in Coronary or Peripheral Artery Disease\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01796873\",\n      \"brief_title\": \"Clopidogrel Resistance and Platelet Reactivity in Women Undergoing Percutaneous Coronary Intervention\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01850082\",\n      \"brief_title\": \"Randomized Endo-Vein Graft Prospective\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01932450\",\n      \"brief_title\": \"Radiofrequency Ablation for ADPKD Blood Pressure and Disease Progression Control\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01942707\",\n      \"brief_title\": \"Scarpa´s Fascia in the Formation of Seroma Post Abdominoplasty After Bariatric Surgery\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01991093\",\n      \"brief_title\": \"Multiple Electrode Aggregometry & Clopidogrel Resistance\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01991795\",\n      \"brief_title\": \"A Study Comparing Cardiovascular Effects of Ticagrelor Versus Placebo in Patients With Type 2 Diabetes Mellitus\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02041234\",\n      \"brief_title\": \"Roux-en-Y Gastric Bypass for BMI 27-32 Type 2 Diabetes Versus Best Medical Treatment\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02049762\",\n      \"brief_title\": \"Aspirin Impact on Platelet Reactivity in Acute Coronary Syndrome Patients on Novel P2Y12 Inhibitors Therapy\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02064881\",\n      \"brief_title\": \"Efficacy Study of Metformin Glycinate on Postprandial Lipemia\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02072681\",\n      \"brief_title\": \"Mild and Rapidly Improving Stroke Study\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02146794\",\n      \"brief_title\": \"Renal Denervation in Chronic Heart Failure\",\n      \"phase\": \"PHASE1\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02148068\",\n      \"brief_title\": \"Changes in Body Composition Following Bariatric Surgery\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02243514\",\n      \"brief_title\": \"Intravascular Ultrasound Evaluation of Renal Nerves in Different Diseases\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02270242\",\n      \"brief_title\": \"Ticagrelor With Aspirin or Alone in High-Risk Patients After Coronary Intervention\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02315001\",\n      \"brief_title\": \"Liraglutide to Improve corONary Haemodynamics During Exercise streSS\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02318342\",\n      \"brief_title\": \"Assessment of TRanscathetEr and Surgical Aortic BiOprosthetic Valve Thrombosis and Its TrEatment With Anticoagulation\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02328599\",\n      \"brief_title\": \"Alliance of Randomized Trials of Medicine vs Metabolic Surgery in Type 2 Diabetes\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02377388\",\n      \"brief_title\": \"DPP-4 Inhibitors and Acute Myocardial Infarction:Effects on Platelet Function\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02426307\",\n      \"brief_title\": \"Subclinical Aortic Valve Bioprosthesis Thrombosis Assessed With 4D CT\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02459561\",\n      \"brief_title\": \"EndoBarrier TM Gastrointestinal Liner Diabetes Trial\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02475187\",\n      \"brief_title\": \"Observational Study of Thrombogenic Properties in 220 Patients With Proximal Femur Fracture\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02532829\",\n      \"brief_title\": \"Human Intestinal Peptides Evaluation and Research\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02551744\",\n      \"brief_title\": \"Proton Pump Inhibitor Versus Histamine-2 Receptor Antagonist for the Prevention of Recurrent Peptic Ulcers\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02579031\",\n      \"brief_title\": \"A Comparison of an Ultrathin Strut Biodegradable Polymer Sirolimus-Eluting Stent With a Durable Polymer Everolimus-Eluting Stent for Patients With Acute ST-Segment Elevation Myocardial Infarction Undergoing Primary Percutaneous Coronary Intervention\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02610530\",\n      \"brief_title\": \"Surgical Intervention for the Treatment of Diabetes in Overweight Non-responders-1\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02613897\",\n      \"brief_title\": \"ESR-15-11293 - Saxa/Dapa, Safety and Efficacy Study\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02637453\",\n      \"brief_title\": \"Addition of Six Short Lines on Pulmonary Vein Isolation\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02667652\",\n      \"brief_title\": \"The Curative Effect of the Length of the Jejunum Exclusion in Grstric Bypass Surgery for Type 2 Diabetes\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02762851\",\n      \"brief_title\": \"Influenza Vaccine To Prevent Adverse Vascular Events (RCT-IVVE)\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02785237\",\n      \"brief_title\": \"Intra-patient Study With Polymer Free Drug Eluting Stent Versus Abluminal Biodegradable Polymer Drug Eluting Stent With Early OCT (Optical Coherence Tomography) Follow up\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02787044\",\n      \"brief_title\": \"INfluenza Vaccine to Effectively Stop Cardio Thoracic Events and Decompensated Heart Failure\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02826200\",\n      \"brief_title\": \"Rule Out Transcatheter Aortic Valve Thrombosis With Post Implantation Computed Tomography (RETORIC)\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02833948\",\n      \"brief_title\": \"Comparison of a Rivaroxaban-based Strategy With an Antiplatelet-based Strategy Following Successful TAVR for the Prevention of Leaflet Thickening and Reduced Leaflet Motion as Evaluated by Four-dimensional, Volume-rendered Computed Tomography (4DCT)\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02835716\",\n      \"brief_title\": \"Pre-Clinical (Alzheimers) Diagnosis PCD = Optimum Outcomes OO\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02843529\",\n      \"brief_title\": \"Evaluation of a Computerized Complex Instrumental Activities of Daily Living Marker (NMI)\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02900729\",\n      \"brief_title\": \"Randomized Controlled Trial of Renal Denervation for Resistant Hypertension\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02974660\",\n      \"brief_title\": \"Protamine Sulfate During Transcatheter Aortic Valve Implantation\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02993120\",\n      \"brief_title\": \"Getting to an Improved Understanding of Low-Density Lipoprotein Cholesterol and Dyslipidemia Management (GOULD) a Registry of High Cardiovascular Risk Subjects in the United States\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03084510\",\n      \"brief_title\": \"REPRISE China - Clinical Evaluation in China\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03165812\",\n      \"brief_title\": \"A Diabetes Improvement in Medical Therapy Versus SADJB Study\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03182855\",\n      \"brief_title\": \"Cangrelor vs. Ticagrelor for Early Platelet Inhibition in STEMI\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03200574\",\n      \"brief_title\": \"Behavior of Valve Leaflets\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03214471\",\n      \"brief_title\": \"Evaluation of a Lifestyle Intervention After Bariatric Surgery\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03319888\",\n      \"brief_title\": \"Effect of CPAP in the Worsening of Renal Function in Early Stages of Chronic Kidney Disease (CKD)\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03341429\",\n      \"brief_title\": \"Evaluation of Liraglutide 3.0mg in Patients With Poor Weight-loss and a Suboptimal Glucagon-like Peptide-1 Response\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03378934\",\n      \"brief_title\": \"Anti-platelet Effect of Berberine in Patients After Percutaneous Coronary Intervention\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03410095\",\n      \"brief_title\": \"The Brain Changes in Sleep Apnea Study\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03429608\",\n      \"brief_title\": \"Quantitative Estimation of Thrombus Burden in Patients With STEMI Using Micro-Computed Tomography (QUEST-STEMI)\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03445546\",\n      \"brief_title\": \"Platelet Function in Resuscitated Patients-2\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03542110\",\n      \"brief_title\": \"The Alirocumab for Stopping Atherosclerosis Progression in Saphenous Vein Grafts (ASAP-SVG) Pilot Trial\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03551496\",\n      \"brief_title\": \"The DES BTK Vascular Stent System vs PTA in Subjects With Critical Limb Ischemia\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03558295\",\n      \"brief_title\": \"CHAOS Registry Study\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03567733\",\n      \"brief_title\": \"Prospective Registry of Patients Over 75 Years Old Treated With Xience Sierra Stents. Sierra 75 Study\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03630055\",\n      \"brief_title\": \"Rivaroxaban Post-Transradial Access for the Prevention of Radial Artery Occlusion\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03632785\",\n      \"brief_title\": \"Laboratory Implications of Non Obstructive Atherosclerotic Plaques Identified by Multiple Detector Coronary Angiotomography\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03643783\",\n      \"brief_title\": \"Impact of Plasma Soluble Prorenin Receptor in Obese and Type 2 Diabetic Patients\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03649594\",\n      \"brief_title\": \"Risk Stratification Post TAVI Using TEG\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03729401\",\n      \"brief_title\": \"Personalization of Long-Term Antiplatelet Therapy - RAPID EXTEND\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03759691\",\n      \"brief_title\": \"Predictors for Prehospital Delay in Stroke Treatment\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03854981\",\n      \"brief_title\": \"Pre-operative Exercise and Nutrition Therapy on Cardio-metabolic Health in Patients Undergoing Bariatric Surgery\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03881943\",\n      \"brief_title\": \"Ticagrelor Monotherapy Compared to Aspirin Monotherapy in Patients With History of ACS\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03940066\",\n      \"brief_title\": \"Evaluation of Ambulatory Monitoring of Patients After High-risk Acute Coronary Syndrome Using Two Different Systems: Biomonitor-2 and Kardia Mobile\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03968224\",\n      \"brief_title\": \"Effectiveness of Dapagliflozin for Weight Loss\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03975478\",\n      \"brief_title\": \"Bariatric Surgery and LDL Cholesterol\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03981835\",\n      \"brief_title\": \"Management of Antiplatelet Regimen During Surgical Procedures\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04073875\",\n      \"brief_title\": \"18F-GP1 PET-CT to Detect Bioprosthetic Aortic Valve Thrombosis\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04087382\",\n      \"brief_title\": \"Mechanical Thrombectomy in Acute Ischemic Stroke Beyond the Time of Window\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04132531\",\n      \"brief_title\": \"Effect of Weight Loss Surgery on Stem Cells.\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04149392\",\n      \"brief_title\": \"Use of CGM for Diabetes Management Following a Hospitalization.\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04152291\",\n      \"brief_title\": \"The Effect of E-EPA on Circulating LDL and Plasma Lipid Metabolism\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04171726\",\n      \"brief_title\": \"Rotterdam EDOXaban Leaflet Evaluation in Patients After Transcatheter Aortic Valve Implantation\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04183868\",\n      \"brief_title\": \"Effects of empagliFlozin on myocardIal metabOlic Rate of glucosE Estimated Through 18FDG PET (FIORE Study)\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04218656\",\n      \"brief_title\": \"DUAL Pathway Inhibition to Improve Endothelial Function in Peripheral Artery Disease\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04242784\",\n      \"brief_title\": \"IMPROVE Stroke Care- Developing and Optimizing Regional Systems of Stroke Care\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04298229\",\n      \"brief_title\": \"Efficacy and Safety of Dapagliflozin in Acute Heart Failure\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04305028\",\n      \"brief_title\": \"Influence of Rivaroxaban for Intermittent Claudication and Exercise Tolerance in Patients With Symptomatic PAD\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04319081\",\n      \"brief_title\": \"Study to Evaluate Changes in Cognitive Function in Patients Treated With PCSK9 Inhibitors\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04331145\",\n      \"brief_title\": \"Platelet REACtivity According to TICagrelor Dose After Transcatheter AorticValve Implantation\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04347200\",\n      \"brief_title\": \"REGistry of Long-term AnTithrombotic TherApy-1\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04360720\",\n      \"brief_title\": \"PercutaNEOus Coronary Intervention Followed by Monotherapy INstead of Dual Antiplatelet Therapy in the SETting of Acute Coronary Syndromes: The NEO-MINDSET Trial\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04395846\",\n      \"brief_title\": \"Heart Failure and Preserved Ejection Fraction: Observation of Its Progression and Prognosis (HOPP-BERN)\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04397211\",\n      \"brief_title\": \"Angiography-Derived FFR And IVUS for Clinical Outcomes in Patients With Coronary Artery Disease\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04431661\",\n      \"brief_title\": \"CAOCT: Intra CoronAry Optical Computerized Tomography in out-of Hospital Cardiac Arrest Patients\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04501198\",\n      \"brief_title\": \"Moxibustion Combined With Characteristic Lifestyle Intervention of Traditional Chinese Medicine in the Treatment of Abdominal Obesity: A Study Protocol for a Randomized Controlled Trial\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04508985\",\n      \"brief_title\": \"The McGill RAAS-COVID-19 Trial\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04513613\",\n      \"brief_title\": \"ACHIEVE GRX Registry\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04547231\",\n      \"brief_title\": \"Impact of Coronary CT Angiography, Physiologic Assessment and Pharmacotherapy on the Clinical Outcomes\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04549766\",\n      \"brief_title\": \"Predictive Value of PRECISE DAPT Score in STEMI Patients After Primary PCI\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04562467\",\n      \"brief_title\": \"The Use of Icosapent Ethyl on Vascular Progenitor Cells in Individuals With Elevated Cardiovascular Risk\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04570865\",\n      \"brief_title\": \"Dapagliflozin And Pulmonary Artery Hemodynamics in Heart Failure With Reduced Ejection Fraction Patients With CardioMEMS®\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04597593\",\n      \"brief_title\": \"Association Between Genetic Variant Scores and DOACs (DARES2)\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04626323\",\n      \"brief_title\": \"Randomized Study Comparing Metabolic Surgery With Intensive Medical Therapy to Treat Diabetic Kidney Disease\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04632537\",\n      \"brief_title\": \"BCG Vaccination to Prevent COVID-19\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04659525\",\n      \"brief_title\": \"Evolocumab Plus Ezetimibe in Haemodialized Statin-intolerant Patients With Hypercholesterolemia\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04739384\",\n      \"brief_title\": \"Platelet Inhibition With Ticagrelor 60 mg Versus Ticagrelor 90 mg in Elderly Patients With ACS\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04753762\",\n      \"brief_title\": \"Multimodal IMAgery Characterization of Cardiac Damage and Severity After COVID-19 Infection\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04780438\",\n      \"brief_title\": \"Dapagliflozin to Prevent Atrial Fibrillation Recurrence After Transcatheter Pulmonary Venous Isolation.\",\n      \"phase\": \"EARLY_PHASE1\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04788186\",\n      \"brief_title\": \"Beta Blocker De-prescription Following Coronary Artery Bypass Graft Surgery (BEEFBURGER Trial).\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04790032\",\n      \"brief_title\": \"Pharmacodynamic Effects of Cangrelor in ACS or CCS Patients Undergoing PCI (POMPEII Registry)\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04791826\",\n      \"brief_title\": \"Electronic Alerts for Heart Failure Prevention in Diabetes\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04792190\",\n      \"brief_title\": \"Use of Dapagliflozin to Reduce Burden of Atrial Fibrillation in Patients Undergoing Catheter Ablation of Symptomatic Atrial Fibrillation\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04796727\",\n      \"brief_title\": \"One Year Follow-up After Rescuscited Cardiac Arrest\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04814147\",\n      \"brief_title\": \"Role NLRP3 Inflammasome in Weight Loss Following Sleeve Gastrectomy in Morbidly Obese Patients\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04826354\",\n      \"brief_title\": \"Effects of Statin for Elderly Patients With Atherosclerotic Cardiovascular Disease\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04829591\",\n      \"brief_title\": \"A Multicenter Registry to Study the Characteristics and Outcomes of Jordanian Heart Failure Patients.\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04835181\",\n      \"brief_title\": \"Electroacupuncture Combined With Umbilical Moxibustion on Abdominal Obesity of Yang Deficiency\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04890704\",\n      \"brief_title\": \"Curcuminoids and Contrast-induced Acute Kidney Injury\",\n      \"phase\": \"EARLY_PHASE1\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04906213\",\n      \"brief_title\": \"CardioRenal Effects of SGLT2 Inhibition in Kidney Transplant Recipients\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04970381\",\n      \"brief_title\": \"An Exploratory stuDy of effectIveneSs and Safety of rivarOxaban in Patients With Left VEntricular Thrombus (R-DISSOLVE)\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04990297\",\n      \"brief_title\": \"Cardiac Magnetic Resonance for Risk Stratification in Dilated Cardiomyopathy\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04990791\",\n      \"brief_title\": \"WILL lOWer Dose Aspirin be Better With Rivaroxaban in Patients With Chronic Coronary Syndromes?\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05001984\",\n      \"brief_title\": \"Trial of PCSK9 Inhibition in Patients With Acute Stroke and Symptomatic Intracranial Atherosclerosis\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05024630\",\n      \"brief_title\": \"Renal Denervation and pUlmonary Vein isolAtion With cryoabLation on Patients With Atrial Fibrillation and hypErtension\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05024864\",\n      \"brief_title\": \"HELicobacter Pylori Screening to Prevent Gastrointestinal Bleeding in MI Patients\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05037695\",\n      \"brief_title\": \"SGLT-2 Inhibitors in Prevention of Post-procedural Renal and Cardiovascular Complications aFter PCI Among Patients With Diabetes Mellitus and Coronary Artery Disease: a Prospective, Randomized, Pilot Study (SAFE-PCI)\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05047471\",\n      \"brief_title\": \"To Improve the Ability of Early Screening and Diagnosis in Patients With Diabetic Nephropathy\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05105919\",\n      \"brief_title\": \"Assessing Pharmacokinetics and Pharmacodynamics of Daily Enteric-coated Aspirin in Patients With StablE Diabetes\",\n      \"phase\": \"EARLY_PHASE1\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05122455\",\n      \"brief_title\": \"Effects of Edoxaban on Platelet Aggregation\",\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05129228\",\n      \"brief_title\": \"Optical Coherence Tomography of the Saphenous Vein Graft\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05147831\",\n      \"brief_title\": \"Effectiveness of Remote Ischemic Preconditioning for Prevention of Contrast Induced Acute Kidney Injury in Patients Undergoing Coronary Angiograms.\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05192005\",\n      \"brief_title\": \"Perioperative Blood Pressure and In-hospital Morbidity After Coronary Artery Bypass Surgery\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05193019\",\n      \"brief_title\": \"Parenteral Antiplatelet Agents in Real-world Spanish PCI Patients\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05211375\",\n      \"brief_title\": \"Comparisons of Metabolic Effect of Sleeve Gastrectomy With Duodenojejunal Bypass and Sleeve Gastrectomy (MEDUSA): A Multicenter Randomized Controlled Trial\",\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05240443\",\n      \"brief_title\": \"Bariatric Surgery and Chronic Renal Disease\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05240781\",\n      \"brief_title\": \"Zotarolimus vs Sirolimus Eluting Stent in High Bleeding Risk\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05253521\",\n      \"brief_title\": \"The Role of South Asian vs European Origins on Circulating Regenerative Cell Exhaustion\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05262803\",\n      \"brief_title\": \"Reduced Antithrombotic Strategy for High Bleeding Risk Patients With Myocardial Infarction\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05282290\",\n      \"brief_title\": \"Prevention and Treatment of Reperfusion Injury After Mechanical Thrombectomy in Acute Ischemic Stroke\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05344963\",\n      \"brief_title\": \"Deformation Imaging by Strain in Chronic Heart Failure Over Gliflozins: an Echocardiographic Register on Sodium-GLucose coTransporter-2 Inhibitors\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05349955\",\n      \"brief_title\": \"Effects and Safety of Diabetic GUideline Algorithm Implementation Performed by Primary Care Physicians in the Community\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05354661\",\n      \"brief_title\": \"Perioperative Hypotension in Gynaecologic Oncologic Surgery: HPI-ClearSight Versus Arterial Waveform Analysis\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05367063\",\n      \"brief_title\": \"Canagliflozin and Myocardial Micro-perfusion\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05373108\",\n      \"brief_title\": \"Endothelin-1 and Cardiac Allograft Vasculopathy (CAV)\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05392088\",\n      \"brief_title\": \"Characterization and Prognostic Role of Myocardial Injury in Patients With COVID-19. The CardioCOVID Gemelli Study.\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05392491\",\n      \"brief_title\": \"Brazilian Coronary ARtery Disease\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05392959\",\n      \"brief_title\": \"Effect of the Antidiabetic Drug Dapagliflozin on the Coronary Macrovascular and Microvascular Function in Type 2 Diabetic Patients\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05410834\",\n      \"brief_title\": \"Pro-vascular Regenerative Cell Exhaustion in Women With Polycystic Ovarian Syndrome\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05418946\",\n      \"brief_title\": \"The Effects of Dapagliflozin in Normal Clinical Practice in T2D\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05421767\",\n      \"brief_title\": \"Renal Nerve Stimulation in Uncontrolled Hypertensive Patients Undergoing Renal Denervation\",\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05477017\",\n      \"brief_title\": \"Evaluation of SGLT2-i Effectivness and Safety in Elderly Type 2 Diabetes Patients\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05535322\",\n      \"brief_title\": \"Real-world Evaluation of GLP-1 Receptor Agonists (GLP-1RA) on Efficacy and Persistence, Adherence and Therapeutic Inertia Among Type 2 Diabetes Adults With Obesity\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05562908\",\n      \"brief_title\": \"Skeletonised Versus Pedicled Internal Thoracic Artery\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05577208\",\n      \"brief_title\": \"Renal Denervation in Hypertrophic Cardiomyopathy\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05585138\",\n      \"brief_title\": \"Effects of Segmental Breathing Exercise in Patients Awaiting Coronary Artery Bypass Graft Surgery (CABG)\",\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05619601\",\n      \"brief_title\": \"Gender Differences in Prevention Strategies and Therapeutic Adherence After Acute Myocardial Infarction\",\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT05631769\",\n      \"brief_title\": \"HOST - DAPT Duration According the Bleeding Risk\",\n      \"phase\": \"PHASE4\"\n     }\n    }\n   ],\n   \"num_clinical_trials_by_phase_relationship\": [\n    {\n     \"phase\": \"EARLY_PHASE1\",\n     \"num_trials\": 3\n    },\n    {\n     \"phase\": \"NA\",\n     \"num_trials\": 42\n    },\n    {\n     \"phase\": \"PHASE1\",\n     \"num_trials\": 1\n    },\n    {\n     \"phase\": \"PHASE2\",\n     \"num_trials\": 8\n    },\n    {\n     \"phase\": \"PHASE3\",\n     \"num_trials\": 19\n    },\n    {\n     \"phase\": \"PHASE4\",\n     \"num_trials\": 31\n    },\n    {\n     \"phase\": null,\n     \"num_trials\": 54\n    }\n   ],\n   \"provider_provider_relationships\": [\n    {\n     \"number_coauthorships\": 218,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"GREGG\",\n      \"last_name\": \"FONAROW\",\n      \"npi_number\": 1750316402\n     }\n    },\n    {\n     \"number_coauthorships\": 128,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"ADRIAN\",\n      \"last_name\": \"HERNANDEZ\",\n      \"npi_number\": 1902980063\n     }\n    },\n    {\n     \"number_coauthorships\": 104,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"ERIC\",\n      \"last_name\": \"PETERSON\",\n      \"npi_number\": 1720162613\n     }\n    },\n    {\n     \"number_coauthorships\": 100,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"ADRIAN\",\n      \"last_name\": \"HERNANDEZ\",\n      \"npi_number\": 1194358655\n     }\n    },\n    {\n     \"number_coauthorships\": 98,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"LEE\",\n      \"last_name\": \"SCHWAMM\",\n      \"npi_number\": 1619968260\n     }\n    },\n    {\n     \"number_coauthorships\": 91,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"CHRISTOPHER\",\n      \"last_name\": \"CANNON\",\n      \"npi_number\": 1548227960\n     }\n    },\n    {\n     \"number_coauthorships\": 87,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"ERIC\",\n      \"last_name\": \"PETERSON\",\n      \"npi_number\": 1194346858\n     }\n    },\n    {\n     \"number_coauthorships\": 78,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"ERIC\",\n      \"last_name\": \"SMITH\",\n      \"npi_number\": 1013991058\n     }\n    },\n    {\n     \"number_coauthorships\": 69,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"ROBERT\",\n      \"last_name\": \"HARRINGTON\",\n      \"npi_number\": 1467536516\n     }\n    },\n    {\n     \"number_coauthorships\": 68,\n     \"providerByRelatedProviderNpiNumber\": {\n      \"first_name\": \"MUTHIAH\",\n      \"last_name\": \"VADUGANATHAN\",\n      \"npi_number\": 1023370467\n     }\n    }\n   ]\n  }\n ]\n}"},{"id":"0f39eb5e-73c6-43b9-9f92-53ddfcc2e4cf","name":"Empty NPI Number Error Response / 400","originalRequest":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"npi_number\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-overview"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Sep 2024 13:50:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ca4c4694-2c95-470d-97d6-eb35b3909150"},{"key":"x-amzn-Remapped-Content-Length","value":"90"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"enN-ZFJwIAMErcA="},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Sep 2024 13:50:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid input syntax for type integer: \\\"\\\"\",\n    \"path\": \"$\",\n    \"code\": \"data-exception\"\n}"}],"_postman_id":"8088bfe0-0a2d-4b76-acaa-8a2a2d16279a"},{"name":"Get Provider General Info","id":"ea3ef311-5ab7-494a-819f-f6fc00c895d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"npi_number\": 1962515551\n}","options":{"raw":{"language":"json"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-general-info","description":"<h3 id=\"get-provider-general-information\">Get Provider General Information</h3>\n<p>This endpoint allows you to retrieve general information about a provider by their NPI number.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>npi_number</code> (number): The NPI number of the provider.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"providers\": [\n    {\n      \"npi_number\": 0,\n      \"first_name\": \"\",\n      \"middle_name\": \"\",\n      \"last_name\": \"\",\n      \"provider_hospital_relationships\": [\n        {\n          \"hospital\": {\n            \"name\": \"\"\n          }\n        }\n      ],\n      \"provider_medical_school_relationships\": [\n        {\n          \"medicalSchoolByMedicalSchoolId\": {\n            \"medical_school_name\": \"\"\n          }\n        }\n      ],\n      \"provider_taxonomy_relationships\": [\n        {\n          \"taxonomies_individual\": {\n            \"taxonomy_code\": \"\",\n            \"display_name\": \"\"\n          }\n        }\n      ],\n      \"provider_publication_relationships_aggregate\": {\n        \"aggregate\": {\n          \"count\": 0\n        }\n      },\n      \"provider_clinical_trial_relationships_aggregate\": {\n        \"aggregate\": {\n          \"count\": 0\n        }\n      },\n      \"general_payments_aggregate\": {\n        \"aggregate\": {\n          \"count\": 0\n        }\n      }\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-provider-general-info"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"729f9e95-d914-477a-8902-2154811929a4","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-general-info","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"25"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-general-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"419"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amz-apigw-id","value":"dJXDtHcqoAMEaqA="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"419"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:53 GMT"},{"key":"x-amzn-requestid","value":"c8abcee6-e759-4e84-94d8-cd4eb427fd60"},{"key":"x-request-id","value":"aa84f20e-8243-4251-9daf-9823885c7e4e"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"npi_number\": 1962515551,\n   \"first_name\": \"DEEPAK\",\n   \"middle_name\": \"L\",\n   \"last_name\": \"BHATT\",\n   \"provider_hospital_relationships\": [\n    {\n     \"hospital\": {\n      \"name\": \"BRIGHAM AND WOMEN'S HOSPITAL\"\n     }\n    },\n    {\n     \"hospital\": {\n      \"name\": \"FAULKNER HOSPITAL-BRIGHAM AND WOMEN'S\"\n     }\n    }\n   ],\n   \"provider_medical_school_relationships\": [\n    {\n     \"medicalSchoolByMedicalSchoolId\": {\n      \"medical_school_name\": \"JS WEILL MEDICAL COLLEGE, CORNELL UNIVERSITY\"\n     }\n    }\n   ],\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"taxonomy_code\": \"207RC0000X\",\n      \"display_name\": \"Cardiovascular Disease\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"taxonomy_code\": \"207RI0011X\",\n      \"display_name\": \"Interventional Cardiology\"\n     }\n    }\n   ],\n   \"provider_publication_relationships_aggregate\": {\n    \"aggregate\": {\n     \"count\": 1470\n    }\n   },\n   \"provider_clinical_trial_relationships_aggregate\": {\n    \"aggregate\": {\n     \"count\": 158\n    }\n   },\n   \"general_payments_aggregate\": {\n    \"aggregate\": {\n     \"count\": 109\n    }\n   }\n  }\n ]\n}"}],"_postman_id":"ea3ef311-5ab7-494a-819f-f6fc00c895d7"},{"name":"Get Doximity Photo URL","id":"becf848a-78b6-408b-9bc7-29cc6f79b2e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"npi_number\": [\n        1962515551,\n        1053538199,\n        1093057291,\n        1245454164,\n        1417393828,\n        1285765685,\n        1235211855,\n        1164192902,\n        1366837460,\n        1306007232\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-docs-photo-url","description":"<h3 id=\"get-docs-photo-url\">Get Docs Photo URL</h3>\n<p>This API endpoint is used to fetch the photo URL for a specific document.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>npi_number (array of numbers) - The NPI numbers for which the photo URL is to be fetched.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"doximity_data\": [\n    {\n      \"incorrect\": \"boolean\",\n      \"profile_photo_url\": \"string\",\n      \"npi\": \"number\"\n    }\n  ]\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"doximity_data\": [\n    {\n      \"incorrect\": true,\n      \"profile_photo_url\": \"\",\n      \"npi\": 0\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-docs-photo-url"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"0fa454ab-bd18-4fa0-93be-cadd47d49905","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-docs-photo-url","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"126"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":[1962515551,1053538199,1093057291,1245454164,1417393828,1285765685,1235211855,1164192902,1366837460,1306007232]}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-docs-photo-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-length","value":"404"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:40 GMT"},{"key":"x-amz-apigw-id","value":"dJXBgFZcIAMESdQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"404"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:39 GMT"},{"key":"x-amzn-requestid","value":"bc0cd96d-f36e-4275-b6a6-88c61562e200"},{"key":"x-request-id","value":"b3a710df-ba21-4c25-9429-33df3d4afeae"}],"cookie":[],"responseTime":null,"body":"{\n \"doximity_data\": [\n  {\n   \"incorrect\": false,\n   \"profile_photo_url\": \"https://doximity-res.cloudinary.com/images/f_auto,q_auto,t_profile_photo_320x320/lgz6znzn3sbvrt7opswm/deepti-bhat-md-phoenix-az.jpg\",\n   \"npi\": 1306007232\n  },\n  {\n   \"incorrect\": false,\n   \"profile_photo_url\": \"https://doximity-res.cloudinary.com/images/f_auto,q_auto,t_profile_photo_320x320/s4fsjkpymtjn15cgwbao/deepak-bhatt-md-new-york-ny.jpg\",\n   \"npi\": 1962515551\n  }\n ]\n}"}],"_postman_id":"becf848a-78b6-408b-9bc7-29cc6f79b2e3"},{"name":"Get Doximity Overview Content","id":"34a955ce-4213-4c93-a798-938833e56216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-docs-data-v2","description":"<h3 id=\"get-doximity-overview-content\">Get Doximity Overview Content</h3>\n<p>This endpoint allows you to retrieve information related to a specific NPI number from the Doximity database.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>npi_number</code> (string, required): The National Provider Identifier (NPI) number for which you want to retrieve data.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain an array of <code>doximity_data</code> objects, each representing a specific data category related to the provided NPI number. Each object may include fields such as <code>first_name</code>, <code>last_name</code>, <code>linkedin</code>, <code>match_tier</code>, <code>biography</code>, <code>twitter</code>, <code>subtitle</code>, <code>subspecialty</code>, <code>profile_photo_url</code>, and various arrays such as <code>doximity_award_infos</code>, <code>doximity_certification_infos</code>, <code>doximity_committee_infos</code>, <code>doximity_education_infos</code>, and <code>doximity_membership_infos</code>, each containing additional information related to the NPI number.</p>\n","urlObject":{"path":["api","rest","get-docs-data-v2"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"fba96eef-af97-4418-800c-e4d2b86b2e8f","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-docs-data-v2","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-docs-data-v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2043"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD1FcSoAMEOcw="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"2043"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"9b70b100-166c-4285-bb17-ab3189f6044d"},{"key":"x-request-id","value":"924ecad2-13c1-4ab9-819a-bf31477eb152"}],"cookie":[],"responseTime":null,"body":"{\n \"doximity_data\": [\n  {\n   \"first_name\": \"Deepak\",\n   \"last_name\": \"Bhatt\",\n   \"incorrect\": false,\n   \"linkedin\": \"https://www.linkedin.com/in/dlbhattmd/\",\n   \"match_tier\": 60,\n   \"biography\": \"Deepak L. Bhatt MD, MPH, FACC, FAHA, FESC, MSCAI, is Director of Mount Sinai Heart and the Dr. Valentin Fuster Professor of Cardiovascular Medicine at the Icahn School of Medicine at Mount Sinai Health System.\\n             <br/>\\n<br/>\\n<br/>After graduating as valedictorian from Boston Latin School, Dr. Bhatt obtained his science degree as a National Merit Scholar at MIT. He received his MD from Cornell and MPH from Harvard. He is working on his Executive MBA from Oxford. He trained in internal medicine at the University of Pennsylvania and in cardiology at Cleveland Clinic. He completed fellowships in interventional cardiology and cerebral and peripheral vascular intervention and served as Chief Interventional Fellow at Cleveland Clinic, where he spent many years as an interventional cardiologist, Associate Professor of Medicine, Director of the Interventional Cardiology Fellowship, Associate Director of the Cardiovascular Medicine Fellowship, and Associate Director of the Cardiovascular Coordinating Center. He then served as the Chief of Cardiology at VA Boston Healthcare System and subsequently as Executive Director of Interventional Cardiovascular Programs at Brigham and Women’s Hospital. He was a Senior Investigator in the TIMI Study Group and Editor-in-Chief of the Harvard Heart Letter. He became a full Professor of Medicine at Harvard Medical School in 2012. He was selected by Brigham and Women’s Hospital as the 2014 Eugene Braunwald Scholar. He has been listed in Best Doctors in America from 2005 to 2020. He received the Research Mentor Award from Brigham and Women’s Hospital Department of Medicine in 2016, the Eugene Braunwald Teaching Award for Excellence in the Teaching of Clinical Cardiology from Brigham and Women’s Hospital in 2017, ACC’s Distinguished Mentor Award in 2018, AHA’s Distinguished Scientist Award in 2019, NLA’s Honorary Lifetime Membership Award in 2021, and SCAI’s Master designation in 2022.\",\n   \"doximity_award_infos\": [\n    {\n     \"award_name\": \"Master Interventionalist of SCAI (MSCAI)\",\n     \"description\": \"Master Interventionalist of SCAI (MSCAI)\"\n    },\n    {\n     \"award_name\": \"Honorary Lifetime Membership Award\",\n     \"description\": \"Honorary Lifetime Membership Award\"\n    },\n    {\n     \"award_name\": \"Distinguished Scientist Award\",\n     \"description\": \"Distinguished Scientist Award\"\n    },\n    {\n     \"award_name\": \"Distinguished Mentor Award\",\n     \"description\": \"Distinguished Mentor Award\"\n    }\n   ],\n   \"doximity_certification_infos\": [\n    {\n     \"profile_photo_url\": \"https://doximity-res.cloudinary.com/image/upload/v1/license_state_logos/OH.png\",\n     \"certification_name\": \"OH State Medical License\",\n     \"description\": \"2000 - 2025\"\n    },\n    {\n     \"profile_photo_url\": \"https://doximity-res.cloudinary.com/image/upload/v1/license_state_logos/MA.png\",\n     \"certification_name\": \"MA State Medical License\",\n     \"description\": \"2008 - 2025\"\n    },\n    {\n     \"profile_photo_url\": \"https://doximity-res.cloudinary.com/image/upload/v1/license_state_logos/RI.png\",\n     \"certification_name\": \"RI State Medical License\",\n     \"description\": \"2018 - 2024\"\n    },\n    {\n     \"profile_photo_url\": \"https://doximity-res.cloudinary.com/image/upload/v1/license_state_logos/PA.png\",\n     \"certification_name\": \"PA State Medical License\",\n     \"description\": \"1994 - 2024\"\n    },\n    {\n     \"profile_photo_url\": \"https://doximity-res.cloudinary.com/image/upload/v1/license_state_logos/NY.png\",\n     \"certification_name\": \"NY State Medical License\",\n     \"description\": \"2022 - 2024\"\n    },\n    {\n     \"profile_photo_url\": \"null\",\n     \"certification_name\": \"American Board of Internal Medicine\",\n     \"description\": \"Internal Medicine\"\n    },\n    {\n     \"profile_photo_url\": \"null\",\n     \"certification_name\": \"American Board of Internal Medicine\",\n     \"description\": \"Cardiovascular Disease\"\n    },\n    {\n     \"profile_photo_url\": \"null\",\n     \"certification_name\": \"American Board of Internal Medicine\",\n     \"description\": \"Interventional Cardiology\"\n    }\n   ],\n   \"doximity_committee_infos\": [\n    {\n     \"description\": \"2015 - 2018\",\n     \"committee_name\": \"Member, American College of Cardiology Board of Trustees \"\n    }\n   ],\n   \"doximity_education_infos\": [\n    {\n     \"description\": \"Executive MBA Candidate, 2021 - 2024\",\n     \"institution_name\": \"University of Oxford\",\n     \"institution_logo_url\": \"https://assets.doxcdn.com/image/upload/fl_sanitize/v1/illustrations/empty-states/empty-state-institution-generic.png\"\n    },\n    {\n     \"description\": \"MPH, Clinical Effectiveness, 2007 - 2008\",\n     \"institution_name\": \"Harvard School of Public Health\",\n     \"institution_logo_url\": \"https://assets.doxcdn.com/image/upload/fl_sanitize/v1/illustrations/empty-states/empty-state-institution-generic.png\"\n    },\n    {\n     \"description\": \"Fellowship, Interventional Cardiology, 1999 - 2001\",\n     \"institution_name\": \"Cleveland Clinic Foundation\",\n     \"institution_logo_url\": \"https://doximity-res.cloudinary.com/image/upload/t_public_profile_badge_image/v1643318222/logos/cff341dc-b328-406a-ba9c-d30260bb29b8.jpg\"\n    },\n    {\n     \"description\": \"Fellowship, Cardiovascular Disease, 1996 - 1999\",\n     \"institution_name\": \"Cleveland Clinic Foundation\",\n     \"institution_logo_url\": \"https://doximity-res.cloudinary.com/image/upload/t_public_profile_badge_image/v1643318222/logos/cff341dc-b328-406a-ba9c-d30260bb29b8.jpg\"\n    },\n    {\n     \"description\": \"Residency, Internal Medicine, 1994 - 1996\",\n     \"institution_name\": \"University of Pennsylvania Health System\",\n     \"institution_logo_url\": \"https://doximity-res.cloudinary.com/image/upload/t_public_profile_badge_image/v1620747053/logos/fbd500d2-d668-40bb-9d9c-5ecf2e688fd5.jpg\"\n    },\n    {\n     \"description\": \"Internship, Internal Medicine, 1993 - 1994\",\n     \"institution_name\": \"University of Pennsylvania Health System\",\n     \"institution_logo_url\": \"https://doximity-res.cloudinary.com/image/upload/t_public_profile_badge_image/v1620747053/logos/fbd500d2-d668-40bb-9d9c-5ecf2e688fd5.jpg\"\n    },\n    {\n     \"description\": \"Class of 1993\",\n     \"institution_name\": \"Weill Cornell Medicine\",\n     \"institution_logo_url\": \"https://doximity-res.cloudinary.com/image/upload/t_public_profile_badge_image/v1632155110/logos/a2e5ff1d-03fb-42d3-8b1c-d110f0f66a2d.png\"\n    },\n    {\n     \"description\": \"BS, Science, 1985 - 1989\",\n     \"institution_name\": \"Massachusetts Institute of Technology\",\n     \"institution_logo_url\": \"https://assets.doxcdn.com/image/upload/fl_sanitize/v1/illustrations/empty-states/empty-state-institution-generic.png\"\n    }\n   ],\n   \"doximity_membership_infos\": [\n    {\n     \"name\": \"American College of Cardiology - ACC\",\n     \"url\": \"https://translate.google.com/website?sl=auto&tl=en&hl=en&client=webapp&u=http://www.acc.org/\",\n     \"description\": \"Fellow\"\n    },\n    {\n     \"name\": \"American Heart Association - AHA\",\n     \"url\": \"https://translate.google.com/website?sl=auto&tl=en&hl=en&client=webapp&u=http://www.americanheart.org/\",\n     \"description\": \"Fellow\"\n    },\n    {\n     \"name\": \"American College of Physicians - ACP\",\n     \"url\": \"https://translate.google.com/website?sl=auto&tl=en&hl=en&client=webapp&u=http://www.acponline.org/\",\n     \"description\": \"Fellow\"\n    },\n    {\n     \"name\": \"American College of Chest Physicians - ACCP\",\n     \"url\": \"https://translate.google.com/website?sl=auto&tl=en&hl=en&client=webapp&u=http://www.chestnet.org/\",\n     \"description\": \"Fellow\"\n    }\n   ],\n   \"twitter\": \"@DLBHATTMD\",\n   \"subtitle\": \"Cardiology\",\n   \"subspecialty\": null,\n   \"profile_photo_url\": \"https://doximity-res.cloudinary.com/images/f_auto,q_auto,t_profile_photo_320x320/s4fsjkpymtjn15cgwbao/deepak-bhatt-md-new-york-ny.jpg\"\n  }\n ]\n}"}],"_postman_id":"34a955ce-4213-4c93-a798-938833e56216"},{"name":"Get Definitive Healthcare Data","id":"90245640-969a-42be-9cdd-b5302842d6ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-definitive-data","description":"<p>The <code>POST</code> request to <code>/api/rest/get-definitive-data</code> endpoint is used to retrieve definitive data based on the provided NPI number.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>The request body should be in raw format and include the <code>npi_number</code> parameter.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"definitive_schema_definitive_data\": [\n    {\n      \"profile_summary_indication_claim_volume\": {\n        \"cache\": {\n          \"hit\": \"boolean\"\n        },\n        \"data\": [\n          [\n            {\n              \"NPI\": \"number\",\n              \"Indication\": \"string\",\n              \"Number_Claims\": \"number\",\n              \"Claims_Trend\": \"number\"\n            }\n          ]\n        ]\n      },\n      \"profile_summary_claim_based_payors\": {\n        \"cache\": {\n          \"hit\": \"boolean\"\n        },\n        \"data\": [\n          [\n            {\n              \"RENDERING_PHYSICIAN_NPI\": \"number\",\n              \"PAYER_NAME\": \"string\",\n              \"PAYER_URL\": \"string\",\n              \"CLAIMS\": \"number\",\n              \"SHARE_CLAIMS\": \"number\",\n              \"CHARGES\": \"number\",\n              \"SHARE_CHARGES\": \"number\"\n            }\n          ]\n        ]\n      },\n      \"profile_summary\": {\n        \"data\": [\n          [\n            {\n              \"AGE\": \"number\",\n              \"EHR\": \"string\",\n              \"NPI\": \"number\",\n              \"EMAIL\": \"string\",\n              \"GENDER\": \"string\",\n              \"HQ_CITY\": \"string\",\n              \"HQ_PHONE\": \"string\",\n              \"HQ_STATE\": \"string\",\n              \"CREDENTIAL\": \"string\",\n              \"HQ_ADDRESS\": \"string\",\n              \"HQ_LATITUDE\": \"number\",\n              \"HQ_ZIP_CODE\": \"string\",\n              \"HQ_LONGITUDE\": \"number\",\n              \"HQ_FAX_NUMBER\": \"string\",\n              \"HAS_TECHNOLOGY\": \"boolean\",\n              \"PHYSICIAN_ROLE\": \"string\",\n              \"GRADUATION_YEAR\": \"string\",\n              \"MEDICARE_CLAIMS\": \"number\",\n              \"TOTAL_DRUG_COST\": \"string\",\n              \"TOTAL_NUM_DRUGS\": \"string\",\n              \"PRIMARY_TAXONOMY\": \"string\",\n              \"CLINICAL_ACTIVITY\": \"number\",\n              \"DO_NOT_CALL_PHONE\": \"string\",\n              \"SPECIALTY_PRIMARY\": \"string\",\n              \"MEDICAL_SCHOOL_NAME\": \"string\",\n              \"MEDICARE_CHARGE_AMT\": \"number\",\n              \"PRIMARY_PRACTICE_ID\": \"number\",\n              \"MEDICARE_PAYMENT_AMT\": \"number\",\n              \"PARTICIPATES_IN_MIPS\": \"boolean\",\n              \"PRIMARY_PRACTICE_URL\": \"string\",\n              \"MEDICARE_UNIQUE_BENES\": \"number\",\n              \"PRESCRIPTION_ACTIVITY\": \"string\",\n              \"PRIMARY_PRACTICE_NAME\": \"string\",\n              \"TOTAL_DRUG_DAY_SUPPLY\": \"string\",\n              \"PROPENSITY_TO_PRESCRIBE\": \"string\",\n              \"PRIMARY_CLAIMS_SPECIALTY_NAME\": \"string\",\n              \"TOTAL_DRUG_PRESCRIPTION_COUNT\": \"string\"\n            }\n          ]\n        ],\n        \"cache\": {\n          \"hit\": \"boolean\"\n        }\n      }\n    }\n  ]\n}\n\n</code></pre>\n<p>This JSON schema represents the structure of the response data for the <code>POST</code> request to retrieve definitive data.</p>\n","urlObject":{"path":["api","rest","get-definitive-data"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"514c96bb-0aaa-492b-a3d1-64c84215d2b5","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-definitive-data","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-definitive-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1124"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amz-apigw-id","value":"dJXEGE9FIAMERdQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"1124"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amzn-requestid","value":"1a7a9919-491c-4e2d-bf47-25df2a386da7"},{"key":"x-request-id","value":"ca34a9c6-ce8a-4fa8-b61c-82db56053499"}],"cookie":[],"responseTime":null,"body":"{\n \"definitive_schema_definitive_data\": [\n  {\n   \"profile_summary_indication_claim_volume\": {\n    \"cache\": {\n     \"hit\": false\n    },\n    \"data\": [\n     [\n      {\n       \"NPI\": 1962515551,\n       \"Indication\": \"Ischaemic Heart Diseases\",\n       \"Number_Claims\": 15,\n       \"Claims_Trend\": 0\n      },\n      {\n       \"NPI\": 1962515551,\n       \"Indication\": \"Abnormal Blood Findings\",\n       \"Number_Claims\": null,\n       \"Claims_Trend\": 0\n      },\n      {\n       \"NPI\": 1962515551,\n       \"Indication\": \"Abnormal Imaging Findings\",\n       \"Number_Claims\": null,\n       \"Claims_Trend\": 0\n      }\n     ],\n     [\n      {\n       \"totalHits\": 3,\n       \"pageSize\": 5,\n       \"page\": 1\n      }\n     ]\n    ]\n   },\n   \"profile_summary_claim_based_payors\": {\n    \"cache\": {\n     \"hit\": false\n    },\n    \"data\": [\n     [\n      {\n       \"RENDERING_PHYSICIAN_NPI\": 1962515551,\n       \"PAYER_NAME\": \"UnitedHealthcare (AKA UnitedHealth Group)\",\n       \"PAYER_URL\": \"/connectedcare/Payor/583151\",\n       \"CLAIMS\": 3,\n       \"SHARE_CLAIMS\": 0.6,\n       \"CHARGES\": 1545,\n       \"SHARE_CHARGES\": 0.44847605224963716\n      },\n      {\n       \"RENDERING_PHYSICIAN_NPI\": 1962515551,\n       \"PAYER_NAME\": \"Empire BlueCross BlueShield (AKA Empire HealthChoice Assurance)\",\n       \"PAYER_URL\": \"/connectedcare/Payor/553295\",\n       \"CLAIMS\": 1,\n       \"SHARE_CLAIMS\": 0.2,\n       \"CHARGES\": 950,\n       \"SHARE_CHARGES\": 0.2757619738751814\n      },\n      {\n       \"RENDERING_PHYSICIAN_NPI\": 1962515551,\n       \"PAYER_NAME\": \"Oxford Health Insurance Inc\",\n       \"PAYER_URL\": \"/connectedcare/Payor/582957\",\n       \"CLAIMS\": 1,\n       \"SHARE_CLAIMS\": 0.2,\n       \"CHARGES\": 950,\n       \"SHARE_CHARGES\": 0.2757619738751814\n      }\n     ],\n     [\n      {\n       \"totalHits\": 3,\n       \"pageSize\": 5,\n       \"page\": 1\n      }\n     ]\n    ]\n   },\n   \"profile_summary\": {\n    \"data\": [\n     [\n      {\n       \"AGE\": 56,\n       \"EHR\": null,\n       \"NPI\": 1962515551,\n       \"EMAIL\": \"deepak.bhatt@mountsinai.org\",\n       \"GENDER\": \"Male\",\n       \"HQ_CITY\": \"New York\",\n       \"HQ_PHONE\": \"212.241.2758\",\n       \"HQ_STATE\": \"NY\",\n       \"CREDENTIAL\": \"MD\",\n       \"HQ_ADDRESS\": \"1190 5th Ave\",\n       \"HQ_LATITUDE\": 40.790653228759766,\n       \"HQ_ZIP_CODE\": \"10029\",\n       \"HQ_LONGITUDE\": -73.95319366455078,\n       \"HQ_FAX_NUMBER\": null,\n       \"HAS_TECHNOLOGY\": true,\n       \"PHYSICIAN_ROLE\": \"Physician\",\n       \"GRADUATION_YEAR\": \"1993\",\n       \"MEDICARE_CLAIMS\": 374,\n       \"TOTAL_DRUG_COST\": null,\n       \"TOTAL_NUM_DRUGS\": null,\n       \"PRIMARY_TAXONOMY\": \"207RI0011X - Allopathic and Osteopathic Physicians/Interventional Cardiology\",\n       \"CLINICAL_ACTIVITY\": 20,\n       \"DO_NOT_CALL_PHONE\": null,\n       \"SPECIALTY_PRIMARY\": \"Cardiology - Cardiologist\",\n       \"MEDICAL_SCHOOL_NAME\": \"Other\",\n       \"MEDICARE_CHARGE_AMT\": 323363,\n       \"PRIMARY_PRACTICE_ID\": 92755,\n       \"MEDICARE_PAYMENT_AMT\": 57892.23,\n       \"PARTICIPATES_IN_MIPS\": false,\n       \"PRIMARY_PRACTICE_URL\": \"/physgroups/physiciangroup/92755\",\n       \"MEDICARE_UNIQUE_BENES\": 116,\n       \"PRESCRIPTION_ACTIVITY\": null,\n       \"PRIMARY_PRACTICE_NAME\": \"The Mount Sinai Hospital - 5th Avenue Office\",\n       \"TOTAL_DRUG_DAY_SUPPLY\": null,\n       \"PROPENSITY_TO_PRESCRIBE\": null,\n       \"PRIMARY_CLAIMS_SPECIALTY_NAME\": \"Cardiology\",\n       \"TOTAL_DRUG_PRESCRIPTION_COUNT\": null\n      }\n     ]\n    ],\n    \"cache\": {\n     \"hit\": false\n    }\n   }\n  }\n ]\n}"}],"_postman_id":"90245640-969a-42be-9cdd-b5302842d6ca"},{"name":"Get Provider Medical School","id":"2b9585da-e035-4f7c-aa0c-c5893ed15d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-general-info-v2","description":"<p>This endpoint allows you to retrieve general information about a provider via an HTTP POST request to https://hasurarestproxy.docnexus.ai/api/rest/get-provider-general-info-v2. The request should include the NPI number of the provider in the payload.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>npi_number (string, required): The NPI number of the provider.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object with a \"providers\" array containing information about the provider. Each provider object includes the following properties:</p>\n<ul>\n<li><p>npi_number (number): The NPI number of the provider.</p>\n</li>\n<li><p>first_name (string): The first name of the provider.</p>\n</li>\n<li><p>middle_name (string): The middle name of the provider.</p>\n</li>\n<li><p>last_name (string): The last name of the provider.</p>\n</li>\n<li><p>provider_medical_school_relationships (array): An array of objects containing information about the provider's medical school relationships. Each object includes the following properties:</p>\n<ul>\n<li><p>medicalSchoolByMedicalSchoolId (object): An object containing information about the medical school. It includes the property:</p>\n<ul>\n<li>medical_school_name (string): The name of the medical school.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"json-schema\">JSON Schema</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"providers\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"npi_number\": { \"type\": \"number\" },\n          \"first_name\": { \"type\": \"string\" },\n          \"middle_name\": { \"type\": \"string\" },\n          \"last_name\": { \"type\": \"string\" },\n          \"provider_medical_school_relationships\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"medicalSchoolByMedicalSchoolId\": {\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"medical_school_name\": { \"type\": \"string\" }\n                  }\n                }\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-provider-general-info-v2"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"81d87a7e-96a2-4a6b-abf8-8d49062e2550","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-general-info-v2","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-general-info-v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-length","value":"249"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD0Hn9oAMEV0g="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"249"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"22e68d9e-251c-4982-a0e5-ae63e1ee4127"},{"key":"x-request-id","value":"0653e002-58a8-4817-8875-006ffc8f664b"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"npi_number\": 1962515551,\n   \"first_name\": \"DEEPAK\",\n   \"middle_name\": \"L\",\n   \"last_name\": \"BHATT\",\n   \"provider_medical_school_relationships\": [\n    {\n     \"medicalSchoolByMedicalSchoolId\": {\n      \"medical_school_name\": \"JS WEILL MEDICAL COLLEGE, CORNELL UNIVERSITY\"\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"2b9585da-e035-4f7c-aa0c-c5893ed15d30"},{"name":"Get Medical Concepts Graph","id":"dc871e38-2087-4929-aa64-a4bdf847274e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-medical-concepts-graph","description":"<h3 id=\"get-provider-medical-concepts-graph\">Get Provider Medical Concepts Graph</h3>\n<p>This API endpoint allows you to retrieve the medical concepts graph for a given provider.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>npi_number</code> (number) - The NPI number of the provider.</p>\n</li>\n<li><p><code>limit</code> (number) - Limit the number of results.</p>\n</li>\n<li><p><code>degreeLimit</code> (number) - Limit the degree of related medical concepts.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request can be documented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"providers\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"related_medical_concepts\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"medical_concept\": {\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"concept_name\": { \"type\": \"string\" },\n                    \"related_providers\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"provider\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                              \"npi_number\": { \"type\": \"number\" },\n                              \"first_name\": { \"type\": \"string\" },\n                              \"last_name\": { \"type\": \"string\" },\n                              \"provider_taxonomy_relationships\": {\n                                \"type\": \"array\",\n                                \"items\": {\n                                  \"type\": \"object\",\n                                  \"properties\": {\n                                    \"taxonomies_individual\": {\n                                      \"type\": \"object\",\n                                      \"properties\": {\n                                        \"display_name\": { \"type\": \"string\" },\n                                        \"primary_specialty\": { \"type\": \"string\" }\n                                      }\n                                    }\n                                  }\n                                }\n                              }\n                            }\n                          }\n                        }\n                      }\n                    }\n                  }\n                }\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-provider-medical-concepts-graph"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"d126945f-f6fd-4f65-9e9e-12e5348aa2dd","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-medical-concepts-graph","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"52"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-medical-concepts-graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2115"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amz-apigw-id","value":"dJXDtGGwoAMEG1Q="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"2115"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:53 GMT"},{"key":"x-amzn-requestid","value":"c4045229-3647-4783-9a7e-84a53a8cf2f7"},{"key":"x-request-id","value":"807084ec-e461-4bb3-aa9f-415606dbb8b6"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"related_medical_concepts\": [\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Aortic Valve Stenosis\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1275630741,\n         \"first_name\": \"GAETANO\",\n         \"last_name\": \"PAONE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiothoracic Vascular Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1639188840,\n         \"first_name\": \"JACOB\",\n         \"last_name\": \"DAL-BIANCO\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1497917629,\n         \"first_name\": \"KIMBERLY\",\n         \"last_name\": \"ATIANZAR\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1922669860,\n         \"first_name\": \"VIVEK\",\n         \"last_name\": \"GUPTA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Hypertension\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1083865802,\n         \"first_name\": \"MIRELA\",\n         \"last_name\": \"DOBRE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1306021118,\n         \"first_name\": \"EMILY\",\n         \"last_name\": \"SCHROEDER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1073729463,\n         \"first_name\": \"MICHAEL\",\n         \"last_name\": \"LIOUDIS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pediatrics\",\n            \"primary_specialty\": \"Pediatrics\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1164409629,\n         \"first_name\": \"WILLIAM\",\n         \"last_name\": \"SHRANK\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1154389534,\n         \"first_name\": \"SAMIR\",\n         \"last_name\": \"PARIKH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Stroke\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1063590560,\n         \"first_name\": \"MIN\",\n         \"last_name\": \"WU\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1326667973,\n         \"first_name\": \"JASON\",\n         \"last_name\": \"GREENBERG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1346213246,\n         \"first_name\": \"GARY\",\n         \"last_name\": \"ABRAMS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Physical Medicine & Rehabilitation\",\n            \"primary_specialty\": \"Physical Medicine & Rehabilitation\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1467569509,\n         \"first_name\": \"YELENA\",\n         \"last_name\": \"SLININ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1033164637,\n         \"first_name\": \"BRIAN\",\n         \"last_name\": \"HOH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Alzheimer Disease\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1164418794,\n         \"first_name\": \"SUSAN\",\n         \"last_name\": \"SCHULTZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Psychiatry\",\n            \"primary_specialty\": \"Psychiatry\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Geriatric Psychiatry\",\n            \"primary_specialty\": \"Psychiatry\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1285621821,\n         \"first_name\": \"EARL\",\n         \"last_name\": \"ZIMMERMAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1174850648,\n         \"first_name\": \"KENNETH\",\n         \"last_name\": \"MILLER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1013109230,\n         \"first_name\": \"ADAM\",\n         \"last_name\": \"BRICKMAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Psychologist\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1225134190,\n         \"first_name\": \"MINA\",\n         \"last_name\": \"DUNNAM\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Psychologist\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Adult Development & Aging\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Health Service\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Intellectual & Developmental Disabilities \",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Obesity\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1316953920,\n         \"first_name\": \"HAROLD\",\n         \"last_name\": \"BAYS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1225142367,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"ANDERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1275611014,\n         \"first_name\": \"SARAH\",\n         \"last_name\": \"STREETT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Gastroenterology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1144428319,\n         \"first_name\": \"MARCONI\",\n         \"last_name\": \"ABREU\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1154411833,\n         \"first_name\": \"MICHAEL\",\n         \"last_name\": \"MCDERMOTT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Acute Stroke\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1821264250,\n         \"first_name\": \"JEAN-MARC\",\n         \"last_name\": \"OLIVOT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Vascular Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1669784559,\n         \"first_name\": \"HESHAM\",\n         \"last_name\": \"ALLAM\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurocritical Care\",\n            \"primary_specialty\": \"Psychiatry\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1053594655,\n         \"first_name\": \"JEFFREY\",\n         \"last_name\": \"CRAIG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Behavioral Neurology & Neuropsychiatry\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hospitalist\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1952337701,\n         \"first_name\": \"BRETT\",\n         \"last_name\": \"KISSELA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Vascular Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1265497341,\n         \"first_name\": \"VICTOR\",\n         \"last_name\": \"JARAMILLO\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Cognitive Impairment\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1356411078,\n         \"first_name\": \"SHANNON\",\n         \"last_name\": \"CARSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pulmonary Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1255443230,\n         \"first_name\": \"ERIN\",\n         \"last_name\": \"KROSS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pulmonary Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1326147760,\n         \"first_name\": \"GORDON\",\n         \"last_name\": \"BERNARD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pulmonary Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1083825335,\n         \"first_name\": \"WILLIAM\",\n         \"last_name\": \"SCHWEICKERT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pulmonary Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1043486608,\n         \"first_name\": \"JEREMY\",\n         \"last_name\": \"BEITLER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Critical Care Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pulmonary Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"ICAS - Intracranial Atherosclerosis\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1912077181,\n         \"first_name\": \"ARTHUR\",\n         \"last_name\": \"PANCIOLI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Emergency Medicine\",\n            \"primary_specialty\": \"Emergency Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1417112772,\n         \"first_name\": \"CHRISTINA\",\n         \"last_name\": \"WILSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1396345096,\n         \"first_name\": \"TEJAS\",\n         \"last_name\": \"PATEL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1881636017,\n         \"first_name\": \"MARK\",\n         \"last_name\": \"GORMAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology with Special Qualifications in Child Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1528023710,\n         \"first_name\": \"RONALD\",\n         \"last_name\": \"GOLDBERG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Acute Ischemic Stroke\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1093731317,\n         \"first_name\": \"ANNE\",\n         \"last_name\": \"GOLDBERG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1245556901,\n         \"first_name\": \"CHARLES\",\n         \"last_name\": \"ESENWA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1053594655,\n         \"first_name\": \"JEFFREY\",\n         \"last_name\": \"CRAIG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Behavioral Neurology & Neuropsychiatry\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hospitalist\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1437330008,\n         \"first_name\": \"BRENT\",\n         \"last_name\": \"BECKER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Emergency Medicine\",\n            \"primary_specialty\": \"Emergency Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1073801882,\n         \"first_name\": \"SUDEEPTA\",\n         \"last_name\": \"DANDAPAT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Vascular Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"medical_concept\": {\n      \"concept_name\": \"Atrial Fibrillation\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1467442665,\n         \"first_name\": \"CALUM\",\n         \"last_name\": \"MACRAE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1457500100,\n         \"first_name\": \"MANDIP\",\n         \"last_name\": \"DHAMOON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1295264927,\n         \"first_name\": \"MICHAEL\",\n         \"last_name\": \"MURRAY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Emergency Medicine\",\n            \"primary_specialty\": \"Emergency Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1023055803,\n         \"first_name\": \"JAMES\",\n         \"last_name\": \"KIRKPATRICK\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1477638666,\n         \"first_name\": \"LAURENCE\",\n         \"last_name\": \"MEYER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Dermatology\",\n            \"primary_specialty\": \"Dermatology\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"dc871e38-2087-4929-aa64-a4bdf847274e"},{"name":"Get Medifind Scores","id":"a0136cc8-fdea-4673-ad0d-1c29146dbbbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-mf-profile","urlObject":{"path":["api","rest","get-mf-profile"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"b890f1e1-636e-4733-986a-969d77790ed3","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-mf-profile","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-mf-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1833"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amz-apigw-id","value":"dJXD1GYhIAMEGfQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"1833"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"3dfe1c66-1b08-4f01-ac0d-2a90e58cc043"},{"key":"x-request-id","value":"fdb77d0f-aa4f-49fc-ad78-9ccbddcba25b"}],"cookie":[],"responseTime":null,"body":"{\n \"mf_providers\": [\n  {\n   \"highlyRatedConditionsCount\": 35,\n   \"image\": \"https://cdn.medifind.com/imgrepo/48995\",\n   \"phone\": \"857-307-1992\",\n   \"mf_emails\": [\n    {\n     \"id\": 91799,\n     \"email\": \"dlbhattmd@post.harvard.edu\"\n    },\n    {\n     \"id\": 91800,\n     \"email\": \"dlbhattmd@bwh.harvard.edu\"\n    },\n    {\n     \"id\": 91801,\n     \"email\": \"bhattd@ccf.org\"\n    }\n   ],\n   \"mf_addresses\": [],\n   \"mf_videos\": [],\n   \"mf_scores\": [\n    {\n     \"score\": 94.78437018112675,\n     \"mf_condition\": {\n      \"display\": \"Heart Attack\"\n     }\n    },\n    {\n     \"score\": 92.48430934483932,\n     \"mf_condition\": {\n      \"display\": \"Acute Coronary Syndrome\"\n     }\n    },\n    {\n     \"score\": 89.91409825504269,\n     \"mf_condition\": {\n      \"display\": \"Percutaneous Coronary Intervention (PCI)\"\n     }\n    },\n    {\n     \"score\": 89.75505396706008,\n     \"mf_condition\": {\n      \"display\": \"Coronary Heart Disease\"\n     }\n    },\n    {\n     \"score\": 86.5881472369461,\n     \"mf_condition\": {\n      \"display\": \"Unstable Angina\"\n     }\n    },\n    {\n     \"score\": 83.31349129648268,\n     \"mf_condition\": {\n      \"display\": \"Atherosclerosis\"\n     }\n    },\n    {\n     \"score\": 79.81835565741639,\n     \"mf_condition\": {\n      \"display\": \"Angina\"\n     }\n    },\n    {\n     \"score\": 79.6703825441644,\n     \"mf_condition\": {\n      \"display\": \"Peripheral Artery Disease\"\n     }\n    },\n    {\n     \"score\": 77.48195631257664,\n     \"mf_condition\": {\n      \"display\": \"Hypertension\"\n     }\n    },\n    {\n     \"score\": 75.31792859327683,\n     \"mf_condition\": {\n      \"display\": \"Atrial Fibrillation\"\n     }\n    },\n    {\n     \"score\": 73.20279489486957,\n     \"mf_condition\": {\n      \"display\": \"High Cholesterol\"\n     }\n    },\n    {\n     \"score\": 73.15714040524028,\n     \"mf_condition\": {\n      \"display\": \"Transient Ischemic Attack (TIA)\"\n     }\n    },\n    {\n     \"score\": 71.62585881346911,\n     \"mf_condition\": {\n      \"display\": \"Coronary Artery Bypass Graft (CABG)\"\n     }\n    },\n    {\n     \"score\": 68.6736118064025,\n     \"mf_condition\": {\n      \"display\": \"Stent Placement\"\n     }\n    },\n    {\n     \"score\": 66.98177387586392,\n     \"mf_condition\": {\n      \"display\": \"Angioplasty\"\n     }\n    },\n    {\n     \"score\": 64.59039608241514,\n     \"mf_condition\": {\n      \"display\": \"Transcatheter Aortic Valve Replacement (TAVR)\"\n     }\n    },\n    {\n     \"score\": 64.36145087079908,\n     \"mf_condition\": {\n      \"display\": \"Stable Angina\"\n     }\n    },\n    {\n     \"score\": 61.76369884046953,\n     \"mf_condition\": {\n      \"display\": \"Aortic Valve Replacement\"\n     }\n    },\n    {\n     \"score\": 61.4395545369848,\n     \"mf_condition\": {\n      \"display\": \"Cardiogenic Shock\"\n     }\n    },\n    {\n     \"score\": 59.98660148185553,\n     \"mf_condition\": {\n      \"display\": \"Aortic Valve Stenosis\"\n     }\n    },\n    {\n     \"score\": 56.3523529315509,\n     \"mf_condition\": {\n      \"display\": \"Thrombectomy\"\n     }\n    },\n    {\n     \"score\": 51.36038873608626,\n     \"mf_condition\": {\n      \"display\": \"Gastric Bypass\"\n     }\n    },\n    {\n     \"score\": 48.43545433368836,\n     \"mf_condition\": {\n      \"display\": \"Cardiac Arrest\"\n     }\n    },\n    {\n     \"score\": 47.19978560650648,\n     \"mf_condition\": {\n      \"display\": \"Heart Failure with Preserved Ejection Fraction (HFpEF)\"\n     }\n    },\n    {\n     \"score\": 44.276779756540826,\n     \"mf_condition\": {\n      \"display\": \"Spontaneous Coronary Artery Dissection (SCAD)\"\n     }\n    },\n    {\n     \"score\": 44.12202885958378,\n     \"mf_condition\": {\n      \"display\": \"Carotid Artery Disease\"\n     }\n    },\n    {\n     \"score\": 43.10776984836989,\n     \"mf_condition\": {\n      \"display\": \"Cardiomyopathy\"\n     }\n    },\n    {\n     \"score\": 39.150544947051785,\n     \"mf_condition\": {\n      \"display\": \"Patent Foramen Ovale\"\n     }\n    },\n    {\n     \"score\": 38.77682348442357,\n     \"mf_condition\": {\n      \"display\": \"Congenital Coronary Artery Malformation\"\n     }\n    },\n    {\n     \"score\": 38.456684590847324,\n     \"mf_condition\": {\n      \"display\": \"Atrial Septal Defect (ASD)\"\n     }\n    },\n    {\n     \"score\": 31.178073085983034,\n     \"mf_condition\": {\n      \"display\": \"Metabolic Syndrome\"\n     }\n    },\n    {\n     \"score\": 30.695830824644222,\n     \"mf_condition\": {\n      \"display\": \"Mitral Valve Regurgitation\"\n     }\n    },\n    {\n     \"score\": 29.54852967906987,\n     \"mf_condition\": {\n      \"display\": \"Heart Block\"\n     }\n    },\n    {\n     \"score\": 29.051874332900013,\n     \"mf_condition\": {\n      \"display\": \"Mitral Stenosis\"\n     }\n    },\n    {\n     \"score\": 28.213470832031845,\n     \"mf_condition\": {\n      \"display\": \"Apoplexy\"\n     }\n    },\n    {\n     \"score\": 23.262118509622805,\n     \"mf_condition\": {\n      \"display\": \"Venous Thromboembolism (VTE)\"\n     }\n    },\n    {\n     \"score\": 21.80988132870703,\n     \"mf_condition\": {\n      \"display\": \"Arterial Embolism\"\n     }\n    },\n    {\n     \"score\": 21.669401358942586,\n     \"mf_condition\": {\n      \"display\": \"End-Stage Renal Disease (ESRD)\"\n     }\n    },\n    {\n     \"score\": 21.42747821777417,\n     \"mf_condition\": {\n      \"display\": \"Fibromuscular Dysplasia (FMD)\"\n     }\n    },\n    {\n     \"score\": 19.56063306161971,\n     \"mf_condition\": {\n      \"display\": \"Heart Murmurs\"\n     }\n    },\n    {\n     \"score\": 18.90909090909091,\n     \"mf_condition\": {\n      \"display\": \"Myocarditis\"\n     }\n    },\n    {\n     \"score\": 18.76398659721089,\n     \"mf_condition\": {\n      \"display\": \"Coronary Artery Spasm\"\n     }\n    },\n    {\n     \"score\": 18.744082225743547,\n     \"mf_condition\": {\n      \"display\": \"Ventricular Fibrillation\"\n     }\n    },\n    {\n     \"score\": 18.547063113089774,\n     \"mf_condition\": {\n      \"display\": \"Aneurysm Repair\"\n     }\n    },\n    {\n     \"score\": 18.363465279019913,\n     \"mf_condition\": {\n      \"display\": \"Endocarditis\"\n     }\n    },\n    {\n     \"score\": 17.999081702930297,\n     \"mf_condition\": {\n      \"display\": \"Paroxysmal Supraventricular Tachycardia (PSVT)\"\n     }\n    },\n    {\n     \"score\": 15.371886547533641,\n     \"mf_condition\": {\n      \"display\": \"Carotid Artery Surgery\"\n     }\n    },\n    {\n     \"score\": 14.419628448389183,\n     \"mf_condition\": {\n      \"display\": \"Pediatric Myocarditis\"\n     }\n    },\n    {\n     \"score\": 14.097382029984967,\n     \"mf_condition\": {\n      \"display\": \"Arteriovenous Malformation\"\n     }\n    },\n    {\n     \"score\": 13.355236080681404,\n     \"mf_condition\": {\n      \"display\": \"Aortic Regurgitation\"\n     }\n    },\n    {\n     \"score\": 13.248913056531256,\n     \"mf_condition\": {\n      \"display\": \"Pulmonary Hypertension\"\n     }\n    },\n    {\n     \"score\": 13.065278269039894,\n     \"mf_condition\": {\n      \"display\": \"Hypertensive Heart Disease\"\n     }\n    },\n    {\n     \"score\": 11.947574866543045,\n     \"mf_condition\": {\n      \"display\": \"Heart Transplant\"\n     }\n    },\n    {\n     \"score\": 11.76225896646878,\n     \"mf_condition\": {\n      \"display\": \"Pulmonary Edema\"\n     }\n    },\n    {\n     \"score\": 11.438492048605918,\n     \"mf_condition\": {\n      \"display\": \"Total Anomalous Pulmonary Venous Return\"\n     }\n    },\n    {\n     \"score\": 9.915150437302142,\n     \"mf_condition\": {\n      \"display\": \"Tricuspid Regurgitation\"\n     }\n    },\n    {\n     \"score\": 9.866606249114618,\n     \"mf_condition\": {\n      \"display\": \"Sick Sinus Syndrome\"\n     }\n    },\n    {\n     \"score\": 9.207167531168553,\n     \"mf_condition\": {\n      \"display\": \"Pulmonary Embolism\"\n     }\n    },\n    {\n     \"score\": 8.863562298217696,\n     \"mf_condition\": {\n      \"display\": \"Ectopic Heartbeat\"\n     }\n    },\n    {\n     \"score\": 8.461106783428773,\n     \"mf_condition\": {\n      \"display\": \"Coronary Artery Aneurysm\"\n     }\n    },\n    {\n     \"score\": 7.0380740055045115,\n     \"mf_condition\": {\n      \"display\": \"Endoscopy\"\n     }\n    },\n    {\n     \"score\": 6.741816317299677,\n     \"mf_condition\": {\n      \"display\": \"Periodontitis\"\n     }\n    },\n    {\n     \"score\": 6.272506777172887,\n     \"mf_condition\": {\n      \"display\": \"Mitral Valve Prolapse\"\n     }\n    },\n    {\n     \"score\": 5.165502100639339,\n     \"mf_condition\": {\n      \"display\": \"Venous Insufficiency\"\n     }\n    }\n   ],\n   \"score\": 89.84858976000997\n  }\n ]\n}"}],"_postman_id":"a0136cc8-fdea-4673-ad0d-1c29146dbbbe"},{"name":"Get Medifind Profile Scores And # Highly-Rated Conditions","id":"5f7203eb-93dd-439c-b4aa-5460e31f680a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"534"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_numbers\":[1033123633,1487723714,1669489936,1730139254,1962515551,1104930338,1154580785,1194816082,1306818273,1467536516,1013225010,1083040885,1134182769,1295894426,1548673627,1003422007,1003856188,1013021914,1023033321,1023098605,1033123633,1962515551,1013942176,1346298668,1376510578,1396864328,1467847103,1023105137,1144295189,1285056309,1336247105,1407823875,1013922749,1013979673,1033209614,1043241904,1043253867,1043363989,1114122785,1205814951,1235176272,1508925991,1316910466,1619082179,1669558797,1710256169,1720157076]}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-mf-profile-score","urlObject":{"path":["api","rest","get-mf-profile-score"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"85338deb-6fb8-416f-b68c-265c565f5ea4","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-mf-profile-score","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"534"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_numbers\":[1033123633,1487723714,1669489936,1730139254,1962515551,1104930338,1154580785,1194816082,1306818273,1467536516,1013225010,1083040885,1134182769,1295894426,1548673627,1003422007,1003856188,1013021914,1023033321,1023098605,1033123633,1962515551,1013942176,1346298668,1376510578,1396864328,1467847103,1023105137,1144295189,1285056309,1336247105,1407823875,1013922749,1013979673,1033209614,1043241904,1043253867,1043363989,1114122785,1205814951,1235176272,1508925991,1316910466,1619082179,1669558797,1710256169,1720157076]}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-mf-profile-score"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"690"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amz-apigw-id","value":"dJXEEFLDoAMERYQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"690"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amzn-requestid","value":"14665e50-42d3-498c-97e4-e8e870ea7500"},{"key":"x-request-id","value":"c08a4676-cdde-4a51-8f93-f329c8e0db79"}],"cookie":[],"responseTime":null,"body":"{\n \"mf_providers\": [\n  {\n   \"highlyRatedConditionsCount\": 2,\n   \"score\": 23.05489059407984,\n   \"npi\": 1003856188\n  },\n  {\n   \"highlyRatedConditionsCount\": 13,\n   \"score\": 46.75869102881269,\n   \"npi\": 1013922749\n  },\n  {\n   \"highlyRatedConditionsCount\": 4,\n   \"score\": 38.546646366000466,\n   \"npi\": 1013979673\n  },\n  {\n   \"highlyRatedConditionsCount\": 0,\n   \"score\": 16.755689935578864,\n   \"npi\": 1023033321\n  },\n  {\n   \"highlyRatedConditionsCount\": 1,\n   \"score\": 33.139432006966715,\n   \"npi\": 1023098605\n  },\n  {\n   \"highlyRatedConditionsCount\": 11,\n   \"score\": 63.70742196177693,\n   \"npi\": 1023105137\n  },\n  {\n   \"highlyRatedConditionsCount\": 3,\n   \"score\": 29.41429660510893,\n   \"npi\": 1033123633\n  },\n  {\n   \"highlyRatedConditionsCount\": 4,\n   \"score\": 54.66398050180915,\n   \"npi\": 1033209614\n  },\n  {\n   \"highlyRatedConditionsCount\": 4,\n   \"score\": 37.61796980165908,\n   \"npi\": 1043241904\n  },\n  {\n   \"highlyRatedConditionsCount\": 1,\n   \"score\": 19.51179610773665,\n   \"npi\": 1043253867\n  },\n  {\n   \"highlyRatedConditionsCount\": 14,\n   \"score\": 77.17793181291951,\n   \"npi\": 1043363989\n  },\n  {\n   \"highlyRatedConditionsCount\": 14,\n   \"score\": 72.07829050310757,\n   \"npi\": 1104930338\n  },\n  {\n   \"highlyRatedConditionsCount\": 0,\n   \"score\": null,\n   \"npi\": 1134182769\n  },\n  {\n   \"highlyRatedConditionsCount\": 16,\n   \"score\": 48.841959755107595,\n   \"npi\": 1154580785\n  },\n  {\n   \"highlyRatedConditionsCount\": 0,\n   \"score\": 7.974276527331191,\n   \"npi\": 1194816082\n  },\n  {\n   \"highlyRatedConditionsCount\": 6,\n   \"score\": 49.80949201944907,\n   \"npi\": 1235176272\n  },\n  {\n   \"highlyRatedConditionsCount\": 2,\n   \"score\": 36.17851793723996,\n   \"npi\": 1295894426\n  },\n  {\n   \"highlyRatedConditionsCount\": 25,\n   \"score\": 88.18430269313373,\n   \"npi\": 1306818273\n  },\n  {\n   \"highlyRatedConditionsCount\": 9,\n   \"score\": 49.20685717993179,\n   \"npi\": 1316910466\n  },\n  {\n   \"highlyRatedConditionsCount\": 1,\n   \"score\": 29.780041142252987,\n   \"npi\": 1336247105\n  },\n  {\n   \"highlyRatedConditionsCount\": 11,\n   \"score\": 74.04975816296823,\n   \"npi\": 1346298668\n  },\n  {\n   \"highlyRatedConditionsCount\": 9,\n   \"score\": 42.85852762717644,\n   \"npi\": 1376510578\n  },\n  {\n   \"highlyRatedConditionsCount\": 1,\n   \"score\": 22.75707483614141,\n   \"npi\": 1396864328\n  },\n  {\n   \"highlyRatedConditionsCount\": 15,\n   \"score\": 77.52331583053129,\n   \"npi\": 1407823875\n  },\n  {\n   \"highlyRatedConditionsCount\": 4,\n   \"score\": 31.573170572985543,\n   \"npi\": 1487723714\n  },\n  {\n   \"highlyRatedConditionsCount\": 14,\n   \"score\": 44.915717950063296,\n   \"npi\": 1508925991\n  },\n  {\n   \"highlyRatedConditionsCount\": 0,\n   \"score\": 16.640362050111197,\n   \"npi\": 1548673627\n  },\n  {\n   \"highlyRatedConditionsCount\": 0,\n   \"score\": 12.697424295982092,\n   \"npi\": 1619082179\n  },\n  {\n   \"highlyRatedConditionsCount\": 0,\n   \"score\": 8.876265675291455,\n   \"npi\": 1669489936\n  },\n  {\n   \"highlyRatedConditionsCount\": 29,\n   \"score\": 83.66498219995937,\n   \"npi\": 1669558797\n  },\n  {\n   \"highlyRatedConditionsCount\": 18,\n   \"score\": 55.53528154247073,\n   \"npi\": 1720157076\n  },\n  {\n   \"highlyRatedConditionsCount\": 35,\n   \"score\": 89.84858976000997,\n   \"npi\": 1962515551\n  }\n ]\n}"}],"_postman_id":"5f7203eb-93dd-439c-b4aa-5460e31f680a"},{"name":"Get Providers Specialties","id":"e6ddd14c-3c5f-4927-9c80-f34abf64ca3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_numbers\":[1750316402,1548227960,1619968260,1790789592,1023370467,1487723714,1346298668,1134206956,1548286388,1578687844,1013942176,1659455707,1881707248,1245332840,1720162639,1982664033,1467847103,1578573416,1679667208,1003180431,1932126471,1467471557,1871809020,1659343945,1184788416,1699720151,1639413636,1710157714,1831448794,1053468546,1811492408,1518522853,1295042539,1427141902,1669558797,1861629818,1558560987,1336106715,1598834590,1891084729,1144234154,1356369730,1124053277,1881769859,1316928039,1245265958,1356438014,1447203401,1144241613,1821021619]}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-specialties","urlObject":{"path":["api","rest","get-provider-specialties"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"5f223544-a3ce-49bf-a8eb-0f1817193a87","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-specialties","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"567"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_numbers\":[1750316402,1548227960,1619968260,1790789592,1023370467,1487723714,1346298668,1134206956,1548286388,1578687844,1013942176,1659455707,1881707248,1245332840,1720162639,1982664033,1467847103,1578573416,1679667208,1003180431,1932126471,1467471557,1871809020,1659343945,1184788416,1699720151,1639413636,1710157714,1831448794,1053468546,1811492408,1518522853,1295042539,1427141902,1669558797,1861629818,1558560987,1336106715,1598834590,1891084729,1144234154,1356369730,1124053277,1881769859,1316928039,1245265958,1356438014,1447203401,1144241613,1821021619]}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-specialties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"911"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:05 GMT"},{"key":"x-amz-apigw-id","value":"dJXFeHAWIAMEsFQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"911"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:23:05 GMT"},{"key":"x-amzn-requestid","value":"ae692c86-57e2-4416-9935-0f86e4c850ba"},{"key":"x-request-id","value":"4ab26fa3-9f02-4600-a3d9-ab1af3d25c11"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1003180431\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1013942176\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1023370467\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Psychiatry\",\n      \"primary_specialty\": \"Psychiatry\"\n     }\n    }\n   ],\n   \"npi_number\": 1053468546\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1124053277\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1134206956\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1144234154\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1144241613\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1184788416\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1245265958\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Chiropractor\",\n      \"primary_specialty\": \"Chiropractor\"\n     }\n    }\n   ],\n   \"npi_number\": 1245332840\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1295042539\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1316928039\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1336106715\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1346298668\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Neurology\",\n      \"primary_specialty\": \"Neurology\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Vascular Neurology\",\n      \"primary_specialty\": \"Neurology\"\n     }\n    }\n   ],\n   \"npi_number\": 1356369730\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1356438014\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1427141902\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1447203401\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1467471557\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Clinical\",\n      \"primary_specialty\": \"Psychologist\"\n     }\n    }\n   ],\n   \"npi_number\": 1467847103\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1487723714\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": null,\n      \"primary_specialty\": null\n     }\n    }\n   ],\n   \"npi_number\": 1518522853\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1548227960\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Adult Medicine\",\n      \"primary_specialty\": \"Family Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1548286388\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1558560987\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1578573416\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1578687844\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1598834590\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Neurology\",\n      \"primary_specialty\": \"Neurology\"\n     }\n    }\n   ],\n   \"npi_number\": 1619968260\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": null,\n      \"primary_specialty\": null\n     }\n    }\n   ],\n   \"npi_number\": 1639413636\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1659343945\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1659455707\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1669558797\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1679667208\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1699720151\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1710157714\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1720162639\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1750316402\n  },\n  {\n   \"provider_taxonomy_relationships\": [],\n   \"npi_number\": 1790789592\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": null,\n      \"primary_specialty\": null\n     }\n    }\n   ],\n   \"npi_number\": 1811492408\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1821021619\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1831448794\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1861629818\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Interventional Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Hospitalist\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1871809020\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Advanced Heart Failure and Transplant Cardiology\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1881707248\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Internal Medicine\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1881769859\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    },\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": null,\n      \"primary_specialty\": null\n     }\n    }\n   ],\n   \"npi_number\": 1891084729\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1932126471\n  },\n  {\n   \"provider_taxonomy_relationships\": [\n    {\n     \"taxonomies_individual\": {\n      \"display_name\": \"Cardiovascular Disease\",\n      \"primary_specialty\": \"Internal Medicine\"\n     }\n    }\n   ],\n   \"npi_number\": 1982664033\n  }\n ]\n}"}],"_postman_id":"e6ddd14c-3c5f-4927-9c80-f34abf64ca3b"},{"name":"Get Provider Names By NPI","id":"f61bb93a-eb14-4ac1-a7b4-ef201b383438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_numbers\":[1750316402,1548227960,1619968260,1790789592,1023370467,1487723714,1346298668,1134206956,1548286388,1578687844,1013942176,1659455707,1881707248,1245332840,1720162639,1982664033,1467847103,1578573416,1679667208,1003180431,1932126471,1467471557,1871809020,1659343945,1750316402,1184788416,1699720151,1639413636,1710157714,1831448794,1053468546,1811492408,1518522853,1295042539,1427141902,1669558797,1861629818,1558560987,1336106715,1598834590,1891084729,1144234154,1356369730,1124053277,1881769859,1316928039,1245265958,1356438014,1447203401,1144241613,1821021619,1720157076,1013194141,1760407449,1699700138,1841492402,1972687861,1336106715,1619082179,1588629893,1588613657,1316141955,1639100928,1811967433,1033209614,1194781674,1922038298,1154302057,1376558833,1194720235,1669489936,1457456089,1730292442,1235106766,1033123633,1992795140,1841376597,1629028071,1225047046,1619051331,1174158109,1619934924,1639666423,1104930338,1265743686,1689274649,1851688410,1255383048,1861755084,1548453939,1073994208,1720372980,1669559480,1669567210,1811935653,1265480784,1316017742,1952494262,1760572622,1699757062,1306812383,1336164680,1538378427,1467476168,1861655144,1245219237,1003888520,1891221925,1548719933,1194046656,1770698029,1679633622,1598834590,1760464994,1780651497,1164657383,1598029233,1124105002,1205860574,1619943263,1730139254,1750371480,1538294947,1245450881,1437124062,1538326210,1033383039,1992328868,1780979070,1194720235,1487214961,1700930120,1508845991,1487696365,1619055266,1124403456,1154308237,1598988149,1760420061,1376713420,1518618735,1346391869,1396881405,1639135023,1760418230,1679914642,1922341015,1447203401,1336888627,1275521130,1043363989,1366972143,1871685487,1154426740,1477800605,1437348521,1942481643,1275523888,1275988750,1871502633,1598721748,1467553586,1336660984,1750676375,1730425893,1265490494,1396701074,1801150214,1174613079,1073520128,1548332273,1326661323,1427025055,1225042427,1851731608,1316017742,1508035163,1053345447,1699733634,1659350858,1528026374,1871677930,1245499656,1609857077,1225269293,1386717114,1700876273,1326138348,1588613657,1740364801,1194837476,1447667035,1154734515,1639811268,1366643025,1851303788,1003913674,1972979292,1497786321,1982603973,1982958328,1881031722,1619401742,1689752479,1295819183,1326021619,1306340575,1720220536,1245327329,1467497479,1932126471,1285770313,1144306184,1861902777,1164450235,1023104502,1811908700,1598734337,1619176732,1477573038,1053687954,1003909300,1770681017,1538190871,1134170459,1669866760,1073598538,1548346505,1568848901,1710013966,1306891767,1467489146,1750345211,1023435906,1588034995,1669517785,1417395823,1477636611,1144704776,1003908591,1235240995,1902282031,1083183693,1285922054,1679532311,1447896618,1831145564,1053495101,1861914749,1407378599,1982795670,1013942176,1588665889,1780687335,1154474120,1164614517,1275996365,1023321023,1255625471,1164450235,1477082220,1487755518,1235586850,1902873177,1265618417,1982693404,1407378870,1376572933,1114191327,1336172170,1881984110,1790713071,1962475541,1235400037,1356443675,1447297411,1629076161,1366494262,1912933524,1194097303,1336123215,1316170749,1053562470,1699700393,1164450987,1164459020,1982933057,1336451426,1366526477,1679556971,1700132750,1376783092,1265551824,1902029358,1518457845,1063478261,1124067004,1033503131,1356323414,1013990647,1629184585,1144524349,1457868796,1730527227,1578583290,1952343212,1528324852,1518224476,1356353130,1740626837,1396395992,1891990446,1164516605,1396851853,1134356975,1699194365,1144287442,1609042753,1396903225,1740443969,1700940236,1851655617,1164450235,1245585306,1952797581,1922064260,1538251962,1518372754,1801093596,1154996833,1689651416,1831511609,1821076969,1588649461,1235495292,1538109020,1740573062,1306803630,1871526723,1154451490,1093027989,1821570128,1821468240,1841255676,1851480412,1770549099,1033132261,1023210069,1619934031,1700045945,1679666317,1548286388,1760494272,1356782783,1477663748,1043644727,1396864328,1659455335,1063473478,1770518763,1154589422,1982343505,1225787179,1922356344,1134606049,1275709941,1841376571,1316269400,1417997867,1710252184,1407065188,1124098926,1023039591,1689750408,1083691083,1942535489,1437187598,1619003001,1295771541,1396777827,1447300439,1609225135,1326369695,1245211176,1033206115,1427015817,1144499187,1679503783,1265499560,1083844278,1043326713,1376654350,1669572152,1740266725,1396917688,1215991013,1972770196,1174985113,1710992227,1366542284,1215901343,1679511810,1841669587,1720442569,1962515874,1710256169,1003884693,1104022987,1316953920,1316574171,1972865863,1861572869,1336247105,1699020859,1083678023,1710545199,1831290972,1326056292,1134656630,1922240449,1063443315,1780947655,1750326716,1689081069,1821210584,1033286059,1619938081,1194753178,1053495952,1356545461,1780881672,1629281852,1942441662,1285618207,1538311311,1780882746,1942790308,1144392671,1881054328,1013991058,1205823176,1255327300,1467536516,1699883207,1316910466,1487602637,1265518708,1124117924,1053414953,1407198187,1366784670,1982896759,1407874761,1457440703,1144203258,1386619575,1477528966,1699720151,1073597043,1295989432,1659369460,1699821520,1437244910,1285056309,1770623068,1538188040,1316979610,1538373840,1932184215,1003170861,1689697484,1861831497,1609957281,1780042630,1811986698,1194245720,1508985037,1871755090,1821245663,1245989417,1831866912,1295983807,1700999620,1699764480,1376955591,1851742522,1134569544,1093771495,1851551238,1609071489,1710006820,1538359906,1679598890,1801956008,1013900885,1750736864,1205892379,1518315746,1568637049,1538442082,1740305671,1396108049,1285628073,1801806930,1639395056,1164681607,1114281672,1447244488,1306864483,1417478793,1326006818,1134482623,1063478311,1770656696,1952468209,1568400430,1538647342,1295963072,1548371180,1881700649,1114326725,1396813838,1275617961,1538191051,1992104749,1295769966,1023091667,1104347046,1669670790,1851807655,1376511923,1841671823,1326427618,1356847552,1851743611,1699764480,1811924913,1093795627,1902894611,1538192448,1952350621,1134410566,1578792982,1235157421,1275658114,1457594681,1124291075,1366792863,1801971619,1003040676,1063495331,1720043540,1457361107,1235238551,1497725592,1316009731,1609846674,1780641191,1093733909,1326021312,1922099886,1255341152,1053626655,1942239462,1003868209,1396057220,1215423959,1518150341,1356649974,1407160138,1063724326,1205120391,1558451138,1144882499,1316106743,1295819357,1215962113,1124400510,1447369368,1851521736,1902396377,1053629956,1255352738,1508024035,1124347612,1518052877,1740770155,1447414164,1295894426,1942584503,1710092903,1255394276,1699865279,1164658951,1912018755,1457440018,1649389644,1043624570,1699970210,1356649974,1922329051,1629124417,1154388429,1770530420,1639582588,1053743229,1285691451,1720038300,1356373229,1710934674,1477500403,1265608715,1730381989,1285889832,1467601187,1558462770,1497366512,1992705453,1033161427,1174956890,1558397398,1780793828,1710067368,1972080844,1154686921,1871500306,1104179035,1164498747,1639147473,1043286578,1972576791,1518029792,1588284491,1225267081,1760599831,1477563849,1427094697,1811079130,1528224482,1639699523,1346204542,1316281538,1235187170,1447459771,1003100223,1043525199,1487684783,1760590707,1952406183,1174701569,1538194303,1477752715,1033206123,1356341119,1295990570,1043287832,1154423747,1528194156,1467984732,1366456063,1174713879,1457593303,1487895793,1265521835,1376531913,1881892669,1811150758,1720255698,1154513687,1770792434,1275822181,1699757062,1356513303,1508840570,1750796033,1275719445,1659510618,1376531913,1245327329,1346532959,1629088083,1275508467,1366720211,1467536516,1740231281,1316910466,1316051212,1528343043,1720294077,1154600492,1265510796,1629168273,1134532468,1114987997,1164685665,1588694061,1730617713,1891738803,1003897703,1023104726,1710144878,1083741441,1972689727,1265618417,1306948302,1184849168,1104900216,1841230380,1538124078,1033209515,1982011490,1588729750,1730493222,1457430837,1053495325,1134536782,1073549762,1316205255,1568980365,1932304656,1720293186,1013979673,1285808725,1548419179,1447716725,1588748883,1609074681,1144621889,1639100928,1790735207,1750351169,1336337195,1043657307,1538125935,1518932292,1104904747,1972560340,1265550412,1174008684,1285083568,1689917437,1831279892,1801986450,1891256798,1184243016,1760912695,1407933302,1407092976,1104928233,1750447660,1902915275,1619082484,1104085141,1518245935,1538256318,1356369730,1003961764,1871582577,1689789224,1881670073,1922195783,1851333884,1235210006,1417152844,1720374911,1346328937,1659858728,1033119524,1962483347,1518147313,1477843233,1932461456,1477666923,1295899920,1336105907,1851576193,1043276728,1184748774,1154451490,1215203252,1043265978,1437185584,1649243197,1033176466,1104841832,1164468229,1992135172,1750406641,1710916275,1508200882,1851358162,1013964873,1841297751,1508805227,1528095437,1992859250,1861493645,1174540611,1295726735,1538191499,1588791537,1275710402,1447989918,1134198757,1851319255,1952486755,1043227416,1245262245,1164487039,1912084476,1790914661,1992795520,1033345566,1699731844,1043317712,1881964674,1073801882,1568579548,1508808593,1275597015,1285609891,1679507743,1073633277,1366551988,1235199340,1528058773,1467470195,1790084051,1730145863,1124001342,1598799660,1568877371,1184778029,1699911123,1598100349,1699850404,1306804943,1730151085,1083605547,1477998995,1760826978,1477592475,1063597805,1386687481,1114197670,1295707289,1528058625,1518166925,1609963792,1831292796,1548371230,1952692022,1992747752,1588681449,1598091092,1346323508,1366436297,1134246903,1033551783,1881603249,1043571029,1750511820,1821065871,1952674251,1003994286,1477982197,1407811748,1912044272,1417525536,1154348738,1922275049,1780810291,1730379058,1063586139,1669422960,1891953337,1578574901,1487973285,1336275080,1003906207,1841215316,1275616187,1174830426,1427011493,1730163197,1083029755,1437437498,1679591689,1801071501,1407055296,1326133315,1871659581,1790732469,1013940048,1831289503,1114003910,1710290721,1588711899,1689766792,1972567865,1982682647,1780715110,1821055237,1083147128,1427194687,1134298938,1134336662,1154570323,1952352445,1235332974,1871587345,1619004074,1922087857,1093779217,1942442173,1770922304,1528702792,1033124789,1588636922,1326004805,1548420722,1972728855,1851398622,1437233327,1720092562,1225135148,1811931264,1750372884,1437123676,1225269921,1780746198,1336165612,1245356435,1730112335,1134560543,1841209202,1285649780,1205884525,1669459061,1184647794,1093856023,1942468061,1215140900,1982932166,1093733321,1104960780,1386623247,1710922125,1831792019,1508927005,1720058209,1942461637,1891224036,1285699009,1467534701,1831151042,1013928688,1033144258,1235190414,1881133247,1093779571,1922492032,1477522183,1295064897,1447217740,1902291420,1831371020,1316387483,1346552551,1659767598,1356378301,1952321069,1508822982,1881956316,1346355161,1194733261,1447449657,1497884647,1508155144,1821340290,1184891392,1154380970,1134575038,1154305738,1306968763,1790790442,1790811438,1407821077,1790802189,1073521506,1134303035,1629376850,1962481051,1790722197,1093785933,1922313774,1013025733,1215375019,1811308034,1457614646,1487100731,1457351835,1356409320,1871568923,1306844113,1659652816,1639339203,1073644175,1689726630,1194710657,1467567685,1669649075,1104244102,1801824339,1447513064,1336344027,1215378146,1700262672,1780953471,1972916039,1467533893,1699054775,1558446377,1477513802,1255384897,1861757544,1891744256,1497299960,1598717324,1154687200,1700970498,1730184912,1881743607,1790071645,1154312056,1285891481,1538201520,1346688827,1982664033,1902959554,1285031088,1427256635,1881682425,1558333625,1245231109,1992926547,1477592475,1669466793,1598116535,1346248424,1457347767,1497729123,1033352646,1801024708,1508196833,1396777694,1801415211,1124016787,1700224185,1720076334,1538330725,1861494312,1548673312,1366598393,1982682563,1821262742,1083818967,1013962703,1255783163,1619971132,1992773832,1215251897,1780880088,1477580371,1629343785,1710919675,1154677995,1548266125,1275807364,1881673234,1659412336,1073711826,1457416869,1922627033,1194379198,1609300441,1033174826,1689647216,1104084631,1346204542,1679796999,1972714251,1053513986,1831415355,1225397219,1811966096,1316942782,1811944184,1255370342,1447343751,1598792830,1700199445,1922530609,1700157450,1710305156,1548477490,1922416346,1326201773,1134437601,1336313857,1013076751,1497712699,1972593366,1417957648,1790723971,1649210121,1598901647,1336108372,1649699034,1891084729,1275648875,1902871817,1487844890,1457344251,1801851142,1699968735,1205157625,1164406906,1831118157,1619150554,1205909868,1184705501,1174566731,1942259577,1730111642,1225386725,1295787257,1457813693,1841828795,1447879598,1699205716,1093713885,1851356612,1285269480,1871685487,1831750405,1629043831,1922238419,1841261559,1508916776,1609140029,1699781146,1194250704,1518055045,1558524967,1033261334,1578522801,1083879175,1023661014,1134327745,1447721378,1497816193,1568497600,1831252352,1164884383,1679509640,1447667035,1255431367,1760477202,1114903978,1255538682,1619981263,1346291226,1427377753,1356371199,1982125704,1679665228,1487953865,1962906578,1710515051,1265595136,1437227980,1033552823,1659585289,1023058575,1386600302,1093079550,1689274649,1164971347,1689698870,1316929359,1811008543,1811094261,1407943582,1932265790,1356642888,1891082889,1346251709,1134448749,1225114895,1609091271,1376511923,1386676658,1437163144,1740257088,1831334044,1285034215,1881906030,1801328349,1033671078,1528233442,1376293118,1831199371,1609872498,1972891166,1972064491,1124506654,1275195422,1780257899,1659436186,1558431726,1003100280,1245239557,1366456147,1720306608,1174540611,1699797175,1942283841,1184918393,1265490494,1548423502,1124204946,1033124789,1811941925,1962820969,1679738629,1265509111,1871704122,1710249354,1720578818,1023659695,1134530421,1679716344,1508989625,1861590085,1780651497,1215165634,1407039357,1841608478,1164500815,1114938156,1780951970,1669674180,1215322458,1992795140,1467461335,1316007750,1700071511,1881731479,1447300439,1902861727,1942280672,1356474274,1053942631,1376510578,1154385193,1689651416,1134206956,1225047046,1134606049,1255394748,1144234154,1316928039,1336106715,1124062211,1588665681,1124469184,1588642565,1528206166,1811924640,1447351085,1720162639,1932104239,1174117451,1881621787,1336481654,1306847603,1821016916,1669558797,1730176991,1326212101,1467573659,1821562505,1124287164,1316301179,1932498581,1710951181,1952782567,1851852867,1619355591,1568041937,1831114628,1821187816,1043274194,1790941052,1649257171,1336275536,1215045232,1245339175,1477948610,1881221026,1821441932,1013148048,1467601187,1467593152,1518078443,1891961884,1720240625,1316967474,1164517660,1831288158,1558309849,1518911932,1659799799,1295795201,1285648899,1326009960,1275553455,1003961772,1457358715,1164942959,1285818740,1538166376,1972587434,1356631683,1447646898,1225092752,1013972835,1184679441,1396743712,1346260460,1003852419,1629363742,1215425632,1760826978,1992985170,1255735981,1902870660,1730289133,1154563021,1245410158,1194801845,1104083260,1265486690,1164633889,1649217696,1538251921,1366814857,1598714636,1073507471,1346264553,1104972751,1720046683,1124084207,1497730709,1821093444,1891345849,1013204262,1225011448,1124282413,1508889163,1083787964,1437285145,1497999452,1346354289,1104928753,1407048549,1023140175,1790749422,1497836076,1558442020,1841254588,1508985037,1073595112,1851472260,1760407449,1932214152,1669768123,1992893929,1851471858,1861422404,1164450599,1790715324,1861424061,1023158136,1750750832,1669094074,1154355196,1265614317,1790740470,1922079870,1598744823,1427252584,1902905722,1942294673,1124127865,1609398213,1578539201,1548646938,1710187018,1497893077,1013038256,1770698029,1548440902,1740323138,1457342024,1124054812,1386909596,1770698029,1265423453,1225094907,1376690362,1083610950,1205910189,1780651497,1710416797,1417309998,1477540821,1619963915,1134248016,1679586895,1063736007,1538318258,1134313216,1386095750,1255326310,1619289584,1700165701,1891783692,1598792095,1639141559,1649261264,1235170366,1871680959,1023375946,1063031219,1619055266,1932199387,1265437628,1467714279,1407296429,1265547590,1770684110,1831179209,1710975362,1194929976,1164468229,1316914047,1922675313,1205219516,1497710941,1689066144,1134503766,1427213636,1417969536,1255381778,1740356906,1356367973,1558388058,1881194991,1780007831,1518057413,1891285235,1205809308,1780920777,1508877705,1194109249,1578591616,1740278951,1548210768,1871505925,1649666462,1144333097,1336248616,1407903222,1588623912,1487646634,1760541627,1033202403,1295769727,1124019864,1184033649,1982809422,1073574174,1295476968,1861840282,1316938723,1720046659,1134101280,1033460316,1932553146,1669461810,1033230180,1336280304,1588699110,1851478374,1760633606,1508218009,1629481270,1871942151,1285122879,1508825092,1376718734,1841353778,1275797342,1922538834,1184170433,1841642527,1144669383,1629539333,1194166504,1154716082,1235698572,1669997904,1043715923,1679003487,1396993531,1013905157,1467470195,1174540611,1508808189,1417049495,1912054214,1396090353,1235712167,1487016929,1952305971,1285685792,1932164902,1063829844,1417263450,1659538627,1013192582,1073555991,1841456092,1326642844,1366653057,1972752467,1063509164,1760124572,1184617573,1215096185,1558442947,1649602863,1902243470,1811900665,1194967869,1275523888,1669559480,1215498845,1891704409,1194783910,1255430443,1477077758,1447209465,1427186774,1346395969,1447754536,1083928279,1679643845,1184644791,1225071103,1407823875,1689791196,1912984071,1346777026,1023270410,1649317843,1346515442,1609018639,1780793349,1952426827,1942276415,1689613481,1689718090,1912142985,1588831903,1083693048,1487688271,1841376571,1851958383,1144595372,1508808304,1184756934,1821196254,1417485434,1326542259,1700892635,1447276761,1033195870,1831619022,1740351139,1245578632,1063473478,1659517670,1265529341,1386650299,1861997298,1255315651,1114930435,1548361389,1003839606,1770947418,1457414625,1265027627,1851347983,1306340575,1780653154,1073574307,1639136039,1376771766,1396950077,1114346913,1255315347,1982622403,1780899013,1093034761,1033573241,1912350059,1326078437,1760898142,1457413908,1306833934,1669628319,1588629893,1538139654,1720582539,1346354792,1790987931,1093762205,1730137407,1457328403,1639149263,1528188190,1588649560,1245207927,1427291657,1932282811,1730299231,1437323912,1275156176,1962598094,1124054101,1699904268,1396934428,1609924760,1184658692,1437680014,1912012717,1750391769,1285915991,1982654315,1275286502,1831502558,1134358146,1144201096,1609071489,1326298126,1407218803,1174626063,1982648317,1457442238,1730344847,1497723845,1851388607,1235568189,1518074251,1073667101,1811094261,1457433369,1891721189,1699723197,1043280787,1568449064,1982640223,1881644748,1417912395,1720028103,1285627695,1851408843,1023285582,1619181427,1073579090,1609817642,1710945068,1942323944,1023170271,1396934428,1477558450,1255444295,1881694065,1063453769,1447215777,1013248681,1689645616,1770587131,1184639601,1972545796,1174661268,1790959567,1851333959,1174512073,1225235013,1316990070,1033638523,1326148800,1205064086,1912963851,1407346646,1831553718,1235619032,1346261187,1447516265,1982639688,1336107713,1194703223,1386870145,1124104591,1295979623,1861416950,1356492011,1407974991,1275924235,1548289440,1639232143,1407084874,1003208026,1912156639,1013194141,1538612056,1053345447,1134213473,1760050843,1518927276,1811954910,1033153937,1679723175,1720008360,1992911028,1346502606,1528040276,1932149200,1821059346,1477553022,1255574935,1790750891,1851551949,1700811361,1407886807,1952477499,1972617579,1659344836,1861469249,1689619835,1326021619,1801979059,1528274503,1306879176,1255393617,1114185709,1629199195,1396834065,1669444915,1508813973,1669484176,1659395937,1851332175,1851369813,1760448955,1356737332,1497840615,1013262419,1093942815,1356382717,1114956273,1972546281,1043866155,1902919624,1831295401,1386752244,1437795705,1639142086,1992981823,1619997541,1073965042,1043391469,1861805798,1437475696,1538183991,1023067881,1912975921,1679569404,1609035849,1023232287,1043326044,1851361810,1871729822,1316928039,1275600066,1144257460,1396707832,1669892683,1790714251,1508956194,1063470995,1649317843,1275525776,1205921665,1730381096,1831177765,1730333204,1497969372,1053512186,1457586893,1831621499,1386604700,1457316309,1831153717,1568608347,1497729123,1609163187,1285601948,1962425678,1861444960,1134474539,1740364801,1427090661,1346356037,1336247030,1689633596,1285625830,1134138274,1962607564,1093247850,1376533562,1467536516,1902969645,1104866169,1396737912,1588671267,1609079102,1629282165,1861414096,1528028412,1801814322,1255342440,1003898461,1376643478,1134794787,1427133222,1801150214,1598703860,1639251861,1922211390,1720003494,1588603369,1568465078,1306878673,1447256730,1083600522,1235746983,1619991346,1518975374,1629015730,1316985237,1679667208,1417912262,1780776799,1518021138,1497991624,1922428143,1417057415,1457761124,1154381903,1285612770,1275568172,1346298668,1467559237,1427138395,1245420181,1215937446,1437238672,1831147974,1023066495,1780655522,1811992639,1679559652,1154550119,1730299314,1598872665,1396117263,1093761181,1831206333,1326128695,1114931110,1568558914,1669410163,1699198952,1023109063,1932106168,1790748796,1881081172,1851427520,1154392587,1235329202,1780771881,1245349257,1386957991,1548289440,1891938981,1881774057,1003808114,1528351632,1225054588,1205124724,1700423282,1447255245,1104169028,1619058856,1235131814,1265438253,1629012299,1447251558,1407269509,1134224983,1184640377,1316391311,1548224298,1952588535,1104945955,1649485020,1750480562,1023423704,1326106428,1508196833,1881639102,1104232412,1669499117,1376710301,1467562868,1184662918,1437325883,1922073626,1427194166,1538230693,1508874058,1366583403,1619988086,1174508543,1508842428,1477802098,1134393812,1033161427,1154379584,1275185621,1447575097,1972689628,1669653218,1902882046,1376564005,1003373713,1588755227,1982806436,1710999024,1235147158,1427240324,1033254636,1912340613,1386658193,1194144915,1083705768,1265404446,1427024264,1295258705,1497135289,1154488120,1326066879,1336105584,1174140313,1295318285,1154952687,1932284882,1073784708,1982715256,1932285731,1467536516,1356438014,1619051331,1770592578,1861750333,1114415825,1558337329,1811992639,1508805227,1790713071,1205096195,1386752244,1497285274,1548228075,1659455707,1639436801,1689081069,1386619575,1922038298,1003913674,1720157076,1700045945,1902848278,1912018755,1437543717,1588622971,1396990560,1992717045,1992932438,1427143502,1447227269,1518452663,1225425978,1710361233,1063169266,1891084729,1881182665,1790789592,1508019456,1417110735,1386139988,1316975105,1841408226,1053899849,1396411369,1144993056,1780669077,1316141955,1275622136,1609309061,1669551172,1174686265,1467497263,1447529441,1275549693,1740212034,1780641191,1578166658,1770509853,1316333925,1972881639,1356583884,1932498383,1154950145,1841376571,1619968260,1093862138,1881800365,1811079130,1346294972,1073564860,1356369730,1134138274,1053356659,1124117924,1962504100,1578647822,1447844857,1881770519,1700940236,1710092903,1881767838,1427217058,1710919675,1902835416,1063509156,1306379599,1316253560,1629088869,1528025996,1336164680,1427055326,1578203139,1710013966,1184607236,1508927005,1871686907,1720221732,1194346858,1730114778,1487723714,1245231109,1467497479,1659538627,1457784282,1639518376,1306837802,1366512105,1376504183,1588009948,1275508467,1922500461,1396239893,1033630256,1902226343,1588665889,1851473821,1851551949,1396936746,1609857077,1962475541,1699781146,1538191499,1548227457,1952343212,1225063308,1952970923,1275561169,1962425678,1316909377,1598932550,1699933234,1831136431,1548227960,1750311395,1700972346,1275915803,1285834945,1356438014,1265490494,1659532596,1447203401,1821450511,1841261559,1801000476,1356323414,1881770642,1801093596,1437187598,1912491655,1992388847,1073533238,1487882429,1205800521,1427481498,1619082484,1437231685,1275185621,1134387905,1881639102,1164625760,1063516581,1881926905,1578570685,1619003324,1881629566,1982640538,1629096904,1225098320,1154451490,1013118322,1114963428,1649318577,1336179704,1063169266,1700132750,1770670846,1285900480,1407159734,1144264698,1992227649,1093827206,1588904205,1669625059,1780137927,1225437528,1699169904,1639522865,1417489089,1821343179,1710058698,1851383145,1942731385,1568439289,1770673451,1568720647,1790865053,1598262495,1740368414,1003990979,1245246289,1912097627,1003086182,1730114752,1154564557,1700310604,1023096732,1720373418,1609866755,1558631663,1730653080,1992897326,1538276514,1750339578,1487201232,1447488671,1447486089,1891010187,1558894493,1467692111,1568971711,1962867895,1760572622,1447279237,1174684906,1255568051,1306148648,1285928226,1467567941,1578925657,1093009276,1821242249,1033175310,1962545210,1235405796,1184988776,1942297908,1194347138,1801910393,1346264017,1023062353,1417981879,1649684077,1386601896,1740487024,1346655610,1528061496,1639181746,1720099732,1922182039,1164864252,1811909542,1851568968,1528279841,1336227172,1649203688,1255440095,1427166479,1245499540,1639287683,1952562647,1639123789,1144533027,1679192884,1558344259,1134199060,1033151766,1144209891,1700015658,1528225307,1467415265,1518031673,1508154345,1568559649,1871987784,1265094866,1225095698,1215053129,1386759066,1801464672,1013279454,1831245810,1699186262,1144672296,1326300476,1992769889,1881037463,1881684520,1881708295,1235573775,1114153731,1619003324,1710205901,1356571681,1467447763,1467429191,1275069718,1124054085,1033323399,1598389785,1407316664,1255458055,1679615355,1275953275,1336642123,1063480655,1902969371,1861459588,1437578218,1144617911,1306200803,1457506545,1821388869,1053529099,1427494616,1598784001,1861572869,1871670828,1033181987,1598866501,1316901267,1033369582,1003824954,1891716544,1942615604,1144305640,1720500101,1659670891,1851387153,1851456818,1275613903,1659500452,1750495388,1871077511,1548423502,1518983915,1811989957,1992936306,1902899305,1427018720,1861812885,1477750768,1053335828,1831297274,1558312744,1972555019,1225134760,1801186762,1659354561,1144524349,1598098782,1538151782,1073981452,1154458040,1902190127,1326366378,1871908939,1609005503,1801901210,1821010067,1245275445,1437335833,1700970993,1093731317,1508831546,1972603868,1790199727,1417260548,1649369364,1548204795,1588869424,1104810076,1588844245,1487744017,1144305301,1114924727,1356600324,1033209622,1184646358,1366589632,1750419958,1215240254,1124109293,1861412041,1033770128,1538486550,1326014184,1932166618,1023246485,1063902401,1205377470,1568950905,1265486203,1427258532,1265437628,1447505607,1164498291,1326488594,1548600240,1659892354,1851504476,1073731592,1154734770,1639172885,1629150768,1134345275,1265736268,1316280035,1649415290,1609302165,1659319689,1760472401,1801283718,1588684260,1164537163,1427173533,1366880825,1841262623,1255607172,1255422234,1770744765,1720240302,1417125303,1952375859,1699851915,1508830407,1427193994,1013015569,1033452354,1427098425,1790186252,1417336199,1063984136,1104231216,1417391285,1033665781,1972761591,1184700619,1629030341,1003991076,1689756108,1609957281,1659767911,1972781904,1497715387,1760460745,1033596564,1104277888,1265512990,1578540456,1518279199,1043610041,1386717114,1972881472,1689986002,1740422278,1649349226,1669419859,1841408812,1407009764,1467546754,1275896888,1477533990,1578506887,1912098351,1023126133,1063152981,1558333625,1285748160,1427218973,1912261389,1407813124,1417344318,1598833766,1497018733,1851543037,1982676458,1255568705,1952406183,1356634943,1831133529,1760560460,1134624265]}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-names","urlObject":{"path":["api","rest","get-provider-names"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"5a033224-8b52-4a32-bb37-dc40a8e0f852","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-names","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27275"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_numbers\":[1750316402,1548227960,1619968260,1790789592,1023370467,1487723714,1346298668,1134206956,1548286388,1578687844,1013942176,1659455707,1881707248,1245332840,1720162639,1982664033,1467847103,1578573416,1679667208,1003180431,1932126471,1467471557,1871809020,1659343945,1750316402,1184788416,1699720151,1639413636,1710157714,1831448794,1053468546,1811492408,1518522853,1295042539,1427141902,1669558797,1861629818,1558560987,1336106715,1598834590,1891084729,1144234154,1356369730,1124053277,1881769859,1316928039,1245265958,1356438014,1447203401,1144241613,1821021619,1720157076,1013194141,1760407449,1699700138,1841492402,1972687861,1336106715,1619082179,1588629893,1588613657,1316141955,1639100928,1811967433,1033209614,1194781674,1922038298,1154302057,1376558833,1194720235,1669489936,1457456089,1730292442,1235106766,1033123633,1992795140,1841376597,1629028071,1225047046,1619051331,1174158109,1619934924,1639666423,1104930338,1265743686,1689274649,1851688410,1255383048,1861755084,1548453939,1073994208,1720372980,1669559480,1669567210,1811935653,1265480784,1316017742,1952494262,1760572622,1699757062,1306812383,1336164680,1538378427,1467476168,1861655144,1245219237,1003888520,1891221925,1548719933,1194046656,1770698029,1679633622,1598834590,1760464994,1780651497,1164657383,1598029233,1124105002,1205860574,1619943263,1730139254,1750371480,1538294947,1245450881,1437124062,1538326210,1033383039,1992328868,1780979070,1194720235,1487214961,1700930120,1508845991,1487696365,1619055266,1124403456,1154308237,1598988149,1760420061,1376713420,1518618735,1346391869,1396881405,1639135023,1760418230,1679914642,1922341015,1447203401,1336888627,1275521130,1043363989,1366972143,1871685487,1154426740,1477800605,1437348521,1942481643,1275523888,1275988750,1871502633,1598721748,1467553586,1336660984,1750676375,1730425893,1265490494,1396701074,1801150214,1174613079,1073520128,1548332273,1326661323,1427025055,1225042427,1851731608,1316017742,1508035163,1053345447,1699733634,1659350858,1528026374,1871677930,1245499656,1609857077,1225269293,1386717114,1700876273,1326138348,1588613657,1740364801,1194837476,1447667035,1154734515,1639811268,1366643025,1851303788,1003913674,1972979292,1497786321,1982603973,1982958328,1881031722,1619401742,1689752479,1295819183,1326021619,1306340575,1720220536,1245327329,1467497479,1932126471,1285770313,1144306184,1861902777,1164450235,1023104502,1811908700,1598734337,1619176732,1477573038,1053687954,1003909300,1770681017,1538190871,1134170459,1669866760,1073598538,1548346505,1568848901,1710013966,1306891767,1467489146,1750345211,1023435906,1588034995,1669517785,1417395823,1477636611,1144704776,1003908591,1235240995,1902282031,1083183693,1285922054,1679532311,1447896618,1831145564,1053495101,1861914749,1407378599,1982795670,1013942176,1588665889,1780687335,1154474120,1164614517,1275996365,1023321023,1255625471,1164450235,1477082220,1487755518,1235586850,1902873177,1265618417,1982693404,1407378870,1376572933,1114191327,1336172170,1881984110,1790713071,1962475541,1235400037,1356443675,1447297411,1629076161,1366494262,1912933524,1194097303,1336123215,1316170749,1053562470,1699700393,1164450987,1164459020,1982933057,1336451426,1366526477,1679556971,1700132750,1376783092,1265551824,1902029358,1518457845,1063478261,1124067004,1033503131,1356323414,1013990647,1629184585,1144524349,1457868796,1730527227,1578583290,1952343212,1528324852,1518224476,1356353130,1740626837,1396395992,1891990446,1164516605,1396851853,1134356975,1699194365,1144287442,1609042753,1396903225,1740443969,1700940236,1851655617,1164450235,1245585306,1952797581,1922064260,1538251962,1518372754,1801093596,1154996833,1689651416,1831511609,1821076969,1588649461,1235495292,1538109020,1740573062,1306803630,1871526723,1154451490,1093027989,1821570128,1821468240,1841255676,1851480412,1770549099,1033132261,1023210069,1619934031,1700045945,1679666317,1548286388,1760494272,1356782783,1477663748,1043644727,1396864328,1659455335,1063473478,1770518763,1154589422,1982343505,1225787179,1922356344,1134606049,1275709941,1841376571,1316269400,1417997867,1710252184,1407065188,1124098926,1023039591,1689750408,1083691083,1942535489,1437187598,1619003001,1295771541,1396777827,1447300439,1609225135,1326369695,1245211176,1033206115,1427015817,1144499187,1679503783,1265499560,1083844278,1043326713,1376654350,1669572152,1740266725,1396917688,1215991013,1972770196,1174985113,1710992227,1366542284,1215901343,1679511810,1841669587,1720442569,1962515874,1710256169,1003884693,1104022987,1316953920,1316574171,1972865863,1861572869,1336247105,1699020859,1083678023,1710545199,1831290972,1326056292,1134656630,1922240449,1063443315,1780947655,1750326716,1689081069,1821210584,1033286059,1619938081,1194753178,1053495952,1356545461,1780881672,1629281852,1942441662,1285618207,1538311311,1780882746,1942790308,1144392671,1881054328,1013991058,1205823176,1255327300,1467536516,1699883207,1316910466,1487602637,1265518708,1124117924,1053414953,1407198187,1366784670,1982896759,1407874761,1457440703,1144203258,1386619575,1477528966,1699720151,1073597043,1295989432,1659369460,1699821520,1437244910,1285056309,1770623068,1538188040,1316979610,1538373840,1932184215,1003170861,1689697484,1861831497,1609957281,1780042630,1811986698,1194245720,1508985037,1871755090,1821245663,1245989417,1831866912,1295983807,1700999620,1699764480,1376955591,1851742522,1134569544,1093771495,1851551238,1609071489,1710006820,1538359906,1679598890,1801956008,1013900885,1750736864,1205892379,1518315746,1568637049,1538442082,1740305671,1396108049,1285628073,1801806930,1639395056,1164681607,1114281672,1447244488,1306864483,1417478793,1326006818,1134482623,1063478311,1770656696,1952468209,1568400430,1538647342,1295963072,1548371180,1881700649,1114326725,1396813838,1275617961,1538191051,1992104749,1295769966,1023091667,1104347046,1669670790,1851807655,1376511923,1841671823,1326427618,1356847552,1851743611,1699764480,1811924913,1093795627,1902894611,1538192448,1952350621,1134410566,1578792982,1235157421,1275658114,1457594681,1124291075,1366792863,1801971619,1003040676,1063495331,1720043540,1457361107,1235238551,1497725592,1316009731,1609846674,1780641191,1093733909,1326021312,1922099886,1255341152,1053626655,1942239462,1003868209,1396057220,1215423959,1518150341,1356649974,1407160138,1063724326,1205120391,1558451138,1144882499,1316106743,1295819357,1215962113,1124400510,1447369368,1851521736,1902396377,1053629956,1255352738,1508024035,1124347612,1518052877,1740770155,1447414164,1295894426,1942584503,1710092903,1255394276,1699865279,1164658951,1912018755,1457440018,1649389644,1043624570,1699970210,1356649974,1922329051,1629124417,1154388429,1770530420,1639582588,1053743229,1285691451,1720038300,1356373229,1710934674,1477500403,1265608715,1730381989,1285889832,1467601187,1558462770,1497366512,1992705453,1033161427,1174956890,1558397398,1780793828,1710067368,1972080844,1154686921,1871500306,1104179035,1164498747,1639147473,1043286578,1972576791,1518029792,1588284491,1225267081,1760599831,1477563849,1427094697,1811079130,1528224482,1639699523,1346204542,1316281538,1235187170,1447459771,1003100223,1043525199,1487684783,1760590707,1952406183,1174701569,1538194303,1477752715,1033206123,1356341119,1295990570,1043287832,1154423747,1528194156,1467984732,1366456063,1174713879,1457593303,1487895793,1265521835,1376531913,1881892669,1811150758,1720255698,1154513687,1770792434,1275822181,1699757062,1356513303,1508840570,1750796033,1275719445,1659510618,1376531913,1245327329,1346532959,1629088083,1275508467,1366720211,1467536516,1740231281,1316910466,1316051212,1528343043,1720294077,1154600492,1265510796,1629168273,1134532468,1114987997,1164685665,1588694061,1730617713,1891738803,1003897703,1023104726,1710144878,1083741441,1972689727,1265618417,1306948302,1184849168,1104900216,1841230380,1538124078,1033209515,1982011490,1588729750,1730493222,1457430837,1053495325,1134536782,1073549762,1316205255,1568980365,1932304656,1720293186,1013979673,1285808725,1548419179,1447716725,1588748883,1609074681,1144621889,1639100928,1790735207,1750351169,1336337195,1043657307,1538125935,1518932292,1104904747,1972560340,1265550412,1174008684,1285083568,1689917437,1831279892,1801986450,1891256798,1184243016,1760912695,1407933302,1407092976,1104928233,1750447660,1902915275,1619082484,1104085141,1518245935,1538256318,1356369730,1003961764,1871582577,1689789224,1881670073,1922195783,1851333884,1235210006,1417152844,1720374911,1346328937,1659858728,1033119524,1962483347,1518147313,1477843233,1932461456,1477666923,1295899920,1336105907,1851576193,1043276728,1184748774,1154451490,1215203252,1043265978,1437185584,1649243197,1033176466,1104841832,1164468229,1992135172,1750406641,1710916275,1508200882,1851358162,1013964873,1841297751,1508805227,1528095437,1992859250,1861493645,1174540611,1295726735,1538191499,1588791537,1275710402,1447989918,1134198757,1851319255,1952486755,1043227416,1245262245,1164487039,1912084476,1790914661,1992795520,1033345566,1699731844,1043317712,1881964674,1073801882,1568579548,1508808593,1275597015,1285609891,1679507743,1073633277,1366551988,1235199340,1528058773,1467470195,1790084051,1730145863,1124001342,1598799660,1568877371,1184778029,1699911123,1598100349,1699850404,1306804943,1730151085,1083605547,1477998995,1760826978,1477592475,1063597805,1386687481,1114197670,1295707289,1528058625,1518166925,1609963792,1831292796,1548371230,1952692022,1992747752,1588681449,1598091092,1346323508,1366436297,1134246903,1033551783,1881603249,1043571029,1750511820,1821065871,1952674251,1003994286,1477982197,1407811748,1912044272,1417525536,1154348738,1922275049,1780810291,1730379058,1063586139,1669422960,1891953337,1578574901,1487973285,1336275080,1003906207,1841215316,1275616187,1174830426,1427011493,1730163197,1083029755,1437437498,1679591689,1801071501,1407055296,1326133315,1871659581,1790732469,1013940048,1831289503,1114003910,1710290721,1588711899,1689766792,1972567865,1982682647,1780715110,1821055237,1083147128,1427194687,1134298938,1134336662,1154570323,1952352445,1235332974,1871587345,1619004074,1922087857,1093779217,1942442173,1770922304,1528702792,1033124789,1588636922,1326004805,1548420722,1972728855,1851398622,1437233327,1720092562,1225135148,1811931264,1750372884,1437123676,1225269921,1780746198,1336165612,1245356435,1730112335,1134560543,1841209202,1285649780,1205884525,1669459061,1184647794,1093856023,1942468061,1215140900,1982932166,1093733321,1104960780,1386623247,1710922125,1831792019,1508927005,1720058209,1942461637,1891224036,1285699009,1467534701,1831151042,1013928688,1033144258,1235190414,1881133247,1093779571,1922492032,1477522183,1295064897,1447217740,1902291420,1831371020,1316387483,1346552551,1659767598,1356378301,1952321069,1508822982,1881956316,1346355161,1194733261,1447449657,1497884647,1508155144,1821340290,1184891392,1154380970,1134575038,1154305738,1306968763,1790790442,1790811438,1407821077,1790802189,1073521506,1134303035,1629376850,1962481051,1790722197,1093785933,1922313774,1013025733,1215375019,1811308034,1457614646,1487100731,1457351835,1356409320,1871568923,1306844113,1659652816,1639339203,1073644175,1689726630,1194710657,1467567685,1669649075,1104244102,1801824339,1447513064,1336344027,1215378146,1700262672,1780953471,1972916039,1467533893,1699054775,1558446377,1477513802,1255384897,1861757544,1891744256,1497299960,1598717324,1154687200,1700970498,1730184912,1881743607,1790071645,1154312056,1285891481,1538201520,1346688827,1982664033,1902959554,1285031088,1427256635,1881682425,1558333625,1245231109,1992926547,1477592475,1669466793,1598116535,1346248424,1457347767,1497729123,1033352646,1801024708,1508196833,1396777694,1801415211,1124016787,1700224185,1720076334,1538330725,1861494312,1548673312,1366598393,1982682563,1821262742,1083818967,1013962703,1255783163,1619971132,1992773832,1215251897,1780880088,1477580371,1629343785,1710919675,1154677995,1548266125,1275807364,1881673234,1659412336,1073711826,1457416869,1922627033,1194379198,1609300441,1033174826,1689647216,1104084631,1346204542,1679796999,1972714251,1053513986,1831415355,1225397219,1811966096,1316942782,1811944184,1255370342,1447343751,1598792830,1700199445,1922530609,1700157450,1710305156,1548477490,1922416346,1326201773,1134437601,1336313857,1013076751,1497712699,1972593366,1417957648,1790723971,1649210121,1598901647,1336108372,1649699034,1891084729,1275648875,1902871817,1487844890,1457344251,1801851142,1699968735,1205157625,1164406906,1831118157,1619150554,1205909868,1184705501,1174566731,1942259577,1730111642,1225386725,1295787257,1457813693,1841828795,1447879598,1699205716,1093713885,1851356612,1285269480,1871685487,1831750405,1629043831,1922238419,1841261559,1508916776,1609140029,1699781146,1194250704,1518055045,1558524967,1033261334,1578522801,1083879175,1023661014,1134327745,1447721378,1497816193,1568497600,1831252352,1164884383,1679509640,1447667035,1255431367,1760477202,1114903978,1255538682,1619981263,1346291226,1427377753,1356371199,1982125704,1679665228,1487953865,1962906578,1710515051,1265595136,1437227980,1033552823,1659585289,1023058575,1386600302,1093079550,1689274649,1164971347,1689698870,1316929359,1811008543,1811094261,1407943582,1932265790,1356642888,1891082889,1346251709,1134448749,1225114895,1609091271,1376511923,1386676658,1437163144,1740257088,1831334044,1285034215,1881906030,1801328349,1033671078,1528233442,1376293118,1831199371,1609872498,1972891166,1972064491,1124506654,1275195422,1780257899,1659436186,1558431726,1003100280,1245239557,1366456147,1720306608,1174540611,1699797175,1942283841,1184918393,1265490494,1548423502,1124204946,1033124789,1811941925,1962820969,1679738629,1265509111,1871704122,1710249354,1720578818,1023659695,1134530421,1679716344,1508989625,1861590085,1780651497,1215165634,1407039357,1841608478,1164500815,1114938156,1780951970,1669674180,1215322458,1992795140,1467461335,1316007750,1700071511,1881731479,1447300439,1902861727,1942280672,1356474274,1053942631,1376510578,1154385193,1689651416,1134206956,1225047046,1134606049,1255394748,1144234154,1316928039,1336106715,1124062211,1588665681,1124469184,1588642565,1528206166,1811924640,1447351085,1720162639,1932104239,1174117451,1881621787,1336481654,1306847603,1821016916,1669558797,1730176991,1326212101,1467573659,1821562505,1124287164,1316301179,1932498581,1710951181,1952782567,1851852867,1619355591,1568041937,1831114628,1821187816,1043274194,1790941052,1649257171,1336275536,1215045232,1245339175,1477948610,1881221026,1821441932,1013148048,1467601187,1467593152,1518078443,1891961884,1720240625,1316967474,1164517660,1831288158,1558309849,1518911932,1659799799,1295795201,1285648899,1326009960,1275553455,1003961772,1457358715,1164942959,1285818740,1538166376,1972587434,1356631683,1447646898,1225092752,1013972835,1184679441,1396743712,1346260460,1003852419,1629363742,1215425632,1760826978,1992985170,1255735981,1902870660,1730289133,1154563021,1245410158,1194801845,1104083260,1265486690,1164633889,1649217696,1538251921,1366814857,1598714636,1073507471,1346264553,1104972751,1720046683,1124084207,1497730709,1821093444,1891345849,1013204262,1225011448,1124282413,1508889163,1083787964,1437285145,1497999452,1346354289,1104928753,1407048549,1023140175,1790749422,1497836076,1558442020,1841254588,1508985037,1073595112,1851472260,1760407449,1932214152,1669768123,1992893929,1851471858,1861422404,1164450599,1790715324,1861424061,1023158136,1750750832,1669094074,1154355196,1265614317,1790740470,1922079870,1598744823,1427252584,1902905722,1942294673,1124127865,1609398213,1578539201,1548646938,1710187018,1497893077,1013038256,1770698029,1548440902,1740323138,1457342024,1124054812,1386909596,1770698029,1265423453,1225094907,1376690362,1083610950,1205910189,1780651497,1710416797,1417309998,1477540821,1619963915,1134248016,1679586895,1063736007,1538318258,1134313216,1386095750,1255326310,1619289584,1700165701,1891783692,1598792095,1639141559,1649261264,1235170366,1871680959,1023375946,1063031219,1619055266,1932199387,1265437628,1467714279,1407296429,1265547590,1770684110,1831179209,1710975362,1194929976,1164468229,1316914047,1922675313,1205219516,1497710941,1689066144,1134503766,1427213636,1417969536,1255381778,1740356906,1356367973,1558388058,1881194991,1780007831,1518057413,1891285235,1205809308,1780920777,1508877705,1194109249,1578591616,1740278951,1548210768,1871505925,1649666462,1144333097,1336248616,1407903222,1588623912,1487646634,1760541627,1033202403,1295769727,1124019864,1184033649,1982809422,1073574174,1295476968,1861840282,1316938723,1720046659,1134101280,1033460316,1932553146,1669461810,1033230180,1336280304,1588699110,1851478374,1760633606,1508218009,1629481270,1871942151,1285122879,1508825092,1376718734,1841353778,1275797342,1922538834,1184170433,1841642527,1144669383,1629539333,1194166504,1154716082,1235698572,1669997904,1043715923,1679003487,1396993531,1013905157,1467470195,1174540611,1508808189,1417049495,1912054214,1396090353,1235712167,1487016929,1952305971,1285685792,1932164902,1063829844,1417263450,1659538627,1013192582,1073555991,1841456092,1326642844,1366653057,1972752467,1063509164,1760124572,1184617573,1215096185,1558442947,1649602863,1902243470,1811900665,1194967869,1275523888,1669559480,1215498845,1891704409,1194783910,1255430443,1477077758,1447209465,1427186774,1346395969,1447754536,1083928279,1679643845,1184644791,1225071103,1407823875,1689791196,1912984071,1346777026,1023270410,1649317843,1346515442,1609018639,1780793349,1952426827,1942276415,1689613481,1689718090,1912142985,1588831903,1083693048,1487688271,1841376571,1851958383,1144595372,1508808304,1184756934,1821196254,1417485434,1326542259,1700892635,1447276761,1033195870,1831619022,1740351139,1245578632,1063473478,1659517670,1265529341,1386650299,1861997298,1255315651,1114930435,1548361389,1003839606,1770947418,1457414625,1265027627,1851347983,1306340575,1780653154,1073574307,1639136039,1376771766,1396950077,1114346913,1255315347,1982622403,1780899013,1093034761,1033573241,1912350059,1326078437,1760898142,1457413908,1306833934,1669628319,1588629893,1538139654,1720582539,1346354792,1790987931,1093762205,1730137407,1457328403,1639149263,1528188190,1588649560,1245207927,1427291657,1932282811,1730299231,1437323912,1275156176,1962598094,1124054101,1699904268,1396934428,1609924760,1184658692,1437680014,1912012717,1750391769,1285915991,1982654315,1275286502,1831502558,1134358146,1144201096,1609071489,1326298126,1407218803,1174626063,1982648317,1457442238,1730344847,1497723845,1851388607,1235568189,1518074251,1073667101,1811094261,1457433369,1891721189,1699723197,1043280787,1568449064,1982640223,1881644748,1417912395,1720028103,1285627695,1851408843,1023285582,1619181427,1073579090,1609817642,1710945068,1942323944,1023170271,1396934428,1477558450,1255444295,1881694065,1063453769,1447215777,1013248681,1689645616,1770587131,1184639601,1972545796,1174661268,1790959567,1851333959,1174512073,1225235013,1316990070,1033638523,1326148800,1205064086,1912963851,1407346646,1831553718,1235619032,1346261187,1447516265,1982639688,1336107713,1194703223,1386870145,1124104591,1295979623,1861416950,1356492011,1407974991,1275924235,1548289440,1639232143,1407084874,1003208026,1912156639,1013194141,1538612056,1053345447,1134213473,1760050843,1518927276,1811954910,1033153937,1679723175,1720008360,1992911028,1346502606,1528040276,1932149200,1821059346,1477553022,1255574935,1790750891,1851551949,1700811361,1407886807,1952477499,1972617579,1659344836,1861469249,1689619835,1326021619,1801979059,1528274503,1306879176,1255393617,1114185709,1629199195,1396834065,1669444915,1508813973,1669484176,1659395937,1851332175,1851369813,1760448955,1356737332,1497840615,1013262419,1093942815,1356382717,1114956273,1972546281,1043866155,1902919624,1831295401,1386752244,1437795705,1639142086,1992981823,1619997541,1073965042,1043391469,1861805798,1437475696,1538183991,1023067881,1912975921,1679569404,1609035849,1023232287,1043326044,1851361810,1871729822,1316928039,1275600066,1144257460,1396707832,1669892683,1790714251,1508956194,1063470995,1649317843,1275525776,1205921665,1730381096,1831177765,1730333204,1497969372,1053512186,1457586893,1831621499,1386604700,1457316309,1831153717,1568608347,1497729123,1609163187,1285601948,1962425678,1861444960,1134474539,1740364801,1427090661,1346356037,1336247030,1689633596,1285625830,1134138274,1962607564,1093247850,1376533562,1467536516,1902969645,1104866169,1396737912,1588671267,1609079102,1629282165,1861414096,1528028412,1801814322,1255342440,1003898461,1376643478,1134794787,1427133222,1801150214,1598703860,1639251861,1922211390,1720003494,1588603369,1568465078,1306878673,1447256730,1083600522,1235746983,1619991346,1518975374,1629015730,1316985237,1679667208,1417912262,1780776799,1518021138,1497991624,1922428143,1417057415,1457761124,1154381903,1285612770,1275568172,1346298668,1467559237,1427138395,1245420181,1215937446,1437238672,1831147974,1023066495,1780655522,1811992639,1679559652,1154550119,1730299314,1598872665,1396117263,1093761181,1831206333,1326128695,1114931110,1568558914,1669410163,1699198952,1023109063,1932106168,1790748796,1881081172,1851427520,1154392587,1235329202,1780771881,1245349257,1386957991,1548289440,1891938981,1881774057,1003808114,1528351632,1225054588,1205124724,1700423282,1447255245,1104169028,1619058856,1235131814,1265438253,1629012299,1447251558,1407269509,1134224983,1184640377,1316391311,1548224298,1952588535,1104945955,1649485020,1750480562,1023423704,1326106428,1508196833,1881639102,1104232412,1669499117,1376710301,1467562868,1184662918,1437325883,1922073626,1427194166,1538230693,1508874058,1366583403,1619988086,1174508543,1508842428,1477802098,1134393812,1033161427,1154379584,1275185621,1447575097,1972689628,1669653218,1902882046,1376564005,1003373713,1588755227,1982806436,1710999024,1235147158,1427240324,1033254636,1912340613,1386658193,1194144915,1083705768,1265404446,1427024264,1295258705,1497135289,1154488120,1326066879,1336105584,1174140313,1295318285,1154952687,1932284882,1073784708,1982715256,1932285731,1467536516,1356438014,1619051331,1770592578,1861750333,1114415825,1558337329,1811992639,1508805227,1790713071,1205096195,1386752244,1497285274,1548228075,1659455707,1639436801,1689081069,1386619575,1922038298,1003913674,1720157076,1700045945,1902848278,1912018755,1437543717,1588622971,1396990560,1992717045,1992932438,1427143502,1447227269,1518452663,1225425978,1710361233,1063169266,1891084729,1881182665,1790789592,1508019456,1417110735,1386139988,1316975105,1841408226,1053899849,1396411369,1144993056,1780669077,1316141955,1275622136,1609309061,1669551172,1174686265,1467497263,1447529441,1275549693,1740212034,1780641191,1578166658,1770509853,1316333925,1972881639,1356583884,1932498383,1154950145,1841376571,1619968260,1093862138,1881800365,1811079130,1346294972,1073564860,1356369730,1134138274,1053356659,1124117924,1962504100,1578647822,1447844857,1881770519,1700940236,1710092903,1881767838,1427217058,1710919675,1902835416,1063509156,1306379599,1316253560,1629088869,1528025996,1336164680,1427055326,1578203139,1710013966,1184607236,1508927005,1871686907,1720221732,1194346858,1730114778,1487723714,1245231109,1467497479,1659538627,1457784282,1639518376,1306837802,1366512105,1376504183,1588009948,1275508467,1922500461,1396239893,1033630256,1902226343,1588665889,1851473821,1851551949,1396936746,1609857077,1962475541,1699781146,1538191499,1548227457,1952343212,1225063308,1952970923,1275561169,1962425678,1316909377,1598932550,1699933234,1831136431,1548227960,1750311395,1700972346,1275915803,1285834945,1356438014,1265490494,1659532596,1447203401,1821450511,1841261559,1801000476,1356323414,1881770642,1801093596,1437187598,1912491655,1992388847,1073533238,1487882429,1205800521,1427481498,1619082484,1437231685,1275185621,1134387905,1881639102,1164625760,1063516581,1881926905,1578570685,1619003324,1881629566,1982640538,1629096904,1225098320,1154451490,1013118322,1114963428,1649318577,1336179704,1063169266,1700132750,1770670846,1285900480,1407159734,1144264698,1992227649,1093827206,1588904205,1669625059,1780137927,1225437528,1699169904,1639522865,1417489089,1821343179,1710058698,1851383145,1942731385,1568439289,1770673451,1568720647,1790865053,1598262495,1740368414,1003990979,1245246289,1912097627,1003086182,1730114752,1154564557,1700310604,1023096732,1720373418,1609866755,1558631663,1730653080,1992897326,1538276514,1750339578,1487201232,1447488671,1447486089,1891010187,1558894493,1467692111,1568971711,1962867895,1760572622,1447279237,1174684906,1255568051,1306148648,1285928226,1467567941,1578925657,1093009276,1821242249,1033175310,1962545210,1235405796,1184988776,1942297908,1194347138,1801910393,1346264017,1023062353,1417981879,1649684077,1386601896,1740487024,1346655610,1528061496,1639181746,1720099732,1922182039,1164864252,1811909542,1851568968,1528279841,1336227172,1649203688,1255440095,1427166479,1245499540,1639287683,1952562647,1639123789,1144533027,1679192884,1558344259,1134199060,1033151766,1144209891,1700015658,1528225307,1467415265,1518031673,1508154345,1568559649,1871987784,1265094866,1225095698,1215053129,1386759066,1801464672,1013279454,1831245810,1699186262,1144672296,1326300476,1992769889,1881037463,1881684520,1881708295,1235573775,1114153731,1619003324,1710205901,1356571681,1467447763,1467429191,1275069718,1124054085,1033323399,1598389785,1407316664,1255458055,1679615355,1275953275,1336642123,1063480655,1902969371,1861459588,1437578218,1144617911,1306200803,1457506545,1821388869,1053529099,1427494616,1598784001,1861572869,1871670828,1033181987,1598866501,1316901267,1033369582,1003824954,1891716544,1942615604,1144305640,1720500101,1659670891,1851387153,1851456818,1275613903,1659500452,1750495388,1871077511,1548423502,1518983915,1811989957,1992936306,1902899305,1427018720,1861812885,1477750768,1053335828,1831297274,1558312744,1972555019,1225134760,1801186762,1659354561,1144524349,1598098782,1538151782,1073981452,1154458040,1902190127,1326366378,1871908939,1609005503,1801901210,1821010067,1245275445,1437335833,1700970993,1093731317,1508831546,1972603868,1790199727,1417260548,1649369364,1548204795,1588869424,1104810076,1588844245,1487744017,1144305301,1114924727,1356600324,1033209622,1184646358,1366589632,1750419958,1215240254,1124109293,1861412041,1033770128,1538486550,1326014184,1932166618,1023246485,1063902401,1205377470,1568950905,1265486203,1427258532,1265437628,1447505607,1164498291,1326488594,1548600240,1659892354,1851504476,1073731592,1154734770,1639172885,1629150768,1134345275,1265736268,1316280035,1649415290,1609302165,1659319689,1760472401,1801283718,1588684260,1164537163,1427173533,1366880825,1841262623,1255607172,1255422234,1770744765,1720240302,1417125303,1952375859,1699851915,1508830407,1427193994,1013015569,1033452354,1427098425,1790186252,1417336199,1063984136,1104231216,1417391285,1033665781,1972761591,1184700619,1629030341,1003991076,1689756108,1609957281,1659767911,1972781904,1497715387,1760460745,1033596564,1104277888,1265512990,1578540456,1518279199,1043610041,1386717114,1972881472,1689986002,1740422278,1649349226,1669419859,1841408812,1407009764,1467546754,1275896888,1477533990,1578506887,1912098351,1023126133,1063152981,1558333625,1285748160,1427218973,1912261389,1407813124,1417344318,1598833766,1497018733,1851543037,1982676458,1255568705,1952406183,1356634943,1831133529,1760560460,1134624265]}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"32987"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:04 GMT"},{"key":"x-amz-apigw-id","value":"dJXE6F2loAMEfYg="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"32987"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:23:01 GMT"},{"key":"x-amzn-requestid","value":"bad41cd9-4626-44ad-932f-765b0dfe121f"},{"key":"x-request-id","value":"029e0813-0e83-40de-b471-4ea6a9a0d3d5"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"RESOR\",\n   \"npi_number\": 1003040676\n  },\n  {\n   \"first_name\": \"UDAY\",\n   \"last_name\": \"KANAKADANDI\",\n   \"npi_number\": 1003086182\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"CARRERAS\",\n   \"npi_number\": 1003100223\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"DAVIDSON\",\n   \"npi_number\": 1003100280\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"GREENE\",\n   \"npi_number\": 1003170861\n  },\n  {\n   \"first_name\": \"DHAVAL\",\n   \"last_name\": \"KOLTE\",\n   \"npi_number\": 1003180431\n  },\n  {\n   \"first_name\": \"PHILIP\",\n   \"last_name\": \"WONG\",\n   \"npi_number\": 1003208026\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BLACK\",\n   \"npi_number\": 1003373713\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"ANDREWS\",\n   \"npi_number\": 1003808114\n  },\n  {\n   \"first_name\": \"CHAD\",\n   \"last_name\": \"KLIGER\",\n   \"npi_number\": 1003824954\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"DECARO\",\n   \"npi_number\": 1003839606\n  },\n  {\n   \"first_name\": \"ANKIT\",\n   \"last_name\": \"BHARAT\",\n   \"npi_number\": 1003852419\n  },\n  {\n   \"first_name\": \"GLENN\",\n   \"last_name\": \"HIRSCH\",\n   \"npi_number\": 1003868209\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"PICCINI\",\n   \"npi_number\": 1003884693\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"GURBEL\",\n   \"npi_number\": 1003888520\n  },\n  {\n   \"first_name\": \"JACQUELYN\",\n   \"last_name\": \"QUIN\",\n   \"npi_number\": 1003897703\n  },\n  {\n   \"first_name\": \"JUDY\",\n   \"last_name\": \"HUNG\",\n   \"npi_number\": 1003898461\n  },\n  {\n   \"first_name\": \"VASILIOS\",\n   \"last_name\": \"PAPADEMETRIOU\",\n   \"npi_number\": 1003906207\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"NELSON\",\n   \"npi_number\": 1003908591\n  },\n  {\n   \"first_name\": \"RUSSELL\",\n   \"last_name\": \"RAYMOND\",\n   \"npi_number\": 1003909300\n  },\n  {\n   \"first_name\": \"LARRY\",\n   \"last_name\": \"ALLEN\",\n   \"npi_number\": 1003913674\n  },\n  {\n   \"first_name\": \"AZIZ\",\n   \"last_name\": \"MAKSOUD\",\n   \"npi_number\": 1003961764\n  },\n  {\n   \"first_name\": \"MEGAN\",\n   \"last_name\": \"COYLEWRIGHT\",\n   \"npi_number\": 1003961772\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"SVETKEY\",\n   \"npi_number\": 1003990979\n  },\n  {\n   \"first_name\": \"PHILLIP\",\n   \"last_name\": \"SCOTT\",\n   \"npi_number\": 1003991076\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"STOUFFER\",\n   \"npi_number\": 1003994286\n  },\n  {\n   \"first_name\": \"NAVEEN\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1013015569\n  },\n  {\n   \"first_name\": \"ANGEL\",\n   \"last_name\": \"MULKAY\",\n   \"npi_number\": 1013025733\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"CHANOCK\",\n   \"npi_number\": 1013038256\n  },\n  {\n   \"first_name\": \"SOMJOT\",\n   \"last_name\": \"BRAR\",\n   \"npi_number\": 1013076751\n  },\n  {\n   \"first_name\": \"MIGUEL\",\n   \"last_name\": \"DIAZ\",\n   \"npi_number\": 1013118322\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"SHEIKH\",\n   \"npi_number\": 1013148048\n  },\n  {\n   \"first_name\": \"WIPHADA\",\n   \"last_name\": \"BANDETTINI\",\n   \"npi_number\": 1013192582\n  },\n  {\n   \"first_name\": \"JACOB\",\n   \"last_name\": \"UDELL\",\n   \"npi_number\": 1013194141\n  },\n  {\n   \"first_name\": \"MUKUL\",\n   \"last_name\": \"BHATTARAI\",\n   \"npi_number\": 1013204262\n  },\n  {\n   \"first_name\": \"SALAH ELDIEN\",\n   \"last_name\": \"ALTARABSHEH\",\n   \"npi_number\": 1013248681\n  },\n  {\n   \"first_name\": \"MARAT\",\n   \"last_name\": \"FUDIM\",\n   \"npi_number\": 1013262419\n  },\n  {\n   \"first_name\": \"NILAY\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1013279454\n  },\n  {\n   \"first_name\": \"KIMBERLY\",\n   \"last_name\": \"BIRTCHER\",\n   \"npi_number\": 1013900885\n  },\n  {\n   \"first_name\": \"GERARD\",\n   \"last_name\": \"CRINER\",\n   \"npi_number\": 1013905157\n  },\n  {\n   \"first_name\": \"HARISH\",\n   \"last_name\": \"CHANDNA\",\n   \"npi_number\": 1013928688\n  },\n  {\n   \"first_name\": \"HECTOR\",\n   \"last_name\": \"VENTURA\",\n   \"npi_number\": 1013940048\n  },\n  {\n   \"first_name\": \"EUGENE\",\n   \"last_name\": \"BRAUNWALD\",\n   \"npi_number\": 1013942176\n  },\n  {\n   \"first_name\": \"KATHERINE\",\n   \"last_name\": \"LIAO\",\n   \"npi_number\": 1013962703\n  },\n  {\n   \"first_name\": \"MANAL\",\n   \"last_name\": \"ABDELMALEK\",\n   \"npi_number\": 1013964873\n  },\n  {\n   \"first_name\": \"ELLEN\",\n   \"last_name\": \"KEELEY\",\n   \"npi_number\": 1013972835\n  },\n  {\n   \"first_name\": \"NORMAN\",\n   \"last_name\": \"LEPOR\",\n   \"npi_number\": 1013979673\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"ELLINOR\",\n   \"npi_number\": 1013990647\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"SMITH\",\n   \"npi_number\": 1013991058\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"GILSON\",\n   \"npi_number\": 1023039591\n  },\n  {\n   \"first_name\": \"LUIS\",\n   \"last_name\": \"AFONSO\",\n   \"npi_number\": 1023058575\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"DIFILIPPO\",\n   \"npi_number\": 1023062353\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"GRAY\",\n   \"npi_number\": 1023066495\n  },\n  {\n   \"first_name\": \"DHANUNJAYA\",\n   \"last_name\": \"LAKKIREDDY\",\n   \"npi_number\": 1023067881\n  },\n  {\n   \"first_name\": \"RONALD\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1023091667\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"CACCHIONE\",\n   \"npi_number\": 1023096732\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"TCHENG\",\n   \"npi_number\": 1023104502\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"STECKER\",\n   \"npi_number\": 1023104726\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"ARONOWITZ\",\n   \"npi_number\": 1023109063\n  },\n  {\n   \"first_name\": \"DAVE\",\n   \"last_name\": \"DIXON\",\n   \"npi_number\": 1023126133\n  },\n  {\n   \"first_name\": \"BETSY\",\n   \"last_name\": \"THOMPSON\",\n   \"npi_number\": 1023140175\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"SOBOTKA\",\n   \"npi_number\": 1023158136\n  },\n  {\n   \"first_name\": \"CHERYLEE\",\n   \"last_name\": \"CHANG\",\n   \"npi_number\": 1023170271\n  },\n  {\n   \"first_name\": \"CONNIE\",\n   \"last_name\": \"HESS\",\n   \"npi_number\": 1023210069\n  },\n  {\n   \"first_name\": \"NIKHIL\",\n   \"last_name\": \"MEENA\",\n   \"npi_number\": 1023232287\n  },\n  {\n   \"first_name\": \"JAI\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1023246485\n  },\n  {\n   \"first_name\": \"AMIT\",\n   \"last_name\": \"VORA\",\n   \"npi_number\": 1023270410\n  },\n  {\n   \"first_name\": \"LARRY\",\n   \"last_name\": \"JACKSON\",\n   \"npi_number\": 1023285582\n  },\n  {\n   \"first_name\": \"NAVKARANBIR\",\n   \"last_name\": \"BAJAJ\",\n   \"npi_number\": 1023321023\n  },\n  {\n   \"first_name\": \"MUTHIAH\",\n   \"last_name\": \"VADUGANATHAN\",\n   \"npi_number\": 1023370467\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"ETHERTON\",\n   \"npi_number\": 1023375946\n  },\n  {\n   \"first_name\": \"BRAGHADHEESWAR\",\n   \"last_name\": \"THYAGARAJAN\",\n   \"npi_number\": 1023423704\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"DAI\",\n   \"npi_number\": 1023435906\n  },\n  {\n   \"first_name\": \"YI\",\n   \"last_name\": \"ZHONG\",\n   \"npi_number\": 1023659695\n  },\n  {\n   \"first_name\": \"ANDY\",\n   \"last_name\": \"KIM\",\n   \"npi_number\": 1023661014\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"MCNAMARA\",\n   \"npi_number\": 1033119524\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"STEINHUBL\",\n   \"npi_number\": 1033123633\n  },\n  {\n   \"first_name\": \"CARL\",\n   \"last_name\": \"PEPINE\",\n   \"npi_number\": 1033124789\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"WEITZ\",\n   \"npi_number\": 1033132261\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"RICCIARDI\",\n   \"npi_number\": 1033144258\n  },\n  {\n   \"first_name\": \"ALBERT\",\n   \"last_name\": \"DEIBELE\",\n   \"npi_number\": 1033151766\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"BRASS\",\n   \"npi_number\": 1033153937\n  },\n  {\n   \"first_name\": \"MORRIS\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1033161427\n  },\n  {\n   \"first_name\": \"MASOUD\",\n   \"last_name\": \"AZIZAD\",\n   \"npi_number\": 1033174826\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"WALSH\",\n   \"npi_number\": 1033175310\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"POPMA\",\n   \"npi_number\": 1033176466\n  },\n  {\n   \"first_name\": \"CLIFTON\",\n   \"last_name\": \"CALLAWAY\",\n   \"npi_number\": 1033181987\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"MAZER\",\n   \"npi_number\": 1033195870\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"NELSON\",\n   \"npi_number\": 1033202403\n  },\n  {\n   \"first_name\": \"SEI\",\n   \"last_name\": \"IWAI\",\n   \"npi_number\": 1033206115\n  },\n  {\n   \"first_name\": \"LEONARD\",\n   \"last_name\": \"GIRARDI\",\n   \"npi_number\": 1033206123\n  },\n  {\n   \"first_name\": \"ANJAN\",\n   \"last_name\": \"SINHA\",\n   \"npi_number\": 1033209515\n  },\n  {\n   \"first_name\": \"ELIOT\",\n   \"last_name\": \"BRINTON\",\n   \"npi_number\": 1033209614\n  },\n  {\n   \"first_name\": \"RANDALL\",\n   \"last_name\": \"BURT\",\n   \"npi_number\": 1033209622\n  },\n  {\n   \"first_name\": \"HARITH\",\n   \"last_name\": \"RAJAGOPALAN\",\n   \"npi_number\": 1033230180\n  },\n  {\n   \"first_name\": \"NIRAV\",\n   \"last_name\": \"VORA\",\n   \"npi_number\": 1033254636\n  },\n  {\n   \"first_name\": \"CAROLYN\",\n   \"last_name\": \"CRONIN\",\n   \"npi_number\": 1033261334\n  },\n  {\n   \"first_name\": \"MICHELLE\",\n   \"last_name\": \"ALBERT\",\n   \"npi_number\": 1033286059\n  },\n  {\n   \"first_name\": \"ANUJ\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1033323399\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SCHOENFELD\",\n   \"npi_number\": 1033345566\n  },\n  {\n   \"first_name\": \"ANNA\",\n   \"last_name\": \"GRODZINSKY\",\n   \"npi_number\": 1033352646\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"POTEAT\",\n   \"npi_number\": 1033369582\n  },\n  {\n   \"first_name\": \"PIERLUIGI\",\n   \"last_name\": \"TRICOCI\",\n   \"npi_number\": 1033383039\n  },\n  {\n   \"first_name\": \"PRATIK\",\n   \"last_name\": \"SANDESARA\",\n   \"npi_number\": 1033452354\n  },\n  {\n   \"first_name\": \"IRBAZ\",\n   \"last_name\": \"RIAZ\",\n   \"npi_number\": 1033460316\n  },\n  {\n   \"first_name\": \"JEROME\",\n   \"last_name\": \"FEDERSPIEL\",\n   \"npi_number\": 1033503131\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"KITT\",\n   \"npi_number\": 1033551783\n  },\n  {\n   \"first_name\": \"CAROL\",\n   \"last_name\": \"COLLINS\",\n   \"npi_number\": 1033552823\n  },\n  {\n   \"first_name\": \"XIN\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1033573241\n  },\n  {\n   \"first_name\": \"AISHWARYA\",\n   \"last_name\": \"BHARDWAJ\",\n   \"npi_number\": 1033596564\n  },\n  {\n   \"first_name\": \"KUNAL\",\n   \"last_name\": \"SURI\",\n   \"npi_number\": 1033630256\n  },\n  {\n   \"first_name\": \"DINA\",\n   \"last_name\": \"DICENSO\",\n   \"npi_number\": 1033638523\n  },\n  {\n   \"first_name\": \"RUPINDER SINGH\",\n   \"last_name\": \"BUTTAR\",\n   \"npi_number\": 1033665781\n  },\n  {\n   \"first_name\": \"HIROKI\",\n   \"last_name\": \"UEYAMA\",\n   \"npi_number\": 1033671078\n  },\n  {\n   \"first_name\": \"MIHIR\",\n   \"last_name\": \"DAVE\",\n   \"npi_number\": 1033770128\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"COLLER\",\n   \"npi_number\": 1043227416\n  },\n  {\n   \"first_name\": \"MANDEEP\",\n   \"last_name\": \"MEHRA\",\n   \"npi_number\": 1043265978\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"OURIEL\",\n   \"npi_number\": 1043274194\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"BLUEMKE\",\n   \"npi_number\": 1043276728\n  },\n  {\n   \"first_name\": \"RADHA\",\n   \"last_name\": \"GOPALAN\",\n   \"npi_number\": 1043280787\n  },\n  {\n   \"first_name\": \"BARBARA\",\n   \"last_name\": \"KLEIN\",\n   \"npi_number\": 1043286578\n  },\n  {\n   \"first_name\": \"HABIB\",\n   \"last_name\": \"SAMADY\",\n   \"npi_number\": 1043287832\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"LANDMAN\",\n   \"npi_number\": 1043317712\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"CHIMOWITZ\",\n   \"npi_number\": 1043326044\n  },\n  {\n   \"first_name\": \"CAREY\",\n   \"last_name\": \"KIMMELSTIEL\",\n   \"npi_number\": 1043326713\n  },\n  {\n   \"first_name\": \"STACY\",\n   \"last_name\": \"BRETHAUER\",\n   \"npi_number\": 1043363989\n  },\n  {\n   \"first_name\": \"HAN-MOU\",\n   \"last_name\": \"TSAI\",\n   \"npi_number\": 1043391469\n  },\n  {\n   \"first_name\": \"LAWTON\",\n   \"last_name\": \"COOPER\",\n   \"npi_number\": 1043525199\n  },\n  {\n   \"first_name\": \"MOHAMMAD\",\n   \"last_name\": \"MOJADIDI\",\n   \"npi_number\": 1043571029\n  },\n  {\n   \"first_name\": \"KRISTIN\",\n   \"last_name\": \"HARKINS\",\n   \"npi_number\": 1043610041\n  },\n  {\n   \"first_name\": \"APOSTOLOS\",\n   \"last_name\": \"TSIMPLOULIS\",\n   \"npi_number\": 1043624570\n  },\n  {\n   \"first_name\": \"CHARITY\",\n   \"last_name\": \"MORGAN\",\n   \"npi_number\": 1043644727\n  },\n  {\n   \"first_name\": \"BEHNOOD\",\n   \"last_name\": \"BIKDELI\",\n   \"npi_number\": 1043657307\n  },\n  {\n   \"first_name\": \"VISHESH\",\n   \"last_name\": \"KHANNA\",\n   \"npi_number\": 1043715923\n  },\n  {\n   \"first_name\": \"ALOK\",\n   \"last_name\": \"AMRAOTKAR\",\n   \"npi_number\": 1043866155\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"WHITLOCK\",\n   \"npi_number\": 1053335828\n  },\n  {\n   \"first_name\": \"JAIME\",\n   \"last_name\": \"DAVIDSON\",\n   \"npi_number\": 1053345447\n  },\n  {\n   \"first_name\": \"ANTHONY\",\n   \"last_name\": \"FURLAN\",\n   \"npi_number\": 1053356659\n  },\n  {\n   \"first_name\": \"JAYASHRI\",\n   \"last_name\": \"ARAGAM\",\n   \"npi_number\": 1053414953\n  },\n  {\n   \"first_name\": \"LI\",\n   \"last_name\": \"LIANG\",\n   \"npi_number\": 1053468546\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"SCHEIMAN\",\n   \"npi_number\": 1053495101\n  },\n  {\n   \"first_name\": \"RAGHU\",\n   \"last_name\": \"KOLLURI\",\n   \"npi_number\": 1053495325\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"ROE\",\n   \"npi_number\": 1053495952\n  },\n  {\n   \"first_name\": \"TARA\",\n   \"last_name\": \"KARAMLOU\",\n   \"npi_number\": 1053512186\n  },\n  {\n   \"first_name\": \"AKSHAY\",\n   \"last_name\": \"KHANDELWAL\",\n   \"npi_number\": 1053513986\n  },\n  {\n   \"first_name\": \"ZAHID\",\n   \"last_name\": \"AHMAD\",\n   \"npi_number\": 1053529099\n  },\n  {\n   \"first_name\": \"CARLOS\",\n   \"last_name\": \"ALFONSO\",\n   \"npi_number\": 1053562470\n  },\n  {\n   \"first_name\": \"DABIT\",\n   \"last_name\": \"ARZAMENDI\",\n   \"npi_number\": 1053626655\n  },\n  {\n   \"first_name\": \"AAQIB\",\n   \"last_name\": \"MALIK\",\n   \"npi_number\": 1053629956\n  },\n  {\n   \"first_name\": \"PRAKASH\",\n   \"last_name\": \"HARIKRISHNAN\",\n   \"npi_number\": 1053687954\n  },\n  {\n   \"first_name\": \"MOHSIN\",\n   \"last_name\": \"MIRZA\",\n   \"npi_number\": 1053743229\n  },\n  {\n   \"first_name\": \"DEBORAH\",\n   \"last_name\": \"PORTERFIELD\",\n   \"npi_number\": 1053899849\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"WATANABE\",\n   \"npi_number\": 1053942631\n  },\n  {\n   \"first_name\": \"WEI\",\n   \"last_name\": \"WU\",\n   \"npi_number\": 1063031219\n  },\n  {\n   \"first_name\": \"HIBA\",\n   \"last_name\": \"GHANDOUR\",\n   \"npi_number\": 1063152981\n  },\n  {\n   \"first_name\": \"WILSON\",\n   \"last_name\": \"TANG\",\n   \"npi_number\": 1063169266\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SLOVUT\",\n   \"npi_number\": 1063443315\n  },\n  {\n   \"first_name\": \"YEHUDA\",\n   \"last_name\": \"HANDELSMAN\",\n   \"npi_number\": 1063453769\n  },\n  {\n   \"first_name\": \"ANGELA\",\n   \"last_name\": \"CALIENDO\",\n   \"npi_number\": 1063470995\n  },\n  {\n   \"first_name\": \"PHILLIP\",\n   \"last_name\": \"LEVY\",\n   \"npi_number\": 1063473478\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"RIDKER\",\n   \"npi_number\": 1063478261\n  },\n  {\n   \"first_name\": \"AKSHAY\",\n   \"last_name\": \"DESAI\",\n   \"npi_number\": 1063478311\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"CASTERELLA\",\n   \"npi_number\": 1063480655\n  },\n  {\n   \"first_name\": \"HARISH\",\n   \"last_name\": \"RAMAKRISHNA\",\n   \"npi_number\": 1063495331\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"BUSSEL\",\n   \"npi_number\": 1063509156\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"CHARLSON\",\n   \"npi_number\": 1063509164\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"BRANCH\",\n   \"npi_number\": 1063516581\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"GRETLER\",\n   \"npi_number\": 1063586139\n  },\n  {\n   \"first_name\": \"JOEL\",\n   \"last_name\": \"HIRSCHHORN\",\n   \"npi_number\": 1063597805\n  },\n  {\n   \"first_name\": \"NAYAN\",\n   \"last_name\": \"AGARWAL\",\n   \"npi_number\": 1063724326\n  },\n  {\n   \"first_name\": \"YI\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1063736007\n  },\n  {\n   \"first_name\": \"QAIS\",\n   \"last_name\": \"RADAIDEH\",\n   \"npi_number\": 1063829844\n  },\n  {\n   \"first_name\": \"OLIVIA\",\n   \"last_name\": \"HULME\",\n   \"npi_number\": 1063902401\n  },\n  {\n   \"first_name\": \"FRANKLIN\",\n   \"last_name\": \"SUN\",\n   \"npi_number\": 1063984136\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"MURPHY\",\n   \"npi_number\": 1073507471\n  },\n  {\n   \"first_name\": \"KHALED\",\n   \"last_name\": \"ZIADA\",\n   \"npi_number\": 1073520128\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"LINDNER\",\n   \"npi_number\": 1073521506\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"HOLODNIY\",\n   \"npi_number\": 1073533238\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"MYERBURG\",\n   \"npi_number\": 1073549762\n  },\n  {\n   \"first_name\": \"ARTHUR\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1073555991\n  },\n  {\n   \"first_name\": \"MARIA ROSA\",\n   \"last_name\": \"COSTANZO\",\n   \"npi_number\": 1073564860\n  },\n  {\n   \"first_name\": \"BALACHUNDHAR\",\n   \"last_name\": \"SUBRAMANIAM\",\n   \"npi_number\": 1073574174\n  },\n  {\n   \"first_name\": \"HONG\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1073574307\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"ARMITAGE\",\n   \"npi_number\": 1073579090\n  },\n  {\n   \"first_name\": \"MAGDI\",\n   \"last_name\": \"GHALI\",\n   \"npi_number\": 1073595112\n  },\n  {\n   \"first_name\": \"WEN\",\n   \"last_name\": \"CHENG\",\n   \"npi_number\": 1073597043\n  },\n  {\n   \"first_name\": \"SILVIO\",\n   \"last_name\": \"INZUCCHI\",\n   \"npi_number\": 1073598538\n  },\n  {\n   \"first_name\": \"TULIKA\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1073633277\n  },\n  {\n   \"first_name\": \"WENDY\",\n   \"last_name\": \"LANE\",\n   \"npi_number\": 1073644175\n  },\n  {\n   \"first_name\": \"JOSHUA\",\n   \"last_name\": \"WILLEY\",\n   \"npi_number\": 1073667101\n  },\n  {\n   \"first_name\": \"DYLAN\",\n   \"last_name\": \"STEEN\",\n   \"npi_number\": 1073711826\n  },\n  {\n   \"first_name\": \"BASIL\",\n   \"last_name\": \"PAULUS\",\n   \"npi_number\": 1073731592\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"PEEL\",\n   \"npi_number\": 1073784708\n  },\n  {\n   \"first_name\": \"SUDEEPTA\",\n   \"last_name\": \"DANDAPAT\",\n   \"npi_number\": 1073801882\n  },\n  {\n   \"first_name\": \"ABDULLAH\",\n   \"last_name\": \"ABDULLAH\",\n   \"npi_number\": 1073965042\n  },\n  {\n   \"first_name\": \"MARISSA\",\n   \"last_name\": \"MILLER\",\n   \"npi_number\": 1073981452\n  },\n  {\n   \"first_name\": \"ERSILIA\",\n   \"last_name\": \"DEFILIPPIS\",\n   \"npi_number\": 1073994208\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"MEGALY\",\n   \"npi_number\": 1083029755\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"SATTERFIELD\",\n   \"npi_number\": 1083147128\n  },\n  {\n   \"first_name\": \"PABLO\",\n   \"last_name\": \"LAPUERTA\",\n   \"npi_number\": 1083183693\n  },\n  {\n   \"first_name\": \"RAMESH\",\n   \"last_name\": \"DAGGUBATI\",\n   \"npi_number\": 1083600522\n  },\n  {\n   \"first_name\": \"FAROUC\",\n   \"last_name\": \"JAFFER\",\n   \"npi_number\": 1083605547\n  },\n  {\n   \"first_name\": \"ANTHONY\",\n   \"last_name\": \"COMEROTA\",\n   \"npi_number\": 1083610950\n  },\n  {\n   \"first_name\": \"MARTIN\",\n   \"last_name\": \"MINER\",\n   \"npi_number\": 1083678023\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"YTTERBERG\",\n   \"npi_number\": 1083691083\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"HERRINGTON\",\n   \"npi_number\": 1083693048\n  },\n  {\n   \"first_name\": \"LYDIA\",\n   \"last_name\": \"BAZZANO\",\n   \"npi_number\": 1083705768\n  },\n  {\n   \"first_name\": \"KUMAR\",\n   \"last_name\": \"DHARMARAJAN\",\n   \"npi_number\": 1083741441\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"CHERTOW\",\n   \"npi_number\": 1083787964\n  },\n  {\n   \"first_name\": \"SANDEEP\",\n   \"last_name\": \"DUGGAL\",\n   \"npi_number\": 1083818967\n  },\n  {\n   \"first_name\": \"KATHIR SELVAN\",\n   \"last_name\": \"SUBRAMANIAN\",\n   \"npi_number\": 1083844278\n  },\n  {\n   \"first_name\": \"ZHE\",\n   \"last_name\": \"ZHENG\",\n   \"npi_number\": 1083879175\n  },\n  {\n   \"first_name\": \"YASIR\",\n   \"last_name\": \"TAHA\",\n   \"npi_number\": 1083928279\n  },\n  {\n   \"first_name\": \"EMILIO\",\n   \"last_name\": \"FENTANES\",\n   \"npi_number\": 1093009276\n  },\n  {\n   \"first_name\": \"ATUL\",\n   \"last_name\": \"VERMA\",\n   \"npi_number\": 1093027989\n  },\n  {\n   \"first_name\": \"ZHAOHUI\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1093034761\n  },\n  {\n   \"first_name\": \"ALICE\",\n   \"last_name\": \"CHENG\",\n   \"npi_number\": 1093079550\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"SULLIVAN\",\n   \"npi_number\": 1093247850\n  },\n  {\n   \"first_name\": \"RANJAN\",\n   \"last_name\": \"THAKUR\",\n   \"npi_number\": 1093713885\n  },\n  {\n   \"first_name\": \"ANNE\",\n   \"last_name\": \"GOLDBERG\",\n   \"npi_number\": 1093731317\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"SMALLING\",\n   \"npi_number\": 1093733321\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"TREMMEL\",\n   \"npi_number\": 1093733909\n  },\n  {\n   \"first_name\": \"RAMI\",\n   \"last_name\": \"DOUKKY\",\n   \"npi_number\": 1093761181\n  },\n  {\n   \"first_name\": \"KHALDOON\",\n   \"last_name\": \"ALASWAD\",\n   \"npi_number\": 1093762205\n  },\n  {\n   \"first_name\": \"DIRK\",\n   \"last_name\": \"HENTSCHEL\",\n   \"npi_number\": 1093771495\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"BRUNKEN\",\n   \"npi_number\": 1093779217\n  },\n  {\n   \"first_name\": \"AMIR\",\n   \"last_name\": \"JAFFER\",\n   \"npi_number\": 1093779571\n  },\n  {\n   \"first_name\": \"WAYNE\",\n   \"last_name\": \"LEIMBACH\",\n   \"npi_number\": 1093785933\n  },\n  {\n   \"first_name\": \"VERGHESE\",\n   \"last_name\": \"MATHEW\",\n   \"npi_number\": 1093795627\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"FILBY\",\n   \"npi_number\": 1093827206\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"SCHMEDTJE\",\n   \"npi_number\": 1093856023\n  },\n  {\n   \"first_name\": \"CHUNGUANG\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1093862138\n  },\n  {\n   \"first_name\": \"ASHRAF\",\n   \"last_name\": \"SABE\",\n   \"npi_number\": 1093942815\n  },\n  {\n   \"first_name\": \"SREEKANTH\",\n   \"last_name\": \"VEMULAPALLI\",\n   \"npi_number\": 1104022987\n  },\n  {\n   \"first_name\": \"OMAIR\",\n   \"last_name\": \"YOUSUF\",\n   \"npi_number\": 1104083260\n  },\n  {\n   \"first_name\": \"HOUMAN\",\n   \"last_name\": \"KHALILI\",\n   \"npi_number\": 1104084631\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"GALPER\",\n   \"npi_number\": 1104085141\n  },\n  {\n   \"first_name\": \"KARAN\",\n   \"last_name\": \"KAPOOR\",\n   \"npi_number\": 1104169028\n  },\n  {\n   \"first_name\": \"YING\",\n   \"last_name\": \"LU\",\n   \"npi_number\": 1104179035\n  },\n  {\n   \"first_name\": \"MAHEEDHAR\",\n   \"last_name\": \"GEDELA\",\n   \"npi_number\": 1104231216\n  },\n  {\n   \"first_name\": \"VIKRAM\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1104232412\n  },\n  {\n   \"first_name\": \"MAHESH\",\n   \"last_name\": \"MADHAVAN\",\n   \"npi_number\": 1104244102\n  },\n  {\n   \"first_name\": \"RABIH\",\n   \"last_name\": \"TABET\",\n   \"npi_number\": 1104277888\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"NILSSON\",\n   \"npi_number\": 1104347046\n  },\n  {\n   \"first_name\": \"RAY\",\n   \"last_name\": \"MATTHEWS\",\n   \"npi_number\": 1104810076\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"BENT\",\n   \"npi_number\": 1104841832\n  },\n  {\n   \"first_name\": \"JAMIE\",\n   \"last_name\": \"BARKIN\",\n   \"npi_number\": 1104866169\n  },\n  {\n   \"first_name\": \"SATISH\",\n   \"last_name\": \"RAJ\",\n   \"npi_number\": 1104900216\n  },\n  {\n   \"first_name\": \"RONALD\",\n   \"last_name\": \"MELLES\",\n   \"npi_number\": 1104904747\n  },\n  {\n   \"first_name\": \"BEVERLY\",\n   \"last_name\": \"VENTURA\",\n   \"npi_number\": 1104928233\n  },\n  {\n   \"first_name\": \"LANCE\",\n   \"last_name\": \"TERADA\",\n   \"npi_number\": 1104928753\n  },\n  {\n   \"first_name\": \"SORIN\",\n   \"last_name\": \"BRENER\",\n   \"npi_number\": 1104930338\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"TODORAN\",\n   \"npi_number\": 1104945955\n  },\n  {\n   \"first_name\": \"ROSE\",\n   \"last_name\": \"DO\",\n   \"npi_number\": 1104960780\n  },\n  {\n   \"first_name\": \"RYAN\",\n   \"last_name\": \"TEDFORD\",\n   \"npi_number\": 1104972751\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"AMORY\",\n   \"npi_number\": 1114003910\n  },\n  {\n   \"first_name\": \"STAVROS\",\n   \"last_name\": \"MOUNTANTONAKIS\",\n   \"npi_number\": 1114153731\n  },\n  {\n   \"first_name\": \"CHRISTINE\",\n   \"last_name\": \"HOLMSTEDT\",\n   \"npi_number\": 1114185709\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"RABBAT\",\n   \"npi_number\": 1114191327\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"BORDEN\",\n   \"npi_number\": 1114197670\n  },\n  {\n   \"first_name\": \"ARNAV\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1114281672\n  },\n  {\n   \"first_name\": \"SARAH\",\n   \"last_name\": \"MURRAY\",\n   \"npi_number\": 1114326725\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"HASTINGS\",\n   \"npi_number\": 1114346913\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"JACOBSEN\",\n   \"npi_number\": 1114415825\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"HANSON\",\n   \"npi_number\": 1114903978\n  },\n  {\n   \"first_name\": \"HARINDER\",\n   \"last_name\": \"GOGIA\",\n   \"npi_number\": 1114924727\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"AUSTIN\",\n   \"npi_number\": 1114930435\n  },\n  {\n   \"first_name\": \"ASLAN\",\n   \"last_name\": \"TURER\",\n   \"npi_number\": 1114931110\n  },\n  {\n   \"first_name\": \"HONG\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1114938156\n  },\n  {\n   \"first_name\": \"DAN\",\n   \"last_name\": \"CAPAMPANGAN\",\n   \"npi_number\": 1114956273\n  },\n  {\n   \"first_name\": \"BRENT\",\n   \"last_name\": \"WILLIAMS\",\n   \"npi_number\": 1114963428\n  },\n  {\n   \"first_name\": \"TIMOTHY\",\n   \"last_name\": \"HENRY\",\n   \"npi_number\": 1114987997\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"TAMBORLANE\",\n   \"npi_number\": 1124001342\n  },\n  {\n   \"first_name\": \"PHILLIP\",\n   \"last_name\": \"HORWITZ\",\n   \"npi_number\": 1124016787\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"LANDZBERG\",\n   \"npi_number\": 1124019864\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"GIBSON\",\n   \"npi_number\": 1124053277\n  },\n  {\n   \"first_name\": \"GEORGIOS\",\n   \"last_name\": \"TSOULFAS\",\n   \"npi_number\": 1124054085\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"OTT\",\n   \"npi_number\": 1124054101\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"KOLANSKY\",\n   \"npi_number\": 1124054812\n  },\n  {\n   \"first_name\": \"CURTIS\",\n   \"last_name\": \"BENESCH\",\n   \"npi_number\": 1124062211\n  },\n  {\n   \"first_name\": \"VIJAY\",\n   \"last_name\": \"NAMBI\",\n   \"npi_number\": 1124067004\n  },\n  {\n   \"first_name\": \"NICHOLAS\",\n   \"last_name\": \"SMEDIRA\",\n   \"npi_number\": 1124084207\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"SUTER\",\n   \"npi_number\": 1124098926\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"TAVAKKOLI\",\n   \"npi_number\": 1124104591\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"DANGAS\",\n   \"npi_number\": 1124105002\n  },\n  {\n   \"first_name\": \"KELLY\",\n   \"last_name\": \"WHITE\",\n   \"npi_number\": 1124109293\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"GUYTON\",\n   \"npi_number\": 1124117924\n  },\n  {\n   \"first_name\": \"NICOLAS\",\n   \"last_name\": \"NOISEUX\",\n   \"npi_number\": 1124127865\n  },\n  {\n   \"first_name\": \"ANDREA\",\n   \"last_name\": \"MARIANI\",\n   \"npi_number\": 1124204946\n  },\n  {\n   \"first_name\": \"SEAN\",\n   \"last_name\": \"POKORNEY\",\n   \"npi_number\": 1124282413\n  },\n  {\n   \"first_name\": \"MOUHAMMAD\",\n   \"last_name\": \"JUMAA\",\n   \"npi_number\": 1124287164\n  },\n  {\n   \"first_name\": \"HAKON\",\n   \"last_name\": \"HAKONARSON\",\n   \"npi_number\": 1124291075\n  },\n  {\n   \"first_name\": \"NEEL\",\n   \"last_name\": \"KHANNA\",\n   \"npi_number\": 1124347612\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"SHAW\",\n   \"npi_number\": 1124400510\n  },\n  {\n   \"first_name\": \"MOHAMMED\",\n   \"last_name\": \"OSMAN\",\n   \"npi_number\": 1124403456\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"STEVENSON\",\n   \"npi_number\": 1124469184\n  },\n  {\n   \"first_name\": \"KIRTIPAL\",\n   \"last_name\": \"BHATIA\",\n   \"npi_number\": 1124506654\n  },\n  {\n   \"first_name\": \"SEKAR\",\n   \"last_name\": \"KATHIRESAN\",\n   \"npi_number\": 1134101280\n  },\n  {\n   \"first_name\": \"SHALENDER\",\n   \"last_name\": \"BHASIN\",\n   \"npi_number\": 1134138274\n  },\n  {\n   \"first_name\": \"RON\",\n   \"last_name\": \"WAKSMAN\",\n   \"npi_number\": 1134170459\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"BARON\",\n   \"npi_number\": 1134198757\n  },\n  {\n   \"first_name\": \"JAGJIT\",\n   \"last_name\": \"TEJI\",\n   \"npi_number\": 1134199060\n  },\n  {\n   \"first_name\": \"GREGG\",\n   \"last_name\": \"STONE\",\n   \"npi_number\": 1134206956\n  },\n  {\n   \"first_name\": \"PAMELA\",\n   \"last_name\": \"WOODARD\",\n   \"npi_number\": 1134213473\n  },\n  {\n   \"first_name\": \"CATHY\",\n   \"last_name\": \"ALESSI\",\n   \"npi_number\": 1134224983\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"FURIE\",\n   \"npi_number\": 1134246903\n  },\n  {\n   \"first_name\": \"SEAN\",\n   \"last_name\": \"KUMER\",\n   \"npi_number\": 1134248016\n  },\n  {\n   \"first_name\": \"OM\",\n   \"last_name\": \"GANDA\",\n   \"npi_number\": 1134298938\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"MANCUSO\",\n   \"npi_number\": 1134303035\n  },\n  {\n   \"first_name\": \"ASHWANI\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1134313216\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"ROSENFIELD\",\n   \"npi_number\": 1134327745\n  },\n  {\n   \"first_name\": \"NAIM\",\n   \"last_name\": \"ALKHOURI\",\n   \"npi_number\": 1134336662\n  },\n  {\n   \"first_name\": \"JARETT\",\n   \"last_name\": \"BERRY\",\n   \"npi_number\": 1134345275\n  },\n  {\n   \"first_name\": \"BALRAM\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1134356975\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"PAUL\",\n   \"npi_number\": 1134358146\n  },\n  {\n   \"first_name\": \"PING\",\n   \"last_name\": \"GAO\",\n   \"npi_number\": 1134387905\n  },\n  {\n   \"first_name\": \"NAUSHEEN\",\n   \"last_name\": \"AKHTER\",\n   \"npi_number\": 1134393812\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"RYMER\",\n   \"npi_number\": 1134410566\n  },\n  {\n   \"first_name\": \"JUAN\",\n   \"last_name\": \"FRIAS\",\n   \"npi_number\": 1134437601\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"LUCAS\",\n   \"npi_number\": 1134448749\n  },\n  {\n   \"first_name\": \"GLORIA\",\n   \"last_name\": \"AYUBA\",\n   \"npi_number\": 1134474539\n  },\n  {\n   \"first_name\": \"VARUN\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1134482623\n  },\n  {\n   \"first_name\": \"RACHNA\",\n   \"last_name\": \"KATARIA\",\n   \"npi_number\": 1134503766\n  },\n  {\n   \"first_name\": \"CHRISTINA\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1134530421\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"HONIGBERG\",\n   \"npi_number\": 1134532468\n  },\n  {\n   \"first_name\": \"BYOMESH\",\n   \"last_name\": \"TRIPATHI\",\n   \"npi_number\": 1134536782\n  },\n  {\n   \"first_name\": \"ANASTASIA-STEFANIA\",\n   \"last_name\": \"ALEXOPOULOS\",\n   \"npi_number\": 1134560543\n  },\n  {\n   \"first_name\": \"TOMO\",\n   \"last_name\": \"ANDO\",\n   \"npi_number\": 1134569544\n  },\n  {\n   \"first_name\": \"KRISTIN\",\n   \"last_name\": \"BERGETHON\",\n   \"npi_number\": 1134575038\n  },\n  {\n   \"first_name\": \"TOSHIKI\",\n   \"last_name\": \"KUNO\",\n   \"npi_number\": 1134606049\n  },\n  {\n   \"first_name\": \"PRITI\",\n   \"last_name\": \"POOJARY\",\n   \"npi_number\": 1134624265\n  },\n  {\n   \"first_name\": \"WAQAS\",\n   \"last_name\": \"ULLAH\",\n   \"npi_number\": 1134656630\n  },\n  {\n   \"first_name\": \"CRISTIANO\",\n   \"last_name\": \"SPADACCIO\",\n   \"npi_number\": 1134794787\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"KEEBLER\",\n   \"npi_number\": 1144201096\n  },\n  {\n   \"first_name\": \"TOBY\",\n   \"last_name\": \"JOHNSON\",\n   \"npi_number\": 1144203258\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"KOVACH\",\n   \"npi_number\": 1144209891\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"MOLITERNO\",\n   \"npi_number\": 1144234154\n  },\n  {\n   \"first_name\": \"JINNETTE\",\n   \"last_name\": \"ABBOTT\",\n   \"npi_number\": 1144241613\n  },\n  {\n   \"first_name\": \"ALBERT\",\n   \"last_name\": \"DREISBACH\",\n   \"npi_number\": 1144257460\n  },\n  {\n   \"first_name\": \"GIUSEPPE\",\n   \"last_name\": \"ALIPERTI\",\n   \"npi_number\": 1144264698\n  },\n  {\n   \"first_name\": \"ELDRIN\",\n   \"last_name\": \"LEWIS\",\n   \"npi_number\": 1144287442\n  },\n  {\n   \"first_name\": \"KEITH\",\n   \"last_name\": \"AARONSON\",\n   \"npi_number\": 1144305301\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"LAWRENCE\",\n   \"npi_number\": 1144305640\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"KONTOS\",\n   \"npi_number\": 1144306184\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"BRAY\",\n   \"npi_number\": 1144333097\n  },\n  {\n   \"first_name\": \"YAN\",\n   \"last_name\": \"GONG\",\n   \"npi_number\": 1144392671\n  },\n  {\n   \"first_name\": \"HENRI\",\n   \"last_name\": \"ROUKOZ\",\n   \"npi_number\": 1144499187\n  },\n  {\n   \"first_name\": \"GILBERT\",\n   \"last_name\": \"TANG\",\n   \"npi_number\": 1144524349\n  },\n  {\n   \"first_name\": \"HANUMANTHA\",\n   \"last_name\": \"JOGU\",\n   \"npi_number\": 1144533027\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"NANNA\",\n   \"npi_number\": 1144595372\n  },\n  {\n   \"first_name\": \"SHREYA\",\n   \"last_name\": \"RAO\",\n   \"npi_number\": 1144617911\n  },\n  {\n   \"first_name\": \"GUILHERME\",\n   \"last_name\": \"ATTIZZANI\",\n   \"npi_number\": 1144621889\n  },\n  {\n   \"first_name\": \"AFIACHUKWU\",\n   \"last_name\": \"ONUEGBU\",\n   \"npi_number\": 1144669383\n  },\n  {\n   \"first_name\": \"HTAY HTAY\",\n   \"last_name\": \"KYI\",\n   \"npi_number\": 1144672296\n  },\n  {\n   \"first_name\": \"BIMMER\",\n   \"last_name\": \"CLAESSEN\",\n   \"npi_number\": 1144704776\n  },\n  {\n   \"first_name\": \"TOMOHIRO\",\n   \"last_name\": \"FUJISAKI\",\n   \"npi_number\": 1144882499\n  },\n  {\n   \"first_name\": \"JOSEPH ALEXANDER\",\n   \"last_name\": \"PAGUIO\",\n   \"npi_number\": 1144993056\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"YEH\",\n   \"npi_number\": 1154302057\n  },\n  {\n   \"first_name\": \"LESLIE\",\n   \"last_name\": \"FORGOSH\",\n   \"npi_number\": 1154305738\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"HOLMES\",\n   \"npi_number\": 1154308237\n  },\n  {\n   \"first_name\": \"MALISSA\",\n   \"last_name\": \"WOOD\",\n   \"npi_number\": 1154312056\n  },\n  {\n   \"first_name\": \"YI\",\n   \"last_name\": \"PAN\",\n   \"npi_number\": 1154348738\n  },\n  {\n   \"first_name\": \"ELMER\",\n   \"last_name\": \"BERNSTAM\",\n   \"npi_number\": 1154355196\n  },\n  {\n   \"first_name\": \"RITA\",\n   \"last_name\": \"REDBERG\",\n   \"npi_number\": 1154379584\n  },\n  {\n   \"first_name\": \"IMRAN\",\n   \"last_name\": \"ARIF\",\n   \"npi_number\": 1154380970\n  },\n  {\n   \"first_name\": \"LAXMI\",\n   \"last_name\": \"MEHTA\",\n   \"npi_number\": 1154381903\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"JOHNSON\",\n   \"npi_number\": 1154385193\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"SHOOK\",\n   \"npi_number\": 1154388429\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"STULAK\",\n   \"npi_number\": 1154392587\n  },\n  {\n   \"first_name\": \"SIMON\",\n   \"last_name\": \"DIXON\",\n   \"npi_number\": 1154423747\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"FARKOUH\",\n   \"npi_number\": 1154426740\n  },\n  {\n   \"first_name\": \"YAN\",\n   \"last_name\": \"LIANG\",\n   \"npi_number\": 1154451490\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"JHANG\",\n   \"npi_number\": 1154458040\n  },\n  {\n   \"first_name\": \"SUZANNE\",\n   \"last_name\": \"ARNOLD\",\n   \"npi_number\": 1154474120\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"MENSAH\",\n   \"npi_number\": 1154488120\n  },\n  {\n   \"first_name\": \"FAZEEL\",\n   \"last_name\": \"SIDDIQUI\",\n   \"npi_number\": 1154513687\n  },\n  {\n   \"first_name\": \"ELLIOTT\",\n   \"last_name\": \"GROVES\",\n   \"npi_number\": 1154550119\n  },\n  {\n   \"first_name\": \"MAYA\",\n   \"last_name\": \"BARGHASH\",\n   \"npi_number\": 1154563021\n  },\n  {\n   \"first_name\": \"JACOB\",\n   \"last_name\": \"MISENHEIMER\",\n   \"npi_number\": 1154564557\n  },\n  {\n   \"first_name\": \"ERIK\",\n   \"last_name\": \"SCHELBERT\",\n   \"npi_number\": 1154570323\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"LUBITZ\",\n   \"npi_number\": 1154589422\n  },\n  {\n   \"first_name\": \"TARIQ\",\n   \"last_name\": \"ENEZATE\",\n   \"npi_number\": 1154600492\n  },\n  {\n   \"first_name\": \"VRINDA\",\n   \"last_name\": \"TRIVEDI\",\n   \"npi_number\": 1154677995\n  },\n  {\n   \"first_name\": \"PADAGESHWAR\",\n   \"last_name\": \"SUNKARA\",\n   \"npi_number\": 1154686921\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"EHRLICH\",\n   \"npi_number\": 1154687200\n  },\n  {\n   \"first_name\": \"VASANTH\",\n   \"last_name\": \"SATHIYAKUMAR\",\n   \"npi_number\": 1154716082\n  },\n  {\n   \"first_name\": \"ANUBODH\",\n   \"last_name\": \"VARSHNEY\",\n   \"npi_number\": 1154734515\n  },\n  {\n   \"first_name\": \"JUAN\",\n   \"last_name\": \"CRUZ\",\n   \"npi_number\": 1154734770\n  },\n  {\n   \"first_name\": \"FOUAD\",\n   \"last_name\": \"KHALIL\",\n   \"npi_number\": 1154950145\n  },\n  {\n   \"first_name\": \"SHELBY\",\n   \"last_name\": \"REED\",\n   \"npi_number\": 1154952687\n  },\n  {\n   \"first_name\": \"KIM\",\n   \"last_name\": \"SMOLDEREN\",\n   \"npi_number\": 1154996833\n  },\n  {\n   \"first_name\": \"KAMRAN\",\n   \"last_name\": \"MUHAMMAD\",\n   \"npi_number\": 1164406906\n  },\n  {\n   \"first_name\": \"RAJ\",\n   \"last_name\": \"MAKKAR\",\n   \"npi_number\": 1164450235\n  },\n  {\n   \"first_name\": \"MARLENE\",\n   \"last_name\": \"WILLIAMS\",\n   \"npi_number\": 1164450599\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"FLACK\",\n   \"npi_number\": 1164450987\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"KINLAY\",\n   \"npi_number\": 1164459020\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"CALHOUN\",\n   \"npi_number\": 1164468229\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"ECKMAN\",\n   \"npi_number\": 1164487039\n  },\n  {\n   \"first_name\": \"YUCHI\",\n   \"last_name\": \"HAN\",\n   \"npi_number\": 1164498291\n  },\n  {\n   \"first_name\": \"KEN\",\n   \"last_name\": \"UCHINO\",\n   \"npi_number\": 1164498747\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"CHANG\",\n   \"npi_number\": 1164500815\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"LAUER\",\n   \"npi_number\": 1164516605\n  },\n  {\n   \"first_name\": \"DANNY\",\n   \"last_name\": \"CHU\",\n   \"npi_number\": 1164517660\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"SADE\",\n   \"npi_number\": 1164537163\n  },\n  {\n   \"first_name\": \"MADHAB\",\n   \"last_name\": \"RAY\",\n   \"npi_number\": 1164614517\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"MONTELEONE\",\n   \"npi_number\": 1164625760\n  },\n  {\n   \"first_name\": \"KEIKO\",\n   \"last_name\": \"ASAO\",\n   \"npi_number\": 1164633889\n  },\n  {\n   \"first_name\": \"SHREYANSH\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1164657383\n  },\n  {\n   \"first_name\": \"PURVI\",\n   \"last_name\": \"PARWANI\",\n   \"npi_number\": 1164658951\n  },\n  {\n   \"first_name\": \"RAHUL\",\n   \"last_name\": \"SAKHUJA\",\n   \"npi_number\": 1164681607\n  },\n  {\n   \"first_name\": \"JAVIER\",\n   \"last_name\": \"VALLE\",\n   \"npi_number\": 1164685665\n  },\n  {\n   \"first_name\": \"HECTOR\",\n   \"last_name\": \"GARCIA\",\n   \"npi_number\": 1164864252\n  },\n  {\n   \"first_name\": \"FILIPE\",\n   \"last_name\": \"MOURA\",\n   \"npi_number\": 1164884383\n  },\n  {\n   \"first_name\": \"MUHAMMAD WAQAS\",\n   \"last_name\": \"TAHIR\",\n   \"npi_number\": 1164942959\n  },\n  {\n   \"first_name\": \"SHARON\",\n   \"last_name\": \"NORMAND\",\n   \"npi_number\": 1164971347\n  },\n  {\n   \"first_name\": \"SHANSHAN\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1174008684\n  },\n  {\n   \"first_name\": \"GRETCHEN\",\n   \"last_name\": \"STERN\",\n   \"npi_number\": 1174117451\n  },\n  {\n   \"first_name\": \"MOIZ\",\n   \"last_name\": \"EHTESHAM\",\n   \"npi_number\": 1174140313\n  },\n  {\n   \"first_name\": \"MOHAMAD\",\n   \"last_name\": \"HUSSAIN\",\n   \"npi_number\": 1174158109\n  },\n  {\n   \"first_name\": \"TRACY\",\n   \"last_name\": \"BATTAGLIA\",\n   \"npi_number\": 1174508543\n  },\n  {\n   \"first_name\": \"ERIN\",\n   \"last_name\": \"LINNENBRINGER\",\n   \"npi_number\": 1174512073\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"BACH\",\n   \"npi_number\": 1174540611\n  },\n  {\n   \"first_name\": \"SHAHRAM\",\n   \"last_name\": \"YAZDANI\",\n   \"npi_number\": 1174566731\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"MENEGUS\",\n   \"npi_number\": 1174613079\n  },\n  {\n   \"first_name\": \"GUILLERMO\",\n   \"last_name\": \"UMPIERREZ\",\n   \"npi_number\": 1174626063\n  },\n  {\n   \"first_name\": \"AMY\",\n   \"last_name\": \"RAPKIEWICZ\",\n   \"npi_number\": 1174661268\n  },\n  {\n   \"first_name\": \"DIANE\",\n   \"last_name\": \"ALTKORN\",\n   \"npi_number\": 1174684906\n  },\n  {\n   \"first_name\": \"TROYEN\",\n   \"last_name\": \"BRENNAN\",\n   \"npi_number\": 1174686265\n  },\n  {\n   \"first_name\": \"RAYMOND\",\n   \"last_name\": \"YAN\",\n   \"npi_number\": 1174701569\n  },\n  {\n   \"first_name\": \"FADI\",\n   \"last_name\": \"SEIF\",\n   \"npi_number\": 1174713879\n  },\n  {\n   \"first_name\": \"SAMY\",\n   \"last_name\": \"HADJADJ\",\n   \"npi_number\": 1174830426\n  },\n  {\n   \"first_name\": \"SAHIL\",\n   \"last_name\": \"AGRAWAL\",\n   \"npi_number\": 1174956890\n  },\n  {\n   \"first_name\": \"GENNARO\",\n   \"last_name\": \"GIUSTINO\",\n   \"npi_number\": 1174985113\n  },\n  {\n   \"first_name\": \"ABHISHEK\",\n   \"last_name\": \"KERALIYA\",\n   \"npi_number\": 1184033649\n  },\n  {\n   \"first_name\": \"SAUL\",\n   \"last_name\": \"RIOS\",\n   \"npi_number\": 1184170433\n  },\n  {\n   \"first_name\": \"HAMZA ZAHID ULLAH\",\n   \"last_name\": \"MUHAMMADZAI\",\n   \"npi_number\": 1184243016\n  },\n  {\n   \"first_name\": \"TIMOTHY\",\n   \"last_name\": \"ALBERTSON\",\n   \"npi_number\": 1184607236\n  },\n  {\n   \"first_name\": \"ULRICH\",\n   \"last_name\": \"JORDE\",\n   \"npi_number\": 1184617573\n  },\n  {\n   \"first_name\": \"ROGER\",\n   \"last_name\": \"CHOU\",\n   \"npi_number\": 1184639601\n  },\n  {\n   \"first_name\": \"EDWIN\",\n   \"last_name\": \"BOVILL\",\n   \"npi_number\": 1184640377\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"BOAT\",\n   \"npi_number\": 1184644791\n  },\n  {\n   \"first_name\": \"KAROL\",\n   \"last_name\": \"WATSON\",\n   \"npi_number\": 1184646358\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"WHELLAN\",\n   \"npi_number\": 1184647794\n  },\n  {\n   \"first_name\": \"ADNAN\",\n   \"last_name\": \"QURESHI\",\n   \"npi_number\": 1184658692\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"ADLER\",\n   \"npi_number\": 1184662918\n  },\n  {\n   \"first_name\": \"JAMY\",\n   \"last_name\": \"ARD\",\n   \"npi_number\": 1184679441\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"GO\",\n   \"npi_number\": 1184700619\n  },\n  {\n   \"first_name\": \"BABAK\",\n   \"last_name\": \"VAKILI\",\n   \"npi_number\": 1184705501\n  },\n  {\n   \"first_name\": \"RAJIV\",\n   \"last_name\": \"GULATI\",\n   \"npi_number\": 1184748774\n  },\n  {\n   \"first_name\": \"YOUJIN\",\n   \"last_name\": \"JEONG\",\n   \"npi_number\": 1184756934\n  },\n  {\n   \"first_name\": \"WALTER\",\n   \"last_name\": \"PALMAS\",\n   \"npi_number\": 1184778029\n  },\n  {\n   \"first_name\": \"DHARAM\",\n   \"last_name\": \"KUMBHANI\",\n   \"npi_number\": 1184788416\n  },\n  {\n   \"first_name\": \"ANTONIO\",\n   \"last_name\": \"ABBATE\",\n   \"npi_number\": 1184849168\n  },\n  {\n   \"first_name\": \"KHADIJAH\",\n   \"last_name\": \"BREATHETT\",\n   \"npi_number\": 1184891392\n  },\n  {\n   \"first_name\": \"FATIMA\",\n   \"last_name\": \"RODRIGUEZ\",\n   \"npi_number\": 1184918393\n  },\n  {\n   \"first_name\": \"KRANTHI\",\n   \"last_name\": \"SITAMMAGARI\",\n   \"npi_number\": 1184988776\n  },\n  {\n   \"first_name\": \"KASHISH\",\n   \"last_name\": \"GOEL\",\n   \"npi_number\": 1194046656\n  },\n  {\n   \"first_name\": \"TARUN\",\n   \"last_name\": \"CHAKRAVARTY\",\n   \"npi_number\": 1194097303\n  },\n  {\n   \"first_name\": \"SALIK\",\n   \"last_name\": \"NAZIR\",\n   \"npi_number\": 1194109249\n  },\n  {\n   \"first_name\": \"MEGAN\",\n   \"last_name\": \"COHEN\",\n   \"npi_number\": 1194144915\n  },\n  {\n   \"first_name\": \"MUHAMMAD SHABBIR\",\n   \"last_name\": \"RAWALA\",\n   \"npi_number\": 1194166504\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"HEINDEL\",\n   \"npi_number\": 1194245720\n  },\n  {\n   \"first_name\": \"KLARA\",\n   \"last_name\": \"KLEIN\",\n   \"npi_number\": 1194250704\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"PETERSON\",\n   \"npi_number\": 1194346858\n  },\n  {\n   \"first_name\": \"SOBAN\",\n   \"last_name\": \"AHMAD\",\n   \"npi_number\": 1194347138\n  },\n  {\n   \"first_name\": \"LEELA KRISHNA TEJA\",\n   \"last_name\": \"BOPPANA\",\n   \"npi_number\": 1194379198\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"BECKER\",\n   \"npi_number\": 1194703223\n  },\n  {\n   \"first_name\": \"ASHISH\",\n   \"last_name\": \"PERSHAD\",\n   \"npi_number\": 1194710657\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"WILDING\",\n   \"npi_number\": 1194720235\n  },\n  {\n   \"first_name\": \"SUNIL\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1194733261\n  },\n  {\n   \"first_name\": \"CARLOS\",\n   \"last_name\": \"RUIZ\",\n   \"npi_number\": 1194753178\n  },\n  {\n   \"first_name\": \"EMMANOUIL\",\n   \"last_name\": \"BRILAKIS\",\n   \"npi_number\": 1194781674\n  },\n  {\n   \"first_name\": \"ZIYAD\",\n   \"last_name\": \"HIJAZI\",\n   \"npi_number\": 1194783910\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SISCOVICK\",\n   \"npi_number\": 1194801845\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"PRATLEY\",\n   \"npi_number\": 1194837476\n  },\n  {\n   \"first_name\": \"ALEEM\",\n   \"last_name\": \"SIDDIQUE\",\n   \"npi_number\": 1194929976\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"ZELTSER\",\n   \"npi_number\": 1194967869\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"PREISS\",\n   \"npi_number\": 1205064086\n  },\n  {\n   \"first_name\": \"KANAN\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1205096195\n  },\n  {\n   \"first_name\": \"DEVRAJ\",\n   \"last_name\": \"SUKUL\",\n   \"npi_number\": 1205120391\n  },\n  {\n   \"first_name\": \"SADIP\",\n   \"last_name\": \"PANT\",\n   \"npi_number\": 1205124724\n  },\n  {\n   \"first_name\": \"ANN\",\n   \"last_name\": \"WOOLLEY\",\n   \"npi_number\": 1205157625\n  },\n  {\n   \"first_name\": \"ANUSHA\",\n   \"last_name\": \"SHANBHAG\",\n   \"npi_number\": 1205219516\n  },\n  {\n   \"first_name\": \"ANQI\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1205377470\n  },\n  {\n   \"first_name\": \"DEBORAH\",\n   \"last_name\": \"BLACKER\",\n   \"npi_number\": 1205800521\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"SORAJJA\",\n   \"npi_number\": 1205809308\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SHAHIAN\",\n   \"npi_number\": 1205823176\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"RUMSFELD\",\n   \"npi_number\": 1205860574\n  },\n  {\n   \"first_name\": \"VASILIS\",\n   \"last_name\": \"BABALIAROS\",\n   \"npi_number\": 1205884525\n  },\n  {\n   \"first_name\": \"ROY\",\n   \"last_name\": \"SILVERSTEIN\",\n   \"npi_number\": 1205892379\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"ROSE\",\n   \"npi_number\": 1205909868\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"ZIDAR\",\n   \"npi_number\": 1205910189\n  },\n  {\n   \"first_name\": \"ASIF\",\n   \"last_name\": \"RASHID\",\n   \"npi_number\": 1205921665\n  },\n  {\n   \"first_name\": \"JOSHUA\",\n   \"last_name\": \"BARZILAY\",\n   \"npi_number\": 1215045232\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"AARONSON\",\n   \"npi_number\": 1215053129\n  },\n  {\n   \"first_name\": \"JACK\",\n   \"last_name\": \"ALPERIN\",\n   \"npi_number\": 1215096185\n  },\n  {\n   \"first_name\": \"PACO\",\n   \"last_name\": \"BRAVO\",\n   \"npi_number\": 1215140900\n  },\n  {\n   \"first_name\": \"DONG\",\n   \"last_name\": \"SHIN\",\n   \"npi_number\": 1215165634\n  },\n  {\n   \"first_name\": \"CONRAD\",\n   \"last_name\": \"MACON\",\n   \"npi_number\": 1215203252\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"DEYELL\",\n   \"npi_number\": 1215240254\n  },\n  {\n   \"first_name\": \"ZAID\",\n   \"last_name\": \"SAID\",\n   \"npi_number\": 1215251897\n  },\n  {\n   \"first_name\": \"KAI\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1215322458\n  },\n  {\n   \"first_name\": \"KERSHAW\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1215375019\n  },\n  {\n   \"first_name\": \"SAWAN\",\n   \"last_name\": \"JALNAPURKAR\",\n   \"npi_number\": 1215378146\n  },\n  {\n   \"first_name\": \"ANGAD\",\n   \"last_name\": \"UBEROI\",\n   \"npi_number\": 1215423959\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"FERRARO\",\n   \"npi_number\": 1215425632\n  },\n  {\n   \"first_name\": \"ADRIAN\",\n   \"last_name\": \"SANTINI\",\n   \"npi_number\": 1215498845\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"TIMMERMANS\",\n   \"npi_number\": 1215901343\n  },\n  {\n   \"first_name\": \"MASSOUD\",\n   \"last_name\": \"LEESAR\",\n   \"npi_number\": 1215937446\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"LYDEN\",\n   \"npi_number\": 1215962113\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"VOGEL\",\n   \"npi_number\": 1215991013\n  },\n  {\n   \"first_name\": \"SARWAT\",\n   \"last_name\": \"CHAUDHRY\",\n   \"npi_number\": 1225011448\n  },\n  {\n   \"first_name\": \"BYRON\",\n   \"last_name\": \"CRYER\",\n   \"npi_number\": 1225042427\n  },\n  {\n   \"first_name\": \"DEBABRATA\",\n   \"last_name\": \"MUKHERJEE\",\n   \"npi_number\": 1225047046\n  },\n  {\n   \"first_name\": \"SANDEEP\",\n   \"last_name\": \"NATHAN\",\n   \"npi_number\": 1225054588\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"VINCENT\",\n   \"npi_number\": 1225063308\n  },\n  {\n   \"first_name\": \"WENDY\",\n   \"last_name\": \"POST\",\n   \"npi_number\": 1225071103\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"KAHI\",\n   \"npi_number\": 1225092752\n  },\n  {\n   \"first_name\": \"GERALD\",\n   \"last_name\": \"BLOOMFIELD\",\n   \"npi_number\": 1225094907\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"STONE\",\n   \"npi_number\": 1225095698\n  },\n  {\n   \"first_name\": \"STEPHAN\",\n   \"last_name\": \"FIHN\",\n   \"npi_number\": 1225098320\n  },\n  {\n   \"first_name\": \"DAICHI\",\n   \"last_name\": \"SHIMBO\",\n   \"npi_number\": 1225114895\n  },\n  {\n   \"first_name\": \"ANGELO\",\n   \"last_name\": \"LICATA\",\n   \"npi_number\": 1225134760\n  },\n  {\n   \"first_name\": \"JAWAHAR\",\n   \"last_name\": \"MEHTA\",\n   \"npi_number\": 1225135148\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"CHEEZUM\",\n   \"npi_number\": 1225235013\n  },\n  {\n   \"first_name\": \"WAQAS\",\n   \"last_name\": \"QURESHI\",\n   \"npi_number\": 1225267081\n  },\n  {\n   \"first_name\": \"TULLIO\",\n   \"last_name\": \"PALMERINI\",\n   \"npi_number\": 1225269293\n  },\n  {\n   \"first_name\": \"ROBIN\",\n   \"last_name\": \"MATHEWS\",\n   \"npi_number\": 1225269921\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"SPINDEL\",\n   \"npi_number\": 1225386725\n  },\n  {\n   \"first_name\": \"ABDUL MOIZ\",\n   \"last_name\": \"HAFIZ\",\n   \"npi_number\": 1225397219\n  },\n  {\n   \"first_name\": \"MORGAN\",\n   \"last_name\": \"HARLOFF\",\n   \"npi_number\": 1225425978\n  },\n  {\n   \"first_name\": \"EOIN\",\n   \"last_name\": \"DONNELLAN\",\n   \"npi_number\": 1225437528\n  },\n  {\n   \"first_name\": \"KIPP\",\n   \"last_name\": \"JOHNSON\",\n   \"npi_number\": 1225787179\n  },\n  {\n   \"first_name\": \"HERBERT\",\n   \"last_name\": \"ARONOW\",\n   \"npi_number\": 1235106766\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"HUMPHREYS\",\n   \"npi_number\": 1235131814\n  },\n  {\n   \"first_name\": \"NARESH\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1235147158\n  },\n  {\n   \"first_name\": \"TARIQ\",\n   \"last_name\": \"SIDDIQI\",\n   \"npi_number\": 1235157421\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"BAUMAN\",\n   \"npi_number\": 1235170366\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"ETTINGER\",\n   \"npi_number\": 1235187170\n  },\n  {\n   \"first_name\": \"GIAN\",\n   \"last_name\": \"NOVARO\",\n   \"npi_number\": 1235190414\n  },\n  {\n   \"first_name\": \"LIVIU\",\n   \"last_name\": \"KLEIN\",\n   \"npi_number\": 1235199340\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"SAYRE\",\n   \"npi_number\": 1235210006\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"MUKAMAL\",\n   \"npi_number\": 1235238551\n  },\n  {\n   \"first_name\": \"HARRY\",\n   \"last_name\": \"SELKER\",\n   \"npi_number\": 1235240995\n  },\n  {\n   \"first_name\": \"CHETHAN\",\n   \"last_name\": \"PUTTARAJAPPA\",\n   \"npi_number\": 1235329202\n  },\n  {\n   \"first_name\": \"ION\",\n   \"last_name\": \"JOVIN\",\n   \"npi_number\": 1235332974\n  },\n  {\n   \"first_name\": \"FREDDY\",\n   \"last_name\": \"ABNOUSI\",\n   \"npi_number\": 1235400037\n  },\n  {\n   \"first_name\": \"ANGELA\",\n   \"last_name\": \"LOWENSTERN\",\n   \"npi_number\": 1235405796\n  },\n  {\n   \"first_name\": \"NEERAJ\",\n   \"last_name\": \"AGRAWAL\",\n   \"npi_number\": 1235495292\n  },\n  {\n   \"first_name\": \"PARAG\",\n   \"last_name\": \"CHEVLI\",\n   \"npi_number\": 1235568189\n  },\n  {\n   \"first_name\": \"RAM\",\n   \"last_name\": \"JAGANNATHAN\",\n   \"npi_number\": 1235573775\n  },\n  {\n   \"first_name\": \"SERGE\",\n   \"last_name\": \"KORJIAN\",\n   \"npi_number\": 1235586850\n  },\n  {\n   \"first_name\": \"CARLOS\",\n   \"last_name\": \"GRIJALVA\",\n   \"npi_number\": 1235619032\n  },\n  {\n   \"first_name\": \"ALAAEDDIN\",\n   \"last_name\": \"ALROHAIBANI\",\n   \"npi_number\": 1235698572\n  },\n  {\n   \"first_name\": \"EVANGELIA\",\n   \"last_name\": \"VEMMOU\",\n   \"npi_number\": 1235712167\n  },\n  {\n   \"first_name\": \"TREVOR\",\n   \"last_name\": \"SIMARD\",\n   \"npi_number\": 1235746983\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"BRIDGES\",\n   \"npi_number\": 1245207927\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"DRACHMAN\",\n   \"npi_number\": 1245211176\n  },\n  {\n   \"first_name\": \"BERNARD\",\n   \"last_name\": \"GERSH\",\n   \"npi_number\": 1245219237\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"WILCOX\",\n   \"npi_number\": 1245231109\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"MORAN\",\n   \"npi_number\": 1245239557\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"HANAUER\",\n   \"npi_number\": 1245246289\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"LANKEN\",\n   \"npi_number\": 1245262245\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"MASON\",\n   \"npi_number\": 1245265958\n  },\n  {\n   \"first_name\": \"ANNE\",\n   \"last_name\": \"CURTIS\",\n   \"npi_number\": 1245275445\n  },\n  {\n   \"first_name\": \"JAY\",\n   \"last_name\": \"EDELBERG\",\n   \"npi_number\": 1245327329\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"GOODMAN\",\n   \"npi_number\": 1245332840\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BLANKFIELD\",\n   \"npi_number\": 1245339175\n  },\n  {\n   \"first_name\": \"RUSSELL\",\n   \"last_name\": \"LUEPKER\",\n   \"npi_number\": 1245349257\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"SHERWOOD\",\n   \"npi_number\": 1245356435\n  },\n  {\n   \"first_name\": \"RONAN\",\n   \"last_name\": \"CURTIN\",\n   \"npi_number\": 1245410158\n  },\n  {\n   \"first_name\": \"VIKAS\",\n   \"last_name\": \"AGARWAL\",\n   \"npi_number\": 1245420181\n  },\n  {\n   \"first_name\": \"MEHDI\",\n   \"last_name\": \"SHISHEHBOR\",\n   \"npi_number\": 1245450881\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"GNALL\",\n   \"npi_number\": 1245499540\n  },\n  {\n   \"first_name\": \"SION\",\n   \"last_name\": \"ROY\",\n   \"npi_number\": 1245499656\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"PERVEZ\",\n   \"npi_number\": 1245578632\n  },\n  {\n   \"first_name\": \"ELIZABETH\",\n   \"last_name\": \"MAGNUSON\",\n   \"npi_number\": 1245585306\n  },\n  {\n   \"first_name\": \"JOHNY\",\n   \"last_name\": \"NICOLAS\",\n   \"npi_number\": 1245989417\n  },\n  {\n   \"first_name\": \"SHUKRI\",\n   \"last_name\": \"DAVID\",\n   \"npi_number\": 1255315347\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"HOEKSTRA\",\n   \"npi_number\": 1255315651\n  },\n  {\n   \"first_name\": \"RAMTIN\",\n   \"last_name\": \"AGAH\",\n   \"npi_number\": 1255326310\n  },\n  {\n   \"first_name\": \"BIMAL\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1255327300\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"HANNAN\",\n   \"npi_number\": 1255341152\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"DUNLAP\",\n   \"npi_number\": 1255342440\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"SHARAF\",\n   \"npi_number\": 1255352738\n  },\n  {\n   \"first_name\": \"LESLIE\",\n   \"last_name\": \"DAVIS\",\n   \"npi_number\": 1255370342\n  },\n  {\n   \"first_name\": \"LOWELL\",\n   \"last_name\": \"SATLER\",\n   \"npi_number\": 1255381778\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"GIUGLIANO\",\n   \"npi_number\": 1255383048\n  },\n  {\n   \"first_name\": \"ANDREY\",\n   \"last_name\": \"ESPINOZA\",\n   \"npi_number\": 1255384897\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SLOTWINER\",\n   \"npi_number\": 1255393617\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"FERENCE\",\n   \"npi_number\": 1255394276\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"MITCHELL\",\n   \"npi_number\": 1255394748\n  },\n  {\n   \"first_name\": \"ANGELA\",\n   \"last_name\": \"PALAZZO\",\n   \"npi_number\": 1255422234\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"SONEL\",\n   \"npi_number\": 1255430443\n  },\n  {\n   \"first_name\": \"VENUGOPAL\",\n   \"last_name\": \"MENON\",\n   \"npi_number\": 1255431367\n  },\n  {\n   \"first_name\": \"ABRAHAM\",\n   \"last_name\": \"SALACATA\",\n   \"npi_number\": 1255440095\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"THOMPSON\",\n   \"npi_number\": 1255444295\n  },\n  {\n   \"first_name\": \"JUSTIN\",\n   \"last_name\": \"LEVISAY\",\n   \"npi_number\": 1255458055\n  },\n  {\n   \"first_name\": \"ANAND\",\n   \"last_name\": \"PRASAD\",\n   \"npi_number\": 1255538682\n  },\n  {\n   \"first_name\": \"ADIEL\",\n   \"last_name\": \"SMITH\",\n   \"npi_number\": 1255568051\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"SWANSON\",\n   \"npi_number\": 1255568705\n  },\n  {\n   \"first_name\": \"NEHA\",\n   \"last_name\": \"YADAV\",\n   \"npi_number\": 1255574935\n  },\n  {\n   \"first_name\": \"RISHI\",\n   \"last_name\": \"PARIKH\",\n   \"npi_number\": 1255607172\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"BERG\",\n   \"npi_number\": 1255625471\n  },\n  {\n   \"first_name\": \"PRATIK\",\n   \"last_name\": \"MONDAL\",\n   \"npi_number\": 1255735981\n  },\n  {\n   \"first_name\": \"WAIEL\",\n   \"last_name\": \"ABUSNINA\",\n   \"npi_number\": 1255783163\n  },\n  {\n   \"first_name\": \"JIWEI\",\n   \"last_name\": \"ZHANG\",\n   \"npi_number\": 1265027627\n  },\n  {\n   \"first_name\": \"ADRIJA\",\n   \"last_name\": \"HAJRA\",\n   \"npi_number\": 1265094866\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"ALPERT\",\n   \"npi_number\": 1265404446\n  },\n  {\n   \"first_name\": \"NEAL\",\n   \"last_name\": \"SHORE\",\n   \"npi_number\": 1265423453\n  },\n  {\n   \"first_name\": \"MITCHELL\",\n   \"last_name\": \"SILVER\",\n   \"npi_number\": 1265437628\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"ABERNETHY\",\n   \"npi_number\": 1265438253\n  },\n  {\n   \"first_name\": \"DIWAKAR\",\n   \"last_name\": \"JAIN\",\n   \"npi_number\": 1265480784\n  },\n  {\n   \"first_name\": \"SUNDEEP\",\n   \"last_name\": \"CHAUDHRY\",\n   \"npi_number\": 1265486203\n  },\n  {\n   \"first_name\": \"VINCENT\",\n   \"last_name\": \"BUFALINO\",\n   \"npi_number\": 1265486690\n  },\n  {\n   \"first_name\": \"KAREN\",\n   \"last_name\": \"ALEXANDER\",\n   \"npi_number\": 1265490494\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"GIVERTZ\",\n   \"npi_number\": 1265499560\n  },\n  {\n   \"first_name\": \"CINDY\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1265509111\n  },\n  {\n   \"first_name\": \"KAPILDEO\",\n   \"last_name\": \"LOTUN\",\n   \"npi_number\": 1265510796\n  },\n  {\n   \"first_name\": \"ARUNA\",\n   \"last_name\": \"PRADHAN\",\n   \"npi_number\": 1265512990\n  },\n  {\n   \"first_name\": \"IRVING\",\n   \"last_name\": \"FRANCO\",\n   \"npi_number\": 1265518708\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"HAFFNER\",\n   \"npi_number\": 1265521835\n  },\n  {\n   \"first_name\": \"LISA\",\n   \"last_name\": \"RAVDIN\",\n   \"npi_number\": 1265529341\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"ARMSTRONG\",\n   \"npi_number\": 1265547590\n  },\n  {\n   \"first_name\": \"SUSAN\",\n   \"last_name\": \"ARNOLD\",\n   \"npi_number\": 1265550412\n  },\n  {\n   \"first_name\": \"JUDITH\",\n   \"last_name\": \"HOCHMAN\",\n   \"npi_number\": 1265551824\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"ALEXANDER\",\n   \"npi_number\": 1265595136\n  },\n  {\n   \"first_name\": \"BOBACK\",\n   \"last_name\": \"ZIAEIAN\",\n   \"npi_number\": 1265608715\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"LOEB\",\n   \"npi_number\": 1265614317\n  },\n  {\n   \"first_name\": \"SUSAN\",\n   \"last_name\": \"REDLINE\",\n   \"npi_number\": 1265618417\n  },\n  {\n   \"first_name\": \"AHMED\",\n   \"last_name\": \"KHATTAB\",\n   \"npi_number\": 1265736268\n  },\n  {\n   \"first_name\": \"HARSH\",\n   \"last_name\": \"GOLWALA\",\n   \"npi_number\": 1265743686\n  },\n  {\n   \"first_name\": \"AHMED\",\n   \"last_name\": \"KOLKAILAH\",\n   \"npi_number\": 1275069718\n  },\n  {\n   \"first_name\": \"FRANK\",\n   \"last_name\": \"QIAN\",\n   \"npi_number\": 1275156176\n  },\n  {\n   \"first_name\": \"SAMARTHKUMAR\",\n   \"last_name\": \"THAKKAR\",\n   \"npi_number\": 1275185621\n  },\n  {\n   \"first_name\": \"ADITYA\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1275195422\n  },\n  {\n   \"first_name\": \"MAKOTO\",\n   \"last_name\": \"HIBINO\",\n   \"npi_number\": 1275286502\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"SCHWARTZ\",\n   \"npi_number\": 1275508467\n  },\n  {\n   \"first_name\": \"DUANE\",\n   \"last_name\": \"PINTO\",\n   \"npi_number\": 1275521130\n  },\n  {\n   \"first_name\": \"MARTHA\",\n   \"last_name\": \"GULATI\",\n   \"npi_number\": 1275523888\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"EINHORN\",\n   \"npi_number\": 1275525776\n  },\n  {\n   \"first_name\": \"THEMISTOCLES\",\n   \"last_name\": \"ASSIMES\",\n   \"npi_number\": 1275549693\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"ROSENWASSER\",\n   \"npi_number\": 1275553455\n  },\n  {\n   \"first_name\": \"ALLEN\",\n   \"last_name\": \"EVERETT\",\n   \"npi_number\": 1275561169\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SULLIVAN\",\n   \"npi_number\": 1275568172\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"JESSEN\",\n   \"npi_number\": 1275597015\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"MOSKOWITZ\",\n   \"npi_number\": 1275600066\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"ABRAMSON\",\n   \"npi_number\": 1275613903\n  },\n  {\n   \"first_name\": \"ROMA\",\n   \"last_name\": \"GIANCHANDANI\",\n   \"npi_number\": 1275616187\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"KOSTIS\",\n   \"npi_number\": 1275617961\n  },\n  {\n   \"first_name\": \"DEVIN\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1275622136\n  },\n  {\n   \"first_name\": \"CHRIS\",\n   \"last_name\": \"GUERIN\",\n   \"npi_number\": 1275648875\n  },\n  {\n   \"first_name\": \"SAIF\",\n   \"last_name\": \"ANWARUDDIN\",\n   \"npi_number\": 1275658114\n  },\n  {\n   \"first_name\": \"MOHIT\",\n   \"last_name\": \"TURAGAM\",\n   \"npi_number\": 1275709941\n  },\n  {\n   \"first_name\": \"PARAG\",\n   \"last_name\": \"JOSHI\",\n   \"npi_number\": 1275710402\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"CARROLL\",\n   \"npi_number\": 1275719445\n  },\n  {\n   \"first_name\": \"PANKAJ\",\n   \"last_name\": \"ARORA\",\n   \"npi_number\": 1275797342\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"LOUIE\",\n   \"npi_number\": 1275807364\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"FANAROFF\",\n   \"npi_number\": 1275822181\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"ADMON\",\n   \"npi_number\": 1275896888\n  },\n  {\n   \"first_name\": \"MAKOTO\",\n   \"last_name\": \"MORI\",\n   \"npi_number\": 1275915803\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"RUTKA\",\n   \"npi_number\": 1275924235\n  },\n  {\n   \"first_name\": \"JAY\",\n   \"last_name\": \"SHETH\",\n   \"npi_number\": 1275953275\n  },\n  {\n   \"first_name\": \"CIAN\",\n   \"last_name\": \"MCCARTHY\",\n   \"npi_number\": 1275988750\n  },\n  {\n   \"first_name\": \"CHAYAKRIT\",\n   \"last_name\": \"KRITTANAWONG\",\n   \"npi_number\": 1275996365\n  },\n  {\n   \"first_name\": \"CIORSTI\",\n   \"last_name\": \"MACINTYRE\",\n   \"npi_number\": 1285031088\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"DAVIES\",\n   \"npi_number\": 1285034215\n  },\n  {\n   \"first_name\": \"RYAN\",\n   \"last_name\": \"FERGUSON\",\n   \"npi_number\": 1285056309\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"PIPILAS\",\n   \"npi_number\": 1285083568\n  },\n  {\n   \"first_name\": \"KHALID\",\n   \"last_name\": \"SAWALHA\",\n   \"npi_number\": 1285122879\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"VRANA\",\n   \"npi_number\": 1285269480\n  },\n  {\n   \"first_name\": \"LUIS\",\n   \"last_name\": \"GUZMAN\",\n   \"npi_number\": 1285601948\n  },\n  {\n   \"first_name\": \"FRED\",\n   \"last_name\": \"EDWARDS\",\n   \"npi_number\": 1285609891\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"BERNTSEN\",\n   \"npi_number\": 1285612770\n  },\n  {\n   \"first_name\": \"ALFREDO\",\n   \"last_name\": \"TRENTO\",\n   \"npi_number\": 1285618207\n  },\n  {\n   \"first_name\": \"LLOYD\",\n   \"last_name\": \"AXELROD\",\n   \"npi_number\": 1285625830\n  },\n  {\n   \"first_name\": \"HARMONY\",\n   \"last_name\": \"REYNOLDS\",\n   \"npi_number\": 1285627695\n  },\n  {\n   \"first_name\": \"CYNTHIA\",\n   \"last_name\": \"TAUB\",\n   \"npi_number\": 1285628073\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"JOHNSON\",\n   \"npi_number\": 1285648899\n  },\n  {\n   \"first_name\": \"KARL\",\n   \"last_name\": \"WELKE\",\n   \"npi_number\": 1285649780\n  },\n  {\n   \"first_name\": \"SIMON\",\n   \"last_name\": \"BODY\",\n   \"npi_number\": 1285685792\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"BROTMAN\",\n   \"npi_number\": 1285691451\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"DRAZNER\",\n   \"npi_number\": 1285699009\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BAHLER\",\n   \"npi_number\": 1285748160\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"BLAHA\",\n   \"npi_number\": 1285770313\n  },\n  {\n   \"first_name\": \"TELLY\",\n   \"last_name\": \"MEADOWS\",\n   \"npi_number\": 1285808725\n  },\n  {\n   \"first_name\": \"IAN\",\n   \"last_name\": \"NEELAND\",\n   \"npi_number\": 1285818740\n  },\n  {\n   \"first_name\": \"EUGENE\",\n   \"last_name\": \"CHUNG\",\n   \"npi_number\": 1285834945\n  },\n  {\n   \"first_name\": \"SUJETHRA\",\n   \"last_name\": \"VASU\",\n   \"npi_number\": 1285889832\n  },\n  {\n   \"first_name\": \"DONALD\",\n   \"last_name\": \"LYNCH\",\n   \"npi_number\": 1285891481\n  },\n  {\n   \"first_name\": \"SABRA\",\n   \"last_name\": \"LEWSEY\",\n   \"npi_number\": 1285900480\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"BIRMINGHAM\",\n   \"npi_number\": 1285915991\n  },\n  {\n   \"first_name\": \"ARJUN\",\n   \"last_name\": \"MAJITHIA\",\n   \"npi_number\": 1285922054\n  },\n  {\n   \"first_name\": \"AMULYA\",\n   \"last_name\": \"NAGARUR\",\n   \"npi_number\": 1285928226\n  },\n  {\n   \"first_name\": \"ANKUR\",\n   \"last_name\": \"KALRA\",\n   \"npi_number\": 1295042539\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"DECKELBAUM\",\n   \"npi_number\": 1295064897\n  },\n  {\n   \"first_name\": \"GARY\",\n   \"last_name\": \"BENNETT\",\n   \"npi_number\": 1295258705\n  },\n  {\n   \"first_name\": \"PURNIMA\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1295318285\n  },\n  {\n   \"first_name\": \"FRANCESCA\",\n   \"last_name\": \"SIEGEL\",\n   \"npi_number\": 1295476968\n  },\n  {\n   \"first_name\": \"KATHERINE\",\n   \"last_name\": \"JOHNSON\",\n   \"npi_number\": 1295707289\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"CHRISTIANI\",\n   \"npi_number\": 1295726735\n  },\n  {\n   \"first_name\": \"KATHLEEN\",\n   \"last_name\": \"GIBSON\",\n   \"npi_number\": 1295769727\n  },\n  {\n   \"first_name\": \"DALE\",\n   \"last_name\": \"ADLER\",\n   \"npi_number\": 1295769966\n  },\n  {\n   \"first_name\": \"GARRICK\",\n   \"last_name\": \"STEWART\",\n   \"npi_number\": 1295771541\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"WINDLE\",\n   \"npi_number\": 1295787257\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"JONES\",\n   \"npi_number\": 1295795201\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"NEWBY\",\n   \"npi_number\": 1295819183\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"KONG\",\n   \"npi_number\": 1295819357\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"OBISESAN\",\n   \"npi_number\": 1295894426\n  },\n  {\n   \"first_name\": \"HELEN\",\n   \"last_name\": \"TALBOT\",\n   \"npi_number\": 1295899920\n  },\n  {\n   \"first_name\": \"SAURAV\",\n   \"last_name\": \"CHATTERJEE\",\n   \"npi_number\": 1295963072\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"HENNEKENS\",\n   \"npi_number\": 1295979623\n  },\n  {\n   \"first_name\": \"BIPUL\",\n   \"last_name\": \"BAIBHAV\",\n   \"npi_number\": 1295983807\n  },\n  {\n   \"first_name\": \"ASHISH\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1295989432\n  },\n  {\n   \"first_name\": \"ABHISHEK\",\n   \"last_name\": \"SAWANT\",\n   \"npi_number\": 1295990570\n  },\n  {\n   \"first_name\": \"SHAHUL\",\n   \"last_name\": \"VALAVOOR\",\n   \"npi_number\": 1306148648\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"COTTON\",\n   \"npi_number\": 1306200803\n  },\n  {\n   \"first_name\": \"JUN\",\n   \"last_name\": \"ZHU\",\n   \"npi_number\": 1306340575\n  },\n  {\n   \"first_name\": \"CLARA\",\n   \"last_name\": \"CHOW\",\n   \"npi_number\": 1306379599\n  },\n  {\n   \"first_name\": \"KIRK\",\n   \"last_name\": \"GARRATT\",\n   \"npi_number\": 1306803630\n  },\n  {\n   \"first_name\": \"IAN\",\n   \"last_name\": \"GILCHRIST\",\n   \"npi_number\": 1306804943\n  },\n  {\n   \"first_name\": \"MARCO\",\n   \"last_name\": \"ZENATI\",\n   \"npi_number\": 1306812383\n  },\n  {\n   \"first_name\": \"ZIHAI\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1306833934\n  },\n  {\n   \"first_name\": \"DEAN\",\n   \"last_name\": \"HASHIMOTO\",\n   \"npi_number\": 1306837802\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"FISCHER\",\n   \"npi_number\": 1306844113\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"GASS\",\n   \"npi_number\": 1306847603\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"BRIDGES\",\n   \"npi_number\": 1306864483\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"BLAZING\",\n   \"npi_number\": 1306878673\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BETTS\",\n   \"npi_number\": 1306879176\n  },\n  {\n   \"first_name\": \"GIORA\",\n   \"last_name\": \"WEISZ\",\n   \"npi_number\": 1306891767\n  },\n  {\n   \"first_name\": \"SRIHARI\",\n   \"last_name\": \"NAIDU\",\n   \"npi_number\": 1306948302\n  },\n  {\n   \"first_name\": \"RYAN\",\n   \"last_name\": \"MADDER\",\n   \"npi_number\": 1306968763\n  },\n  {\n   \"first_name\": \"MANISH\",\n   \"last_name\": \"JAIN\",\n   \"npi_number\": 1316007750\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"URETSKY\",\n   \"npi_number\": 1316009731\n  },\n  {\n   \"first_name\": \"BERTRAM\",\n   \"last_name\": \"PITT\",\n   \"npi_number\": 1316017742\n  },\n  {\n   \"first_name\": \"NANDITA\",\n   \"last_name\": \"SCOTT\",\n   \"npi_number\": 1316051212\n  },\n  {\n   \"first_name\": \"MATTHIAS\",\n   \"last_name\": \"EIKERMANN\",\n   \"npi_number\": 1316106743\n  },\n  {\n   \"first_name\": \"TRACY\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1316141955\n  },\n  {\n   \"first_name\": \"CHANDRASEKAR\",\n   \"last_name\": \"PALANISWAMY\",\n   \"npi_number\": 1316170749\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"LAWLER\",\n   \"npi_number\": 1316205255\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"LOVE\",\n   \"npi_number\": 1316253560\n  },\n  {\n   \"first_name\": \"SALIL\",\n   \"last_name\": \"DEO\",\n   \"npi_number\": 1316269400\n  },\n  {\n   \"first_name\": \"MITESH\",\n   \"last_name\": \"BADIWALA\",\n   \"npi_number\": 1316280035\n  },\n  {\n   \"first_name\": \"MARAL\",\n   \"last_name\": \"OUZOUNIAN\",\n   \"npi_number\": 1316281538\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"BAYNE\",\n   \"npi_number\": 1316301179\n  },\n  {\n   \"first_name\": \"UMAR\",\n   \"last_name\": \"MALIK\",\n   \"npi_number\": 1316333925\n  },\n  {\n   \"first_name\": \"POLYDOROS\",\n   \"last_name\": \"KAMPAKTSIS\",\n   \"npi_number\": 1316387483\n  },\n  {\n   \"first_name\": \"BADAL\",\n   \"last_name\": \"THAKKAR\",\n   \"npi_number\": 1316391311\n  },\n  {\n   \"first_name\": \"RISHI\",\n   \"last_name\": \"CHANDIRAMANI\",\n   \"npi_number\": 1316574171\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"ZIMRIN\",\n   \"npi_number\": 1316901267\n  },\n  {\n   \"first_name\": \"RONALD\",\n   \"last_name\": \"WALSH\",\n   \"npi_number\": 1316909377\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"MASSARO\",\n   \"npi_number\": 1316910466\n  },\n  {\n   \"first_name\": \"MARCO\",\n   \"last_name\": \"COSTA\",\n   \"npi_number\": 1316914047\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"MORROW\",\n   \"npi_number\": 1316928039\n  },\n  {\n   \"first_name\": \"KHUNG\",\n   \"last_name\": \"YEO\",\n   \"npi_number\": 1316929359\n  },\n  {\n   \"first_name\": \"JIHAD\",\n   \"last_name\": \"MUSTAPHA\",\n   \"npi_number\": 1316938723\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"YAKUBOV\",\n   \"npi_number\": 1316942782\n  },\n  {\n   \"first_name\": \"HAROLD\",\n   \"last_name\": \"BAYS\",\n   \"npi_number\": 1316953920\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"BURACK\",\n   \"npi_number\": 1316967474\n  },\n  {\n   \"first_name\": \"STANLEY\",\n   \"last_name\": \"BALLOU\",\n   \"npi_number\": 1316975105\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"RADER\",\n   \"npi_number\": 1316979610\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"WEIR\",\n   \"npi_number\": 1316985237\n  },\n  {\n   \"first_name\": \"DIPTI\",\n   \"last_name\": \"ITCHHAPORIA\",\n   \"npi_number\": 1316990070\n  },\n  {\n   \"first_name\": \"LINDSEY\",\n   \"last_name\": \"BADEN\",\n   \"npi_number\": 1326004805\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"PIAZZA\",\n   \"npi_number\": 1326006818\n  },\n  {\n   \"first_name\": \"YALE\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1326009960\n  },\n  {\n   \"first_name\": \"KEITH\",\n   \"last_name\": \"BENZULY\",\n   \"npi_number\": 1326014184\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"CORBELLI\",\n   \"npi_number\": 1326021312\n  },\n  {\n   \"first_name\": \"DEBORAH\",\n   \"last_name\": \"DIERCKS\",\n   \"npi_number\": 1326021619\n  },\n  {\n   \"first_name\": \"BERNARD\",\n   \"last_name\": \"CHAITMAN\",\n   \"npi_number\": 1326056292\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"DENKTAS\",\n   \"npi_number\": 1326066879\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"CALLANS\",\n   \"npi_number\": 1326078437\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"BEAVERS\",\n   \"npi_number\": 1326106428\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"AGUILAR\",\n   \"npi_number\": 1326128695\n  },\n  {\n   \"first_name\": \"RAGHAVA\",\n   \"last_name\": \"VELAGALETI\",\n   \"npi_number\": 1326133315\n  },\n  {\n   \"first_name\": \"SUMEET\",\n   \"last_name\": \"SUBHERWAL\",\n   \"npi_number\": 1326138348\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"PETERSON\",\n   \"npi_number\": 1326148800\n  },\n  {\n   \"first_name\": \"SAMIP\",\n   \"last_name\": \"VASAIWALA\",\n   \"npi_number\": 1326201773\n  },\n  {\n   \"first_name\": \"SHIKHAR\",\n   \"last_name\": \"AGARWAL\",\n   \"npi_number\": 1326212101\n  },\n  {\n   \"first_name\": \"JENNY\",\n   \"last_name\": \"DESPOTOVIC\",\n   \"npi_number\": 1326298126\n  },\n  {\n   \"first_name\": \"SAADIA\",\n   \"last_name\": \"QAZI\",\n   \"npi_number\": 1326300476\n  },\n  {\n   \"first_name\": \"NICHOLAS\",\n   \"last_name\": \"AMOROSO\",\n   \"npi_number\": 1326366378\n  },\n  {\n   \"first_name\": \"MIR\",\n   \"last_name\": \"BASIR\",\n   \"npi_number\": 1326369695\n  },\n  {\n   \"first_name\": \"ORLY\",\n   \"last_name\": \"VARDENY\",\n   \"npi_number\": 1326427618\n  },\n  {\n   \"first_name\": \"MOHSIN\",\n   \"last_name\": \"SALIH\",\n   \"npi_number\": 1326488594\n  },\n  {\n   \"first_name\": \"CHARLIE\",\n   \"last_name\": \"LIN\",\n   \"npi_number\": 1326542259\n  },\n  {\n   \"first_name\": \"KARTHIK\",\n   \"last_name\": \"SEETHARAM\",\n   \"npi_number\": 1326642844\n  },\n  {\n   \"first_name\": \"KIM\",\n   \"last_name\": \"CONNELLY\",\n   \"npi_number\": 1326661323\n  },\n  {\n   \"first_name\": \"PHILLIP\",\n   \"last_name\": \"DEVLIN\",\n   \"npi_number\": 1336105584\n  },\n  {\n   \"first_name\": \"KODANGUDI\",\n   \"last_name\": \"RAMANATHAN\",\n   \"npi_number\": 1336105907\n  },\n  {\n   \"first_name\": \"DARREN\",\n   \"last_name\": \"MCGUIRE\",\n   \"npi_number\": 1336106715\n  },\n  {\n   \"first_name\": \"ANN\",\n   \"last_name\": \"BORZECKI\",\n   \"npi_number\": 1336107713\n  },\n  {\n   \"first_name\": \"FENG\",\n   \"last_name\": \"BAI\",\n   \"npi_number\": 1336108372\n  },\n  {\n   \"first_name\": \"JESSICA\",\n   \"last_name\": \"MEGA\",\n   \"npi_number\": 1336123215\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BUSE\",\n   \"npi_number\": 1336164680\n  },\n  {\n   \"first_name\": \"CLIFFORD\",\n   \"last_name\": \"KAVINSKY\",\n   \"npi_number\": 1336165612\n  },\n  {\n   \"first_name\": \"LOREN\",\n   \"last_name\": \"LAINE\",\n   \"npi_number\": 1336172170\n  },\n  {\n   \"first_name\": \"JAY\",\n   \"last_name\": \"SHUBROOK\",\n   \"npi_number\": 1336179704\n  },\n  {\n   \"first_name\": \"ALEXANDRA\",\n   \"last_name\": \"LANSKY\",\n   \"npi_number\": 1336227172\n  },\n  {\n   \"first_name\": \"JULIANA\",\n   \"last_name\": \"CHAN\",\n   \"npi_number\": 1336247030\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"WEISBORD\",\n   \"npi_number\": 1336247105\n  },\n  {\n   \"first_name\": \"KARL\",\n   \"last_name\": \"KERN\",\n   \"npi_number\": 1336248616\n  },\n  {\n   \"first_name\": \"OWEN\",\n   \"last_name\": \"RAFFEL\",\n   \"npi_number\": 1336275080\n  },\n  {\n   \"first_name\": \"DENISE\",\n   \"last_name\": \"JONES\",\n   \"npi_number\": 1336275536\n  },\n  {\n   \"first_name\": \"AMIT\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1336280304\n  },\n  {\n   \"first_name\": \"PRANEET\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1336313857\n  },\n  {\n   \"first_name\": \"TIMIR\",\n   \"last_name\": \"PAUL\",\n   \"npi_number\": 1336337195\n  },\n  {\n   \"first_name\": \"SHEILA\",\n   \"last_name\": \"HEGDE\",\n   \"npi_number\": 1336344027\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1336451426\n  },\n  {\n   \"first_name\": \"HEATHER\",\n   \"last_name\": \"LANDER\",\n   \"npi_number\": 1336481654\n  },\n  {\n   \"first_name\": \"ADITYA\",\n   \"last_name\": \"SENGUPTA\",\n   \"npi_number\": 1336642123\n  },\n  {\n   \"first_name\": \"VARUNSIRI\",\n   \"last_name\": \"ATTI\",\n   \"npi_number\": 1336660984\n  },\n  {\n   \"first_name\": \"WANDA\",\n   \"last_name\": \"WU\",\n   \"npi_number\": 1336888627\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"NAVIA\",\n   \"npi_number\": 1346204542\n  },\n  {\n   \"first_name\": \"MARJORIE\",\n   \"last_name\": \"KING\",\n   \"npi_number\": 1346248424\n  },\n  {\n   \"first_name\": \"JAIME\",\n   \"last_name\": \"GERBER\",\n   \"npi_number\": 1346251709\n  },\n  {\n   \"first_name\": \"ERVIN\",\n   \"last_name\": \"FOX\",\n   \"npi_number\": 1346260460\n  },\n  {\n   \"first_name\": \"LAURENT\",\n   \"last_name\": \"GLANCE\",\n   \"npi_number\": 1346261187\n  },\n  {\n   \"first_name\": \"HARVEY\",\n   \"last_name\": \"SEROTA\",\n   \"npi_number\": 1346264017\n  },\n  {\n   \"first_name\": \"HAL\",\n   \"last_name\": \"SKOPICKI\",\n   \"npi_number\": 1346264553\n  },\n  {\n   \"first_name\": \"CAROLINE\",\n   \"last_name\": \"FOX\",\n   \"npi_number\": 1346291226\n  },\n  {\n   \"first_name\": \"SHERITA\",\n   \"last_name\": \"GOLDEN\",\n   \"npi_number\": 1346294972\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"SABATINE\",\n   \"npi_number\": 1346298668\n  },\n  {\n   \"first_name\": \"GARY\",\n   \"last_name\": \"FELKER\",\n   \"npi_number\": 1346323508\n  },\n  {\n   \"first_name\": \"VIVEK\",\n   \"last_name\": \"RAO\",\n   \"npi_number\": 1346328937\n  },\n  {\n   \"first_name\": \"TERESA\",\n   \"last_name\": \"CARMAN\",\n   \"npi_number\": 1346354289\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"AVINS\",\n   \"npi_number\": 1346354792\n  },\n  {\n   \"first_name\": \"PAM\",\n   \"last_name\": \"TAUB\",\n   \"npi_number\": 1346355161\n  },\n  {\n   \"first_name\": \"VIVIAN\",\n   \"last_name\": \"FONSECA\",\n   \"npi_number\": 1346356037\n  },\n  {\n   \"first_name\": \"ANNA\",\n   \"last_name\": \"BORTNICK\",\n   \"npi_number\": 1346391869\n  },\n  {\n   \"first_name\": \"ROBERTO\",\n   \"last_name\": \"CUBEDDU\",\n   \"npi_number\": 1346395969\n  },\n  {\n   \"first_name\": \"HAO\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1346502606\n  },\n  {\n   \"first_name\": \"KIMBERLY\",\n   \"last_name\": \"HONG\",\n   \"npi_number\": 1346515442\n  },\n  {\n   \"first_name\": \"QI\",\n   \"last_name\": \"GUO\",\n   \"npi_number\": 1346532959\n  },\n  {\n   \"first_name\": \"YIN\",\n   \"last_name\": \"GE\",\n   \"npi_number\": 1346552551\n  },\n  {\n   \"first_name\": \"ZAIN UL ABIDEEN\",\n   \"last_name\": \"ASAD\",\n   \"npi_number\": 1346655610\n  },\n  {\n   \"first_name\": \"ASHWIN\",\n   \"last_name\": \"NATHAN\",\n   \"npi_number\": 1346688827\n  },\n  {\n   \"first_name\": \"NITIN\",\n   \"last_name\": \"TANDAN\",\n   \"npi_number\": 1346777026\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"KATZEN\",\n   \"npi_number\": 1356323414\n  },\n  {\n   \"first_name\": \"JING\",\n   \"last_name\": \"DONG\",\n   \"npi_number\": 1356341119\n  },\n  {\n   \"first_name\": \"QIAN\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1356353130\n  },\n  {\n   \"first_name\": \"KEITH\",\n   \"last_name\": \"MCCRAE\",\n   \"npi_number\": 1356367973\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"SAVER\",\n   \"npi_number\": 1356369730\n  },\n  {\n   \"first_name\": \"GAURAV\",\n   \"last_name\": \"CHOUDHARY\",\n   \"npi_number\": 1356371199\n  },\n  {\n   \"first_name\": \"XIUSHUI\",\n   \"last_name\": \"REN\",\n   \"npi_number\": 1356373229\n  },\n  {\n   \"first_name\": \"CHANDANREDDY\",\n   \"last_name\": \"DEVIREDDY\",\n   \"npi_number\": 1356378301\n  },\n  {\n   \"first_name\": \"JAMIL\",\n   \"last_name\": \"ABOULHOSN\",\n   \"npi_number\": 1356382717\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"MALOZZI\",\n   \"npi_number\": 1356409320\n  },\n  {\n   \"first_name\": \"SAMIR\",\n   \"last_name\": \"KAPADIA\",\n   \"npi_number\": 1356438014\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"MORIARTY\",\n   \"npi_number\": 1356443675\n  },\n  {\n   \"first_name\": \"BRADLEY\",\n   \"last_name\": \"KOLLS\",\n   \"npi_number\": 1356474274\n  },\n  {\n   \"first_name\": \"ELISABETH\",\n   \"last_name\": \"BATTINELLI\",\n   \"npi_number\": 1356492011\n  },\n  {\n   \"first_name\": \"NICOLE\",\n   \"last_name\": \"SOLOMON\",\n   \"npi_number\": 1356513303\n  },\n  {\n   \"first_name\": \"SHUN\",\n   \"last_name\": \"KOHSAKA\",\n   \"npi_number\": 1356545461\n  },\n  {\n   \"first_name\": \"KAMAL\",\n   \"last_name\": \"KOTAK\",\n   \"npi_number\": 1356571681\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"HILTON\",\n   \"npi_number\": 1356583884\n  },\n  {\n   \"first_name\": \"ALEC\",\n   \"last_name\": \"SCHMAIER\",\n   \"npi_number\": 1356600324\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"KOSHY\",\n   \"npi_number\": 1356631683\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"BALL\",\n   \"npi_number\": 1356634943\n  },\n  {\n   \"first_name\": \"HONG\",\n   \"last_name\": \"ZHU\",\n   \"npi_number\": 1356642888\n  },\n  {\n   \"first_name\": \"TODD\",\n   \"last_name\": \"WAGNER\",\n   \"npi_number\": 1356649974\n  },\n  {\n   \"first_name\": \"WASEEM\",\n   \"last_name\": \"AMJAD\",\n   \"npi_number\": 1356737332\n  },\n  {\n   \"first_name\": \"DIVYANSHU\",\n   \"last_name\": \"MOHANANEY\",\n   \"npi_number\": 1356782783\n  },\n  {\n   \"first_name\": \"JESSICA\",\n   \"last_name\": \"FELIZ\",\n   \"npi_number\": 1356847552\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SUH\",\n   \"npi_number\": 1366436297\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"JONES\",\n   \"npi_number\": 1366456063\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"ORTIZ\",\n   \"npi_number\": 1366456147\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"CHAPMAN\",\n   \"npi_number\": 1366494262\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"FINE\",\n   \"npi_number\": 1366512105\n  },\n  {\n   \"first_name\": \"SERGIO\",\n   \"last_name\": \"FAZIO\",\n   \"npi_number\": 1366526477\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"WILEY\",\n   \"npi_number\": 1366542284\n  },\n  {\n   \"first_name\": \"NORA\",\n   \"last_name\": \"FRANCESCHINI\",\n   \"npi_number\": 1366551988\n  },\n  {\n   \"first_name\": \"AARON\",\n   \"last_name\": \"BAGGISH\",\n   \"npi_number\": 1366583403\n  },\n  {\n   \"first_name\": \"STACIE\",\n   \"last_name\": \"DAUGHERTY\",\n   \"npi_number\": 1366589632\n  },\n  {\n   \"first_name\": \"SPENCER\",\n   \"last_name\": \"KING\",\n   \"npi_number\": 1366598393\n  },\n  {\n   \"first_name\": \"SELIM\",\n   \"last_name\": \"KRIM\",\n   \"npi_number\": 1366643025\n  },\n  {\n   \"first_name\": \"ADRIAN\",\n   \"last_name\": \"SEQUEIRA\",\n   \"npi_number\": 1366653057\n  },\n  {\n   \"first_name\": \"JAD\",\n   \"last_name\": \"OMRAN\",\n   \"npi_number\": 1366720211\n  },\n  {\n   \"first_name\": \"MOHAMED\",\n   \"last_name\": \"OMER\",\n   \"npi_number\": 1366784670\n  },\n  {\n   \"first_name\": \"EAMONN\",\n   \"last_name\": \"QUIGLEY\",\n   \"npi_number\": 1366792863\n  },\n  {\n   \"first_name\": \"LISA\",\n   \"last_name\": \"MCCOY\",\n   \"npi_number\": 1366814857\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"OKADA\",\n   \"npi_number\": 1366880825\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"CAO\",\n   \"npi_number\": 1366972143\n  },\n  {\n   \"first_name\": \"ZAINALI\",\n   \"last_name\": \"CHUNAWALA\",\n   \"npi_number\": 1376293118\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"CARR\",\n   \"npi_number\": 1376504183\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"COHEN\",\n   \"npi_number\": 1376510578\n  },\n  {\n   \"first_name\": \"BRACK\",\n   \"last_name\": \"HATTLER\",\n   \"npi_number\": 1376511923\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"MACK\",\n   \"npi_number\": 1376531913\n  },\n  {\n   \"first_name\": \"IGOR\",\n   \"last_name\": \"PALACIOS\",\n   \"npi_number\": 1376533562\n  },\n  {\n   \"first_name\": \"WARREN\",\n   \"last_name\": \"LASKEY\",\n   \"npi_number\": 1376558833\n  },\n  {\n   \"first_name\": \"DIANE\",\n   \"last_name\": \"HARPER\",\n   \"npi_number\": 1376564005\n  },\n  {\n   \"first_name\": \"SAMIN\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1376572933\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"BELL\",\n   \"npi_number\": 1376643478\n  },\n  {\n   \"first_name\": \"GYAN\",\n   \"last_name\": \"PAREEK\",\n   \"npi_number\": 1376654350\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"GROH\",\n   \"npi_number\": 1376690362\n  },\n  {\n   \"first_name\": \"JENELLE\",\n   \"last_name\": \"JINDAL\",\n   \"npi_number\": 1376710301\n  },\n  {\n   \"first_name\": \"SALIM\",\n   \"last_name\": \"VIRANI\",\n   \"npi_number\": 1376713420\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"SILVA\",\n   \"npi_number\": 1376718734\n  },\n  {\n   \"first_name\": \"DAVE\",\n   \"last_name\": \"CHOKSHI\",\n   \"npi_number\": 1376771766\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"FREDERICH\",\n   \"npi_number\": 1376783092\n  },\n  {\n   \"first_name\": \"SEAN\",\n   \"last_name\": \"CURTIS\",\n   \"npi_number\": 1376955591\n  },\n  {\n   \"first_name\": \"HOSSAM\",\n   \"last_name\": \"ABUBAKAR\",\n   \"npi_number\": 1386095750\n  },\n  {\n   \"first_name\": \"MEDHAT\",\n   \"last_name\": \"CHOWDHURY\",\n   \"npi_number\": 1386139988\n  },\n  {\n   \"first_name\": \"GERALD\",\n   \"last_name\": \"DORN\",\n   \"npi_number\": 1386600302\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"CAMPBELL\",\n   \"npi_number\": 1386601896\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"MCCULLOUGH\",\n   \"npi_number\": 1386604700\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"BLANKENSHIP\",\n   \"npi_number\": 1386619575\n  },\n  {\n   \"first_name\": \"SHARMILA\",\n   \"last_name\": \"DORBALA\",\n   \"npi_number\": 1386623247\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"BERNS\",\n   \"npi_number\": 1386650299\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"VERNON\",\n   \"npi_number\": 1386658193\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"MANDROLA\",\n   \"npi_number\": 1386676658\n  },\n  {\n   \"first_name\": \"SHAWN\",\n   \"last_name\": \"TEAGUE\",\n   \"npi_number\": 1386687481\n  },\n  {\n   \"first_name\": \"MAURICIO\",\n   \"last_name\": \"COHEN\",\n   \"npi_number\": 1386717114\n  },\n  {\n   \"first_name\": \"NAVEEN\",\n   \"last_name\": \"PEREIRA\",\n   \"npi_number\": 1386752244\n  },\n  {\n   \"first_name\": \"RAJESH\",\n   \"last_name\": \"SWAMINATHAN\",\n   \"npi_number\": 1386759066\n  },\n  {\n   \"first_name\": \"APURVA\",\n   \"last_name\": \"VYAS\",\n   \"npi_number\": 1386870145\n  },\n  {\n   \"first_name\": \"CHING\",\n   \"last_name\": \"CHENG\",\n   \"npi_number\": 1386909596\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"DINICOLANTONIO\",\n   \"npi_number\": 1386957991\n  },\n  {\n   \"first_name\": \"ABHISHEK\",\n   \"last_name\": \"DUTTA\",\n   \"npi_number\": 1396057220\n  },\n  {\n   \"first_name\": \"TALHA\",\n   \"last_name\": \"FARID\",\n   \"npi_number\": 1396090353\n  },\n  {\n   \"first_name\": \"DHRUV\",\n   \"last_name\": \"MAHTTA\",\n   \"npi_number\": 1396108049\n  },\n  {\n   \"first_name\": \"SAHAR\",\n   \"last_name\": \"ABDELMONEIM\",\n   \"npi_number\": 1396117263\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"SHABBIR\",\n   \"npi_number\": 1396239893\n  },\n  {\n   \"first_name\": \"SANDEEP\",\n   \"last_name\": \"BRAR\",\n   \"npi_number\": 1396395992\n  },\n  {\n   \"first_name\": \"JASPER SETH\",\n   \"last_name\": \"YAO\",\n   \"npi_number\": 1396411369\n  },\n  {\n   \"first_name\": \"ROGER\",\n   \"last_name\": \"BLUMENTHAL\",\n   \"npi_number\": 1396701074\n  },\n  {\n   \"first_name\": \"TOBY\",\n   \"last_name\": \"GROPEN\",\n   \"npi_number\": 1396707832\n  },\n  {\n   \"first_name\": \"HAROLD\",\n   \"last_name\": \"ADAMS\",\n   \"npi_number\": 1396737912\n  },\n  {\n   \"first_name\": \"STUART\",\n   \"last_name\": \"HEAD\",\n   \"npi_number\": 1396743712\n  },\n  {\n   \"first_name\": \"ANDREA\",\n   \"last_name\": \"RUSSO\",\n   \"npi_number\": 1396777694\n  },\n  {\n   \"first_name\": \"DONALD\",\n   \"last_name\": \"CUTLIP\",\n   \"npi_number\": 1396777827\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"GREENBAUM\",\n   \"npi_number\": 1396813838\n  },\n  {\n   \"first_name\": \"DIANE\",\n   \"last_name\": \"BODURKA\",\n   \"npi_number\": 1396834065\n  },\n  {\n   \"first_name\": \"PAMELA\",\n   \"last_name\": \"PETERSON\",\n   \"npi_number\": 1396851853\n  },\n  {\n   \"first_name\": \"SAMEER\",\n   \"last_name\": \"BANSILAL\",\n   \"npi_number\": 1396864328\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"BERKOWITZ\",\n   \"npi_number\": 1396881405\n  },\n  {\n   \"first_name\": \"NASSIM\",\n   \"last_name\": \"KRIM\",\n   \"npi_number\": 1396903225\n  },\n  {\n   \"first_name\": \"ANTONIO\",\n   \"last_name\": \"GUTIERREZ\",\n   \"npi_number\": 1396917688\n  },\n  {\n   \"first_name\": \"WEI\",\n   \"last_name\": \"GUO\",\n   \"npi_number\": 1396934428\n  },\n  {\n   \"first_name\": \"SURYA\",\n   \"last_name\": \"BHATT\",\n   \"npi_number\": 1396936746\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"SNYDER\",\n   \"npi_number\": 1396950077\n  },\n  {\n   \"first_name\": \"ANKUR\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1396990560\n  },\n  {\n   \"first_name\": \"DIOGO\",\n   \"last_name\": \"HAUSSEN\",\n   \"npi_number\": 1396993531\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"BERKWITS\",\n   \"npi_number\": 1407009764\n  },\n  {\n   \"first_name\": \"CAROLYN\",\n   \"last_name\": \"LAM\",\n   \"npi_number\": 1407039357\n  },\n  {\n   \"first_name\": \"ABHIJEET\",\n   \"last_name\": \"DHOBLE\",\n   \"npi_number\": 1407048549\n  },\n  {\n   \"first_name\": \"DHRUV\",\n   \"last_name\": \"KAZI\",\n   \"npi_number\": 1407055296\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"STEINBERG\",\n   \"npi_number\": 1407065188\n  },\n  {\n   \"first_name\": \"GARIMA\",\n   \"last_name\": \"ARORA\",\n   \"npi_number\": 1407084874\n  },\n  {\n   \"first_name\": \"MORRIS\",\n   \"last_name\": \"MOSSERI\",\n   \"npi_number\": 1407092976\n  },\n  {\n   \"first_name\": \"JAIDEEP\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1407159734\n  },\n  {\n   \"first_name\": \"GIRISH\",\n   \"last_name\": \"NADKARNI\",\n   \"npi_number\": 1407160138\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"USMAN\",\n   \"npi_number\": 1407198187\n  },\n  {\n   \"first_name\": \"JOSHUA\",\n   \"last_name\": \"JOLISSAINT\",\n   \"npi_number\": 1407218803\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"DAIGLE\",\n   \"npi_number\": 1407269509\n  },\n  {\n   \"first_name\": \"TIMOTHY\",\n   \"last_name\": \"THORNTON\",\n   \"npi_number\": 1407296429\n  },\n  {\n   \"first_name\": \"NATHAN\",\n   \"last_name\": \"VINZANT\",\n   \"npi_number\": 1407316664\n  },\n  {\n   \"first_name\": \"JUSTIN\",\n   \"last_name\": \"GRISCHKAN\",\n   \"npi_number\": 1407346646\n  },\n  {\n   \"first_name\": \"MAHMOUD\",\n   \"last_name\": \"BARBARAWI\",\n   \"npi_number\": 1407378599\n  },\n  {\n   \"first_name\": \"TAREK\",\n   \"last_name\": \"HAYKAL\",\n   \"npi_number\": 1407378870\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"GLAUSER\",\n   \"npi_number\": 1407811748\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"GOTTLIEB\",\n   \"npi_number\": 1407813124\n  },\n  {\n   \"first_name\": \"KEATTIYOAT\",\n   \"last_name\": \"WATTANAKIT\",\n   \"npi_number\": 1407821077\n  },\n  {\n   \"first_name\": \"GLENN\",\n   \"last_name\": \"CHERTOW\",\n   \"npi_number\": 1407823875\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"OVBIAGELE\",\n   \"npi_number\": 1407874761\n  },\n  {\n   \"first_name\": \"MICHELE\",\n   \"last_name\": \"LAMBERT\",\n   \"npi_number\": 1407886807\n  },\n  {\n   \"first_name\": \"BRYAN\",\n   \"last_name\": \"WILLIAMS\",\n   \"npi_number\": 1407903222\n  },\n  {\n   \"first_name\": \"ISSAM\",\n   \"last_name\": \"MOUSSA\",\n   \"npi_number\": 1407933302\n  },\n  {\n   \"first_name\": \"SHING-CHIU\",\n   \"last_name\": \"WONG\",\n   \"npi_number\": 1407943582\n  },\n  {\n   \"first_name\": \"JEREMY\",\n   \"last_name\": \"DURACK\",\n   \"npi_number\": 1407974991\n  },\n  {\n   \"first_name\": \"ROSS\",\n   \"last_name\": \"FLETCHER\",\n   \"npi_number\": 1417049495\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"PARKER\",\n   \"npi_number\": 1417057415\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"LEVIN\",\n   \"npi_number\": 1417110735\n  },\n  {\n   \"first_name\": \"NATRAJ\",\n   \"last_name\": \"KATTA\",\n   \"npi_number\": 1417125303\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"NYMAN\",\n   \"npi_number\": 1417152844\n  },\n  {\n   \"first_name\": \"AKHIL\",\n   \"last_name\": \"NARANG\",\n   \"npi_number\": 1417260548\n  },\n  {\n   \"first_name\": \"OBAI\",\n   \"last_name\": \"ABDULLAH\",\n   \"npi_number\": 1417263450\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"YASIN\",\n   \"npi_number\": 1417309998\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"PICKETT\",\n   \"npi_number\": 1417336199\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"BLOOD\",\n   \"npi_number\": 1417344318\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"TREECE\",\n   \"npi_number\": 1417391285\n  },\n  {\n   \"first_name\": \"SENTHIL\",\n   \"last_name\": \"SELVARAJ\",\n   \"npi_number\": 1417395823\n  },\n  {\n   \"first_name\": \"DHRUBAJYOTI\",\n   \"last_name\": \"BANDYOPADHYAY\",\n   \"npi_number\": 1417478793\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"YAZDI\",\n   \"npi_number\": 1417485434\n  },\n  {\n   \"first_name\": \"ANTON\",\n   \"last_name\": \"CAMAJ\",\n   \"npi_number\": 1417489089\n  },\n  {\n   \"first_name\": \"MARCIO\",\n   \"last_name\": \"BITTENCOURT\",\n   \"npi_number\": 1417525536\n  },\n  {\n   \"first_name\": \"MOHAMED\",\n   \"last_name\": \"ATTA\",\n   \"npi_number\": 1417912262\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"MURPHY\",\n   \"npi_number\": 1417912395\n  },\n  {\n   \"first_name\": \"SOHAIL\",\n   \"last_name\": \"IKRAM\",\n   \"npi_number\": 1417957648\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"HARVEY\",\n   \"npi_number\": 1417969536\n  },\n  {\n   \"first_name\": \"SATISH\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1417981879\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"PYO\",\n   \"npi_number\": 1417997867\n  },\n  {\n   \"first_name\": \"ASHISH\",\n   \"last_name\": \"ANEJA\",\n   \"npi_number\": 1427011493\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"FEINBERG\",\n   \"npi_number\": 1427015817\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"BARRETT\",\n   \"npi_number\": 1427018720\n  },\n  {\n   \"first_name\": \"JANET\",\n   \"last_name\": \"ABRAHM\",\n   \"npi_number\": 1427024264\n  },\n  {\n   \"first_name\": \"DEAN\",\n   \"last_name\": \"KEREIAKES\",\n   \"npi_number\": 1427025055\n  },\n  {\n   \"first_name\": \"DONALD\",\n   \"last_name\": \"LAZAS\",\n   \"npi_number\": 1427055326\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"CENTOR\",\n   \"npi_number\": 1427090661\n  },\n  {\n   \"first_name\": \"DANIELLE\",\n   \"last_name\": \"DUFFY\",\n   \"npi_number\": 1427094697\n  },\n  {\n   \"first_name\": \"JUDD\",\n   \"last_name\": \"HOLLANDER\",\n   \"npi_number\": 1427098425\n  },\n  {\n   \"first_name\": \"WYLIE\",\n   \"last_name\": \"BURKE\",\n   \"npi_number\": 1427133222\n  },\n  {\n   \"first_name\": \"ALLEN\",\n   \"last_name\": \"JEREMIAS\",\n   \"npi_number\": 1427138395\n  },\n  {\n   \"first_name\": \"ABRAHAM\",\n   \"last_name\": \"LINCOFF\",\n   \"npi_number\": 1427141902\n  },\n  {\n   \"first_name\": \"TODD\",\n   \"last_name\": \"COLEMAN\",\n   \"npi_number\": 1427143502\n  },\n  {\n   \"first_name\": \"PAMELA\",\n   \"last_name\": \"MORRIS\",\n   \"npi_number\": 1427166479\n  },\n  {\n   \"first_name\": \"ANAND\",\n   \"last_name\": \"ROHATGI\",\n   \"npi_number\": 1427173533\n  },\n  {\n   \"first_name\": \"KARL\",\n   \"last_name\": \"BILIMORIA\",\n   \"npi_number\": 1427186774\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"NOMURA\",\n   \"npi_number\": 1427193994\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"FRADLEY\",\n   \"npi_number\": 1427194166\n  },\n  {\n   \"first_name\": \"MARVIN\",\n   \"last_name\": \"ENG\",\n   \"npi_number\": 1427194687\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"CAMPBELL\",\n   \"npi_number\": 1427213636\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"REILLY\",\n   \"npi_number\": 1427217058\n  },\n  {\n   \"first_name\": \"VAN\",\n   \"last_name\": \"SELBY\",\n   \"npi_number\": 1427218973\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"NEWMAN\",\n   \"npi_number\": 1427240324\n  },\n  {\n   \"first_name\": \"GARTH\",\n   \"last_name\": \"GRAHAM\",\n   \"npi_number\": 1427252584\n  },\n  {\n   \"first_name\": \"KYONG\",\n   \"last_name\": \"PARK\",\n   \"npi_number\": 1427256635\n  },\n  {\n   \"first_name\": \"GEOFFREY\",\n   \"last_name\": \"BARNES\",\n   \"npi_number\": 1427258532\n  },\n  {\n   \"first_name\": \"JOSHUA\",\n   \"last_name\": \"JOSEPH\",\n   \"npi_number\": 1427291657\n  },\n  {\n   \"first_name\": \"SANTHI\",\n   \"last_name\": \"GANESH\",\n   \"npi_number\": 1427377753\n  },\n  {\n   \"first_name\": \"NADEEM\",\n   \"last_name\": \"KHAN\",\n   \"npi_number\": 1427481498\n  },\n  {\n   \"first_name\": \"HARSHITH\",\n   \"last_name\": \"AVULA\",\n   \"npi_number\": 1427494616\n  },\n  {\n   \"first_name\": \"INGRID\",\n   \"last_name\": \"LIBMAN\",\n   \"npi_number\": 1437123676\n  },\n  {\n   \"first_name\": \"GHASSAN\",\n   \"last_name\": \"BACHUWA\",\n   \"npi_number\": 1437124062\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"LARRY\",\n   \"npi_number\": 1437163144\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"CAPPOLA\",\n   \"npi_number\": 1437185584\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"NICHOLLS\",\n   \"npi_number\": 1437187598\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"MCCORD\",\n   \"npi_number\": 1437227980\n  },\n  {\n   \"first_name\": \"CHERYL\",\n   \"last_name\": \"BUSHNELL\",\n   \"npi_number\": 1437231685\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"POVSIC\",\n   \"npi_number\": 1437233327\n  },\n  {\n   \"first_name\": \"QI\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1437238672\n  },\n  {\n   \"first_name\": \"WAEL\",\n   \"last_name\": \"JABER\",\n   \"npi_number\": 1437244910\n  },\n  {\n   \"first_name\": \"TOMAS\",\n   \"last_name\": \"NEILAN\",\n   \"npi_number\": 1437285145\n  },\n  {\n   \"first_name\": \"CHAD\",\n   \"last_name\": \"RAYMOND\",\n   \"npi_number\": 1437323912\n  },\n  {\n   \"first_name\": \"GURUSHER\",\n   \"last_name\": \"PANJRATH\",\n   \"npi_number\": 1437325883\n  },\n  {\n   \"first_name\": \"JUAN\",\n   \"last_name\": \"GOMEZ\",\n   \"npi_number\": 1437335833\n  },\n  {\n   \"first_name\": \"RICARDO\",\n   \"last_name\": \"COSTA\",\n   \"npi_number\": 1437348521\n  },\n  {\n   \"first_name\": \"NAGA VENKATA\",\n   \"last_name\": \"POTHINENI\",\n   \"npi_number\": 1437437498\n  },\n  {\n   \"first_name\": \"NATHANIEL\",\n   \"last_name\": \"SMILOWITZ\",\n   \"npi_number\": 1437475696\n  },\n  {\n   \"first_name\": \"TARA\",\n   \"last_name\": \"O'MEARA\",\n   \"npi_number\": 1437543717\n  },\n  {\n   \"first_name\": \"AKRAM\",\n   \"last_name\": \"ELGENDY\",\n   \"npi_number\": 1437578218\n  },\n  {\n   \"first_name\": \"AMBER\",\n   \"last_name\": \"BARNATO\",\n   \"npi_number\": 1437680014\n  },\n  {\n   \"first_name\": \"MIN\",\n   \"last_name\": \"ZHANG\",\n   \"npi_number\": 1437795705\n  },\n  {\n   \"first_name\": \"ROXANA\",\n   \"last_name\": \"MEHRAN\",\n   \"npi_number\": 1447203401\n  },\n  {\n   \"first_name\": \"NADIA\",\n   \"last_name\": \"HANSEL\",\n   \"npi_number\": 1447209465\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"KOVACS\",\n   \"npi_number\": 1447215777\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"FANG\",\n   \"npi_number\": 1447217740\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BONOW\",\n   \"npi_number\": 1447227269\n  },\n  {\n   \"first_name\": \"ARAVINDA\",\n   \"last_name\": \"NANJUNDAPPA\",\n   \"npi_number\": 1447244488\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"COHN\",\n   \"npi_number\": 1447251558\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"PETERSON\",\n   \"npi_number\": 1447255245\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"BEARDEN\",\n   \"npi_number\": 1447256730\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"LAWTON\",\n   \"npi_number\": 1447276761\n  },\n  {\n   \"first_name\": \"GARY\",\n   \"last_name\": \"SCHAER\",\n   \"npi_number\": 1447279237\n  },\n  {\n   \"first_name\": \"NARESH\",\n   \"last_name\": \"PUNJABI\",\n   \"npi_number\": 1447297411\n  },\n  {\n   \"first_name\": \"ERIN\",\n   \"last_name\": \"MICHOS\",\n   \"npi_number\": 1447300439\n  },\n  {\n   \"first_name\": \"RAJEEV\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1447343751\n  },\n  {\n   \"first_name\": \"PARAG\",\n   \"last_name\": \"AGNIHOTRI\",\n   \"npi_number\": 1447351085\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"MOSES\",\n   \"npi_number\": 1447369368\n  },\n  {\n   \"first_name\": \"RAVI\",\n   \"last_name\": \"HIRA\",\n   \"npi_number\": 1447414164\n  },\n  {\n   \"first_name\": \"AMBER\",\n   \"last_name\": \"BEITELSHEES\",\n   \"npi_number\": 1447449657\n  },\n  {\n   \"first_name\": \"PAYAL\",\n   \"last_name\": \"KOHLI\",\n   \"npi_number\": 1447459771\n  },\n  {\n   \"first_name\": \"CRAIG\",\n   \"last_name\": \"BEAVERS\",\n   \"npi_number\": 1447486089\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"MAGHRABI\",\n   \"npi_number\": 1447488671\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"MUNIR\",\n   \"npi_number\": 1447505607\n  },\n  {\n   \"first_name\": \"JENNIFER\",\n   \"last_name\": \"IYENGAR\",\n   \"npi_number\": 1447513064\n  },\n  {\n   \"first_name\": \"TASNIM\",\n   \"last_name\": \"IMRAN\",\n   \"npi_number\": 1447516265\n  },\n  {\n   \"first_name\": \"GURLEEN\",\n   \"last_name\": \"KAUR\",\n   \"npi_number\": 1447529441\n  },\n  {\n   \"first_name\": \"GEETESHWAR\",\n   \"last_name\": \"MANGAT\",\n   \"npi_number\": 1447575097\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SPELBER\",\n   \"npi_number\": 1447646898\n  },\n  {\n   \"first_name\": \"MARIO\",\n   \"last_name\": \"GAUDINO\",\n   \"npi_number\": 1447667035\n  },\n  {\n   \"first_name\": \"YOUSIF\",\n   \"last_name\": \"AHMAD\",\n   \"npi_number\": 1447716725\n  },\n  {\n   \"first_name\": \"CLAIRE\",\n   \"last_name\": \"SIMPSON\",\n   \"npi_number\": 1447721378\n  },\n  {\n   \"first_name\": \"AMEESH\",\n   \"last_name\": \"ISATH\",\n   \"npi_number\": 1447754536\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"ERICKSON\",\n   \"npi_number\": 1447844857\n  },\n  {\n   \"first_name\": \"KIRPAL\",\n   \"last_name\": \"KOCHAR\",\n   \"npi_number\": 1447879598\n  },\n  {\n   \"first_name\": \"JINGJING\",\n   \"last_name\": \"WU\",\n   \"npi_number\": 1447896618\n  },\n  {\n   \"first_name\": \"YEN PEI\",\n   \"last_name\": \"CHANG\",\n   \"npi_number\": 1447989918\n  },\n  {\n   \"first_name\": \"SEAN\",\n   \"last_name\": \"BERENHOLTZ\",\n   \"npi_number\": 1457316309\n  },\n  {\n   \"first_name\": \"TAYO\",\n   \"last_name\": \"ADDO\",\n   \"npi_number\": 1457328403\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"KUTER\",\n   \"npi_number\": 1457342024\n  },\n  {\n   \"first_name\": \"FRANZ\",\n   \"last_name\": \"MESSERLI\",\n   \"npi_number\": 1457344251\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"WEINTRAUB\",\n   \"npi_number\": 1457347767\n  },\n  {\n   \"first_name\": \"FRIEDERIKE\",\n   \"last_name\": \"KEATING\",\n   \"npi_number\": 1457351835\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BUSCH\",\n   \"npi_number\": 1457358715\n  },\n  {\n   \"first_name\": \"BIYKEM\",\n   \"last_name\": \"BOZKURT\",\n   \"npi_number\": 1457361107\n  },\n  {\n   \"first_name\": \"VINEET\",\n   \"last_name\": \"ARORA\",\n   \"npi_number\": 1457413908\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"CUKER\",\n   \"npi_number\": 1457414625\n  },\n  {\n   \"first_name\": \"HECTOR\",\n   \"last_name\": \"PICON\",\n   \"npi_number\": 1457416869\n  },\n  {\n   \"first_name\": \"ISAAC\",\n   \"last_name\": \"GEORGE\",\n   \"npi_number\": 1457430837\n  },\n  {\n   \"first_name\": \"MEILAN\",\n   \"last_name\": \"HAN\",\n   \"npi_number\": 1457433369\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"PUSKAS\",\n   \"npi_number\": 1457440018\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"FISHER\",\n   \"npi_number\": 1457440703\n  },\n  {\n   \"first_name\": \"OUSSAMA\",\n   \"last_name\": \"WAZNI\",\n   \"npi_number\": 1457442238\n  },\n  {\n   \"first_name\": \"TERRY\",\n   \"last_name\": \"JACOBSON\",\n   \"npi_number\": 1457456089\n  },\n  {\n   \"first_name\": \"JARROD\",\n   \"last_name\": \"FRIZZELL\",\n   \"npi_number\": 1457506545\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"HADLAND\",\n   \"npi_number\": 1457586893\n  },\n  {\n   \"first_name\": \"APURVA\",\n   \"last_name\": \"BADHEKA\",\n   \"npi_number\": 1457593303\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"GOLDSWEIG\",\n   \"npi_number\": 1457594681\n  },\n  {\n   \"first_name\": \"GBOLAHAN\",\n   \"last_name\": \"OGUNBAYO\",\n   \"npi_number\": 1457614646\n  },\n  {\n   \"first_name\": \"MARIOS\",\n   \"last_name\": \"ARVANITIS\",\n   \"npi_number\": 1457761124\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"ZALEWSKI\",\n   \"npi_number\": 1457784282\n  },\n  {\n   \"first_name\": \"MEGHAN\",\n   \"last_name\": \"GWINN\",\n   \"npi_number\": 1457813693\n  },\n  {\n   \"first_name\": \"EILEEN\",\n   \"last_name\": \"STOCK\",\n   \"npi_number\": 1457868796\n  },\n  {\n   \"first_name\": \"LEONARD\",\n   \"last_name\": \"CALABRESE\",\n   \"npi_number\": 1467415265\n  },\n  {\n   \"first_name\": \"RAGHAVA\",\n   \"last_name\": \"GOLLAPUDI\",\n   \"npi_number\": 1467429191\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"SOUKAS\",\n   \"npi_number\": 1467447763\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"ROSS\",\n   \"npi_number\": 1467461335\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"GAGE\",\n   \"npi_number\": 1467470195\n  },\n  {\n   \"first_name\": \"CHRISTIE\",\n   \"last_name\": \"BALLANTYNE\",\n   \"npi_number\": 1467471557\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"FRISHMAN\",\n   \"npi_number\": 1467476168\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"WEINTRAUB\",\n   \"npi_number\": 1467489146\n  },\n  {\n   \"first_name\": \"WILSON\",\n   \"last_name\": \"SZETO\",\n   \"npi_number\": 1467497263\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"POLLACK\",\n   \"npi_number\": 1467497479\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"DENHAM\",\n   \"npi_number\": 1467533893\n  },\n  {\n   \"first_name\": \"NILESH\",\n   \"last_name\": \"GOSWAMI\",\n   \"npi_number\": 1467534701\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"HARRINGTON\",\n   \"npi_number\": 1467536516\n  },\n  {\n   \"first_name\": \"JACQUELINE\",\n   \"last_name\": \"DANIK\",\n   \"npi_number\": 1467546754\n  },\n  {\n   \"first_name\": \"PRAKASH\",\n   \"last_name\": \"DEEDWANIA\",\n   \"npi_number\": 1467553586\n  },\n  {\n   \"first_name\": \"JEANNE-MARIE\",\n   \"last_name\": \"GUISE\",\n   \"npi_number\": 1467559237\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"POLAK\",\n   \"npi_number\": 1467562868\n  },\n  {\n   \"first_name\": \"MIGUEL\",\n   \"last_name\": \"HAIME\",\n   \"npi_number\": 1467567685\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"SHIMSHAK\",\n   \"npi_number\": 1467567941\n  },\n  {\n   \"first_name\": \"ARUN\",\n   \"last_name\": \"THUKKANI\",\n   \"npi_number\": 1467573659\n  },\n  {\n   \"first_name\": \"STAVROS\",\n   \"last_name\": \"STAVRAKIS\",\n   \"npi_number\": 1467593152\n  },\n  {\n   \"first_name\": \"JOANNA\",\n   \"last_name\": \"CHIKWE\",\n   \"npi_number\": 1467601187\n  },\n  {\n   \"first_name\": \"MOODY\",\n   \"last_name\": \"MAKAR\",\n   \"npi_number\": 1467692111\n  },\n  {\n   \"first_name\": \"NOSHEEN\",\n   \"last_name\": \"REZA\",\n   \"npi_number\": 1467714279\n  },\n  {\n   \"first_name\": \"RAFAEL\",\n   \"last_name\": \"DIAZ\",\n   \"npi_number\": 1467847103\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"EDWARDS\",\n   \"npi_number\": 1467984732\n  },\n  {\n   \"first_name\": \"AHMAD\",\n   \"last_name\": \"JABRI\",\n   \"npi_number\": 1477077758\n  },\n  {\n   \"first_name\": \"RAMKUMAR\",\n   \"last_name\": \"VENKATESWARAN\",\n   \"npi_number\": 1477082220\n  },\n  {\n   \"first_name\": \"SUSHEEL\",\n   \"last_name\": \"PATIL\",\n   \"npi_number\": 1477500403\n  },\n  {\n   \"first_name\": \"MONICA\",\n   \"last_name\": \"AGGARWAL\",\n   \"npi_number\": 1477513802\n  },\n  {\n   \"first_name\": \"UDHO\",\n   \"last_name\": \"THADANI\",\n   \"npi_number\": 1477522183\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"REEVES\",\n   \"npi_number\": 1477528966\n  },\n  {\n   \"first_name\": \"SANJAY\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1477533990\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"AYERS\",\n   \"npi_number\": 1477540821\n  },\n  {\n   \"first_name\": \"CSABA\",\n   \"last_name\": \"KOVESDY\",\n   \"npi_number\": 1477553022\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"GRUNBERGER\",\n   \"npi_number\": 1477558450\n  },\n  {\n   \"first_name\": \"EILEEN\",\n   \"last_name\": \"HSICH\",\n   \"npi_number\": 1477563849\n  },\n  {\n   \"first_name\": \"SACHIN\",\n   \"last_name\": \"SULE\",\n   \"npi_number\": 1477573038\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"JACOBY\",\n   \"npi_number\": 1477580371\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"KAUFMAN\",\n   \"npi_number\": 1477592475\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"BECKER\",\n   \"npi_number\": 1477636611\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"HESS\",\n   \"npi_number\": 1477663748\n  },\n  {\n   \"first_name\": \"SUNEET\",\n   \"last_name\": \"MITTAL\",\n   \"npi_number\": 1477666923\n  },\n  {\n   \"first_name\": \"YIN\",\n   \"last_name\": \"HU\",\n   \"npi_number\": 1477750768\n  },\n  {\n   \"first_name\": \"SHAHYAR\",\n   \"last_name\": \"GHARACHOLOU\",\n   \"npi_number\": 1477752715\n  },\n  {\n   \"first_name\": \"LAINE\",\n   \"last_name\": \"THOMAS\",\n   \"npi_number\": 1477800605\n  },\n  {\n   \"first_name\": \"FREDERIC\",\n   \"last_name\": \"JACQUES\",\n   \"npi_number\": 1477802098\n  },\n  {\n   \"first_name\": \"AJAR\",\n   \"last_name\": \"KOCHAR\",\n   \"npi_number\": 1477843233\n  },\n  {\n   \"first_name\": \"ELIAS\",\n   \"last_name\": \"DAYOUB\",\n   \"npi_number\": 1477948610\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"KURLANSKY\",\n   \"npi_number\": 1477982197\n  },\n  {\n   \"first_name\": \"AAKRITI\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1477998995\n  },\n  {\n   \"first_name\": \"SHAWN\",\n   \"last_name\": \"SIMEK\",\n   \"npi_number\": 1487016929\n  },\n  {\n   \"first_name\": \"ARAVDEEP\",\n   \"last_name\": \"JHAND\",\n   \"npi_number\": 1487100731\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"AVRAM\",\n   \"npi_number\": 1487201232\n  },\n  {\n   \"first_name\": \"EMILY\",\n   \"last_name\": \"O'BRIEN\",\n   \"npi_number\": 1487214961\n  },\n  {\n   \"first_name\": \"ABDUL\",\n   \"last_name\": \"BASIT\",\n   \"npi_number\": 1487602637\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"SEIWERT\",\n   \"npi_number\": 1487646634\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"ZOGHBI\",\n   \"npi_number\": 1487684783\n  },\n  {\n   \"first_name\": \"UMAR\",\n   \"last_name\": \"KHAN\",\n   \"npi_number\": 1487688271\n  },\n  {\n   \"first_name\": \"MANESH\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1487696365\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"TOPOL\",\n   \"npi_number\": 1487723714\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"BJORKMAN\",\n   \"npi_number\": 1487744017\n  },\n  {\n   \"first_name\": \"GIRISH\",\n   \"last_name\": \"MOOD\",\n   \"npi_number\": 1487755518\n  },\n  {\n   \"first_name\": \"SUZANNE\",\n   \"last_name\": \"BAKDASH\",\n   \"npi_number\": 1487844890\n  },\n  {\n   \"first_name\": \"VIVEK\",\n   \"last_name\": \"NAUTIYAL\",\n   \"npi_number\": 1487882429\n  },\n  {\n   \"first_name\": \"SHEILA\",\n   \"last_name\": \"CHAN\",\n   \"npi_number\": 1487895793\n  },\n  {\n   \"first_name\": \"KEVIN\",\n   \"last_name\": \"ALEXANDER\",\n   \"npi_number\": 1487953865\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"OSBORNE\",\n   \"npi_number\": 1487973285\n  },\n  {\n   \"first_name\": \"SAMEED AHMED\",\n   \"last_name\": \"KHATANA\",\n   \"npi_number\": 1497018733\n  },\n  {\n   \"first_name\": \"MOLLY\",\n   \"last_name\": \"BRETT\",\n   \"npi_number\": 1497135289\n  },\n  {\n   \"first_name\": \"AERON\",\n   \"last_name\": \"SMALL\",\n   \"npi_number\": 1497285274\n  },\n  {\n   \"first_name\": \"RAMI\",\n   \"last_name\": \"MUSTAFA\",\n   \"npi_number\": 1497299960\n  },\n  {\n   \"first_name\": \"CATHERINE\",\n   \"last_name\": \"DERINGTON\",\n   \"npi_number\": 1497366512\n  },\n  {\n   \"first_name\": \"MIKKAEL\",\n   \"last_name\": \"SEKERES\",\n   \"npi_number\": 1497710941\n  },\n  {\n   \"first_name\": \"BRENDAN\",\n   \"last_name\": \"DUFFY\",\n   \"npi_number\": 1497712699\n  },\n  {\n   \"first_name\": \"SERGIO\",\n   \"last_name\": \"PINSKI\",\n   \"npi_number\": 1497715387\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"BOOCKVAR\",\n   \"npi_number\": 1497723845\n  },\n  {\n   \"first_name\": \"JANE\",\n   \"last_name\": \"LINDERBAUM\",\n   \"npi_number\": 1497725592\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"CHOI\",\n   \"npi_number\": 1497729123\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"RISON\",\n   \"npi_number\": 1497730709\n  },\n  {\n   \"first_name\": \"RAYMOND\",\n   \"last_name\": \"TOWNSEND\",\n   \"npi_number\": 1497786321\n  },\n  {\n   \"first_name\": \"BONNIE\",\n   \"last_name\": \"KY\",\n   \"npi_number\": 1497816193\n  },\n  {\n   \"first_name\": \"WUWEI\",\n   \"last_name\": \"FENG\",\n   \"npi_number\": 1497836076\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"GAZIANO\",\n   \"npi_number\": 1497840615\n  },\n  {\n   \"first_name\": \"MATTHEWS\",\n   \"last_name\": \"CHACKO\",\n   \"npi_number\": 1497884647\n  },\n  {\n   \"first_name\": \"REBECCA\",\n   \"last_name\": \"HAHN\",\n   \"npi_number\": 1497893077\n  },\n  {\n   \"first_name\": \"CATHERINE\",\n   \"last_name\": \"MEYERS\",\n   \"npi_number\": 1497969372\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"BICKET\",\n   \"npi_number\": 1497991624\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"JULIEN\",\n   \"npi_number\": 1497999452\n  },\n  {\n   \"first_name\": \"BORA\",\n   \"last_name\": \"TOKLU\",\n   \"npi_number\": 1508019456\n  },\n  {\n   \"first_name\": \"RONNIE\",\n   \"last_name\": \"RAMADAN\",\n   \"npi_number\": 1508024035\n  },\n  {\n   \"first_name\": \"ADNAN\",\n   \"last_name\": \"CHHATRIWALLA\",\n   \"npi_number\": 1508035163\n  },\n  {\n   \"first_name\": \"SHRUTI\",\n   \"last_name\": \"CHATURVEDI\",\n   \"npi_number\": 1508154345\n  },\n  {\n   \"first_name\": \"HEMANG\",\n   \"last_name\": \"PANCHAL\",\n   \"npi_number\": 1508155144\n  },\n  {\n   \"first_name\": \"JACOB\",\n   \"last_name\": \"DOLL\",\n   \"npi_number\": 1508196833\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BYRNE\",\n   \"npi_number\": 1508200882\n  },\n  {\n   \"first_name\": \"TAUSEEF\",\n   \"last_name\": \"AKHTAR\",\n   \"npi_number\": 1508218009\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"HALPERIN\",\n   \"npi_number\": 1508805227\n  },\n  {\n   \"first_name\": \"MELVIN\",\n   \"last_name\": \"CHEITLIN\",\n   \"npi_number\": 1508808189\n  },\n  {\n   \"first_name\": \"FREDERICK\",\n   \"last_name\": \"LING\",\n   \"npi_number\": 1508808304\n  },\n  {\n   \"first_name\": \"JON\",\n   \"last_name\": \"RESAR\",\n   \"npi_number\": 1508808593\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"FLAUMENHAFT\",\n   \"npi_number\": 1508813973\n  },\n  {\n   \"first_name\": \"LYNNE\",\n   \"last_name\": \"STEVENSON\",\n   \"npi_number\": 1508822982\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"DEHMER\",\n   \"npi_number\": 1508825092\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"JEFFERSON\",\n   \"npi_number\": 1508830407\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"SCHINDLER\",\n   \"npi_number\": 1508831546\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"FONTANA\",\n   \"npi_number\": 1508840570\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"HAMMILL\",\n   \"npi_number\": 1508842428\n  },\n  {\n   \"first_name\": \"CHARANJIT\",\n   \"last_name\": \"RIHAL\",\n   \"npi_number\": 1508845991\n  },\n  {\n   \"first_name\": \"CRAIG\",\n   \"last_name\": \"BROBERG\",\n   \"npi_number\": 1508874058\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"ASCH\",\n   \"npi_number\": 1508877705\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"CAROME\",\n   \"npi_number\": 1508889163\n  },\n  {\n   \"first_name\": \"KIRAN\",\n   \"last_name\": \"MUSUNURU\",\n   \"npi_number\": 1508916776\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"HAROLD\",\n   \"npi_number\": 1508927005\n  },\n  {\n   \"first_name\": \"GUY\",\n   \"last_name\": \"ZIMMERMAN\",\n   \"npi_number\": 1508956194\n  },\n  {\n   \"first_name\": \"NANCY\",\n   \"last_name\": \"ALBERT\",\n   \"npi_number\": 1508985037\n  },\n  {\n   \"first_name\": \"QING\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1508989625\n  },\n  {\n   \"first_name\": \"CRAIG\",\n   \"last_name\": \"COLEMAN\",\n   \"npi_number\": 1518021138\n  },\n  {\n   \"first_name\": \"NADER\",\n   \"last_name\": \"BANKI\",\n   \"npi_number\": 1518029792\n  },\n  {\n   \"first_name\": \"JANICE\",\n   \"last_name\": \"BARNHART\",\n   \"npi_number\": 1518031673\n  },\n  {\n   \"first_name\": \"MAHAZARIN\",\n   \"last_name\": \"GINWALLA\",\n   \"npi_number\": 1518052877\n  },\n  {\n   \"first_name\": \"LEE\",\n   \"last_name\": \"GREEN\",\n   \"npi_number\": 1518055045\n  },\n  {\n   \"first_name\": \"RAED\",\n   \"last_name\": \"ABDELHADI\",\n   \"npi_number\": 1518057413\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"VAROSY\",\n   \"npi_number\": 1518074251\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"BONOVICH\",\n   \"npi_number\": 1518078443\n  },\n  {\n   \"first_name\": \"PRATEETI\",\n   \"last_name\": \"KHAZANIE\",\n   \"npi_number\": 1518147313\n  },\n  {\n   \"first_name\": \"SARAH\",\n   \"last_name\": \"LEATHERMAN\",\n   \"npi_number\": 1518150341\n  },\n  {\n   \"first_name\": \"FARHAD\",\n   \"last_name\": \"ABTAHIAN\",\n   \"npi_number\": 1518166925\n  },\n  {\n   \"first_name\": \"CHIRAG\",\n   \"last_name\": \"BAVISHI\",\n   \"npi_number\": 1518224476\n  },\n  {\n   \"first_name\": \"NIKHIL\",\n   \"last_name\": \"NALLURI\",\n   \"npi_number\": 1518245935\n  },\n  {\n   \"first_name\": \"JOEL\",\n   \"last_name\": \"ADLER\",\n   \"npi_number\": 1518279199\n  },\n  {\n   \"first_name\": \"YAZAN\",\n   \"last_name\": \"DAABOUL\",\n   \"npi_number\": 1518315746\n  },\n  {\n   \"first_name\": \"ZAID\",\n   \"last_name\": \"ALMARZOOQ\",\n   \"npi_number\": 1518372754\n  },\n  {\n   \"first_name\": \"MOHAMMED\",\n   \"last_name\": \"ELZENEINI\",\n   \"npi_number\": 1518452663\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"CHAHINE\",\n   \"npi_number\": 1518457845\n  },\n  {\n   \"first_name\": \"MANAN\",\n   \"last_name\": \"PAREEK\",\n   \"npi_number\": 1518522853\n  },\n  {\n   \"first_name\": \"MEGAN\",\n   \"last_name\": \"NEELY\",\n   \"npi_number\": 1518618735\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"ASINGER\",\n   \"npi_number\": 1518911932\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"DISSIN\",\n   \"npi_number\": 1518927276\n  },\n  {\n   \"first_name\": \"ERIK\",\n   \"last_name\": \"HESS\",\n   \"npi_number\": 1518932292\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"BORLAUG\",\n   \"npi_number\": 1518975374\n  },\n  {\n   \"first_name\": \"CHRISTIAN\",\n   \"last_name\": \"MENDE\",\n   \"npi_number\": 1518983915\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"SOLOMON\",\n   \"npi_number\": 1528025996\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"MARSO\",\n   \"npi_number\": 1528026374\n  },\n  {\n   \"first_name\": \"FADI\",\n   \"last_name\": \"SAAB\",\n   \"npi_number\": 1528028412\n  },\n  {\n   \"first_name\": \"BENTLEY\",\n   \"last_name\": \"BOBROW\",\n   \"npi_number\": 1528040276\n  },\n  {\n   \"first_name\": \"ARVIND\",\n   \"last_name\": \"AGNIHOTRI\",\n   \"npi_number\": 1528058625\n  },\n  {\n   \"first_name\": \"THEODORE\",\n   \"last_name\": \"SCHREIBER\",\n   \"npi_number\": 1528058773\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"BRODY\",\n   \"npi_number\": 1528061496\n  },\n  {\n   \"first_name\": \"NAYYAR\",\n   \"last_name\": \"IQBAL\",\n   \"npi_number\": 1528095437\n  },\n  {\n   \"first_name\": \"JOHANNA\",\n   \"last_name\": \"CONTRERAS\",\n   \"npi_number\": 1528188190\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"CONNELL\",\n   \"npi_number\": 1528194156\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"EUGENIO\",\n   \"npi_number\": 1528206166\n  },\n  {\n   \"first_name\": \"AMER\",\n   \"last_name\": \"JOHRI\",\n   \"npi_number\": 1528224482\n  },\n  {\n   \"first_name\": \"RIEM\",\n   \"last_name\": \"HAWI\",\n   \"npi_number\": 1528225307\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"BLOK\",\n   \"npi_number\": 1528233442\n  },\n  {\n   \"first_name\": \"DINESH\",\n   \"last_name\": \"VYAS\",\n   \"npi_number\": 1528274503\n  },\n  {\n   \"first_name\": \"KEITH\",\n   \"last_name\": \"SOMMA\",\n   \"npi_number\": 1528279841\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"DOOLEY\",\n   \"npi_number\": 1528324852\n  },\n  {\n   \"first_name\": \"ASIM\",\n   \"last_name\": \"CHEEMA\",\n   \"npi_number\": 1528343043\n  },\n  {\n   \"first_name\": \"ADITYA\",\n   \"last_name\": \"MANDAWAT\",\n   \"npi_number\": 1528351632\n  },\n  {\n   \"first_name\": \"SEYEDEH\",\n   \"last_name\": \"ZEKAVAT\",\n   \"npi_number\": 1528702792\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"FORBES\",\n   \"npi_number\": 1538109020\n  },\n  {\n   \"first_name\": \"DENISE\",\n   \"last_name\": \"BABINEAU\",\n   \"npi_number\": 1538124078\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"SIMON\",\n   \"npi_number\": 1538125935\n  },\n  {\n   \"first_name\": \"RICK\",\n   \"last_name\": \"NISHIMURA\",\n   \"npi_number\": 1538139654\n  },\n  {\n   \"first_name\": \"ELLIS\",\n   \"last_name\": \"LADER\",\n   \"npi_number\": 1538151782\n  },\n  {\n   \"first_name\": \"ASHUTOSH\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1538166376\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"RONDINA\",\n   \"npi_number\": 1538183991\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1538188040\n  },\n  {\n   \"first_name\": \"DONNA\",\n   \"last_name\": \"POLK\",\n   \"npi_number\": 1538190871\n  },\n  {\n   \"first_name\": \"FRANCINE\",\n   \"last_name\": \"WELTY\",\n   \"npi_number\": 1538191051\n  },\n  {\n   \"first_name\": \"CHRISTINE\",\n   \"last_name\": \"ALBERT\",\n   \"npi_number\": 1538191499\n  },\n  {\n   \"first_name\": \"GARRET\",\n   \"last_name\": \"FITZGERALD\",\n   \"npi_number\": 1538192448\n  },\n  {\n   \"first_name\": \"MELISSA\",\n   \"last_name\": \"CAUGHEY\",\n   \"npi_number\": 1538194303\n  },\n  {\n   \"first_name\": \"JOSHUA\",\n   \"last_name\": \"KNOWLES\",\n   \"npi_number\": 1538201520\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"HAIGNEY\",\n   \"npi_number\": 1538230693\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"PRAGER\",\n   \"npi_number\": 1538251921\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"MARON\",\n   \"npi_number\": 1538251962\n  },\n  {\n   \"first_name\": \"VIDYASAGAR\",\n   \"last_name\": \"KALAHASTI\",\n   \"npi_number\": 1538256318\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"CHILTON\",\n   \"npi_number\": 1538276514\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"PROBSTFIELD\",\n   \"npi_number\": 1538294947\n  },\n  {\n   \"first_name\": \"COLIN\",\n   \"last_name\": \"REISNER\",\n   \"npi_number\": 1538311311\n  },\n  {\n   \"first_name\": \"ROSA\",\n   \"last_name\": \"COPPOLECCHIA\",\n   \"npi_number\": 1538318258\n  },\n  {\n   \"first_name\": \"ZUBIN\",\n   \"last_name\": \"EAPEN\",\n   \"npi_number\": 1538326210\n  },\n  {\n   \"first_name\": \"ANWAR\",\n   \"last_name\": \"OSBORNE\",\n   \"npi_number\": 1538330725\n  },\n  {\n   \"first_name\": \"ABHISHEK\",\n   \"last_name\": \"DESHMUKH\",\n   \"npi_number\": 1538359906\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"STEIGNER\",\n   \"npi_number\": 1538373840\n  },\n  {\n   \"first_name\": \"USMAN\",\n   \"last_name\": \"BABER\",\n   \"npi_number\": 1538378427\n  },\n  {\n   \"first_name\": \"HAIDER\",\n   \"last_name\": \"WARRAICH\",\n   \"npi_number\": 1538442082\n  },\n  {\n   \"first_name\": \"MARIO\",\n   \"last_name\": \"FUSARO\",\n   \"npi_number\": 1538486550\n  },\n  {\n   \"first_name\": \"SARV\",\n   \"last_name\": \"PRIYA\",\n   \"npi_number\": 1538612056\n  },\n  {\n   \"first_name\": \"AZKA\",\n   \"last_name\": \"LATIF\",\n   \"npi_number\": 1538647342\n  },\n  {\n   \"first_name\": \"KARYN\",\n   \"last_name\": \"BAUM\",\n   \"npi_number\": 1548204795\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"TEIRSTEIN\",\n   \"npi_number\": 1548210768\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"EMERMAN\",\n   \"npi_number\": 1548224298\n  },\n  {\n   \"first_name\": \"VIKRAM\",\n   \"last_name\": \"KASHYAP\",\n   \"npi_number\": 1548227457\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"CANNON\",\n   \"npi_number\": 1548227960\n  },\n  {\n   \"first_name\": \"ELIZABETH\",\n   \"last_name\": \"KARLSON\",\n   \"npi_number\": 1548228075\n  },\n  {\n   \"first_name\": \"DINESH\",\n   \"last_name\": \"SINGAL\",\n   \"npi_number\": 1548266125\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"LEITER\",\n   \"npi_number\": 1548286388\n  },\n  {\n   \"first_name\": \"TODD\",\n   \"last_name\": \"ROSENGART\",\n   \"npi_number\": 1548289440\n  },\n  {\n   \"first_name\": \"ANTONIO\",\n   \"last_name\": \"COLOMBO\",\n   \"npi_number\": 1548332273\n  },\n  {\n   \"first_name\": \"BRAHMAJEE\",\n   \"last_name\": \"NALLAMOTHU\",\n   \"npi_number\": 1548346505\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"MORLEDGE\",\n   \"npi_number\": 1548361389\n  },\n  {\n   \"first_name\": \"XIAOWEN\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1548371180\n  },\n  {\n   \"first_name\": \"KATHLEEN\",\n   \"last_name\": \"GRADY\",\n   \"npi_number\": 1548371230\n  },\n  {\n   \"first_name\": \"VIJAIGANESH\",\n   \"last_name\": \"NAGARAJAN\",\n   \"npi_number\": 1548419179\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"MADDEN\",\n   \"npi_number\": 1548420722\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"CHENG\",\n   \"npi_number\": 1548423502\n  },\n  {\n   \"first_name\": \"RYAN\",\n   \"last_name\": \"REEVES\",\n   \"npi_number\": 1548440902\n  },\n  {\n   \"first_name\": \"JEREMIAH\",\n   \"last_name\": \"DEPTA\",\n   \"npi_number\": 1548453939\n  },\n  {\n   \"first_name\": \"KEITH\",\n   \"last_name\": \"DOMBROWSKI\",\n   \"npi_number\": 1548477490\n  },\n  {\n   \"first_name\": \"KUNAL\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1548600240\n  },\n  {\n   \"first_name\": \"SCHUYLER\",\n   \"last_name\": \"JONES\",\n   \"npi_number\": 1548646938\n  },\n  {\n   \"first_name\": \"JENIFER\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1548673312\n  },\n  {\n   \"first_name\": \"BABIKIR\",\n   \"last_name\": \"KHEIRI\",\n   \"npi_number\": 1548719933\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"BAUER\",\n   \"npi_number\": 1558309849\n  },\n  {\n   \"first_name\": \"BONNIE\",\n   \"last_name\": \"WEINER\",\n   \"npi_number\": 1558312744\n  },\n  {\n   \"first_name\": \"RAYMOND\",\n   \"last_name\": \"GIBBONS\",\n   \"npi_number\": 1558333625\n  },\n  {\n   \"first_name\": \"NIRAT\",\n   \"last_name\": \"BEOHAR\",\n   \"npi_number\": 1558337329\n  },\n  {\n   \"first_name\": \"ALAIN\",\n   \"last_name\": \"BERTONI\",\n   \"npi_number\": 1558344259\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"GRUBB\",\n   \"npi_number\": 1558388058\n  },\n  {\n   \"first_name\": \"POOJA\",\n   \"last_name\": \"KHATRI\",\n   \"npi_number\": 1558397398\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"BERNSTEIN\",\n   \"npi_number\": 1558431726\n  },\n  {\n   \"first_name\": \"LI\",\n   \"last_name\": \"ZHU\",\n   \"npi_number\": 1558442020\n  },\n  {\n   \"first_name\": \"RITU\",\n   \"last_name\": \"THAMMAN\",\n   \"npi_number\": 1558442947\n  },\n  {\n   \"first_name\": \"CATHERINE\",\n   \"last_name\": \"OTTO\",\n   \"npi_number\": 1558446377\n  },\n  {\n   \"first_name\": \"IVAN\",\n   \"last_name\": \"CASSERLY\",\n   \"npi_number\": 1558451138\n  },\n  {\n   \"first_name\": \"LUIS\",\n   \"last_name\": \"GRUBERG\",\n   \"npi_number\": 1558462770\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"KULIK\",\n   \"npi_number\": 1558524967\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"DEVORE\",\n   \"npi_number\": 1558560987\n  },\n  {\n   \"first_name\": \"JALAJ\",\n   \"last_name\": \"GARG\",\n   \"npi_number\": 1558631663\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"VEKSTEIN\",\n   \"npi_number\": 1558894493\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"DEE\",\n   \"npi_number\": 1568041937\n  },\n  {\n   \"first_name\": \"SUNIL\",\n   \"last_name\": \"JAIN\",\n   \"npi_number\": 1568400430\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"CASALE\",\n   \"npi_number\": 1568439289\n  },\n  {\n   \"first_name\": \"JOANNE\",\n   \"last_name\": \"MURABITO\",\n   \"npi_number\": 1568449064\n  },\n  {\n   \"first_name\": \"KIM\",\n   \"last_name\": \"CALDWELL\",\n   \"npi_number\": 1568465078\n  },\n  {\n   \"first_name\": \"SYLVIA\",\n   \"last_name\": \"ROSAS\",\n   \"npi_number\": 1568497600\n  },\n  {\n   \"first_name\": \"ANNE\",\n   \"last_name\": \"VALENTE\",\n   \"npi_number\": 1568558914\n  },\n  {\n   \"first_name\": \"JORGE\",\n   \"last_name\": \"KIZER\",\n   \"npi_number\": 1568559649\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"CALHOON\",\n   \"npi_number\": 1568579548\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"HEYMSFIELD\",\n   \"npi_number\": 1568608347\n  },\n  {\n   \"first_name\": \"FIRAS\",\n   \"last_name\": \"ZAHR\",\n   \"npi_number\": 1568637049\n  },\n  {\n   \"first_name\": \"CATHRYN\",\n   \"last_name\": \"LAPEDIS\",\n   \"npi_number\": 1568720647\n  },\n  {\n   \"first_name\": \"AHMED\",\n   \"last_name\": \"ABDALLA\",\n   \"npi_number\": 1568848901\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"SZUMITA\",\n   \"npi_number\": 1568877371\n  },\n  {\n   \"first_name\": \"SHARJEEL\",\n   \"last_name\": \"ISRAR\",\n   \"npi_number\": 1568950905\n  },\n  {\n   \"first_name\": \"RENU\",\n   \"last_name\": \"VIRMANI\",\n   \"npi_number\": 1568971711\n  },\n  {\n   \"first_name\": \"KELLY\",\n   \"last_name\": \"HARRINGTON\",\n   \"npi_number\": 1568980365\n  },\n  {\n   \"first_name\": \"RACHEL\",\n   \"last_name\": \"THOMAS\",\n   \"npi_number\": 1578166658\n  },\n  {\n   \"first_name\": \"BEHRAM\",\n   \"last_name\": \"KHAN\",\n   \"npi_number\": 1578203139\n  },\n  {\n   \"first_name\": \"KEVIN\",\n   \"last_name\": \"FOX\",\n   \"npi_number\": 1578506887\n  },\n  {\n   \"first_name\": \"CRAIG\",\n   \"last_name\": \"ASHER\",\n   \"npi_number\": 1578522801\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"MAHONEY\",\n   \"npi_number\": 1578539201\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"PHILIPPIDES\",\n   \"npi_number\": 1578540456\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"FLOREZ\",\n   \"npi_number\": 1578570685\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"HEIDENREICH\",\n   \"npi_number\": 1578573416\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"GROENEVELD\",\n   \"npi_number\": 1578574901\n  },\n  {\n   \"first_name\": \"REENA\",\n   \"last_name\": \"MEHRA\",\n   \"npi_number\": 1578583290\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BRYAN\",\n   \"npi_number\": 1578591616\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"BOYLE\",\n   \"npi_number\": 1578647822\n  },\n  {\n   \"first_name\": \"DOMINICK\",\n   \"last_name\": \"ANGIOLILLO\",\n   \"npi_number\": 1578687844\n  },\n  {\n   \"first_name\": \"NILAY\",\n   \"last_name\": \"KUMAR\",\n   \"npi_number\": 1578792982\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"BRAJCICH\",\n   \"npi_number\": 1578925657\n  },\n  {\n   \"first_name\": \"FAHAD\",\n   \"last_name\": \"ALQAHTANI\",\n   \"npi_number\": 1588009948\n  },\n  {\n   \"first_name\": \"FRANCESCO\",\n   \"last_name\": \"FRANCHI\",\n   \"npi_number\": 1588034995\n  },\n  {\n   \"first_name\": \"IRBAZ\",\n   \"last_name\": \"HAMEED\",\n   \"npi_number\": 1588284491\n  },\n  {\n   \"first_name\": \"SANJAY\",\n   \"last_name\": \"SRIVATSA\",\n   \"npi_number\": 1588603369\n  },\n  {\n   \"first_name\": \"MIKHAIL\",\n   \"last_name\": \"KOSIBOROD\",\n   \"npi_number\": 1588613657\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1588622971\n  },\n  {\n   \"first_name\": \"TODD\",\n   \"last_name\": \"PERLSTEIN\",\n   \"npi_number\": 1588623912\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"PEACOCK\",\n   \"npi_number\": 1588629893\n  },\n  {\n   \"first_name\": \"RONALD\",\n   \"last_name\": \"KARLSBERG\",\n   \"npi_number\": 1588636922\n  },\n  {\n   \"first_name\": \"PATRICK\",\n   \"last_name\": \"GRIFFITH\",\n   \"npi_number\": 1588642565\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"SCHNITZER\",\n   \"npi_number\": 1588649461\n  },\n  {\n   \"first_name\": \"MOUSSA\",\n   \"last_name\": \"MANSOUR\",\n   \"npi_number\": 1588649560\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"UNDERWOOD\",\n   \"npi_number\": 1588665681\n  },\n  {\n   \"first_name\": \"VALENTIN\",\n   \"last_name\": \"FUSTER\",\n   \"npi_number\": 1588665889\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"BINDMAN\",\n   \"npi_number\": 1588671267\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"HALDIS\",\n   \"npi_number\": 1588681449\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"JACOBSON\",\n   \"npi_number\": 1588684260\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"FLINT\",\n   \"npi_number\": 1588694061\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"BODENHEIMER\",\n   \"npi_number\": 1588699110\n  },\n  {\n   \"first_name\": \"HORST\",\n   \"last_name\": \"SIEVERT\",\n   \"npi_number\": 1588711899\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"TESTANI\",\n   \"npi_number\": 1588729750\n  },\n  {\n   \"first_name\": \"VANITA\",\n   \"last_name\": \"ARODA\",\n   \"npi_number\": 1588748883\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"CARSON\",\n   \"npi_number\": 1588755227\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"MAGID\",\n   \"npi_number\": 1588791537\n  },\n  {\n   \"first_name\": \"ZAINAB\",\n   \"last_name\": \"SAMAD\",\n   \"npi_number\": 1588831903\n  },\n  {\n   \"first_name\": \"ZIAD\",\n   \"last_name\": \"ALI\",\n   \"npi_number\": 1588844245\n  },\n  {\n   \"first_name\": \"SUMIT\",\n   \"last_name\": \"TICKOO\",\n   \"npi_number\": 1588869424\n  },\n  {\n   \"first_name\": \"BRENT\",\n   \"last_name\": \"POTTENGER\",\n   \"npi_number\": 1588904205\n  },\n  {\n   \"first_name\": \"ISLAM\",\n   \"last_name\": \"ELGENDY\",\n   \"npi_number\": 1598029233\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"ADDISON\",\n   \"npi_number\": 1598091092\n  },\n  {\n   \"first_name\": \"ANKUR\",\n   \"last_name\": \"JAIN\",\n   \"npi_number\": 1598098782\n  },\n  {\n   \"first_name\": \"ANAND\",\n   \"last_name\": \"VENKATRAMAN\",\n   \"npi_number\": 1598100349\n  },\n  {\n   \"first_name\": \"SAGAR\",\n   \"last_name\": \"RANKA\",\n   \"npi_number\": 1598116535\n  },\n  {\n   \"first_name\": \"HAIYAN\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1598262495\n  },\n  {\n   \"first_name\": \"DEVIKA\",\n   \"last_name\": \"AGGARWAL\",\n   \"npi_number\": 1598389785\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"PFEFFER\",\n   \"npi_number\": 1598703860\n  },\n  {\n   \"first_name\": \"NOEL\",\n   \"last_name\": \"BALLENTINE\",\n   \"npi_number\": 1598714636\n  },\n  {\n   \"first_name\": \"ABRAR\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1598717324\n  },\n  {\n   \"first_name\": \"ELLIOTT\",\n   \"last_name\": \"ANTMAN\",\n   \"npi_number\": 1598721748\n  },\n  {\n   \"first_name\": \"JORGE\",\n   \"last_name\": \"SAUCEDO\",\n   \"npi_number\": 1598734337\n  },\n  {\n   \"first_name\": \"FELIPE\",\n   \"last_name\": \"NAVARRO\",\n   \"npi_number\": 1598744823\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"HEIMANSOHN\",\n   \"npi_number\": 1598784001\n  },\n  {\n   \"first_name\": \"JAY\",\n   \"last_name\": \"COHN\",\n   \"npi_number\": 1598792095\n  },\n  {\n   \"first_name\": \"MOHAMMAD\",\n   \"last_name\": \"ALKOTOB\",\n   \"npi_number\": 1598792830\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"CHRISTIE\",\n   \"npi_number\": 1598799660\n  },\n  {\n   \"first_name\": \"HEIDI\",\n   \"last_name\": \"WALD\",\n   \"npi_number\": 1598833766\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"BONACA\",\n   \"npi_number\": 1598834590\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"STANLEY\",\n   \"npi_number\": 1598866501\n  },\n  {\n   \"first_name\": \"JUAN\",\n   \"last_name\": \"AYUS\",\n   \"npi_number\": 1598872665\n  },\n  {\n   \"first_name\": \"PAULA\",\n   \"last_name\": \"HALE\",\n   \"npi_number\": 1598901647\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"BECKER\",\n   \"npi_number\": 1598932550\n  },\n  {\n   \"first_name\": \"VIVEK\",\n   \"last_name\": \"RAJAGOPAL\",\n   \"npi_number\": 1598988149\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"SHAFIQ\",\n   \"npi_number\": 1609005503\n  },\n  {\n   \"first_name\": \"ANN\",\n   \"last_name\": \"NAVAR\",\n   \"npi_number\": 1609018639\n  },\n  {\n   \"first_name\": \"BABAK\",\n   \"last_name\": \"NAZER\",\n   \"npi_number\": 1609035849\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"RASSI\",\n   \"npi_number\": 1609042753\n  },\n  {\n   \"first_name\": \"JUAN\",\n   \"last_name\": \"PRIETO\",\n   \"npi_number\": 1609071489\n  },\n  {\n   \"first_name\": \"MIHIR\",\n   \"last_name\": \"BAKHRU\",\n   \"npi_number\": 1609074681\n  },\n  {\n   \"first_name\": \"CYNTHIA\",\n   \"last_name\": \"CROWSON\",\n   \"npi_number\": 1609079102\n  },\n  {\n   \"first_name\": \"SANDEEP\",\n   \"last_name\": \"DAS\",\n   \"npi_number\": 1609091271\n  },\n  {\n   \"first_name\": \"SUPRIYA\",\n   \"last_name\": \"SHORE\",\n   \"npi_number\": 1609140029\n  },\n  {\n   \"first_name\": \"MEENA\",\n   \"last_name\": \"KUMARI\",\n   \"npi_number\": 1609163187\n  },\n  {\n   \"first_name\": \"MATTHEUS\",\n   \"last_name\": \"RAMSIS\",\n   \"npi_number\": 1609225135\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"LEON\",\n   \"npi_number\": 1609300441\n  },\n  {\n   \"first_name\": \"ALISON\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1609302165\n  },\n  {\n   \"first_name\": \"SOLOMON\",\n   \"last_name\": \"BIENSTOCK\",\n   \"npi_number\": 1609309061\n  },\n  {\n   \"first_name\": \"SOMEDEB\",\n   \"last_name\": \"BALL\",\n   \"npi_number\": 1609398213\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"BRODERICK\",\n   \"npi_number\": 1609817642\n  },\n  {\n   \"first_name\": \"SAMIR\",\n   \"last_name\": \"PANCHOLY\",\n   \"npi_number\": 1609846674\n  },\n  {\n   \"first_name\": \"EZRA\",\n   \"last_name\": \"AMSTERDAM\",\n   \"npi_number\": 1609857077\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"BRADEN\",\n   \"npi_number\": 1609866755\n  },\n  {\n   \"first_name\": \"DONALD\",\n   \"last_name\": \"EAGERTON\",\n   \"npi_number\": 1609872498\n  },\n  {\n   \"first_name\": \"VENKATESH\",\n   \"last_name\": \"MURTHY\",\n   \"npi_number\": 1609924760\n  },\n  {\n   \"first_name\": \"STUART\",\n   \"last_name\": \"QUAN\",\n   \"npi_number\": 1609957281\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"BORER\",\n   \"npi_number\": 1609963792\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"HESS\",\n   \"npi_number\": 1619003001\n  },\n  {\n   \"first_name\": \"SUZANNE\",\n   \"last_name\": \"BARON\",\n   \"npi_number\": 1619003324\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"DUDZINSKI\",\n   \"npi_number\": 1619004074\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"CALIFF\",\n   \"npi_number\": 1619051331\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"BATES\",\n   \"npi_number\": 1619055266\n  },\n  {\n   \"first_name\": \"LEWIS\",\n   \"last_name\": \"MORGENSTERN\",\n   \"npi_number\": 1619058856\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"HIRSCH\",\n   \"npi_number\": 1619082179\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"HOWARD\",\n   \"npi_number\": 1619082484\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"JANIK\",\n   \"npi_number\": 1619150554\n  },\n  {\n   \"first_name\": \"ERIN\",\n   \"last_name\": \"BOHULA\",\n   \"npi_number\": 1619176732\n  },\n  {\n   \"first_name\": \"AIDEN\",\n   \"last_name\": \"ABIDOV\",\n   \"npi_number\": 1619181427\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"AFILALO\",\n   \"npi_number\": 1619289584\n  },\n  {\n   \"first_name\": \"KASHIF\",\n   \"last_name\": \"ATHER\",\n   \"npi_number\": 1619355591\n  },\n  {\n   \"first_name\": \"PRAKRITI\",\n   \"last_name\": \"GABA\",\n   \"npi_number\": 1619401742\n  },\n  {\n   \"first_name\": \"PIOTR\",\n   \"last_name\": \"SOBIESZCZYK\",\n   \"npi_number\": 1619934031\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"MAURI\",\n   \"npi_number\": 1619934924\n  },\n  {\n   \"first_name\": \"NANCY\",\n   \"last_name\": \"SWEITZER\",\n   \"npi_number\": 1619938081\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"HERMILLER\",\n   \"npi_number\": 1619943263\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"ATTUBATO\",\n   \"npi_number\": 1619963915\n  },\n  {\n   \"first_name\": \"LEE\",\n   \"last_name\": \"SCHWAMM\",\n   \"npi_number\": 1619968260\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"LEVITE\",\n   \"npi_number\": 1619971132\n  },\n  {\n   \"first_name\": \"SUBHA\",\n   \"last_name\": \"RAMAN\",\n   \"npi_number\": 1619981263\n  },\n  {\n   \"first_name\": \"CLIVE\",\n   \"last_name\": \"ROSENDORFF\",\n   \"npi_number\": 1619988086\n  },\n  {\n   \"first_name\": \"AFSHIN\",\n   \"last_name\": \"PARSA\",\n   \"npi_number\": 1619991346\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"ASIMOS\",\n   \"npi_number\": 1619997541\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"ABELA\",\n   \"npi_number\": 1629012299\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"SOLTESZ\",\n   \"npi_number\": 1629015730\n  },\n  {\n   \"first_name\": \"JULIO\",\n   \"last_name\": \"PANZA\",\n   \"npi_number\": 1629028071\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"BRODIE\",\n   \"npi_number\": 1629030341\n  },\n  {\n   \"first_name\": \"DWIGHT\",\n   \"last_name\": \"STAPLETON\",\n   \"npi_number\": 1629043831\n  },\n  {\n   \"first_name\": \"RAVISH\",\n   \"last_name\": \"SACHAR\",\n   \"npi_number\": 1629076161\n  },\n  {\n   \"first_name\": \"LAURENCE\",\n   \"last_name\": \"SPERLING\",\n   \"npi_number\": 1629088083\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BARTON\",\n   \"npi_number\": 1629088869\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"GERACI\",\n   \"npi_number\": 1629096904\n  },\n  {\n   \"first_name\": \"SOTIRIOS\",\n   \"last_name\": \"TSIMIKAS\",\n   \"npi_number\": 1629124417\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"MISHKEL\",\n   \"npi_number\": 1629150768\n  },\n  {\n   \"first_name\": \"ARUN\",\n   \"last_name\": \"SANYAL\",\n   \"npi_number\": 1629168273\n  },\n  {\n   \"first_name\": \"KEVIN\",\n   \"last_name\": \"SHETH\",\n   \"npi_number\": 1629184585\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"HSU\",\n   \"npi_number\": 1629199195\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"BLACKMAN\",\n   \"npi_number\": 1629281852\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"MACKEY\",\n   \"npi_number\": 1629282165\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"LIAO\",\n   \"npi_number\": 1629343785\n  },\n  {\n   \"first_name\": \"COLIN\",\n   \"last_name\": \"PHILLIPS\",\n   \"npi_number\": 1629363742\n  },\n  {\n   \"first_name\": \"OMAR\",\n   \"last_name\": \"KHALIQUE\",\n   \"npi_number\": 1629376850\n  },\n  {\n   \"first_name\": \"HARLEEN\",\n   \"last_name\": \"CHAHIL\",\n   \"npi_number\": 1629481270\n  },\n  {\n   \"first_name\": \"MOHAMED\",\n   \"last_name\": \"GAD\",\n   \"npi_number\": 1629539333\n  },\n  {\n   \"first_name\": \"JAVED\",\n   \"last_name\": \"BUTLER\",\n   \"npi_number\": 1639100928\n  },\n  {\n   \"first_name\": \"OSVALDO\",\n   \"last_name\": \"GIGLIOTTI\",\n   \"npi_number\": 1639123789\n  },\n  {\n   \"first_name\": \"JORGE\",\n   \"last_name\": \"PLUTZKY\",\n   \"npi_number\": 1639135023\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"EISENHAUER\",\n   \"npi_number\": 1639136039\n  },\n  {\n   \"first_name\": \"STEVE\",\n   \"last_name\": \"OMMEN\",\n   \"npi_number\": 1639141559\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BERG\",\n   \"npi_number\": 1639142086\n  },\n  {\n   \"first_name\": \"LAVANYA\",\n   \"last_name\": \"CHERUKURI\",\n   \"npi_number\": 1639147473\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"MOORE\",\n   \"npi_number\": 1639149263\n  },\n  {\n   \"first_name\": \"WAYNE\",\n   \"last_name\": \"BATCHELOR\",\n   \"npi_number\": 1639172885\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"KIM\",\n   \"npi_number\": 1639181746\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"HALPERN\",\n   \"npi_number\": 1639232143\n  },\n  {\n   \"first_name\": \"PHILIP\",\n   \"last_name\": \"ADES\",\n   \"npi_number\": 1639251861\n  },\n  {\n   \"first_name\": \"ELISHA\",\n   \"last_name\": \"BROWNFIELD\",\n   \"npi_number\": 1639287683\n  },\n  {\n   \"first_name\": \"HUU TAM\",\n   \"last_name\": \"TRUONG\",\n   \"npi_number\": 1639339203\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"VAVALLE\",\n   \"npi_number\": 1639395056\n  },\n  {\n   \"first_name\": \"TANUSH\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1639413636\n  },\n  {\n   \"first_name\": \"FARAH\",\n   \"last_name\": \"KAIKSOW\",\n   \"npi_number\": 1639436801\n  },\n  {\n   \"first_name\": \"GRACE\",\n   \"last_name\": \"HSIEH\",\n   \"npi_number\": 1639518376\n  },\n  {\n   \"first_name\": \"MAHESHKUMAR\",\n   \"last_name\": \"DESAI\",\n   \"npi_number\": 1639522865\n  },\n  {\n   \"first_name\": \"NEEL\",\n   \"last_name\": \"BUTALA\",\n   \"npi_number\": 1639582588\n  },\n  {\n   \"first_name\": \"BRADLEY\",\n   \"last_name\": \"COLLINS\",\n   \"npi_number\": 1639666423\n  },\n  {\n   \"first_name\": \"DEVESH\",\n   \"last_name\": \"RAI\",\n   \"npi_number\": 1639699523\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"HENDRICKSON\",\n   \"npi_number\": 1639811268\n  },\n  {\n   \"first_name\": \"WALTER\",\n   \"last_name\": \"WOODY\",\n   \"npi_number\": 1649203688\n  },\n  {\n   \"first_name\": \"SETH\",\n   \"last_name\": \"BAUM\",\n   \"npi_number\": 1649210121\n  },\n  {\n   \"first_name\": \"JOANNA\",\n   \"last_name\": \"WYKRZYKOWSKA\",\n   \"npi_number\": 1649217696\n  },\n  {\n   \"first_name\": \"ELAINE\",\n   \"last_name\": \"TSENG\",\n   \"npi_number\": 1649243197\n  },\n  {\n   \"first_name\": \"AMIR\",\n   \"last_name\": \"LERMAN\",\n   \"npi_number\": 1649257171\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"CHARYTAN\",\n   \"npi_number\": 1649261264\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"WOODWARD\",\n   \"npi_number\": 1649317843\n  },\n  {\n   \"first_name\": \"KAY\",\n   \"last_name\": \"CHANG\",\n   \"npi_number\": 1649318577\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"REINER\",\n   \"npi_number\": 1649349226\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"KOKKINOS\",\n   \"npi_number\": 1649369364\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"TAYEK\",\n   \"npi_number\": 1649389644\n  },\n  {\n   \"first_name\": \"PUJA\",\n   \"last_name\": \"PARIKH\",\n   \"npi_number\": 1649415290\n  },\n  {\n   \"first_name\": \"MARIA\",\n   \"last_name\": \"DANILA\",\n   \"npi_number\": 1649485020\n  },\n  {\n   \"first_name\": \"AMANDA\",\n   \"last_name\": \"FERNANDES\",\n   \"npi_number\": 1649602863\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"HUCK\",\n   \"npi_number\": 1649666462\n  },\n  {\n   \"first_name\": \"KALPIT\",\n   \"last_name\": \"DEVANI\",\n   \"npi_number\": 1649684077\n  },\n  {\n   \"first_name\": \"SAID\",\n   \"last_name\": \"ASHRAF\",\n   \"npi_number\": 1649699034\n  },\n  {\n   \"first_name\": \"LESLIE\",\n   \"last_name\": \"SAXON\",\n   \"npi_number\": 1659319689\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"PRICE\",\n   \"npi_number\": 1659343945\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"FINE\",\n   \"npi_number\": 1659344836\n  },\n  {\n   \"first_name\": \"SAMMY\",\n   \"last_name\": \"ELMARIAH\",\n   \"npi_number\": 1659350858\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"SNYDER\",\n   \"npi_number\": 1659354561\n  },\n  {\n   \"first_name\": \"ELAZER\",\n   \"last_name\": \"EDELMAN\",\n   \"npi_number\": 1659369460\n  },\n  {\n   \"first_name\": \"PHILIP\",\n   \"last_name\": \"BARIE\",\n   \"npi_number\": 1659395937\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"LITTLE\",\n   \"npi_number\": 1659412336\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"WU\",\n   \"npi_number\": 1659436186\n  },\n  {\n   \"first_name\": \"SUSHEEL\",\n   \"last_name\": \"KODALI\",\n   \"npi_number\": 1659455335\n  },\n  {\n   \"first_name\": \"KENNETH\",\n   \"last_name\": \"MAHAFFEY\",\n   \"npi_number\": 1659455707\n  },\n  {\n   \"first_name\": \"MANINDER\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1659500452\n  },\n  {\n   \"first_name\": \"HARNEET\",\n   \"last_name\": \"WALIA\",\n   \"npi_number\": 1659510618\n  },\n  {\n   \"first_name\": \"PRADEEP\",\n   \"last_name\": \"NAIR\",\n   \"npi_number\": 1659517670\n  },\n  {\n   \"first_name\": \"MADHU\",\n   \"last_name\": \"PALADUGU\",\n   \"npi_number\": 1659532596\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"ARAI\",\n   \"npi_number\": 1659538627\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"LOGAN\",\n   \"npi_number\": 1659585289\n  },\n  {\n   \"first_name\": \"VASVI\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1659652816\n  },\n  {\n   \"first_name\": \"RORY\",\n   \"last_name\": \"BRICKER\",\n   \"npi_number\": 1659670891\n  },\n  {\n   \"first_name\": \"EMMANUEL\",\n   \"last_name\": \"AKINTOYE\",\n   \"npi_number\": 1659767598\n  },\n  {\n   \"first_name\": \"WAYNEHO\",\n   \"last_name\": \"KAM\",\n   \"npi_number\": 1659767911\n  },\n  {\n   \"first_name\": \"TOMOYA\",\n   \"last_name\": \"HINOHARA\",\n   \"npi_number\": 1659799799\n  },\n  {\n   \"first_name\": \"NOMAN\",\n   \"last_name\": \"LATEEF\",\n   \"npi_number\": 1659858728\n  },\n  {\n   \"first_name\": \"KILLIAN\",\n   \"last_name\": \"MCCARTHY\",\n   \"npi_number\": 1659892354\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"CHEUNG\",\n   \"npi_number\": 1669094074\n  },\n  {\n   \"first_name\": \"UWE\",\n   \"last_name\": \"SCHOEPF\",\n   \"npi_number\": 1669410163\n  },\n  {\n   \"first_name\": \"MEGAN\",\n   \"last_name\": \"LEARY\",\n   \"npi_number\": 1669419859\n  },\n  {\n   \"first_name\": \"AUGUSTO\",\n   \"last_name\": \"PICHARD\",\n   \"npi_number\": 1669422960\n  },\n  {\n   \"first_name\": \"LARRY\",\n   \"last_name\": \"BADDOUR\",\n   \"npi_number\": 1669444915\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"BERGENSTAL\",\n   \"npi_number\": 1669459061\n  },\n  {\n   \"first_name\": \"AARON\",\n   \"last_name\": \"WAXMAN\",\n   \"npi_number\": 1669461810\n  },\n  {\n   \"first_name\": \"RIYAZ\",\n   \"last_name\": \"BASHIR\",\n   \"npi_number\": 1669466793\n  },\n  {\n   \"first_name\": \"TRAVIS\",\n   \"last_name\": \"BAGGETT\",\n   \"npi_number\": 1669484176\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"BERGER\",\n   \"npi_number\": 1669489936\n  },\n  {\n   \"first_name\": \"CRAIG\",\n   \"last_name\": \"COOPERSMITH\",\n   \"npi_number\": 1669499117\n  },\n  {\n   \"first_name\": \"SANTIAGO\",\n   \"last_name\": \"GARCIA\",\n   \"npi_number\": 1669517785\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"CLASSEN\",\n   \"npi_number\": 1669551172\n  },\n  {\n   \"first_name\": \"KIM\",\n   \"last_name\": \"EAGLE\",\n   \"npi_number\": 1669558797\n  },\n  {\n   \"first_name\": \"MARTIN\",\n   \"last_name\": \"LEON\",\n   \"npi_number\": 1669559480\n  },\n  {\n   \"first_name\": \"MARIO\",\n   \"last_name\": \"GARCIA\",\n   \"npi_number\": 1669567210\n  },\n  {\n   \"first_name\": \"MILIND\",\n   \"last_name\": \"DESAI\",\n   \"npi_number\": 1669572152\n  },\n  {\n   \"first_name\": \"MOHAMMED\",\n   \"last_name\": \"GHANAMAH\",\n   \"npi_number\": 1669625059\n  },\n  {\n   \"first_name\": \"IHAB\",\n   \"last_name\": \"ALOMARI\",\n   \"npi_number\": 1669628319\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"SARKEES\",\n   \"npi_number\": 1669649075\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"FASELIS\",\n   \"npi_number\": 1669653218\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"MENTZ\",\n   \"npi_number\": 1669670790\n  },\n  {\n   \"first_name\": \"AREF\",\n   \"last_name\": \"RAHMAN\",\n   \"npi_number\": 1669674180\n  },\n  {\n   \"first_name\": \"BRETT\",\n   \"last_name\": \"CARROLL\",\n   \"npi_number\": 1669768123\n  },\n  {\n   \"first_name\": \"SAMEER\",\n   \"last_name\": \"HIRJI\",\n   \"npi_number\": 1669866760\n  },\n  {\n   \"first_name\": \"ANUBHA\",\n   \"last_name\": \"AGARWAL\",\n   \"npi_number\": 1669892683\n  },\n  {\n   \"first_name\": \"KIROLOS\",\n   \"last_name\": \"BARSSOUM\",\n   \"npi_number\": 1669997904\n  },\n  {\n   \"first_name\": \"RAKESH\",\n   \"last_name\": \"BISWAS\",\n   \"npi_number\": 1679003487\n  },\n  {\n   \"first_name\": \"EMILY\",\n   \"last_name\": \"TAT\",\n   \"npi_number\": 1679192884\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"HERRMANN\",\n   \"npi_number\": 1679503783\n  },\n  {\n   \"first_name\": \"BARRY\",\n   \"last_name\": \"FUCHS\",\n   \"npi_number\": 1679507743\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"PADERA\",\n   \"npi_number\": 1679509640\n  },\n  {\n   \"first_name\": \"JON\",\n   \"last_name\": \"GILES\",\n   \"npi_number\": 1679511810\n  },\n  {\n   \"first_name\": \"CINDY\",\n   \"last_name\": \"GRINES\",\n   \"npi_number\": 1679532311\n  },\n  {\n   \"first_name\": \"BRENDAN\",\n   \"last_name\": \"EVERETT\",\n   \"npi_number\": 1679556971\n  },\n  {\n   \"first_name\": \"JACK\",\n   \"last_name\": \"ANSELL\",\n   \"npi_number\": 1679559652\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"ALTER\",\n   \"npi_number\": 1679569404\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"SIMONTON\",\n   \"npi_number\": 1679586895\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"EARLS\",\n   \"npi_number\": 1679591689\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"GALLO\",\n   \"npi_number\": 1679598890\n  },\n  {\n   \"first_name\": \"MASUD\",\n   \"last_name\": \"KHANDAKER\",\n   \"npi_number\": 1679615355\n  },\n  {\n   \"first_name\": \"SANGEETA\",\n   \"last_name\": \"KASHYAP\",\n   \"npi_number\": 1679633622\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"JAUCH\",\n   \"npi_number\": 1679643845\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"PENN\",\n   \"npi_number\": 1679665228\n  },\n  {\n   \"first_name\": \"GARY\",\n   \"last_name\": \"FRANCIS\",\n   \"npi_number\": 1679666317\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"ELLIS\",\n   \"npi_number\": 1679667208\n  },\n  {\n   \"first_name\": \"HAITAO\",\n   \"last_name\": \"ZHANG\",\n   \"npi_number\": 1679716344\n  },\n  {\n   \"first_name\": \"DANNY\",\n   \"last_name\": \"RAMZY\",\n   \"npi_number\": 1679723175\n  },\n  {\n   \"first_name\": \"PRIYANKA\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1679738629\n  },\n  {\n   \"first_name\": \"AMIT\",\n   \"last_name\": \"BHARGAVA\",\n   \"npi_number\": 1679796999\n  },\n  {\n   \"first_name\": \"SUVASINI\",\n   \"last_name\": \"LAKSHMANAN\",\n   \"npi_number\": 1679914642\n  },\n  {\n   \"first_name\": \"MAHMOUD\",\n   \"last_name\": \"MORSI\",\n   \"npi_number\": 1689066144\n  },\n  {\n   \"first_name\": \"HARIS\",\n   \"last_name\": \"RIAZ\",\n   \"npi_number\": 1689081069\n  },\n  {\n   \"first_name\": \"SONIA\",\n   \"last_name\": \"ANAND\",\n   \"npi_number\": 1689274649\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"CALLAHAM\",\n   \"npi_number\": 1689613481\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"PETRELLA\",\n   \"npi_number\": 1689619835\n  },\n  {\n   \"first_name\": \"STUART\",\n   \"last_name\": \"ZARICH\",\n   \"npi_number\": 1689633596\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"BACH\",\n   \"npi_number\": 1689645616\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"BIGELOW\",\n   \"npi_number\": 1689647216\n  },\n  {\n   \"first_name\": \"ALICE\",\n   \"last_name\": \"JACOBS\",\n   \"npi_number\": 1689651416\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"FISCHMAN\",\n   \"npi_number\": 1689697484\n  },\n  {\n   \"first_name\": \"WEN\",\n   \"last_name\": \"LAI\",\n   \"npi_number\": 1689698870\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"JANKOWICH\",\n   \"npi_number\": 1689718090\n  },\n  {\n   \"first_name\": \"EUGENIA\",\n   \"last_name\": \"GIANOS\",\n   \"npi_number\": 1689726630\n  },\n  {\n   \"first_name\": \"MUREDACH\",\n   \"last_name\": \"REILLY\",\n   \"npi_number\": 1689750408\n  },\n  {\n   \"first_name\": \"RALPH\",\n   \"last_name\": \"BRINDIS\",\n   \"npi_number\": 1689752479\n  },\n  {\n   \"first_name\": \"FREDERICK\",\n   \"last_name\": \"ASKARI\",\n   \"npi_number\": 1689756108\n  },\n  {\n   \"first_name\": \"KRISTIN\",\n   \"last_name\": \"NICHOL\",\n   \"npi_number\": 1689766792\n  },\n  {\n   \"first_name\": \"SUSANNAH\",\n   \"last_name\": \"BERNHEIM\",\n   \"npi_number\": 1689789224\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"ABRAHAM\",\n   \"npi_number\": 1689791196\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"WEINREICH\",\n   \"npi_number\": 1689917437\n  },\n  {\n   \"first_name\": \"SHEENA\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1689986002\n  },\n  {\n   \"first_name\": \"HASANIAN\",\n   \"last_name\": \"JILAIHAWI\",\n   \"npi_number\": 1699020859\n  },\n  {\n   \"first_name\": \"TESFAYE\",\n   \"last_name\": \"TELILA\",\n   \"npi_number\": 1699054775\n  },\n  {\n   \"first_name\": \"UJJWAL\",\n   \"last_name\": \"RASTOGI\",\n   \"npi_number\": 1699169904\n  },\n  {\n   \"first_name\": \"RACHEL\",\n   \"last_name\": \"BEEKMAN\",\n   \"npi_number\": 1699186262\n  },\n  {\n   \"first_name\": \"SHILPKUMAR\",\n   \"last_name\": \"ARORA\",\n   \"npi_number\": 1699194365\n  },\n  {\n   \"first_name\": \"FERNANDO\",\n   \"last_name\": \"ALFONSO\",\n   \"npi_number\": 1699198952\n  },\n  {\n   \"first_name\": \"SCOTT\",\n   \"last_name\": \"KAPLIN\",\n   \"npi_number\": 1699205716\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"BODEN\",\n   \"npi_number\": 1699700138\n  },\n  {\n   \"first_name\": \"SUZANNE\",\n   \"last_name\": \"OPARIL\",\n   \"npi_number\": 1699700393\n  },\n  {\n   \"first_name\": \"VERA\",\n   \"last_name\": \"BITTNER\",\n   \"npi_number\": 1699720151\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"BURKE\",\n   \"npi_number\": 1699723197\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"LOSCALZO\",\n   \"npi_number\": 1699731844\n  },\n  {\n   \"first_name\": \"EHRIN\",\n   \"last_name\": \"ARMSTRONG\",\n   \"npi_number\": 1699733634\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"JANUZZI\",\n   \"npi_number\": 1699757062\n  },\n  {\n   \"first_name\": \"HARLAN\",\n   \"last_name\": \"KRUMHOLZ\",\n   \"npi_number\": 1699764480\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"HUNTER\",\n   \"npi_number\": 1699781146\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"LAMBERT\",\n   \"npi_number\": 1699797175\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"EXAIRE\",\n   \"npi_number\": 1699821520\n  },\n  {\n   \"first_name\": \"KRIS\",\n   \"last_name\": \"KOWDLEY\",\n   \"npi_number\": 1699850404\n  },\n  {\n   \"first_name\": \"CHEONG\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1699851915\n  },\n  {\n   \"first_name\": \"ETHAN\",\n   \"last_name\": \"CUMBLER\",\n   \"npi_number\": 1699865279\n  },\n  {\n   \"first_name\": \"MARC\",\n   \"last_name\": \"PELLETIER\",\n   \"npi_number\": 1699883207\n  },\n  {\n   \"first_name\": \"ADEBOWALE\",\n   \"last_name\": \"ADEYEMO\",\n   \"npi_number\": 1699904268\n  },\n  {\n   \"first_name\": \"AMIT\",\n   \"last_name\": \"AMIN\",\n   \"npi_number\": 1699911123\n  },\n  {\n   \"first_name\": \"NEHA\",\n   \"last_name\": \"PAGIDIPATI\",\n   \"npi_number\": 1699933234\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"THOMAS\",\n   \"npi_number\": 1699968735\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"WALDO\",\n   \"npi_number\": 1699970210\n  },\n  {\n   \"first_name\": \"PATRYCJA\",\n   \"last_name\": \"GALAZKA\",\n   \"npi_number\": 1700015658\n  },\n  {\n   \"first_name\": \"PRADEEP\",\n   \"last_name\": \"NATARAJAN\",\n   \"npi_number\": 1700045945\n  },\n  {\n   \"first_name\": \"BRYAN\",\n   \"last_name\": \"YAN\",\n   \"npi_number\": 1700071511\n  },\n  {\n   \"first_name\": \"ABDUR\",\n   \"last_name\": \"KHAN\",\n   \"npi_number\": 1700132750\n  },\n  {\n   \"first_name\": \"KEYUR\",\n   \"last_name\": \"PARIKH\",\n   \"npi_number\": 1700157450\n  },\n  {\n   \"first_name\": \"BO\",\n   \"last_name\": \"HU\",\n   \"npi_number\": 1700165701\n  },\n  {\n   \"first_name\": \"BHARATH\",\n   \"last_name\": \"RAJAGOPALAN\",\n   \"npi_number\": 1700199445\n  },\n  {\n   \"first_name\": \"EMILY\",\n   \"last_name\": \"LAU\",\n   \"npi_number\": 1700224185\n  },\n  {\n   \"first_name\": \"KAVISHA\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1700262672\n  },\n  {\n   \"first_name\": \"AARON\",\n   \"last_name\": \"SHAIKH\",\n   \"npi_number\": 1700310604\n  },\n  {\n   \"first_name\": \"BOB\",\n   \"last_name\": \"KIAII\",\n   \"npi_number\": 1700423282\n  },\n  {\n   \"first_name\": \"HOLLY\",\n   \"last_name\": \"BATAL\",\n   \"npi_number\": 1700811361\n  },\n  {\n   \"first_name\": \"JEPTHA\",\n   \"last_name\": \"CURTIS\",\n   \"npi_number\": 1700876273\n  },\n  {\n   \"first_name\": \"ZACHARY\",\n   \"last_name\": \"BLOOMGARDEN\",\n   \"npi_number\": 1700892635\n  },\n  {\n   \"first_name\": \"NIHAR\",\n   \"last_name\": \"DESAI\",\n   \"npi_number\": 1700930120\n  },\n  {\n   \"first_name\": \"RALPH\",\n   \"last_name\": \"SACCO\",\n   \"npi_number\": 1700940236\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"PENNY\",\n   \"npi_number\": 1700970498\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"MURPHY\",\n   \"npi_number\": 1700970993\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"COCA\",\n   \"npi_number\": 1700972346\n  },\n  {\n   \"first_name\": \"C\",\n   \"last_name\": \"OZAKI\",\n   \"npi_number\": 1700999620\n  },\n  {\n   \"first_name\": \"BASSEM\",\n   \"last_name\": \"CHEHAB\",\n   \"npi_number\": 1710006820\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"HLATKY\",\n   \"npi_number\": 1710013966\n  },\n  {\n   \"first_name\": \"JOEY\",\n   \"last_name\": \"GEE\",\n   \"npi_number\": 1710058698\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"MIN\",\n   \"npi_number\": 1710067368\n  },\n  {\n   \"first_name\": \"PIA\",\n   \"last_name\": \"POLLACK\",\n   \"npi_number\": 1710092903\n  },\n  {\n   \"first_name\": \"FEDERICO\",\n   \"last_name\": \"ASCH\",\n   \"npi_number\": 1710144878\n  },\n  {\n   \"first_name\": \"ANTHONY\",\n   \"last_name\": \"BAVRY\",\n   \"npi_number\": 1710157714\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"TATTERSALL\",\n   \"npi_number\": 1710187018\n  },\n  {\n   \"first_name\": \"BRITTANY\",\n   \"last_name\": \"ZWISCHENBERGER\",\n   \"npi_number\": 1710205901\n  },\n  {\n   \"first_name\": \"PING\",\n   \"last_name\": \"HE\",\n   \"npi_number\": 1710249354\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"AMINIAN\",\n   \"npi_number\": 1710252184\n  },\n  {\n   \"first_name\": \"ELIZABETH\",\n   \"last_name\": \"MAHONEY\",\n   \"npi_number\": 1710256169\n  },\n  {\n   \"first_name\": \"MOHAMED\",\n   \"last_name\": \"ELSHAZLY\",\n   \"npi_number\": 1710290721\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"MALIK\",\n   \"npi_number\": 1710305156\n  },\n  {\n   \"first_name\": \"RAHUL\",\n   \"last_name\": \"DHAWAN\",\n   \"npi_number\": 1710361233\n  },\n  {\n   \"first_name\": \"KRISTEN\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1710416797\n  },\n  {\n   \"first_name\": \"AMIT\",\n   \"last_name\": \"DEY\",\n   \"npi_number\": 1710515051\n  },\n  {\n   \"first_name\": \"ILANA\",\n   \"last_name\": \"GOLUB\",\n   \"npi_number\": 1710545199\n  },\n  {\n   \"first_name\": \"SUSAN\",\n   \"last_name\": \"SMYTH\",\n   \"npi_number\": 1710916275\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"LEWIS\",\n   \"npi_number\": 1710919675\n  },\n  {\n   \"first_name\": \"MEHMET\",\n   \"last_name\": \"CILINGIROGLU\",\n   \"npi_number\": 1710922125\n  },\n  {\n   \"first_name\": \"CAMERON\",\n   \"last_name\": \"HAERY\",\n   \"npi_number\": 1710934674\n  },\n  {\n   \"first_name\": \"HUGH\",\n   \"last_name\": \"CALKINS\",\n   \"npi_number\": 1710945068\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"FRY\",\n   \"npi_number\": 1710951181\n  },\n  {\n   \"first_name\": \"SHARON\",\n   \"last_name\": \"CHEATHAM\",\n   \"npi_number\": 1710975362\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"RIDDLE\",\n   \"npi_number\": 1710992227\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"MOULTON\",\n   \"npi_number\": 1710999024\n  },\n  {\n   \"first_name\": \"SERGIO\",\n   \"last_name\": \"WAXMAN\",\n   \"npi_number\": 1720003494\n  },\n  {\n   \"first_name\": \"VINCENT\",\n   \"last_name\": \"POMPILI\",\n   \"npi_number\": 1720008360\n  },\n  {\n   \"first_name\": \"DERK\",\n   \"last_name\": \"KRIEGER\",\n   \"npi_number\": 1720028103\n  },\n  {\n   \"first_name\": \"KUL\",\n   \"last_name\": \"AGGARWAL\",\n   \"npi_number\": 1720038300\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"JOGLAR\",\n   \"npi_number\": 1720043540\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"OPOTOWSKY\",\n   \"npi_number\": 1720046659\n  },\n  {\n   \"first_name\": \"JERSEY\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1720046683\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"SAWYER\",\n   \"npi_number\": 1720058209\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"BATES\",\n   \"npi_number\": 1720076334\n  },\n  {\n   \"first_name\": \"BLASE\",\n   \"last_name\": \"CARABELLO\",\n   \"npi_number\": 1720092562\n  },\n  {\n   \"first_name\": \"GREGG\",\n   \"last_name\": \"LANIER\",\n   \"npi_number\": 1720099732\n  },\n  {\n   \"first_name\": \"SIDNEY\",\n   \"last_name\": \"SMITH\",\n   \"npi_number\": 1720157076\n  },\n  {\n   \"first_name\": \"ERIK\",\n   \"last_name\": \"OHMAN\",\n   \"npi_number\": 1720162639\n  },\n  {\n   \"first_name\": \"MOHAMAD ADNAN\",\n   \"last_name\": \"ALKHOULI\",\n   \"npi_number\": 1720220536\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"MORRISON\",\n   \"npi_number\": 1720221732\n  },\n  {\n   \"first_name\": \"ALEXA\",\n   \"last_name\": \"SIDDON\",\n   \"npi_number\": 1720240302\n  },\n  {\n   \"first_name\": \"SHIRA\",\n   \"last_name\": \"ABELES\",\n   \"npi_number\": 1720240625\n  },\n  {\n   \"first_name\": \"SACHIN\",\n   \"last_name\": \"GOEL\",\n   \"npi_number\": 1720255698\n  },\n  {\n   \"first_name\": \"ERICA\",\n   \"last_name\": \"SPATZ\",\n   \"npi_number\": 1720293186\n  },\n  {\n   \"first_name\": \"CORRINE\",\n   \"last_name\": \"JURGENS\",\n   \"npi_number\": 1720294077\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"BENSON\",\n   \"npi_number\": 1720306608\n  },\n  {\n   \"first_name\": \"RISHI\",\n   \"last_name\": \"WADHERA\",\n   \"npi_number\": 1720372980\n  },\n  {\n   \"first_name\": \"SRINATH\",\n   \"last_name\": \"ADUSUMALLI\",\n   \"npi_number\": 1720373418\n  },\n  {\n   \"first_name\": \"NIRMANMOH\",\n   \"last_name\": \"BHATIA\",\n   \"npi_number\": 1720374911\n  },\n  {\n   \"first_name\": \"JOSEPHINE\",\n   \"last_name\": \"HARRINGTON\",\n   \"npi_number\": 1720442569\n  },\n  {\n   \"first_name\": \"SUGANDHI\",\n   \"last_name\": \"MAHAJAN\",\n   \"npi_number\": 1720500101\n  },\n  {\n   \"first_name\": \"LESLIE\",\n   \"last_name\": \"CHANG\",\n   \"npi_number\": 1720578818\n  },\n  {\n   \"first_name\": \"NATHAN\",\n   \"last_name\": \"PHAM\",\n   \"npi_number\": 1720582539\n  },\n  {\n   \"first_name\": \"TARAL\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1730111642\n  },\n  {\n   \"first_name\": \"EHTISHAM\",\n   \"last_name\": \"MAHMUD\",\n   \"npi_number\": 1730112335\n  },\n  {\n   \"first_name\": \"SAMUEL\",\n   \"last_name\": \"BERKMAN\",\n   \"npi_number\": 1730114752\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"STEELE\",\n   \"npi_number\": 1730114778\n  },\n  {\n   \"first_name\": \"GERALD\",\n   \"last_name\": \"NACCARELLI\",\n   \"npi_number\": 1730137407\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"CREAGER\",\n   \"npi_number\": 1730139254\n  },\n  {\n   \"first_name\": \"WAEL\",\n   \"last_name\": \"SABER\",\n   \"npi_number\": 1730145863\n  },\n  {\n   \"first_name\": \"SUHAIL\",\n   \"last_name\": \"DOHAD\",\n   \"npi_number\": 1730151085\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"APPLEGATE\",\n   \"npi_number\": 1730163197\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"BLACKSHEAR\",\n   \"npi_number\": 1730176991\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"SKINNER\",\n   \"npi_number\": 1730184912\n  },\n  {\n   \"first_name\": \"KEVIN\",\n   \"last_name\": \"ABBOTT\",\n   \"npi_number\": 1730289133\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"BAJZER\",\n   \"npi_number\": 1730292442\n  },\n  {\n   \"first_name\": \"LOUIS\",\n   \"last_name\": \"FIORE\",\n   \"npi_number\": 1730299231\n  },\n  {\n   \"first_name\": \"NITIN\",\n   \"last_name\": \"BARMAN\",\n   \"npi_number\": 1730299314\n  },\n  {\n   \"first_name\": \"SHUAB\",\n   \"last_name\": \"OMER\",\n   \"npi_number\": 1730333204\n  },\n  {\n   \"first_name\": \"LUKASZ\",\n   \"last_name\": \"PARTYKA\",\n   \"npi_number\": 1730344847\n  },\n  {\n   \"first_name\": \"RITA\",\n   \"last_name\": \"CORAM\",\n   \"npi_number\": 1730379058\n  },\n  {\n   \"first_name\": \"CAMPBELL\",\n   \"last_name\": \"ROGERS\",\n   \"npi_number\": 1730381096\n  },\n  {\n   \"first_name\": \"BHARATHI\",\n   \"last_name\": \"UPADHYA\",\n   \"npi_number\": 1730381989\n  },\n  {\n   \"first_name\": \"NILESHKUMAR\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1730425893\n  },\n  {\n   \"first_name\": \"ALEXANDROS\",\n   \"last_name\": \"BRIASOULIS\",\n   \"npi_number\": 1730493222\n  },\n  {\n   \"first_name\": \"BRITTANY\",\n   \"last_name\": \"WEBER\",\n   \"npi_number\": 1730527227\n  },\n  {\n   \"first_name\": \"VINAYAK\",\n   \"last_name\": \"BAPAT\",\n   \"npi_number\": 1730617713\n  },\n  {\n   \"first_name\": \"NIHAR\",\n   \"last_name\": \"BHAKTA\",\n   \"npi_number\": 1730653080\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"WILENSKY\",\n   \"npi_number\": 1740212034\n  },\n  {\n   \"first_name\": \"FREDERIC\",\n   \"last_name\": \"RESNIC\",\n   \"npi_number\": 1740231281\n  },\n  {\n   \"first_name\": \"ROLF\",\n   \"last_name\": \"ANDERSEN\",\n   \"npi_number\": 1740257088\n  },\n  {\n   \"first_name\": \"BRENT\",\n   \"last_name\": \"MCLAURIN\",\n   \"npi_number\": 1740266725\n  },\n  {\n   \"first_name\": \"JOANNE\",\n   \"last_name\": \"FOODY\",\n   \"npi_number\": 1740278951\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"FRIEDMAN\",\n   \"npi_number\": 1740305671\n  },\n  {\n   \"first_name\": \"DOROTHEA\",\n   \"last_name\": \"ALTSCHUL\",\n   \"npi_number\": 1740323138\n  },\n  {\n   \"first_name\": \"RUBIN\",\n   \"last_name\": \"COHEN\",\n   \"npi_number\": 1740351139\n  },\n  {\n   \"first_name\": \"ROOP\",\n   \"last_name\": \"KAW\",\n   \"npi_number\": 1740356906\n  },\n  {\n   \"first_name\": \"MITCHELL\",\n   \"last_name\": \"KRUCOFF\",\n   \"npi_number\": 1740364801\n  },\n  {\n   \"first_name\": \"HAO\",\n   \"last_name\": \"XU\",\n   \"npi_number\": 1740368414\n  },\n  {\n   \"first_name\": \"GARIMA\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1740422278\n  },\n  {\n   \"first_name\": \"NEAL\",\n   \"last_name\": \"SAWLANI\",\n   \"npi_number\": 1740443969\n  },\n  {\n   \"first_name\": \"AMAR\",\n   \"last_name\": \"KRISHNASWAMY\",\n   \"npi_number\": 1740487024\n  },\n  {\n   \"first_name\": \"KRISHNA\",\n   \"last_name\": \"ARAGAM\",\n   \"npi_number\": 1740573062\n  },\n  {\n   \"first_name\": \"HASAN\",\n   \"last_name\": \"SIDDIQI\",\n   \"npi_number\": 1740626837\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"OSTROMINSKI\",\n   \"npi_number\": 1740770155\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"LOGAN\",\n   \"npi_number\": 1750311395\n  },\n  {\n   \"first_name\": \"GREGG\",\n   \"last_name\": \"FONAROW\",\n   \"npi_number\": 1750316402\n  },\n  {\n   \"first_name\": \"MINA\",\n   \"last_name\": \"CHUNG\",\n   \"npi_number\": 1750326716\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"GERSCHUTZ\",\n   \"npi_number\": 1750339578\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"HELTON\",\n   \"npi_number\": 1750345211\n  },\n  {\n   \"first_name\": \"HENRY\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1750351169\n  },\n  {\n   \"first_name\": \"PINAK\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1750371480\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"JAFF\",\n   \"npi_number\": 1750372884\n  },\n  {\n   \"first_name\": \"JANICE\",\n   \"last_name\": \"LEA\",\n   \"npi_number\": 1750391769\n  },\n  {\n   \"first_name\": \"KARINA\",\n   \"last_name\": \"DAVIDSON\",\n   \"npi_number\": 1750406641\n  },\n  {\n   \"first_name\": \"SURAJ\",\n   \"last_name\": \"SAGGAR\",\n   \"npi_number\": 1750419958\n  },\n  {\n   \"first_name\": \"RISHI\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1750447660\n  },\n  {\n   \"first_name\": \"SANKAR\",\n   \"last_name\": \"NAVANEETHAN\",\n   \"npi_number\": 1750480562\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"BROPHY\",\n   \"npi_number\": 1750495388\n  },\n  {\n   \"first_name\": \"JUSTIN\",\n   \"last_name\": \"GRODIN\",\n   \"npi_number\": 1750511820\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"BERGMARK\",\n   \"npi_number\": 1750676375\n  },\n  {\n   \"first_name\": \"OLUWOLE\",\n   \"last_name\": \"ADEGBALA\",\n   \"npi_number\": 1750736864\n  },\n  {\n   \"first_name\": \"XU\",\n   \"last_name\": \"HAN\",\n   \"npi_number\": 1750750832\n  },\n  {\n   \"first_name\": \"POONAM\",\n   \"last_name\": \"BHYAN\",\n   \"npi_number\": 1750796033\n  },\n  {\n   \"first_name\": \"BRUCE ADRIAN\",\n   \"last_name\": \"CASIPIT\",\n   \"npi_number\": 1760050843\n  },\n  {\n   \"first_name\": \"LAUREN\",\n   \"last_name\": \"PERRIN\",\n   \"npi_number\": 1760124572\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"ROSENSON\",\n   \"npi_number\": 1760407449\n  },\n  {\n   \"first_name\": \"KENDRICK\",\n   \"last_name\": \"SHUNK\",\n   \"npi_number\": 1760418230\n  },\n  {\n   \"first_name\": \"CHRISTIAN\",\n   \"last_name\": \"RUFF\",\n   \"npi_number\": 1760420061\n  },\n  {\n   \"first_name\": \"PREM\",\n   \"last_name\": \"SHEKAR\",\n   \"npi_number\": 1760448955\n  },\n  {\n   \"first_name\": \"LINDSAY\",\n   \"last_name\": \"FARRER\",\n   \"npi_number\": 1760460745\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"MICHELSON\",\n   \"npi_number\": 1760464994\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"HONG\",\n   \"npi_number\": 1760472401\n  },\n  {\n   \"first_name\": \"NARENDRA\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1760477202\n  },\n  {\n   \"first_name\": \"HAROLD\",\n   \"last_name\": \"DAUERMAN\",\n   \"npi_number\": 1760494272\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"AINSWORTH\",\n   \"npi_number\": 1760541627\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"HAYNES\",\n   \"npi_number\": 1760560460\n  },\n  {\n   \"first_name\": \"KELLEY\",\n   \"last_name\": \"BRANCH\",\n   \"npi_number\": 1760572622\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"ZILE\",\n   \"npi_number\": 1760590707\n  },\n  {\n   \"first_name\": \"OSCAR\",\n   \"last_name\": \"BENAVENTE\",\n   \"npi_number\": 1760599831\n  },\n  {\n   \"first_name\": \"SARAH\",\n   \"last_name\": \"SONG\",\n   \"npi_number\": 1760633606\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"MUHLESTEIN\",\n   \"npi_number\": 1760826978\n  },\n  {\n   \"first_name\": \"KSHITIJ\",\n   \"last_name\": \"CHATTERJEE\",\n   \"npi_number\": 1760898142\n  },\n  {\n   \"first_name\": \"INBAR\",\n   \"last_name\": \"RABER\",\n   \"npi_number\": 1760912695\n  },\n  {\n   \"first_name\": \"ALISA\",\n   \"last_name\": \"GOLDSTEIN\",\n   \"npi_number\": 1770509853\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"PALEVSKY\",\n   \"npi_number\": 1770518763\n  },\n  {\n   \"first_name\": \"CARA\",\n   \"last_name\": \"EAST\",\n   \"npi_number\": 1770530420\n  },\n  {\n   \"first_name\": \"RAJENDRA\",\n   \"last_name\": \"MEHTA\",\n   \"npi_number\": 1770549099\n  },\n  {\n   \"first_name\": \"MORTON\",\n   \"last_name\": \"KERN\",\n   \"npi_number\": 1770587131\n  },\n  {\n   \"first_name\": \"USMAN\",\n   \"last_name\": \"JAVED\",\n   \"npi_number\": 1770592578\n  },\n  {\n   \"first_name\": \"FAISAL\",\n   \"last_name\": \"LATIF\",\n   \"npi_number\": 1770623068\n  },\n  {\n   \"first_name\": \"JIN\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1770656696\n  },\n  {\n   \"first_name\": \"BABETTE\",\n   \"last_name\": \"WEKSLER\",\n   \"npi_number\": 1770670846\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"MESSENGER\",\n   \"npi_number\": 1770673451\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"FAXON\",\n   \"npi_number\": 1770681017\n  },\n  {\n   \"first_name\": \"LORI\",\n   \"last_name\": \"BASTIAN\",\n   \"npi_number\": 1770684110\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"WILSON\",\n   \"npi_number\": 1770698029\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"FOY\",\n   \"npi_number\": 1770744765\n  },\n  {\n   \"first_name\": \"ANUJ\",\n   \"last_name\": \"GOEL\",\n   \"npi_number\": 1770792434\n  },\n  {\n   \"first_name\": \"AMGAD\",\n   \"last_name\": \"MENTIAS\",\n   \"npi_number\": 1770922304\n  },\n  {\n   \"first_name\": \"PIERRE\",\n   \"last_name\": \"ELIAS\",\n   \"npi_number\": 1770947418\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"LADISA\",\n   \"npi_number\": 1780007831\n  },\n  {\n   \"first_name\": \"DERRICK\",\n   \"last_name\": \"TAM\",\n   \"npi_number\": 1780042630\n  },\n  {\n   \"first_name\": \"AHMED\",\n   \"last_name\": \"SUBAHI\",\n   \"npi_number\": 1780137927\n  },\n  {\n   \"first_name\": \"MUHAMMAD KHAWAR\",\n   \"last_name\": \"SANA\",\n   \"npi_number\": 1780257899\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"STEVENSON\",\n   \"npi_number\": 1780641191\n  },\n  {\n   \"first_name\": \"AJAY\",\n   \"last_name\": \"KIRTANE\",\n   \"npi_number\": 1780651497\n  },\n  {\n   \"first_name\": \"ANJAN\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1780653154\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"DOMANSKI\",\n   \"npi_number\": 1780655522\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"SANE\",\n   \"npi_number\": 1780669077\n  },\n  {\n   \"first_name\": \"JOEL\",\n   \"last_name\": \"REGINELLI\",\n   \"npi_number\": 1780687335\n  },\n  {\n   \"first_name\": \"JEREMIAH\",\n   \"last_name\": \"BARONDESS\",\n   \"npi_number\": 1780715110\n  },\n  {\n   \"first_name\": \"ISLAM\",\n   \"last_name\": \"BOLAD\",\n   \"npi_number\": 1780746198\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"DANNENBERG\",\n   \"npi_number\": 1780771881\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"LENIHAN\",\n   \"npi_number\": 1780776799\n  },\n  {\n   \"first_name\": \"ABDULLAH\",\n   \"last_name\": \"KUTLAR\",\n   \"npi_number\": 1780793349\n  },\n  {\n   \"first_name\": \"AMJAD\",\n   \"last_name\": \"ALMAHAMEED\",\n   \"npi_number\": 1780793828\n  },\n  {\n   \"first_name\": \"NATALIA\",\n   \"last_name\": \"BERRY\",\n   \"npi_number\": 1780810291\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"BURTON\",\n   \"npi_number\": 1780880088\n  },\n  {\n   \"first_name\": \"ABHINAV\",\n   \"last_name\": \"GOYAL\",\n   \"npi_number\": 1780881672\n  },\n  {\n   \"first_name\": \"SUBRAMANIAN\",\n   \"last_name\": \"KANNAN\",\n   \"npi_number\": 1780882746\n  },\n  {\n   \"first_name\": \"MONICA\",\n   \"last_name\": \"HOLLOWELL\",\n   \"npi_number\": 1780899013\n  },\n  {\n   \"first_name\": \"AHMED\",\n   \"last_name\": \"BAKHIT\",\n   \"npi_number\": 1780920777\n  },\n  {\n   \"first_name\": \"SHUMEI\",\n   \"last_name\": \"MAN\",\n   \"npi_number\": 1780947655\n  },\n  {\n   \"first_name\": \"ABDUL\",\n   \"last_name\": \"BASIT\",\n   \"npi_number\": 1780951970\n  },\n  {\n   \"first_name\": \"BRETT\",\n   \"last_name\": \"WANAMAKER\",\n   \"npi_number\": 1780953471\n  },\n  {\n   \"first_name\": \"TSUYOSHI\",\n   \"last_name\": \"KANEKO\",\n   \"npi_number\": 1780979070\n  },\n  {\n   \"first_name\": \"GABRIEL\",\n   \"last_name\": \"HERNANDEZ\",\n   \"npi_number\": 1790071645\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"AMBROSY\",\n   \"npi_number\": 1790084051\n  },\n  {\n   \"first_name\": \"SRIKANTH\",\n   \"last_name\": \"YANDRAPALLI\",\n   \"npi_number\": 1790186252\n  },\n  {\n   \"first_name\": \"VIGYAN\",\n   \"last_name\": \"BANG\",\n   \"npi_number\": 1790199727\n  },\n  {\n   \"first_name\": \"SANJAY\",\n   \"last_name\": \"KAUL\",\n   \"npi_number\": 1790713071\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"SANZ\",\n   \"npi_number\": 1790714251\n  },\n  {\n   \"first_name\": \"MATHEW\",\n   \"last_name\": \"WILLIAMS\",\n   \"npi_number\": 1790715324\n  },\n  {\n   \"first_name\": \"RAGAVENDRA\",\n   \"last_name\": \"BALIGA\",\n   \"npi_number\": 1790722197\n  },\n  {\n   \"first_name\": \"CLARA\",\n   \"last_name\": \"MASSEY\",\n   \"npi_number\": 1790723971\n  },\n  {\n   \"first_name\": \"REBECCA\",\n   \"last_name\": \"BEYTH\",\n   \"npi_number\": 1790732469\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"TURCHIN\",\n   \"npi_number\": 1790735207\n  },\n  {\n   \"first_name\": \"REGINALD\",\n   \"last_name\": \"BRUSKEWITZ\",\n   \"npi_number\": 1790740470\n  },\n  {\n   \"first_name\": \"MARTIN\",\n   \"last_name\": \"BURKE\",\n   \"npi_number\": 1790748796\n  },\n  {\n   \"first_name\": \"TYLER\",\n   \"last_name\": \"GLUCKMAN\",\n   \"npi_number\": 1790749422\n  },\n  {\n   \"first_name\": \"HUSAM\",\n   \"last_name\": \"BALKHY\",\n   \"npi_number\": 1790750891\n  },\n  {\n   \"first_name\": \"HARVEY\",\n   \"last_name\": \"WHITE\",\n   \"npi_number\": 1790789592\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"GELORMINI\",\n   \"npi_number\": 1790790442\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"DROZDA\",\n   \"npi_number\": 1790802189\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"MOUKARBEL\",\n   \"npi_number\": 1790811438\n  },\n  {\n   \"first_name\": \"BISWAJIT\",\n   \"last_name\": \"KAR\",\n   \"npi_number\": 1790865053\n  },\n  {\n   \"first_name\": \"AMNEET\",\n   \"last_name\": \"SANDHU\",\n   \"npi_number\": 1790914661\n  },\n  {\n   \"first_name\": \"AMEER\",\n   \"last_name\": \"HASSAN\",\n   \"npi_number\": 1790941052\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"TORMEY\",\n   \"npi_number\": 1790959567\n  },\n  {\n   \"first_name\": \"CHUNSHENG\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1790987931\n  },\n  {\n   \"first_name\": \"AHMED\",\n   \"last_name\": \"HUSSEIN\",\n   \"npi_number\": 1801000476\n  },\n  {\n   \"first_name\": \"SELOMIE\",\n   \"last_name\": \"KEBEDE\",\n   \"npi_number\": 1801024708\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"HALKOS\",\n   \"npi_number\": 1801071501\n  },\n  {\n   \"first_name\": \"BINITA\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1801093596\n  },\n  {\n   \"first_name\": \"AVNISH\",\n   \"last_name\": \"TRIPATHI\",\n   \"npi_number\": 1801150214\n  },\n  {\n   \"first_name\": \"SESHASAYEE\",\n   \"last_name\": \"NARASIMHAN\",\n   \"npi_number\": 1801186762\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"ANGIOLILLO\",\n   \"npi_number\": 1801283718\n  },\n  {\n   \"first_name\": \"SOPHIA\",\n   \"last_name\": \"ALEXIS\",\n   \"npi_number\": 1801328349\n  },\n  {\n   \"first_name\": \"ANH\",\n   \"last_name\": \"BUI\",\n   \"npi_number\": 1801415211\n  },\n  {\n   \"first_name\": \"IRENE\",\n   \"last_name\": \"LANG\",\n   \"npi_number\": 1801464672\n  },\n  {\n   \"first_name\": \"NEENA\",\n   \"last_name\": \"ABRAHAM\",\n   \"npi_number\": 1801806930\n  },\n  {\n   \"first_name\": \"ALA\",\n   \"last_name\": \"NOZARI\",\n   \"npi_number\": 1801814322\n  },\n  {\n   \"first_name\": \"EDUARDO\",\n   \"last_name\": \"DEMARCHENA\",\n   \"npi_number\": 1801824339\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"WILENSKY\",\n   \"npi_number\": 1801851142\n  },\n  {\n   \"first_name\": \"NISHA\",\n   \"last_name\": \"BANSAL\",\n   \"npi_number\": 1801901210\n  },\n  {\n   \"first_name\": \"MICHELE\",\n   \"last_name\": \"VOELTZ\",\n   \"npi_number\": 1801910393\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"KOLM\",\n   \"npi_number\": 1801956008\n  },\n  {\n   \"first_name\": \"GAIL\",\n   \"last_name\": \"JARVIK\",\n   \"npi_number\": 1801971619\n  },\n  {\n   \"first_name\": \"PAMELA\",\n   \"last_name\": \"DOUGLAS\",\n   \"npi_number\": 1801979059\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"VETROVEC\",\n   \"npi_number\": 1801986450\n  },\n  {\n   \"first_name\": \"ROSEMARY\",\n   \"last_name\": \"KELLY\",\n   \"npi_number\": 1811008543\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"HOLLENBERG\",\n   \"npi_number\": 1811079130\n  },\n  {\n   \"first_name\": \"JACOB\",\n   \"last_name\": \"JOSEPH\",\n   \"npi_number\": 1811094261\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"ENRIQUEZ\",\n   \"npi_number\": 1811150758\n  },\n  {\n   \"first_name\": \"AKASH\",\n   \"last_name\": \"KATARUKA\",\n   \"npi_number\": 1811308034\n  },\n  {\n   \"first_name\": \"AVINAINDER\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1811492408\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"JELLINGER\",\n   \"npi_number\": 1811900665\n  },\n  {\n   \"first_name\": \"FAISAL\",\n   \"last_name\": \"BAKAEEN\",\n   \"npi_number\": 1811908700\n  },\n  {\n   \"first_name\": \"CHERYL\",\n   \"last_name\": \"BETTIGOLE\",\n   \"npi_number\": 1811909542\n  },\n  {\n   \"first_name\": \"HOANG\",\n   \"last_name\": \"THAI\",\n   \"npi_number\": 1811924640\n  },\n  {\n   \"first_name\": \"GORDON\",\n   \"last_name\": \"TOMASELLI\",\n   \"npi_number\": 1811924913\n  },\n  {\n   \"first_name\": \"JASVINDAR\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1811931264\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"COOPER\",\n   \"npi_number\": 1811935653\n  },\n  {\n   \"first_name\": \"JAYSON\",\n   \"last_name\": \"LIU\",\n   \"npi_number\": 1811941925\n  },\n  {\n   \"first_name\": \"TED\",\n   \"last_name\": \"FELDMAN\",\n   \"npi_number\": 1811944184\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"DEITELZWEIG\",\n   \"npi_number\": 1811954910\n  },\n  {\n   \"first_name\": \"PARAG\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1811966096\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"BUDOFF\",\n   \"npi_number\": 1811967433\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"SPRIGGS\",\n   \"npi_number\": 1811986698\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"COCHRAN\",\n   \"npi_number\": 1811989957\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"ALBERTSEN\",\n   \"npi_number\": 1811992639\n  },\n  {\n   \"first_name\": \"WALTER\",\n   \"last_name\": \"TAN\",\n   \"npi_number\": 1821010067\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"MARKOWITZ\",\n   \"npi_number\": 1821016916\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"BAKRIS\",\n   \"npi_number\": 1821021619\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"BLONDE\",\n   \"npi_number\": 1821055237\n  },\n  {\n   \"first_name\": \"WEI\",\n   \"last_name\": \"HUANG\",\n   \"npi_number\": 1821059346\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"FARB\",\n   \"npi_number\": 1821065871\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"FRYE\",\n   \"npi_number\": 1821076969\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"PETROSSIAN\",\n   \"npi_number\": 1821093444\n  },\n  {\n   \"first_name\": \"SOUFIAN\",\n   \"last_name\": \"ALMAHAMEED\",\n   \"npi_number\": 1821187816\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BIRKMEYER\",\n   \"npi_number\": 1821196254\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"FLAHERTY\",\n   \"npi_number\": 1821210584\n  },\n  {\n   \"first_name\": \"SHIRLING\",\n   \"last_name\": \"TSAI\",\n   \"npi_number\": 1821242249\n  },\n  {\n   \"first_name\": \"FADI\",\n   \"last_name\": \"SAWAYA\",\n   \"npi_number\": 1821245663\n  },\n  {\n   \"first_name\": \"SUBRATA\",\n   \"last_name\": \"KAR\",\n   \"npi_number\": 1821262742\n  },\n  {\n   \"first_name\": \"RAJESH\",\n   \"last_name\": \"AGGARWAL\",\n   \"npi_number\": 1821340290\n  },\n  {\n   \"first_name\": \"SUSHRUTH\",\n   \"last_name\": \"EDLA\",\n   \"npi_number\": 1821343179\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"SANDHU\",\n   \"npi_number\": 1821388869\n  },\n  {\n   \"first_name\": \"YIMING\",\n   \"last_name\": \"LUO\",\n   \"npi_number\": 1821441932\n  },\n  {\n   \"first_name\": \"ANKIT\",\n   \"last_name\": \"GARG\",\n   \"npi_number\": 1821450511\n  },\n  {\n   \"first_name\": \"FABIANA\",\n   \"last_name\": \"ROLLINI\",\n   \"npi_number\": 1821468240\n  },\n  {\n   \"first_name\": \"LORENZO\",\n   \"last_name\": \"AZZALINI\",\n   \"npi_number\": 1821562505\n  },\n  {\n   \"first_name\": \"RISHI\",\n   \"last_name\": \"PURI\",\n   \"npi_number\": 1821570128\n  },\n  {\n   \"first_name\": \"MOHAMMAD\",\n   \"last_name\": \"MURAD\",\n   \"npi_number\": 1831114628\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"ZAINEA\",\n   \"npi_number\": 1831118157\n  },\n  {\n   \"first_name\": \"JULIO\",\n   \"last_name\": \"ROSENSTOCK\",\n   \"npi_number\": 1831133529\n  },\n  {\n   \"first_name\": \"GARY\",\n   \"last_name\": \"ABRAMS\",\n   \"npi_number\": 1831136431\n  },\n  {\n   \"first_name\": \"DI\",\n   \"last_name\": \"LU\",\n   \"npi_number\": 1831145564\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"HOEKSTRA\",\n   \"npi_number\": 1831147974\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"KNICKELBINE\",\n   \"npi_number\": 1831151042\n  },\n  {\n   \"first_name\": \"JEFFREY\",\n   \"last_name\": \"BREALL\",\n   \"npi_number\": 1831153717\n  },\n  {\n   \"first_name\": \"EELCO\",\n   \"last_name\": \"WIJDICKS\",\n   \"npi_number\": 1831177765\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"KURTZ\",\n   \"npi_number\": 1831179209\n  },\n  {\n   \"first_name\": \"AJAY\",\n   \"last_name\": \"LABROO\",\n   \"npi_number\": 1831199371\n  },\n  {\n   \"first_name\": \"CREIGHTON\",\n   \"last_name\": \"DON\",\n   \"npi_number\": 1831206333\n  },\n  {\n   \"first_name\": \"PAWAN\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1831245810\n  },\n  {\n   \"first_name\": \"KIM\",\n   \"last_name\": \"WILLIAMS\",\n   \"npi_number\": 1831252352\n  },\n  {\n   \"first_name\": \"CHIRAG\",\n   \"last_name\": \"PARIKH\",\n   \"npi_number\": 1831279892\n  },\n  {\n   \"first_name\": \"SABAHAT\",\n   \"last_name\": \"BOKHARI\",\n   \"npi_number\": 1831288158\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"ECKEL\",\n   \"npi_number\": 1831289503\n  },\n  {\n   \"first_name\": \"J\",\n   \"last_name\": \"GAZIANO\",\n   \"npi_number\": 1831290972\n  },\n  {\n   \"first_name\": \"AJIT\",\n   \"last_name\": \"RAISINGHANI\",\n   \"npi_number\": 1831292796\n  },\n  {\n   \"first_name\": \"EDWARD\",\n   \"last_name\": \"BOYKO\",\n   \"npi_number\": 1831295401\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"WANG\",\n   \"npi_number\": 1831297274\n  },\n  {\n   \"first_name\": \"JACK\",\n   \"last_name\": \"BOYD\",\n   \"npi_number\": 1831334044\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"FUH\",\n   \"npi_number\": 1831371020\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"CLARKE\",\n   \"npi_number\": 1831415355\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"PORDY\",\n   \"npi_number\": 1831448794\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"CARPENTER\",\n   \"npi_number\": 1831502558\n  },\n  {\n   \"first_name\": \"SURAJ\",\n   \"last_name\": \"DAHAL\",\n   \"npi_number\": 1831511609\n  },\n  {\n   \"first_name\": \"QUAN\",\n   \"last_name\": \"BUI\",\n   \"npi_number\": 1831553718\n  },\n  {\n   \"first_name\": \"CAMERON\",\n   \"last_name\": \"KOESTER\",\n   \"npi_number\": 1831619022\n  },\n  {\n   \"first_name\": \"KONSTANTINOS\",\n   \"last_name\": \"ECONOMOPOULOS\",\n   \"npi_number\": 1831621499\n  },\n  {\n   \"first_name\": \"VARDHMAAN\",\n   \"last_name\": \"JAIN\",\n   \"npi_number\": 1831750405\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"HELSLEY\",\n   \"npi_number\": 1831792019\n  },\n  {\n   \"first_name\": \"ARTI\",\n   \"last_name\": \"SARASWAT\",\n   \"npi_number\": 1831866912\n  },\n  {\n   \"first_name\": \"CARSTEN\",\n   \"last_name\": \"SCHMALFUSS\",\n   \"npi_number\": 1841209202\n  },\n  {\n   \"first_name\": \"HENRY\",\n   \"last_name\": \"BLACK\",\n   \"npi_number\": 1841215316\n  },\n  {\n   \"first_name\": \"GLENN\",\n   \"last_name\": \"LEVINE\",\n   \"npi_number\": 1841230380\n  },\n  {\n   \"first_name\": \"JAY\",\n   \"last_name\": \"CIEZKI\",\n   \"npi_number\": 1841254588\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"SABIK\",\n   \"npi_number\": 1841255676\n  },\n  {\n   \"first_name\": \"SUSAN\",\n   \"last_name\": \"SLOVIN\",\n   \"npi_number\": 1841261559\n  },\n  {\n   \"first_name\": \"ANTHONY\",\n   \"last_name\": \"HILLIARD\",\n   \"npi_number\": 1841262623\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"BODE\",\n   \"npi_number\": 1841297751\n  },\n  {\n   \"first_name\": \"RAINA\",\n   \"last_name\": \"MERCHANT\",\n   \"npi_number\": 1841353778\n  },\n  {\n   \"first_name\": \"VICTOR\",\n   \"last_name\": \"FERRARI\",\n   \"npi_number\": 1841376571\n  },\n  {\n   \"first_name\": \"HITINDER\",\n   \"last_name\": \"GURM\",\n   \"npi_number\": 1841376597\n  },\n  {\n   \"first_name\": \"JOAO\",\n   \"last_name\": \"CAVALCANTE\",\n   \"npi_number\": 1841408226\n  },\n  {\n   \"first_name\": \"FLORIAN\",\n   \"last_name\": \"RADER\",\n   \"npi_number\": 1841408812\n  },\n  {\n   \"first_name\": \"MAHESH\",\n   \"last_name\": \"BORHADE\",\n   \"npi_number\": 1841456092\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"CAVENDER\",\n   \"npi_number\": 1841492402\n  },\n  {\n   \"first_name\": \"ANGELA\",\n   \"last_name\": \"LI\",\n   \"npi_number\": 1841608478\n  },\n  {\n   \"first_name\": \"POONAM\",\n   \"last_name\": \"MAHATO\",\n   \"npi_number\": 1841642527\n  },\n  {\n   \"first_name\": \"AYMAN\",\n   \"last_name\": \"ELBADAWI\",\n   \"npi_number\": 1841669587\n  },\n  {\n   \"first_name\": \"EDMOND\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1841671823\n  },\n  {\n   \"first_name\": \"RIDHIMA\",\n   \"last_name\": \"GOEL\",\n   \"npi_number\": 1841828795\n  },\n  {\n   \"first_name\": \"JAMIE\",\n   \"last_name\": \"DWYER\",\n   \"npi_number\": 1851303788\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"WHITEHOUSE\",\n   \"npi_number\": 1851319255\n  },\n  {\n   \"first_name\": \"NEIL\",\n   \"last_name\": \"WEISSMAN\",\n   \"npi_number\": 1851332175\n  },\n  {\n   \"first_name\": \"ALAN\",\n   \"last_name\": \"SHULDINER\",\n   \"npi_number\": 1851333884\n  },\n  {\n   \"first_name\": \"JULIE\",\n   \"last_name\": \"BYNUM\",\n   \"npi_number\": 1851333959\n  },\n  {\n   \"first_name\": \"SARA\",\n   \"last_name\": \"COSGROVE\",\n   \"npi_number\": 1851347983\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"BAUER\",\n   \"npi_number\": 1851356612\n  },\n  {\n   \"first_name\": \"JANE\",\n   \"last_name\": \"LEOPOLD\",\n   \"npi_number\": 1851358162\n  },\n  {\n   \"first_name\": \"NAINESH\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1851361810\n  },\n  {\n   \"first_name\": \"MAURICE\",\n   \"last_name\": \"BUCHBINDER\",\n   \"npi_number\": 1851369813\n  },\n  {\n   \"first_name\": \"JERRY\",\n   \"last_name\": \"KENNETT\",\n   \"npi_number\": 1851383145\n  },\n  {\n   \"first_name\": \"NORMA\",\n   \"last_name\": \"KELLER\",\n   \"npi_number\": 1851387153\n  },\n  {\n   \"first_name\": \"MAHMOOD\",\n   \"last_name\": \"RAZAVI\",\n   \"npi_number\": 1851388607\n  },\n  {\n   \"first_name\": \"KEITH\",\n   \"last_name\": \"FERDINAND\",\n   \"npi_number\": 1851398622\n  },\n  {\n   \"first_name\": \"RALPH\",\n   \"last_name\": \"DEFRONZO\",\n   \"npi_number\": 1851408843\n  },\n  {\n   \"first_name\": \"ALEXIS\",\n   \"last_name\": \"BEATTY\",\n   \"npi_number\": 1851427520\n  },\n  {\n   \"first_name\": \"JEROME\",\n   \"last_name\": \"FLEG\",\n   \"npi_number\": 1851456818\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"TIRSCHWELL\",\n   \"npi_number\": 1851471858\n  },\n  {\n   \"first_name\": \"ZIAD\",\n   \"last_name\": \"JARADAT\",\n   \"npi_number\": 1851472260\n  },\n  {\n   \"first_name\": \"MASON\",\n   \"last_name\": \"FREEMAN\",\n   \"npi_number\": 1851473821\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BALMES\",\n   \"npi_number\": 1851478374\n  },\n  {\n   \"first_name\": \"VINOD\",\n   \"last_name\": \"THOURANI\",\n   \"npi_number\": 1851480412\n  },\n  {\n   \"first_name\": \"SELMA\",\n   \"last_name\": \"MOHAMMED\",\n   \"npi_number\": 1851504476\n  },\n  {\n   \"first_name\": \"NEETIKA\",\n   \"last_name\": \"GARG\",\n   \"npi_number\": 1851521736\n  },\n  {\n   \"first_name\": \"ANISH\",\n   \"last_name\": \"SHARDA\",\n   \"npi_number\": 1851543037\n  },\n  {\n   \"first_name\": \"COLIN\",\n   \"last_name\": \"BARKER\",\n   \"npi_number\": 1851551238\n  },\n  {\n   \"first_name\": \"JACOB\",\n   \"last_name\": \"KELLY\",\n   \"npi_number\": 1851551949\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"LOFTHUS\",\n   \"npi_number\": 1851568968\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"HUSSAIN\",\n   \"npi_number\": 1851576193\n  },\n  {\n   \"first_name\": \"NICHOLAS\",\n   \"last_name\": \"MARSTON\",\n   \"npi_number\": 1851655617\n  },\n  {\n   \"first_name\": \"SAMEER\",\n   \"last_name\": \"ARORA\",\n   \"npi_number\": 1851688410\n  },\n  {\n   \"first_name\": \"ROHAN\",\n   \"last_name\": \"KHERA\",\n   \"npi_number\": 1851731608\n  },\n  {\n   \"first_name\": \"MUHAMMAD\",\n   \"last_name\": \"PANHWAR\",\n   \"npi_number\": 1851742522\n  },\n  {\n   \"first_name\": \"BING\",\n   \"last_name\": \"YUE\",\n   \"npi_number\": 1851743611\n  },\n  {\n   \"first_name\": \"KAREN\",\n   \"last_name\": \"PIEPER\",\n   \"npi_number\": 1851807655\n  },\n  {\n   \"first_name\": \"DUAA\",\n   \"last_name\": \"ABDELHAMEID\",\n   \"npi_number\": 1851852867\n  },\n  {\n   \"first_name\": \"LAMIA\",\n   \"last_name\": \"HARIK\",\n   \"npi_number\": 1851958383\n  },\n  {\n   \"first_name\": \"HERMAN\",\n   \"last_name\": \"TAYLOR\",\n   \"npi_number\": 1861412041\n  },\n  {\n   \"first_name\": \"PEDRO\",\n   \"last_name\": \"MORENO\",\n   \"npi_number\": 1861414096\n  },\n  {\n   \"first_name\": \"ANNE\",\n   \"last_name\": \"COLEMAN\",\n   \"npi_number\": 1861416950\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"GROTTA\",\n   \"npi_number\": 1861422404\n  },\n  {\n   \"first_name\": \"LOUIS\",\n   \"last_name\": \"ALEDORT\",\n   \"npi_number\": 1861424061\n  },\n  {\n   \"first_name\": \"NITEESH\",\n   \"last_name\": \"CHOUDHRY\",\n   \"npi_number\": 1861444960\n  },\n  {\n   \"first_name\": \"LARS\",\n   \"last_name\": \"SVENSSON\",\n   \"npi_number\": 1861459588\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"ANTIN\",\n   \"npi_number\": 1861469249\n  },\n  {\n   \"first_name\": \"LESLIE\",\n   \"last_name\": \"LANGE\",\n   \"npi_number\": 1861493645\n  },\n  {\n   \"first_name\": \"RUSSEL\",\n   \"last_name\": \"ROBERTS\",\n   \"npi_number\": 1861494312\n  },\n  {\n   \"first_name\": \"PETER\",\n   \"last_name\": \"TOTH\",\n   \"npi_number\": 1861572869\n  },\n  {\n   \"first_name\": \"YING\",\n   \"last_name\": \"GUO\",\n   \"npi_number\": 1861590085\n  },\n  {\n   \"first_name\": \"KHURRAM\",\n   \"last_name\": \"NASIR\",\n   \"npi_number\": 1861629818\n  },\n  {\n   \"first_name\": \"POONAM\",\n   \"last_name\": \"VELAGAPUDI\",\n   \"npi_number\": 1861655144\n  },\n  {\n   \"first_name\": \"JESSICA\",\n   \"last_name\": \"GRAY\",\n   \"npi_number\": 1861750333\n  },\n  {\n   \"first_name\": \"SANJAY\",\n   \"last_name\": \"DIVAKARAN\",\n   \"npi_number\": 1861755084\n  },\n  {\n   \"first_name\": \"KEVIN\",\n   \"last_name\": \"SHAH\",\n   \"npi_number\": 1861757544\n  },\n  {\n   \"first_name\": \"FERAS\",\n   \"last_name\": \"AKBIK\",\n   \"npi_number\": 1861805798\n  },\n  {\n   \"first_name\": \"DHAVAL\",\n   \"last_name\": \"PAU\",\n   \"npi_number\": 1861812885\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"REINER\",\n   \"npi_number\": 1861831497\n  },\n  {\n   \"first_name\": \"MEGAN\",\n   \"last_name\": \"MCCULLOUGH\",\n   \"npi_number\": 1861840282\n  },\n  {\n   \"first_name\": \"BIRGIT\",\n   \"last_name\": \"VOGEL\",\n   \"npi_number\": 1861902777\n  },\n  {\n   \"first_name\": \"YAZAN\",\n   \"last_name\": \"ZAYED\",\n   \"npi_number\": 1861914749\n  },\n  {\n   \"first_name\": \"CANDACE\",\n   \"last_name\": \"JACKSON\",\n   \"npi_number\": 1861997298\n  },\n  {\n   \"first_name\": \"JANET\",\n   \"last_name\": \"MARTIN\",\n   \"npi_number\": 1871077511\n  },\n  {\n   \"first_name\": \"LAURA\",\n   \"last_name\": \"PETERSEN\",\n   \"npi_number\": 1871500306\n  },\n  {\n   \"first_name\": \"FREDERICK\",\n   \"last_name\": \"MASOUDI\",\n   \"npi_number\": 1871502633\n  },\n  {\n   \"first_name\": \"APURVA\",\n   \"last_name\": \"MOTIVALA\",\n   \"npi_number\": 1871505925\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"GOLDSMITH\",\n   \"npi_number\": 1871526723\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"SPORN\",\n   \"npi_number\": 1871568923\n  },\n  {\n   \"first_name\": \"SANJAY\",\n   \"last_name\": \"RAJAGOPALAN\",\n   \"npi_number\": 1871582577\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"FISHBERG\",\n   \"npi_number\": 1871587345\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"GIMPLE\",\n   \"npi_number\": 1871659581\n  },\n  {\n   \"first_name\": \"PAMELA\",\n   \"last_name\": \"KUSHNER\",\n   \"npi_number\": 1871670828\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"KANDZARI\",\n   \"npi_number\": 1871677930\n  },\n  {\n   \"first_name\": \"NORMAN\",\n   \"last_name\": \"RELKIN\",\n   \"npi_number\": 1871680959\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"NISSEN\",\n   \"npi_number\": 1871685487\n  },\n  {\n   \"first_name\": \"HARRY\",\n   \"last_name\": \"BURKE\",\n   \"npi_number\": 1871686907\n  },\n  {\n   \"first_name\": \"MUKESH\",\n   \"last_name\": \"SHARMA\",\n   \"npi_number\": 1871704122\n  },\n  {\n   \"first_name\": \"ADITYA\",\n   \"last_name\": \"BHARADWAJ\",\n   \"npi_number\": 1871729822\n  },\n  {\n   \"first_name\": \"TERESA\",\n   \"last_name\": \"PARLI\",\n   \"npi_number\": 1871755090\n  },\n  {\n   \"first_name\": \"SAHIL\",\n   \"last_name\": \"KHERA\",\n   \"npi_number\": 1871809020\n  },\n  {\n   \"first_name\": \"KARIM\",\n   \"last_name\": \"MAHMOUD\",\n   \"npi_number\": 1871908939\n  },\n  {\n   \"first_name\": \"RYAN\",\n   \"last_name\": \"HUANG\",\n   \"npi_number\": 1871942151\n  },\n  {\n   \"first_name\": \"JESSE\",\n   \"last_name\": \"FITZPATRICK\",\n   \"npi_number\": 1871987784\n  },\n  {\n   \"first_name\": \"ANKIT\",\n   \"last_name\": \"BANSAL\",\n   \"npi_number\": 1881031722\n  },\n  {\n   \"first_name\": \"PREETHI\",\n   \"last_name\": \"MANI\",\n   \"npi_number\": 1881037463\n  },\n  {\n   \"first_name\": \"MARWAN\",\n   \"last_name\": \"SAAD\",\n   \"npi_number\": 1881054328\n  },\n  {\n   \"first_name\": \"MOHAMMAD\",\n   \"last_name\": \"KASHIF\",\n   \"npi_number\": 1881081172\n  },\n  {\n   \"first_name\": \"ANDREW\",\n   \"last_name\": \"CAI\",\n   \"npi_number\": 1881133247\n  },\n  {\n   \"first_name\": \"HAMMAD\",\n   \"last_name\": \"ALI\",\n   \"npi_number\": 1881182665\n  },\n  {\n   \"first_name\": \"ESSA\",\n   \"last_name\": \"ALEASSA\",\n   \"npi_number\": 1881194991\n  },\n  {\n   \"first_name\": \"ANTHONY\",\n   \"last_name\": \"NORMAN\",\n   \"npi_number\": 1881221026\n  },\n  {\n   \"first_name\": \"RICHARD\",\n   \"last_name\": \"SCHOFIELD\",\n   \"npi_number\": 1881603249\n  },\n  {\n   \"first_name\": \"SUSAN\",\n   \"last_name\": \"BROZENA\",\n   \"npi_number\": 1881621787\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"CUNNINGHAM\",\n   \"npi_number\": 1881629566\n  },\n  {\n   \"first_name\": \"SARY\",\n   \"last_name\": \"ARANKI\",\n   \"npi_number\": 1881639102\n  },\n  {\n   \"first_name\": \"JULIE\",\n   \"last_name\": \"MILLER\",\n   \"npi_number\": 1881644748\n  },\n  {\n   \"first_name\": \"TIMOTHY\",\n   \"last_name\": \"HOULE\",\n   \"npi_number\": 1881670073\n  },\n  {\n   \"first_name\": \"NAIM\",\n   \"last_name\": \"FARHAT\",\n   \"npi_number\": 1881673234\n  },\n  {\n   \"first_name\": \"RONALD\",\n   \"last_name\": \"GOLDENBERG\",\n   \"npi_number\": 1881682425\n  },\n  {\n   \"first_name\": \"NICHOLAS\",\n   \"last_name\": \"CHRISTAKIS\",\n   \"npi_number\": 1881684520\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"RIVERO\",\n   \"npi_number\": 1881694065\n  },\n  {\n   \"first_name\": \"ANAND\",\n   \"last_name\": \"IRIMPEN\",\n   \"npi_number\": 1881700649\n  },\n  {\n   \"first_name\": \"CLYDE\",\n   \"last_name\": \"YANCY\",\n   \"npi_number\": 1881707248\n  },\n  {\n   \"first_name\": \"NASSIR\",\n   \"last_name\": \"MARROUCHE\",\n   \"npi_number\": 1881708295\n  },\n  {\n   \"first_name\": \"CHENG\",\n   \"last_name\": \"ZHANG\",\n   \"npi_number\": 1881731479\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"GALLA\",\n   \"npi_number\": 1881743607\n  },\n  {\n   \"first_name\": \"ELISABETH\",\n   \"last_name\": \"WOOD\",\n   \"npi_number\": 1881767838\n  },\n  {\n   \"first_name\": \"WILBERT\",\n   \"last_name\": \"ARONOW\",\n   \"npi_number\": 1881769859\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"CHAN\",\n   \"npi_number\": 1881770519\n  },\n  {\n   \"first_name\": \"IRL\",\n   \"last_name\": \"HIRSCH\",\n   \"npi_number\": 1881770642\n  },\n  {\n   \"first_name\": \"JAGAT P\",\n   \"last_name\": \"NARULA\",\n   \"npi_number\": 1881774057\n  },\n  {\n   \"first_name\": \"ELIZABETH\",\n   \"last_name\": \"SCHNEIDER\",\n   \"npi_number\": 1881800365\n  },\n  {\n   \"first_name\": \"JAY\",\n   \"last_name\": \"GIRI\",\n   \"npi_number\": 1881892669\n  },\n  {\n   \"first_name\": \"NIKITA\",\n   \"last_name\": \"PATIL\",\n   \"npi_number\": 1881906030\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"KOVACIC\",\n   \"npi_number\": 1881926905\n  },\n  {\n   \"first_name\": \"DEREK\",\n   \"last_name\": \"KLARIN\",\n   \"npi_number\": 1881956316\n  },\n  {\n   \"first_name\": \"AYAZ\",\n   \"last_name\": \"AGHAYEV\",\n   \"npi_number\": 1881964674\n  },\n  {\n   \"first_name\": \"PHILLIP\",\n   \"last_name\": \"LAM\",\n   \"npi_number\": 1881984110\n  },\n  {\n   \"first_name\": \"AFERDITA\",\n   \"last_name\": \"SPAHILLARI\",\n   \"npi_number\": 1891010187\n  },\n  {\n   \"first_name\": \"RADWAN\",\n   \"last_name\": \"SAFA\",\n   \"npi_number\": 1891082889\n  },\n  {\n   \"first_name\": \"AMBARISH\",\n   \"last_name\": \"PANDEY\",\n   \"npi_number\": 1891084729\n  },\n  {\n   \"first_name\": \"AMBER\",\n   \"last_name\": \"FATIMA\",\n   \"npi_number\": 1891221925\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"AGHA\",\n   \"npi_number\": 1891224036\n  },\n  {\n   \"first_name\": \"ALEESHA\",\n   \"last_name\": \"SHAIK\",\n   \"npi_number\": 1891256798\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"SOTZEN\",\n   \"npi_number\": 1891285235\n  },\n  {\n   \"first_name\": \"ELANA\",\n   \"last_name\": \"LEVINSON\",\n   \"npi_number\": 1891345849\n  },\n  {\n   \"first_name\": \"CHRISTOPHER\",\n   \"last_name\": \"DYKE\",\n   \"npi_number\": 1891704409\n  },\n  {\n   \"first_name\": \"SOON\",\n   \"last_name\": \"PARK\",\n   \"npi_number\": 1891716544\n  },\n  {\n   \"first_name\": \"WENDY\",\n   \"last_name\": \"ZIAI\",\n   \"npi_number\": 1891721189\n  },\n  {\n   \"first_name\": \"IRENE\",\n   \"last_name\": \"KATZAN\",\n   \"npi_number\": 1891738803\n  },\n  {\n   \"first_name\": \"CARL\",\n   \"last_name\": \"LAVIE\",\n   \"npi_number\": 1891744256\n  },\n  {\n   \"first_name\": \"SHALINI\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1891783692\n  },\n  {\n   \"first_name\": \"HALLAM\",\n   \"last_name\": \"GUGELMANN\",\n   \"npi_number\": 1891938981\n  },\n  {\n   \"first_name\": \"REBECCA\",\n   \"last_name\": \"VIGEN\",\n   \"npi_number\": 1891953337\n  },\n  {\n   \"first_name\": \"OGECHIKA\",\n   \"last_name\": \"ALOZIE\",\n   \"npi_number\": 1891961884\n  },\n  {\n   \"first_name\": \"VIVIANY\",\n   \"last_name\": \"TAQUETI\",\n   \"npi_number\": 1891990446\n  },\n  {\n   \"first_name\": \"KUMARAN\",\n   \"last_name\": \"KOLANDAIVELU\",\n   \"npi_number\": 1902029358\n  },\n  {\n   \"first_name\": \"AMY\",\n   \"last_name\": \"SARMA\",\n   \"npi_number\": 1902190127\n  },\n  {\n   \"first_name\": \"ROHIT\",\n   \"last_name\": \"MITAL\",\n   \"npi_number\": 1902226343\n  },\n  {\n   \"first_name\": \"ZHAMAK\",\n   \"last_name\": \"KHORGAMI\",\n   \"npi_number\": 1902243470\n  },\n  {\n   \"first_name\": \"OHAD\",\n   \"last_name\": \"OREN\",\n   \"npi_number\": 1902282031\n  },\n  {\n   \"first_name\": \"VICTOR\",\n   \"last_name\": \"NAUFFAL\",\n   \"npi_number\": 1902291420\n  },\n  {\n   \"first_name\": \"ORLY\",\n   \"last_name\": \"LEIVA\",\n   \"npi_number\": 1902396377\n  },\n  {\n   \"first_name\": \"AHMET\",\n   \"last_name\": \"BAYDUR\",\n   \"npi_number\": 1902835416\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"MARINE\",\n   \"npi_number\": 1902848278\n  },\n  {\n   \"first_name\": \"JOSEPH\",\n   \"last_name\": \"GARCIA\",\n   \"npi_number\": 1902861727\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"MOORE\",\n   \"npi_number\": 1902870660\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"BERLOWITZ\",\n   \"npi_number\": 1902871817\n  },\n  {\n   \"first_name\": \"SAURABH\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1902873177\n  },\n  {\n   \"first_name\": \"RANDALL\",\n   \"last_name\": \"HIGASHIDA\",\n   \"npi_number\": 1902882046\n  },\n  {\n   \"first_name\": \"FREDERICK\",\n   \"last_name\": \"FEIT\",\n   \"npi_number\": 1902894611\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"SLATER\",\n   \"npi_number\": 1902899305\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"CUSHMAN\",\n   \"npi_number\": 1902905722\n  },\n  {\n   \"first_name\": \"JEAN\",\n   \"last_name\": \"CONNORS\",\n   \"npi_number\": 1902915275\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BARTHOLOMEW\",\n   \"npi_number\": 1902919624\n  },\n  {\n   \"first_name\": \"NAVIN\",\n   \"last_name\": \"KAPUR\",\n   \"npi_number\": 1902959554\n  },\n  {\n   \"first_name\": \"ANJALI\",\n   \"last_name\": \"VAIDYA\",\n   \"npi_number\": 1902969371\n  },\n  {\n   \"first_name\": \"JUDITH\",\n   \"last_name\": \"ABERG\",\n   \"npi_number\": 1902969645\n  },\n  {\n   \"first_name\": \"JULIE\",\n   \"last_name\": \"REDFERN\",\n   \"npi_number\": 1912012717\n  },\n  {\n   \"first_name\": \"AMANDA\",\n   \"last_name\": \"STEBBINS\",\n   \"npi_number\": 1912018755\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"CURFMAN\",\n   \"npi_number\": 1912044272\n  },\n  {\n   \"first_name\": \"MUHAMMAD FAREED\",\n   \"last_name\": \"SURI\",\n   \"npi_number\": 1912054214\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"GUMS\",\n   \"npi_number\": 1912084476\n  },\n  {\n   \"first_name\": \"ROHIT\",\n   \"last_name\": \"BHATHEJA\",\n   \"npi_number\": 1912097627\n  },\n  {\n   \"first_name\": \"RADHA\",\n   \"last_name\": \"ARUNKUMAR\",\n   \"npi_number\": 1912098351\n  },\n  {\n   \"first_name\": \"SAINATH\",\n   \"last_name\": \"GADDAM\",\n   \"npi_number\": 1912142985\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"BALOW\",\n   \"npi_number\": 1912156639\n  },\n  {\n   \"first_name\": \"JEANETTE\",\n   \"last_name\": \"BROERING\",\n   \"npi_number\": 1912261389\n  },\n  {\n   \"first_name\": \"ANUJ\",\n   \"last_name\": \"PATEL\",\n   \"npi_number\": 1912340613\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"BIGELOW\",\n   \"npi_number\": 1912350059\n  },\n  {\n   \"first_name\": \"GINGER\",\n   \"last_name\": \"JIANG\",\n   \"npi_number\": 1912491655\n  },\n  {\n   \"first_name\": \"KRETON\",\n   \"last_name\": \"MAVROMATIS\",\n   \"npi_number\": 1912933524\n  },\n  {\n   \"first_name\": \"ANJU\",\n   \"last_name\": \"NOHRIA\",\n   \"npi_number\": 1912963851\n  },\n  {\n   \"first_name\": \"RAUL\",\n   \"last_name\": \"NOGUEIRA\",\n   \"npi_number\": 1912975921\n  },\n  {\n   \"first_name\": \"RANDAL\",\n   \"last_name\": \"THOMAS\",\n   \"npi_number\": 1912984071\n  },\n  {\n   \"first_name\": \"NEAL\",\n   \"last_name\": \"KLEIMAN\",\n   \"npi_number\": 1922038298\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"BELKIN\",\n   \"npi_number\": 1922064260\n  },\n  {\n   \"first_name\": \"TREVOR\",\n   \"last_name\": \"ORCHARD\",\n   \"npi_number\": 1922073626\n  },\n  {\n   \"first_name\": \"DEBORAH\",\n   \"last_name\": \"SCHRAG\",\n   \"npi_number\": 1922079870\n  },\n  {\n   \"first_name\": \"NICOLAS\",\n   \"last_name\": \"SHAMMAS\",\n   \"npi_number\": 1922087857\n  },\n  {\n   \"first_name\": \"CHRISTIAN\",\n   \"last_name\": \"MUELLER\",\n   \"npi_number\": 1922099886\n  },\n  {\n   \"first_name\": \"ITALO\",\n   \"last_name\": \"BIAGGIONI\",\n   \"npi_number\": 1922182039\n  },\n  {\n   \"first_name\": \"STANLEY\",\n   \"last_name\": \"HAZEN\",\n   \"npi_number\": 1922195783\n  },\n  {\n   \"first_name\": \"LESLIE\",\n   \"last_name\": \"CHO\",\n   \"npi_number\": 1922211390\n  },\n  {\n   \"first_name\": \"MUSTAFA\",\n   \"last_name\": \"TOMA\",\n   \"npi_number\": 1922238419\n  },\n  {\n   \"first_name\": \"FELIPE\",\n   \"last_name\": \"MARTINEZ\",\n   \"npi_number\": 1922240449\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"MIEDEMA\",\n   \"npi_number\": 1922275049\n  },\n  {\n   \"first_name\": \"TUSHAR\",\n   \"last_name\": \"ACHARYA\",\n   \"npi_number\": 1922313774\n  },\n  {\n   \"first_name\": \"GRANT\",\n   \"last_name\": \"REED\",\n   \"npi_number\": 1922329051\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"PETERSON\",\n   \"npi_number\": 1922341015\n  },\n  {\n   \"first_name\": \"PARTHA\",\n   \"last_name\": \"SARDAR\",\n   \"npi_number\": 1922356344\n  },\n  {\n   \"first_name\": \"HINA\",\n   \"last_name\": \"AHMED\",\n   \"npi_number\": 1922416346\n  },\n  {\n   \"first_name\": \"BHASKAR\",\n   \"last_name\": \"BHARDWAJ\",\n   \"npi_number\": 1922428143\n  },\n  {\n   \"first_name\": \"DEEPAK\",\n   \"last_name\": \"ATRI\",\n   \"npi_number\": 1922492032\n  },\n  {\n   \"first_name\": \"PAUL\",\n   \"last_name\": \"BARACH\",\n   \"npi_number\": 1922500461\n  },\n  {\n   \"first_name\": \"NEWELL\",\n   \"last_name\": \"ROBINSON\",\n   \"npi_number\": 1922530609\n  },\n  {\n   \"first_name\": \"ABDISAMAD\",\n   \"last_name\": \"IBRAHIM\",\n   \"npi_number\": 1922538834\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"DIMEGLIO\",\n   \"npi_number\": 1922627033\n  },\n  {\n   \"first_name\": \"LEI\",\n   \"last_name\": \"SONG\",\n   \"npi_number\": 1922675313\n  },\n  {\n   \"first_name\": \"THOMAS\",\n   \"last_name\": \"DEERING\",\n   \"npi_number\": 1932104239\n  },\n  {\n   \"first_name\": \"WAYNE\",\n   \"last_name\": \"CASCIO\",\n   \"npi_number\": 1932106168\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"WIVIOTT\",\n   \"npi_number\": 1932126471\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"MALENKA\",\n   \"npi_number\": 1932149200\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"ROSELLI\",\n   \"npi_number\": 1932164902\n  },\n  {\n   \"first_name\": \"JUDYANN\",\n   \"last_name\": \"BIGBY\",\n   \"npi_number\": 1932166618\n  },\n  {\n   \"first_name\": \"DAVID\",\n   \"last_name\": \"HERRINGTON\",\n   \"npi_number\": 1932184215\n  },\n  {\n   \"first_name\": \"LAWRENCE\",\n   \"last_name\": \"YOUNG\",\n   \"npi_number\": 1932199387\n  },\n  {\n   \"first_name\": \"SAMEER\",\n   \"last_name\": \"ANSARI\",\n   \"npi_number\": 1932214152\n  },\n  {\n   \"first_name\": \"PINAKI\",\n   \"last_name\": \"DUTTA\",\n   \"npi_number\": 1932265790\n  },\n  {\n   \"first_name\": \"DOMENIC\",\n   \"last_name\": \"SICA\",\n   \"npi_number\": 1932282811\n  },\n  {\n   \"first_name\": \"CLAIRE\",\n   \"last_name\": \"DUVERNOY\",\n   \"npi_number\": 1932284882\n  },\n  {\n   \"first_name\": \"ANTHONY\",\n   \"last_name\": \"BACK\",\n   \"npi_number\": 1932285731\n  },\n  {\n   \"first_name\": \"PRASHANT\",\n   \"last_name\": \"KAUL\",\n   \"npi_number\": 1932304656\n  },\n  {\n   \"first_name\": \"ANANT\",\n   \"last_name\": \"MANDAWAT\",\n   \"npi_number\": 1932461456\n  },\n  {\n   \"first_name\": \"QANDEEL\",\n   \"last_name\": \"SOOMRO\",\n   \"npi_number\": 1932498383\n  },\n  {\n   \"first_name\": \"KAUSTUBH\",\n   \"last_name\": \"DABHADKAR\",\n   \"npi_number\": 1932498581\n  },\n  {\n   \"first_name\": \"CALVIN\",\n   \"last_name\": \"SHENG\",\n   \"npi_number\": 1932553146\n  },\n  {\n   \"first_name\": \"MOHAN\",\n   \"last_name\": \"RAO\",\n   \"npi_number\": 1942239462\n  },\n  {\n   \"first_name\": \"KAUSHIK\",\n   \"last_name\": \"KUNDU\",\n   \"npi_number\": 1942259577\n  },\n  {\n   \"first_name\": \"DOUGLAS\",\n   \"last_name\": \"COURSIN\",\n   \"npi_number\": 1942276415\n  },\n  {\n   \"first_name\": \"HIMANSHU\",\n   \"last_name\": \"AGARWAL\",\n   \"npi_number\": 1942280672\n  },\n  {\n   \"first_name\": \"CHARLES\",\n   \"last_name\": \"EATON\",\n   \"npi_number\": 1942283841\n  },\n  {\n   \"first_name\": \"ANVAR\",\n   \"last_name\": \"BABAEV\",\n   \"npi_number\": 1942294673\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"KIPPERMAN\",\n   \"npi_number\": 1942297908\n  },\n  {\n   \"first_name\": \"TAMIM\",\n   \"last_name\": \"NAZIF\",\n   \"npi_number\": 1942323944\n  },\n  {\n   \"first_name\": \"CELINA\",\n   \"last_name\": \"YONG\",\n   \"npi_number\": 1942441662\n  },\n  {\n   \"first_name\": \"AKIN\",\n   \"last_name\": \"CAM\",\n   \"npi_number\": 1942442173\n  },\n  {\n   \"first_name\": \"CHRISTINA\",\n   \"last_name\": \"FANOLA\",\n   \"npi_number\": 1942461637\n  },\n  {\n   \"first_name\": \"NUALA\",\n   \"last_name\": \"MEYER\",\n   \"npi_number\": 1942468061\n  },\n  {\n   \"first_name\": \"MUSTAFA\",\n   \"last_name\": \"HASSAN\",\n   \"npi_number\": 1942481643\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"SECEMSKY\",\n   \"npi_number\": 1942535489\n  },\n  {\n   \"first_name\": \"BRIDGET\",\n   \"last_name\": \"MITCHELL\",\n   \"npi_number\": 1942584503\n  },\n  {\n   \"first_name\": \"JONATHON\",\n   \"last_name\": \"WHITE\",\n   \"npi_number\": 1942615604\n  },\n  {\n   \"first_name\": \"VARUN\",\n   \"last_name\": \"BHASIN\",\n   \"npi_number\": 1942731385\n  },\n  {\n   \"first_name\": \"ENRICO\",\n   \"last_name\": \"FERRO\",\n   \"npi_number\": 1942790308\n  },\n  {\n   \"first_name\": \"ADRIAN\",\n   \"last_name\": \"MA\",\n   \"npi_number\": 1952305971\n  },\n  {\n   \"first_name\": \"JOSE\",\n   \"last_name\": \"ROMANO\",\n   \"npi_number\": 1952321069\n  },\n  {\n   \"first_name\": \"ANNAPOORNA\",\n   \"last_name\": \"KINI\",\n   \"npi_number\": 1952343212\n  },\n  {\n   \"first_name\": \"MLADEN\",\n   \"last_name\": \"VIDOVICH\",\n   \"npi_number\": 1952350621\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"SAELENS\",\n   \"npi_number\": 1952352445\n  },\n  {\n   \"first_name\": \"MALCOLM\",\n   \"last_name\": \"BELL\",\n   \"npi_number\": 1952375859\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BITTL\",\n   \"npi_number\": 1952406183\n  },\n  {\n   \"first_name\": \"MARCIA\",\n   \"last_name\": \"ANGELL\",\n   \"npi_number\": 1952426827\n  },\n  {\n   \"first_name\": \"ANA\",\n   \"last_name\": \"BARAC\",\n   \"npi_number\": 1952468209\n  },\n  {\n   \"first_name\": \"ROBERT\",\n   \"last_name\": \"KLONER\",\n   \"npi_number\": 1952477499\n  },\n  {\n   \"first_name\": \"LARRY\",\n   \"last_name\": \"DEAN\",\n   \"npi_number\": 1952486755\n  },\n  {\n   \"first_name\": \"PHILIP\",\n   \"last_name\": \"SCHAUER\",\n   \"npi_number\": 1952494262\n  },\n  {\n   \"first_name\": \"NEIL\",\n   \"last_name\": \"GHEEWALA\",\n   \"npi_number\": 1952562647\n  },\n  {\n   \"first_name\": \"ALI\",\n   \"last_name\": \"MASUD\",\n   \"npi_number\": 1952588535\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"FISHBEIN\",\n   \"npi_number\": 1952674251\n  },\n  {\n   \"first_name\": \"WENDY\",\n   \"last_name\": \"UHLMANN\",\n   \"npi_number\": 1952692022\n  },\n  {\n   \"first_name\": \"ZAIN\",\n   \"last_name\": \"AHMED\",\n   \"npi_number\": 1952782567\n  },\n  {\n   \"first_name\": \"ANKEET\",\n   \"last_name\": \"BHATT\",\n   \"npi_number\": 1952797581\n  },\n  {\n   \"first_name\": \"ANAS\",\n   \"last_name\": \"HASHEM\",\n   \"npi_number\": 1952970923\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"SAVAGE\",\n   \"npi_number\": 1962425678\n  },\n  {\n   \"first_name\": \"WILLIAM\",\n   \"last_name\": \"FRENCH\",\n   \"npi_number\": 1962475541\n  },\n  {\n   \"first_name\": \"NATTAWUT\",\n   \"last_name\": \"WONGPRAPARUT\",\n   \"npi_number\": 1962481051\n  },\n  {\n   \"first_name\": \"BRIAN\",\n   \"last_name\": \"OLSHANSKY\",\n   \"npi_number\": 1962483347\n  },\n  {\n   \"first_name\": \"GEORGE\",\n   \"last_name\": \"ADAMS\",\n   \"npi_number\": 1962504100\n  },\n  {\n   \"first_name\": \"STEVEN\",\n   \"last_name\": \"BRADLEY\",\n   \"npi_number\": 1962515874\n  },\n  {\n   \"first_name\": \"RUBINA\",\n   \"last_name\": \"SINGH\",\n   \"npi_number\": 1962545210\n  },\n  {\n   \"first_name\": \"AMY\",\n   \"last_name\": \"ABERNETHY\",\n   \"npi_number\": 1962598094\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"WASFY\",\n   \"npi_number\": 1962607564\n  },\n  {\n   \"first_name\": \"JISOO\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1962820969\n  },\n  {\n   \"first_name\": \"CASSANDRA\",\n   \"last_name\": \"RAMM\",\n   \"npi_number\": 1962867895\n  },\n  {\n   \"first_name\": \"RAJKUMAR\",\n   \"last_name\": \"DOSHI\",\n   \"npi_number\": 1962906578\n  },\n  {\n   \"first_name\": \"ELIZABETH\",\n   \"last_name\": \"CALHOUN\",\n   \"npi_number\": 1972064491\n  },\n  {\n   \"first_name\": \"MONIL\",\n   \"last_name\": \"MAJMUNDAR\",\n   \"npi_number\": 1972080844\n  },\n  {\n   \"first_name\": \"BARBARA\",\n   \"last_name\": \"KONKLE\",\n   \"npi_number\": 1972545796\n  },\n  {\n   \"first_name\": \"JASON\",\n   \"last_name\": \"KARLAWISH\",\n   \"npi_number\": 1972546281\n  },\n  {\n   \"first_name\": \"HOWARD\",\n   \"last_name\": \"BECKMAN\",\n   \"npi_number\": 1972555019\n  },\n  {\n   \"first_name\": \"LOUIS\",\n   \"last_name\": \"NGUYEN\",\n   \"npi_number\": 1972560340\n  },\n  {\n   \"first_name\": \"JONATHAN\",\n   \"last_name\": \"TEMTE\",\n   \"npi_number\": 1972567865\n  },\n  {\n   \"first_name\": \"EDUARDO\",\n   \"last_name\": \"ORTIZ\",\n   \"npi_number\": 1972576791\n  },\n  {\n   \"first_name\": \"ANAND\",\n   \"last_name\": \"VISWANATHAN\",\n   \"npi_number\": 1972587434\n  },\n  {\n   \"first_name\": \"STEPHEN\",\n   \"last_name\": \"VOYCE\",\n   \"npi_number\": 1972593366\n  },\n  {\n   \"first_name\": \"TAKAHIRO\",\n   \"last_name\": \"SHIOTA\",\n   \"npi_number\": 1972603868\n  },\n  {\n   \"first_name\": \"KRISTIN\",\n   \"last_name\": \"TAYLOR\",\n   \"npi_number\": 1972617579\n  },\n  {\n   \"first_name\": \"SUNIL\",\n   \"last_name\": \"RAO\",\n   \"npi_number\": 1972687861\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"PSATY\",\n   \"npi_number\": 1972689628\n  },\n  {\n   \"first_name\": \"CELESTIA\",\n   \"last_name\": \"HIGANO\",\n   \"npi_number\": 1972689727\n  },\n  {\n   \"first_name\": \"MOUHAMAD\",\n   \"last_name\": \"ABDALLAH\",\n   \"npi_number\": 1972714251\n  },\n  {\n   \"first_name\": \"SUSAN\",\n   \"last_name\": \"BEGELMAN\",\n   \"npi_number\": 1972728855\n  },\n  {\n   \"first_name\": \"MAMOO\",\n   \"last_name\": \"NAKAMURA\",\n   \"npi_number\": 1972752467\n  },\n  {\n   \"first_name\": \"SETH\",\n   \"last_name\": \"LESSNER\",\n   \"npi_number\": 1972761591\n  },\n  {\n   \"first_name\": \"CHERINNE\",\n   \"last_name\": \"ARUNDEL\",\n   \"npi_number\": 1972770196\n  },\n  {\n   \"first_name\": \"ALEXANDER\",\n   \"last_name\": \"LLANOS\",\n   \"npi_number\": 1972781904\n  },\n  {\n   \"first_name\": \"LI\",\n   \"last_name\": \"ZHANG\",\n   \"npi_number\": 1972865863\n  },\n  {\n   \"first_name\": \"LUCIANA\",\n   \"last_name\": \"CATANESE\",\n   \"npi_number\": 1972881472\n  },\n  {\n   \"first_name\": \"AMAN\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1972881639\n  },\n  {\n   \"first_name\": \"DEEPAK\",\n   \"last_name\": \"GARIPALLI\",\n   \"npi_number\": 1972891166\n  },\n  {\n   \"first_name\": \"ADAM\",\n   \"last_name\": \"PHILLIPS\",\n   \"npi_number\": 1972916039\n  },\n  {\n   \"first_name\": \"SAFI\",\n   \"last_name\": \"KHAN\",\n   \"npi_number\": 1972979292\n  },\n  {\n   \"first_name\": \"MOHAMED\",\n   \"last_name\": \"MOHAMED\",\n   \"npi_number\": 1982011490\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"HICKS\",\n   \"npi_number\": 1982125704\n  },\n  {\n   \"first_name\": \"TINGFEI\",\n   \"last_name\": \"HU\",\n   \"npi_number\": 1982343505\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"SPERTUS\",\n   \"npi_number\": 1982603973\n  },\n  {\n   \"first_name\": \"ANGELA\",\n   \"last_name\": \"BROWN\",\n   \"npi_number\": 1982622403\n  },\n  {\n   \"first_name\": \"ROD\",\n   \"last_name\": \"PASSMAN\",\n   \"npi_number\": 1982639688\n  },\n  {\n   \"first_name\": \"BRUCE\",\n   \"last_name\": \"WILKOFF\",\n   \"npi_number\": 1982640223\n  },\n  {\n   \"first_name\": \"OMOSALEWA\",\n   \"last_name\": \"ADEWALE\",\n   \"npi_number\": 1982640538\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"LASALA\",\n   \"npi_number\": 1982648317\n  },\n  {\n   \"first_name\": \"DANIEL\",\n   \"last_name\": \"HANLEY\",\n   \"npi_number\": 1982654315\n  },\n  {\n   \"first_name\": \"BENJAMIN\",\n   \"last_name\": \"SCIRICA\",\n   \"npi_number\": 1982664033\n  },\n  {\n   \"first_name\": \"ERIC\",\n   \"last_name\": \"CAMPBELL\",\n   \"npi_number\": 1982676458\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"RADIN\",\n   \"npi_number\": 1982682563\n  },\n  {\n   \"first_name\": \"THEOPHILUS\",\n   \"last_name\": \"OWAN\",\n   \"npi_number\": 1982682647\n  },\n  {\n   \"first_name\": \"ANITA\",\n   \"last_name\": \"CHEN\",\n   \"npi_number\": 1982693404\n  },\n  {\n   \"first_name\": \"MIN\",\n   \"last_name\": \"SONG\",\n   \"npi_number\": 1982715256\n  },\n  {\n   \"first_name\": \"EMIN MURAT\",\n   \"last_name\": \"TUZCU\",\n   \"npi_number\": 1982795670\n  },\n  {\n   \"first_name\": \"ARPITA\",\n   \"last_name\": \"VYAS\",\n   \"npi_number\": 1982806436\n  },\n  {\n   \"first_name\": \"MICHAEL\",\n   \"last_name\": \"GRANDNER\",\n   \"npi_number\": 1982809422\n  },\n  {\n   \"first_name\": \"SUSHIL\",\n   \"last_name\": \"GUPTA\",\n   \"npi_number\": 1982896759\n  },\n  {\n   \"first_name\": \"YOSEPH\",\n   \"last_name\": \"ROZENMAN\",\n   \"npi_number\": 1982932166\n  },\n  {\n   \"first_name\": \"SEPHY\",\n   \"last_name\": \"PHILIP\",\n   \"npi_number\": 1982933057\n  },\n  {\n   \"first_name\": \"MARJAN\",\n   \"last_name\": \"MUJIB\",\n   \"npi_number\": 1982958328\n  },\n  {\n   \"first_name\": \"JORDAN\",\n   \"last_name\": \"KING\",\n   \"npi_number\": 1992104749\n  },\n  {\n   \"first_name\": \"GREGORY\",\n   \"last_name\": \"PAVLIDES\",\n   \"npi_number\": 1992135172\n  },\n  {\n   \"first_name\": \"RAJA\",\n   \"last_name\": \"ZAGHLOL\",\n   \"npi_number\": 1992227649\n  },\n  {\n   \"first_name\": \"NICHOLAS\",\n   \"last_name\": \"CHIU\",\n   \"npi_number\": 1992328868\n  },\n  {\n   \"first_name\": \"ILIAS\",\n   \"last_name\": \"NIKOLAKOPOULOS\",\n   \"npi_number\": 1992388847\n  },\n  {\n   \"first_name\": \"FRANK\",\n   \"last_name\": \"LANZA\",\n   \"npi_number\": 1992705453\n  },\n  {\n   \"first_name\": \"CAROLINE\",\n   \"last_name\": \"LEE\",\n   \"npi_number\": 1992717045\n  },\n  {\n   \"first_name\": \"JOHN\",\n   \"last_name\": \"BISOGNANO\",\n   \"npi_number\": 1992747752\n  },\n  {\n   \"first_name\": \"JEAN\",\n   \"last_name\": \"ANDERSON\",\n   \"npi_number\": 1992769889\n  },\n  {\n   \"first_name\": \"AMY\",\n   \"last_name\": \"KIND\",\n   \"npi_number\": 1992773832\n  },\n  {\n   \"first_name\": \"MARK\",\n   \"last_name\": \"ALBERTS\",\n   \"npi_number\": 1992795140\n  },\n  {\n   \"first_name\": \"SAMUEL\",\n   \"last_name\": \"GOLDHABER\",\n   \"npi_number\": 1992795520\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"PUTT\",\n   \"npi_number\": 1992859250\n  },\n  {\n   \"first_name\": \"SAMUEL\",\n   \"last_name\": \"BOZZETTE\",\n   \"npi_number\": 1992893929\n  },\n  {\n   \"first_name\": \"JULIA\",\n   \"last_name\": \"LEWIS\",\n   \"npi_number\": 1992897326\n  },\n  {\n   \"first_name\": \"MARY\",\n   \"last_name\": \"MCDERMOTT\",\n   \"npi_number\": 1992911028\n  },\n  {\n   \"first_name\": \"JAMES\",\n   \"last_name\": \"STRADER\",\n   \"npi_number\": 1992926547\n  },\n  {\n   \"first_name\": \"ANUPAM\",\n   \"last_name\": \"JENA\",\n   \"npi_number\": 1992932438\n  },\n  {\n   \"first_name\": \"TAISEI\",\n   \"last_name\": \"KOBAYASHI\",\n   \"npi_number\": 1992936306\n  },\n  {\n   \"first_name\": \"JACK\",\n   \"last_name\": \"SKARBINSKI\",\n   \"npi_number\": 1992981823\n  },\n  {\n   \"first_name\": \"MATTHEW\",\n   \"last_name\": \"SOLOMON\",\n   \"npi_number\": 1992985170\n  }\n ]\n}"}],"_postman_id":"f61bb93a-eb14-4ac1-a7b4-ef201b383438"}],"id":"3c179bbe-b8de-4c95-9fa9-3c56cf1472bf","description":"<p>The requests in this folder are used for creating the \"Overview\" tab of the healthcare provider profile.</p>\n","_postman_id":"3c179bbe-b8de-4c95-9fa9-3c56cf1472bf"},{"name":"Publications","item":[{"name":"Get Semantic Scholar Aggregate Metrics","id":"f21eb3a2-acb7-4b9d-9ac7-fefee0806a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-semantic-scholar-metrics-data","urlObject":{"path":["api","rest","get-semantic-scholar-metrics-data"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"0f1cc005-c15e-413c-aa98-5553ad4dfc0b","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-semantic-scholar-metrics-data","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"25"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-semantic-scholar-metrics-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"5920"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD1GcooAMESAg="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"5920"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"b0474474-d043-449f-a1a3-d53673412bbe"},{"key":"x-request-id","value":"f029dfa1-9f32-4c88-a890-c81bbba6fe8a"}],"cookie":[],"responseTime":null,"body":"{\n \"metrics_data\": [\n  {\n   \"result\": {\n    \"total_unique_journals_count\": 411,\n    \"total_unique_papers_count\": 3232,\n    \"papers_count_by_year\": [\n     {\n      \"year\": 2024,\n      \"papers_count\": 56\n     },\n     {\n      \"year\": 2023,\n      \"papers_count\": 176\n     },\n     {\n      \"year\": 2022,\n      \"papers_count\": 230\n     },\n     {\n      \"year\": 2021,\n      \"papers_count\": 249\n     },\n     {\n      \"year\": 2020,\n      \"papers_count\": 345\n     },\n     {\n      \"year\": 2019,\n      \"papers_count\": 278\n     },\n     {\n      \"year\": 2018,\n      \"papers_count\": 280\n     },\n     {\n      \"year\": 2017,\n      \"papers_count\": 245\n     },\n     {\n      \"year\": 2016,\n      \"papers_count\": 193\n     },\n     {\n      \"year\": 2015,\n      \"papers_count\": 158\n     },\n     {\n      \"year\": 2014,\n      \"papers_count\": 165\n     },\n     {\n      \"year\": 2013,\n      \"papers_count\": 128\n     },\n     {\n      \"year\": 2012,\n      \"papers_count\": 111\n     },\n     {\n      \"year\": 2011,\n      \"papers_count\": 99\n     },\n     {\n      \"year\": 2010,\n      \"papers_count\": 75\n     },\n     {\n      \"year\": 2009,\n      \"papers_count\": 72\n     },\n     {\n      \"year\": 2008,\n      \"papers_count\": 64\n     },\n     {\n      \"year\": 2007,\n      \"papers_count\": 54\n     },\n     {\n      \"year\": 2006,\n      \"papers_count\": 58\n     },\n     {\n      \"year\": 2005,\n      \"papers_count\": 35\n     },\n     {\n      \"year\": 2004,\n      \"papers_count\": 59\n     },\n     {\n      \"year\": 2003,\n      \"papers_count\": 43\n     },\n     {\n      \"year\": 2002,\n      \"papers_count\": 25\n     },\n     {\n      \"year\": 2001,\n      \"papers_count\": 21\n     },\n     {\n      \"year\": 2000,\n      \"papers_count\": 13\n     }\n    ],\n    \"journals_count_by_name\": [\n     {\n      \"journal_name\": \"Mayo Clinic Proceedings\",\n      \"journals_count\": 7\n     },\n     {\n      \"journal_name\": \"Journal Of Hepatology\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Journal Of General Internal Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Current Topics In Agricultural Sciences Vol. 4\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Deckermed Transitional Year Weekly Curriculum™\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Annales De Cardiologie Et D'Angeiologie\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jama Internal Medicine\",\n      \"journals_count\": 10\n     },\n     {\n      \"journal_name\": \"Journal Of The Neurological Sciences\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Current Cardiology Reports\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"The Lancet Neurology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Annals Of The Rheumatic Diseases\",\n      \"journals_count\": 9\n     },\n     {\n      \"journal_name\": \"Presse Medicale\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Immunology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Cardiovascular Computed Tomography\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"European Journal Of Vascular And Endovascular Surgery\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiovascular Research\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Ophthalmology. Retina\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Communications\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiology\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Clinical Gastroenterology And Hepatology : The Official Clinical Practice Journal Of The American Gastroenterological Association\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Circulation. Heart Failure\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of Clinical Sleep Medicine : Jcsm : Official Publication Of The American Academy Of Sleep Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Endocrine Practice : Official Journal Of The American College Of Endocrinology And The American Association Of Clinical Endocrinologists\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Research Journal Of Pharmaceutical Dosage Forms And Technology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cleveland Clinic Journal Of Medicine\",\n      \"journals_count\": 17\n     },\n     {\n      \"journal_name\": \"Reviews In Endocrine And Metabolic Disorders\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiometabolic Syndrome Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Hot Topics In Cardiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Journal Of Headache And Pain\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Reviews Drug Discovery\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Des Maladies Vasculaires\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiology In Review\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"International Angiology : A Journal Of The International Union Of Angiology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Pacing And Clinical Electrophysiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Critical Pathways In Cardiology\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"Journal Of The American Society Of Nephrology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Heart And Lung Transplantation\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Human Molecular Genetics\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Environmental Progress & Sustainable Energy\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"European Heart Journal\",\n      \"journals_count\": 152\n     },\n     {\n      \"journal_name\": \"Journal Of Mountain Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Open Environmental & Biological Monitoring Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Heart Lung And Circulation\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Jama Cardiology\",\n      \"journals_count\": 49\n     },\n     {\n      \"journal_name\": \"Critical Care Medicine\",\n      \"journals_count\": 7\n     },\n     {\n      \"journal_name\": \"Annals Of Surgery Open\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Autophagy\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jacc. Heart Failure\",\n      \"journals_count\": 16\n     },\n     {\n      \"journal_name\": \"The American Journal Of Cardiology\",\n      \"journals_count\": 113\n     },\n     {\n      \"journal_name\": \"Contemporary Clinical Trials\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal. Quality Of Care & Clinical Outcomes\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Pervasive Mob. Comput.\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Coronary Artery Disease\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Heliyon\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Neurocomputing\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Biomedical Instrumentation & Technology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The American Journal Of Emergency Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Value In Health\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Internal Medicine Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardio-Oncology Practice Manual :  A Companion To Braunwald 'S Heart Disease\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Expert Opinion On Drug Safety\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Asian Journal Of Pharmaceutical Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Expert Syst. Appl.\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Cochrane Database Of Systematic Reviews\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Trends In Molecular Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jama Network Open\",\n      \"journals_count\": 20\n     },\n     {\n      \"journal_name\": \"Circulation: Cardiovascular Quality And Outcomes\",\n      \"journals_count\": 49\n     },\n     {\n      \"journal_name\": \"International Journal Of Cardiology. Cardiovascular Risk And Prevention\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Vascular\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal — Cardiovascular Pharmacotherapy\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Journal Of Clinical Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"International Journal Of Systematic And Evolutionary Microbiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Blood\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of The American Society Of Hypertension : Jash\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"International Journal Of Obesity\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Circulation: Cardiovascular Interventions\",\n      \"journals_count\": 27\n     },\n     {\n      \"journal_name\": \"Prostaglandins, Leukotrienes, And Essential Fatty Acids\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Rmd Open\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Journal Of Clinical Hypertension\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Archives Of Cardiovascular Diseases\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Current Atherosclerosis Reports\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"Heart, Lung And Circulation\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Revue Du Rhumatisme\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Jacc Asia\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"American Heart Journal\",\n      \"journals_count\": 98\n     },\n     {\n      \"journal_name\": \"Stroke And Vascular Neurology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"American Journal Of Preventive Cardiology\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Circulation. Cardiovascular Imaging\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal Cardiovascular Imaging\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Palliative Care\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nephrology, Dialysis, Transplantation : Official Publication Of The European Dialysis And Transplant Association - European Renal Association\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Biotechnology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Advances In Therapy\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jacc-Cardiovascular Interventions\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Measurement Science And Technology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Circulation: Cadiovascular Interventions\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Alimentary Pharmacology & Therapeutics\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Lancet. Diabetes & Endocrinology\",\n      \"journals_count\": 9\n     },\n     {\n      \"journal_name\": \"Diabetes, Obesity And Metabolism\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Clinical Lipidology\",\n      \"journals_count\": 21\n     },\n     {\n      \"journal_name\": \"Archivos De Cardiologia De Mexico\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Canadian Journal Of Cardiology\",\n      \"journals_count\": 21\n     },\n     {\n      \"journal_name\": \"Cardiovascular Reviews And Reports\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Korean Circulation Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Pharmacological Reports\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Resuscitation\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Medrxiv\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Evidence-Based Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cjasn\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Electronic Poster Abstracts\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Expert Opinion On Pharmacotherapy\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Heart Failure Clinics\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Alzheimer'S & Dementia\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Revue De Médecine Interne\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Rebalancing Asia\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Med\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Circulation Journal : Official Journal Of The Japanese Circulation Society\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Indian Heart Journal\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"European Journal Of Vascular And Endovascular Surgery : The Official Journal Of The European Society For Vascular Surgery\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"British Journal Of Anaesthesia\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jacc. Clinical Electrophysiology\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"International Journal Of Laboratory Hematology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Surgery For Obesity And Related Diseases\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal. Digital Health\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Bmc Medical Research Methodology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jama Neurology\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Metabolism\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal: Case Reports\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Cardiovascular Diagnosis And Therapy\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiology And Therapy\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of The American Heart Association: Cardiovascular And Cerebrovascular Disease\",\n      \"journals_count\": 71\n     },\n     {\n      \"journal_name\": \"Diabetes/Metabolism Research And Reviews\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Vaccines\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Indo American Journal Of Pharmaceutical Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Seminars In Thrombosis And Hemostasis\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiovascular Diabetology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiovascular Revascularization Medicine : Including Molecular Interventions\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"Current Controlled Trials In Cardiovascular Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Current Opinion In Cardiology\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"Indian Journal Of Ophthalmology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Therapeutics\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Matter\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Pharmacology & Therapeutics\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Nature Reviews Cardiology\",\n      \"journals_count\": 10\n     },\n     {\n      \"journal_name\": \"The Journal Of Cardiovascular Nursing\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Future Cardiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Interventional Cardiology\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"The Journal Of Invasive Cardiology\",\n      \"journals_count\": 34\n     },\n     {\n      \"journal_name\": \"Nature\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of The Royal Society Interface\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Research Journal Of Pharmacy And Technology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Iscience\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Trends In Cardiovascular Medicine\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Clinical Pharmacokinetics\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Biomolecules\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Atherosclerosis\",\n      \"journals_count\": 20\n     },\n     {\n      \"journal_name\": \"Diabetologia\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Stroke: Journal Of The American Heart Association\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Biochemical Pharmacology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Febs Letters\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Chemistry\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Reviews. Cardiology\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Journal Of Invasive Cardiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"International Journal Of Surgery Protocols\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Global Heart\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Progress In Cardiovascular Diseases\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Reviews In Cardiovascular Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"American Journal Of Human Genetics\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Cell Metabolism\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Shock\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Annals Of Surgery\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Jacc: Basic To Translational Science\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Neurology\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Journal Of Lipid Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Lancet Regional Health - Europe\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"International Journal Of Environmental Research And Public Health\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Catheterization And Cardiovascular Interventions : Official Journal Of The Society For Cardiac Angiography & Interventions\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Medical Sciences\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Lancet (London, England)\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cerebrovascular Diseases\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Journal Of The Society For Cardiovascular Angiography &Amp; Interventions\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Benha Journal Of Applied Sciences\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Hypertension\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Archives Of Neurology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Potato Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cpt: Pharmacometrics & Systems Pharmacology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Circulation-Cardiovascular Quality And Outcomes\",\n      \"journals_count\": 18\n     },\n     {\n      \"journal_name\": \"Esc Heart Failure\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Cardiovascular Drugs And Therapy\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Platelets\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Chronic Obstructive Pulmonary Diseases\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Journal Of Heart Failure\",\n      \"journals_count\": 9\n     },\n     {\n      \"journal_name\": \"Eclinicalmedicine\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Health Expectations : An International Journal Of Public Participation In Health Care And Health Policy\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Lancet\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Experimental And Clinical Endocrinology & Diabetes : Official Journal, German Society Of Endocrinology [And] German Diabetes Association\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Indian Journal Of Endocrinology And Metabolism\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Materials Advances\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Panminerva Medica\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"American Journal Of Cardiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nano-Structures &Amp; Nano-Objects\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Environmental Toxicology And Pharmacology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Metabolism-Clinical And Experimental\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Herz\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cardiovascular Therapeutics\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"International Review Of Thrombosis\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"American Journal Of Cardiovascular Drugs : Drugs, Devices, And Other Interventions\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Stroke And Cerebrovascular Diseases : The Official Journal Of National Stroke Association\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Current Diabetes Reports\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Vascular Medicine\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Jacc: Advances\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"Nail Disorders\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Diabetologie Und Stoffwechsel\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The American Journal Of Medicine\",\n      \"journals_count\": 43\n     },\n     {\n      \"journal_name\": \"Obesity Surgery\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jama\",\n      \"journals_count\": 47\n     },\n     {\n      \"journal_name\": \"Bmc Pregnancy And Childbirth\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"International Journal Of Cardiology Hypertension\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Circulation. Cardiovascular Quality And Outcomes\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Research And Practice In Thrombosis And Haemostasis\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Drugs\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Rsc Advances\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Canadian Medical Association Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Seminars In Thoracic And Cardiovascular Surgery\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of The American College Of Cardiology\",\n      \"journals_count\": 522\n     },\n     {\n      \"journal_name\": \"Heart Advisor\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Circulation: Heart Failure\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"Clinical Ophthalmology (Auckland, N.Z.)\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cmaj Open\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of Cardiovascular Electrophysiology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of Cardiovascular Development And Disease\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Interventional Cardiology Clinics\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Headache: The Journal Of Head And Face Pain\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal Open\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"The Faseb Journal\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"2014 Ieee International Conference On Advanced Networks And Telecommuncations Systems (Ants)\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Neuroscience Letters\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Atherosclerosis Supplements\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Circulation Research\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Heart\",\n      \"journals_count\": 16\n     },\n     {\n      \"journal_name\": \"American Journal Of Nephrology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Open Heart\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Jacc. Advances\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Annals Of Thoracic Surgery\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Annals Of Neurology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jacc. Cardiovascular Imaging\",\n      \"journals_count\": 13\n     },\n     {\n      \"journal_name\": \"Ssrn Electronic Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Plos One\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Innovations: Technology And Techniques In Cardiothoracic And Vascular Surgery\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal. Acute Cardiovascular Care\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Thrombosis Research\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Expert Opinion On Emerging Drugs\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"International Journal Of Cardiology\",\n      \"journals_count\": 27\n     },\n     {\n      \"journal_name\": \"Biorxiv\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Medicine\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Gut\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Journal Of The American Society Of Nephrology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Drug Metabolism Letters\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Current Opinion In Rheumatology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The International Journal Of Cardiovascular Imaging\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Arteriosclerosis, Thrombosis, And Vascular Biology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Annals Of Internal Medicine\",\n      \"journals_count\": 7\n     },\n     {\n      \"journal_name\": \"Cardiology Clinics\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Journal Of Applied Physiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Journal Of The American Society Of Nephrology : Cjasn\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Arthritis & Rheumatology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Reviews Nephrology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"The Indian Journal Of Pediatrics\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal Supplements : Journal Of The European Society Of Cardiology\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Circulation\",\n      \"journals_count\": 342\n     },\n     {\n      \"journal_name\": \"Current Treatment Options In Cardiovascular Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jacc: Cardiooncology\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Towards Excellence\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Diabetes, Obesity & Metabolism\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Journal Of Ecophysiology And Occupational Health\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"The Lancet. Digital Health\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"International Journal Of Cardiology. Heart & Vasculature\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Journal Of Neurology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nejm Evidence\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Diabetology & Metabolic Syndrome\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Medical Science Monitor : International Medical Journal Of Experimental And Clinical Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Congestive Heart Failure\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"International Journal Of Advance Research, Ideas And Innovations In Technology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Medical Journal Of Australia\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Postgraduate Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Metabolism: Clinical And Experimental\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Circulation: Genomic And Precision Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"\",\n      \"journals_count\": 96\n     },\n     {\n      \"journal_name\": \"Journal Of Thrombosis And Thrombolysis\",\n      \"journals_count\": 19\n     },\n     {\n      \"journal_name\": \"Circulation: Arrhythmia And Electrophysiology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Graduate Medical Education Research Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Medrxiv : The Preprint Server For Health Sciences\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Respiratory Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Current Problems In Cardiology\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Hypertension\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"Canadian Journal Of Diabetes\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"European Heart Journal: Acute Cardiovascular Care\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Biochemical And Biophysical Research Communications\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Japanese Journal Of Thrombosis And Hemostasis\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Revista Espanola De Cardiologia\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"American Journal Of Cardiovascular Drugs\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"Heart, Lung & Circulation\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Arxiv\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Hospital Medicine\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Value In Health : The Journal Of The International Society For Pharmacoeconomics And Outcomes Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Diabetes Management\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Minerva Cardioangiologica\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Minerva Cardiology And Angiology\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Heart Asia\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Circulation. Cardiovascular Interventions\",\n      \"journals_count\": 7\n     },\n     {\n      \"journal_name\": \"Journal Of Vascular Surgery\",\n      \"journals_count\": 16\n     },\n     {\n      \"journal_name\": \"Texas Heart Institute Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Stroke\",\n      \"journals_count\": 81\n     },\n     {\n      \"journal_name\": \"The Cochrane Database Of Systematic Reviews\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Archives Of Cardiovascular Diseases Supplements\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"European Cardiology Review\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Pharmacology & Therapeutics\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Journal Of Patient Safety\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Diabetes Care\",\n      \"journals_count\": 24\n     },\n     {\n      \"journal_name\": \"Scientific Reports\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Obesity (Silver Spring, Md.)\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Thalassas: An International Journal Of Marine Sciences\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Gastroenterology\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Clinical Cardiology\",\n      \"journals_count\": 46\n     },\n     {\n      \"journal_name\": \"European Journal Of Preventive Cardiology\",\n      \"journals_count\": 25\n     },\n     {\n      \"journal_name\": \"The Journal Of Pharmacology And Experimental Therapeutics\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Luminescence : The Journal Of Biological And Chemical Luminescence\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Cardiac Failure\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"Investigative Ophthalmology & Visual Science\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Circulation: Journal Of The American Heart Association\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"American Heart Hournal Plus: Cardiology Research And Practice\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Eurointervention : Journal Of Europcr In Collaboration With The Working Group On Interventional Cardiology Of The European Society Of Cardiology\",\n      \"journals_count\": 14\n     },\n     {\n      \"journal_name\": \"2015 Annual Ieee India Conference (Indicon)\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Clinical And Diagnostic Research\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Cellular Physiology And Biochemistry\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"British Journal Of Sports Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Circulation: Cardiovascular Imaging\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Documenta Ophthalmologica\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Women'S Health\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nederlands Tijdschrift Voor Diabetologie\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Endocrinology And Metabolism Clinics Of North America\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Nature Clinical Practice Cardiovascular Medicine\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Clinical Lipidology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Food And Chemical Toxicology : An International Journal Published For The British Industrial Biological Research Association\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Thrombosis And Haemostasis\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"European Stroke Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Thrombosis And Haemostasis\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"The Canadian Journal Of Cardiology\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"The Journal Of Thoracic And Cardiovascular Surgery\",\n      \"journals_count\": 8\n     },\n     {\n      \"journal_name\": \"American Journal Of Physiology. Heart And Circulatory Physiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Jacc. Cardiovascular Interventions\",\n      \"journals_count\": 48\n     },\n     {\n      \"journal_name\": \"Annals Of Emergency Medicine\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Ebiomedicine\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of Diabetes And Its Complications\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Us Cardiology Review\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Archives Des Maladies Du Coeur Et Des Vaisseaux - Pratique\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Archives Of Internal Medicine\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Heart International\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Obesity\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Arteriosclerosis, Thrombosis, & Vascular Biology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Radiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Proceedings Of The Third Acm International Conference On Ai In Finance\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Annual Review Of Pharmacology And Toxicology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The American Journal Of Gastroenterology\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Journal Of Pharmaceutical Sciences\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Clinical Epidemiology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Frontiers In Cardiovascular Medicine\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Chest\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Structural Heart\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Concise Guide To Hematology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Medical Clinics Of North America\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Frontiers In Bioscience\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The American Heart Hospital Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of The American Society Of Hypertension\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Handbook Of Consumer Nanoproducts\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"International Journal Of Stroke\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Drug Metabolism And Disposition\",\n      \"journals_count\": 9\n     },\n     {\n      \"journal_name\": \"Electrochemical Science Advances\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Managed Care & Specialty Pharmacy\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Biomedicine & Pharmacotherapy = Biomedecine & Pharmacotherapie\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Journal Of Controlled Release : Official Journal Of The Controlled Release Society\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The Lancet\",\n      \"journals_count\": 24\n     },\n     {\n      \"journal_name\": \"The Bmj\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Therapeutic Advances In Musculoskeletal Disease\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Vascular Pharmacology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Diabetes Research And Clinical Practice\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Catheterization And Cardiovascular Interventions\",\n      \"journals_count\": 34\n     },\n     {\n      \"journal_name\": \"Inf. Sci.\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Frontiers In Chemistry\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Clinical Research In Cardiology\",\n      \"journals_count\": 5\n     },\n     {\n      \"journal_name\": \"Cell Reports Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Internal Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Cephalalgia\",\n      \"journals_count\": 6\n     },\n     {\n      \"journal_name\": \"Journal Of Sleep Research\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"European Heart Journal. Cardiovascular Pharmacotherapy\",\n      \"journals_count\": 11\n     },\n     {\n      \"journal_name\": \"Drug Metabolism And Pharmacokinetics\",\n      \"journals_count\": 4\n     },\n     {\n      \"journal_name\": \"Npj Digital Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Harvard Heart Letter : From Harvard Medical School\",\n      \"journals_count\": 20\n     },\n     {\n      \"journal_name\": \"Journal Of Cardiovascular Pharmacology And Therapeutics\",\n      \"journals_count\": 3\n     },\n     {\n      \"journal_name\": \"Diabetes\",\n      \"journals_count\": 31\n     },\n     {\n      \"journal_name\": \"Journal Of Food Science And Technology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Methodist Debakey Cardiovascular Journal\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Journal Of Women'S Health & Gender-Based Medicine\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Quest-The Journal Of Ugc-Asc Nainital\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Sensors (Basel, Switzerland)\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"National Academy Science Letters\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Canadian Journal Of Physiology And Pharmacology\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"Acc Current Journal Review\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"A102. Copd: Therapy\",\n      \"journals_count\": 2\n     },\n     {\n      \"journal_name\": \"Annals Of Clinical Biochemistry\",\n      \"journals_count\": 1\n     },\n     {\n      \"journal_name\": \"The New England Journal Of Medicine\",\n      \"journals_count\": 52\n     }\n    ]\n   }\n  }\n ],\n \"get_semantic_scholar_papers_for_npi\": [\n  {\n   \"year\": 2024,\n   \"title\": \"EICOSAPENTAENOIC ACID AND A HIGH INTENSITY STATIN ENHANCED EXPRESSION OF PROTEINS FOR DETOXIFICATION OF REACTIVE OXYGEN SPECIES DURING ANGIOTENSIN II CHALLENGE IN ENDOTHELIAL CELLS\",\n   \"journal_name\": \"Journal Of The American College Of Cardiology\"\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"EICOSAPENTAENOIC ACID AND ROSUVASTATIN MODULATE EXPRESSION OF ENDOTHELIAL PROTEINS THAT REGULATE FUNCTION AND PLATELET ACTIVITY DURING ANGIOTENSIN II STIMULATION\",\n   \"journal_name\": \"Journal Of The American College Of Cardiology\"\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"ATORVASTATIN ACTIVE HYDROXYLATED METABOLITES INHIBIT LIPOPROTEIN(A) OXIDATION COMPARED TO ROSUVASTATIN IN VITRO\",\n   \"journal_name\": \"Journal Of The American College Of Cardiology\"\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"SOTAGLIFLOZIN, A DUAL SGLT 1 AND 2 INHIBITOR, MODULATED EXPRESSION OF GLUCOSE TRANSPORT AND INFLAMMATORY PROTEINS IN ENDOTHELIAL CELLS FOLLOWING ANGIOTENSIN II STIMULATION\",\n   \"journal_name\": \"Journal Of The American College Of Cardiology\"\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"EICOSAPENTAENOIC ACID INHIBITS LIPOPROTEIN(A) OXIDATION DUE TO SCAVENGING MECHANISMS IN VITRO\",\n   \"journal_name\": \"Journal Of The American College Of Cardiology\"\n  }\n ]\n}"}],"_postman_id":"f21eb3a2-acb7-4b9d-9ac7-fefee0806a39"},{"name":"Get Paper Count","id":"fc741373-a8e6-4f33-97f4-1174167f1b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"npi_number\": 1306007232\n}","options":{"raw":{"language":"json"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-us-provider-papers-count","description":"<h3 id=\"get-us-provider-papers-count\">Get US Provider Papers Count</h3>\n<p>This endpoint allows you to retrieve the count of unique papers associated with a US provider.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>npi_number</code> (number) - The National Provider Identifier (NPI) number for the US provider.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the response will include the following data in JSON format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"get_semantic_scholar_papers_for_npis_count\": [\n        {\n            \"result\": {\n                \"total_unique_papers_count\": 0\n            }\n        }\n    ]\n}\n\n</code></pre>\n<p>The <code>total_unique_papers_count</code> field represents the total count of unique papers associated with the specified NPI number.</p>\n","urlObject":{"path":["api","rest","get-us-provider-papers-count"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"4dcee9f4-2b23-43e3-9474-97208b58a8d5","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-us-provider-papers-count","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"25"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1306007232}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-us-provider-papers-count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-length","value":"94"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:45 GMT"},{"key":"x-amz-apigw-id","value":"dJXCSHd5oAMEf5Q="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"94"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:44 GMT"},{"key":"x-amzn-requestid","value":"72aa0739-becc-4482-a8b2-af05113be240"},{"key":"x-request-id","value":"d2959014-2922-4c75-85df-8dc8fae1f529"}],"cookie":[],"responseTime":null,"body":"{\n \"get_semantic_scholar_papers_for_npis_count\": [\n  {\n   \"result\": {\n    \"total_unique_papers_count\": 16\n   }\n  }\n ]\n}"}],"_postman_id":"fc741373-a8e6-4f33-97f4-1174167f1b2c"},{"name":"Get Semantic Scholar Papers By NPI","id":"a9c9b612-2659-42f3-a595-33d73263cb68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"102"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"offset\":0,\"filter\":{},\"have_distinct_year_and_journal_name\":true}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-semantic-scholar-papers-by-npi-v2","urlObject":{"path":["api","rest","get-semantic-scholar-papers-by-npi-v2"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"6fe9cedc-4a89-4db8-b981-a55791bca28e","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-semantic-scholar-papers-by-npi-v2","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"102"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"offset\":0,\"filter\":{},\"have_distinct_year_and_journal_name\":true}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-semantic-scholar-papers-by-npi-v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"11899"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:13 GMT"},{"key":"x-amz-apigw-id","value":"dJXGlGFRIAMEQHA="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"11899"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:23:12 GMT"},{"key":"x-amzn-requestid","value":"82ecb4cb-bbdb-4696-bac0-6dd9e1c408e8"},{"key":"x-request-id","value":"b295f0f8-69d8-4782-bfd8-599ff72bfd15"}],"cookie":[],"responseTime":null,"body":"{\n \"get_semantic_scholar_papers_for_npi\": [\n  {\n   \"year\": 2024,\n   \"title\": \"522-P: Inhibition of Lipoprotein(a) [Lp(a)] Oxidation by Atorvastatin Active Hydroxylated Metabolites during High Glucose Compared with Rosuvastatin In Vitro\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Diabetes\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.2337/db24-522-p\",\n   \"corpusid\": 270519102,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"R. PRESTON MASON\",\n     \"authorId\": \"2306680745\"\n    }\n   ],\n   \"abstract\": \"Background: Elevated lipoprotein(a) (Lp(a)) levels are causally and independently associated with increased cardiovascular (CV) risk due to increased inflammation and macrophage uptake. Levels of oxidized Lp(a) were more predictive of CV events and endothelial dysfunction in type 2 diabetes than non-oxidized Lp(a). Atorvastatin reduces CV risk in diabetes and is metabolized by cytochrome P450 3A4 to the active hydroxylated metabolite (ATM) that has intrinsic antioxidant properties. We compared the effects of ATM and rosuvastatin on lipid oxidation in plasma samples enriched with Lp(a) under conditions of high glucose.\\n Methods: Lp(a) was enriched to 41% of total ApoB-containing particles from patients with elevated levels by isopycnic centrifugation. Samples of Lp(a) were incubated under high glucose (200 mg/dL) conditions at 37°C for 30 min with multiple concentrations of ATM and/or rosuvastatin (5 and 10 µM) and Trolox (10 µM), a water-soluble analog of Vitamin E. Samples were then subjected to copper sulfate-induced oxidation monitored by formation of malondialdehyde.\\n Results: Lp(a)-enriched plasma underwent increased oxidation, peaking at 4 hr by 32-fold after (0.37 ± 0.04 vs 12.27 ± 0.61, p<0.001) under conditions of high glucose. ATM significantly inhibited Lp(a) oxidation in a time- and dose-dependent manner; after 4 h, ATM at 5 and 10 µM inhibited oxidation by 75% and 81%, respectively (p<0.001) while rosuvastatin showed no significant activity. These effects of ATM were superior to Trolox.\\n Conclusions: Under high glucose conditions, ATM inhibited oxidation of Lp(a) enriched plasma in a dose-dependent fashion compared to rosuvastatin. The activity of ATM is attributed to its distinct lipophilic properties and direct scavenging activity compared to rosuvastatin. The potent antioxidant activity of atorvastatin active metabolites may contribute to reduced CV risk in patients with diabetes and elevated Lp(a).\\n \\n \\n S.C.R. Sherratt: None. P. Libby: Consultant; Amgen Inc., AstraZeneca, Baim Institute, Beren, ESPERION Therapeutics, Inc., Genentech, Inc., Kowa Pharmaceuticals America, Inc., Medimmune, Merck & Co., Inc., Moderna, Inc., Novo Nordisk, Novartis AG, Pfizer Inc., Sanofi-Regeneron. Advisory Panel; Amgen Inc., Caristo, Cartesian, CSL Behring, DalCor, Dewpoint, Eulicid, Kancera, Kowa Pharmaceuticals America, Inc., Olatec, Medimmune, Novartis AG, PlaqueTec, TenSixteen Bio, Soley Therapeutics, XBiotech, Inc. Other Relationship; Novartis, Novo Nordisk, Genentech, XBiotech. D.L. Bhatt: Advisory Panel; Angiowave, Bayer, Boehringer Ingelheim, CellProthera, Cereno Scientific, Elsevier Practice Update Cardiology, High Enroll, Janssen, Level Ex, McKinsey, Medscape Cardiology, Merck, MyoKardia, NirvaMed,. Board Member; American Heart Association New York City, Angiowave (stock options), Bristol Myers Squibb (stock), DRS.LINQ (stock options), High Enroll (stock);. Consultant; Broadview Ventures, GlaxoSmithKline, Hims, SFJ, Youngene. Other Relationship; Acesion Pharma, Assistance Publique-Hôpitaux de Paris, Baim Institute, Boston Scientific, Cleveland Clinic, Contego Medical, Duke Clinical Research Institute, Mayo Clinic, Mount Sinai, Novartis, Popul, ACC, Arnold and Porter Law Firm, Baim Institute, Belvoir Publications, CSL Behring, Cowen and Company, Duke Clinical Research Institute, HMP Global, Journal of the ACC, K2P, Level Ex, Medtelligence/Re, Population Health Research Institute, Wiley, Clinical Cardiology, Lexicon Pharmaceuticals, Inc. Research Support; Abbott, Acesion Pharma, Afimmune, Aker Biomarine, Alnylam, Amarin, Amgen, AstraZeneca, Bayer, Beren, Boehringer Ingelheim, Boston Scientific, Bristol-Myers Squibb, Cardax, CellProthera, Cereno Scienti, Ethicon, Faraday Pharmaceuticals, Ferring Pharmaceuticals, Forest Laboratories, Fractyl, Garmin, HLS Therapeutics, Idorsia, Ironwood, Ischemix, Janssen, Javelin, Lexicon, Lilly, Medtronic, Merck, Mode, Otsuka, Owkin, Pfizer, PhaseBio, PLx Pharma, Recardio, Regeneron, Reid Hoffman Foundation, Roche, Sanofi, Stasys, Synaptic, The Medicines Company, Youngene, 89Bio. Other Relationship; Elsevier (Editor, Braunwald’s Heart Disease), Abbott, Biotronik, Boston Scientific, CSI, Endotronix, St. Jude Medical (now Abbott), Philips, SpectraWAVE, Svelte, Vascular Solutions, American College of Cardiology, FlowCo. Stock/Shareholder; Angiowave (stock options), Bristol Myers Squibb (stock), DRS.LINQ (stock options), High Enroll (stock). R. Mason: Research Support; Viatris Inc., Amarin Corporation, Lexicon Pharmaceuticals, Inc., ESPERION Therapeutics, Inc.\\n \\n \\n \\n Viatris\\n\"\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"Inflammation, infection, and cardiovascular risk – Authors' reply\",\n   \"referencecount\": 9,\n   \"journal_name\": \"The Lancet\",\n   \"externalids_pubmed\": 38492941,\n   \"externalids_doi\": \"10.1016/S0140-6736(23)02878-7\",\n   \"corpusid\": 268385865,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"Paul M. Ridker\",\n     \"authorId\": \"2210009754\"\n    },\n    {\n     \"name\": \"Deepak L. Bhatt\",\n     \"authorId\": \"2250575295\"\n    },\n    {\n     \"name\": \"Steven E. Nissen\",\n     \"authorId\": \"2252671709\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"EICOSAPENTAENOIC ACID AND A HIGH INTENSITY STATIN ENHANCED EXPRESSION OF PROTEINS FOR DETOXIFICATION OF REACTIVE OXYGEN SPECIES DURING ANGIOTENSIN II CHALLENGE IN ENDOTHELIAL CELLS\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Journal Of The American College Of Cardiology\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/s0735-1097(24)03284-4\",\n   \"corpusid\": 268978121,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"R. P. Mason\",\n     \"authorId\": \"2253468231\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"EICOSAPENTAENOIC ACID INHIBITS LIPOPROTEIN(A) OXIDATION DUE TO SCAVENGING MECHANISMS IN VITRO\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Journal Of The American College Of Cardiology\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/s0735-1097(24)03157-7\",\n   \"corpusid\": 268972405,\n   \"citationcount\": 1,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"R. P. Mason\",\n     \"authorId\": \"2253468231\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"ASSOCIATIONS BETWEEN MOSAIC CHROMOSOMAL ALTERATIONS AND INCIDENT VENOUS THROMBOEMBOLISM IN THE MASS GENERAL BRIGHAM BIOBANK\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Journal Of The American College Of Cardiology\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/s0735-1097(24)04492-9\",\n   \"corpusid\": 268974579,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"Ohad Oren\",\n     \"authorId\": \"2255295567\"\n    },\n    {\n     \"name\": \"Rebecca L Zon\",\n     \"authorId\": \"2295428251\"\n    },\n    {\n     \"name\": \"So Mi Cho\",\n     \"authorId\": \"2248083778\"\n    },\n    {\n     \"name\": \"M. Uddin\",\n     \"authorId\": \"31846316\"\n    },\n    {\n     \"name\": \"W. Hornsby\",\n     \"authorId\": \"2071324567\"\n    },\n    {\n     \"name\": \"Benjamin L. Ebert\",\n     \"authorId\": \"2238120467\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"Pradeep Natarajan\",\n     \"authorId\": \"2295429016\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"Atorvastatin active metabolite and eicosapentaenoic acid inhibit oxidation of lipoprotein(a) [Lp(a)] in a synergistic manner in vitro\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Atherosclerosis\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/j.atherosclerosis.2024.117791\",\n   \"corpusid\": 271887205,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"P. Mason\",\n     \"authorId\": \"144549803\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"ATORVASTATIN ACTIVE HYDROXYLATED METABOLITES INHIBIT LIPOPROTEIN(A) OXIDATION COMPARED TO ROSUVASTATIN IN VITRO\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Journal Of The American College Of Cardiology\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/s0735-1097(24)03283-2\",\n   \"corpusid\": 268964012,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"R. P. Mason\",\n     \"authorId\": \"2253468231\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"SOTAGLIFLOZIN, A DUAL SGLT 1 AND 2 INHIBITOR, MODULATED EXPRESSION OF GLUCOSE TRANSPORT AND INFLAMMATORY PROTEINS IN ENDOTHELIAL CELLS FOLLOWING ANGIOTENSIN II STIMULATION\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Journal Of The American College Of Cardiology\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/s0735-1097(24)03286-8\",\n   \"corpusid\": 268972978,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"R. P. Mason\",\n     \"authorId\": \"2253468231\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"EICOSAPENTAENOIC ACID AND ROSUVASTATIN MODULATE EXPRESSION OF ENDOTHELIAL PROTEINS THAT REGULATE FUNCTION AND PLATELET ACTIVITY DURING ANGIOTENSIN II STIMULATION\",\n   \"referencecount\": 0,\n   \"journal_name\": \"Journal Of The American College Of Cardiology\",\n   \"externalids_pubmed\": null,\n   \"externalids_doi\": \"10.1016/s0735-1097(24)03285-6\",\n   \"corpusid\": 268973330,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"S. Sherratt\",\n     \"authorId\": \"7403854\"\n    },\n    {\n     \"name\": \"Peter Libby\",\n     \"authorId\": \"2266539779\"\n    },\n    {\n     \"name\": \"D. Bhatt\",\n     \"authorId\": \"2064433884\"\n    },\n    {\n     \"name\": \"R. P. Mason\",\n     \"authorId\": \"2253468231\"\n    }\n   ],\n   \"abstract\": null\n  },\n  {\n   \"year\": 2024,\n   \"title\": \"Intravascular lithotripsy compared with rotational atherectomy for calcified coronary lesions: A meta-analysis of outcomes.\",\n   \"referencecount\": 8,\n   \"journal_name\": \"Cardiovascular Revascularization Medicine : Including Molecular Interventions\",\n   \"externalids_pubmed\": 38307793,\n   \"externalids_doi\": \"10.1016/j.carrev.2024.01.012\",\n   \"corpusid\": 267278151,\n   \"citationcount\": 0,\n   \"authors\": [\n    {\n     \"name\": \"Rahul Gupta\",\n     \"authorId\": \"2280294121\"\n    },\n    {\n     \"name\": \"Alireza Hosseinpour\",\n     \"authorId\": \"2004106857\"\n    },\n    {\n     \"name\": \"Chirdeep Patel\",\n     \"authorId\": \"2281512293\"\n    },\n    {\n     \"name\": \"Aaqib H. Malik\",\n     \"authorId\": \"28036715\"\n    },\n    {\n     \"name\": \"A. Goel\",\n     \"authorId\": \"2164445765\"\n    },\n    {\n     \"name\": \"D. Bandyopadhyay\",\n     \"authorId\": \"32352509\"\n    },\n    {\n     \"name\": \"Mir B. Basir\",\n     \"authorId\": \"2258160664\"\n    },\n    {\n     \"name\": \"C. Lavie\",\n     \"authorId\": \"27346053\"\n    },\n    {\n     \"name\": \"Nainesh C. Patel\",\n     \"authorId\": \"2256544751\"\n    },\n    {\n     \"name\": \"Deepak L. Bhatt\",\n     \"authorId\": \"2250575295\"\n    }\n   ],\n   \"abstract\": null\n  }\n ],\n \"filtered_result_count\": [\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  },\n  {\n   \"year\": 2024\n  }\n ],\n \"years\": [\n  {\n   \"year\": 2000\n  },\n  {\n   \"year\": 2001\n  },\n  {\n   \"year\": 2002\n  },\n  {\n   \"year\": 2003\n  },\n  {\n   \"year\": 2004\n  },\n  {\n   \"year\": 2005\n  },\n  {\n   \"year\": 2006\n  },\n  {\n   \"year\": 2007\n  },\n  {\n   \"year\": 2008\n  },\n  {\n   \"year\": 2009\n  },\n  {\n   \"year\": 2010\n  },\n  {\n   \"year\": 2011\n  },\n  {\n   \"year\": 2012\n  },\n  {\n   \"year\": 2013\n  },\n  {\n   \"year\": 2014\n  },\n  {\n   \"year\": 2015\n  },\n  {\n   \"year\": 2016\n  },\n  {\n   \"year\": 2017\n  },\n  {\n   \"year\": 2018\n  },\n  {\n   \"year\": 2019\n  },\n  {\n   \"year\": 2020\n  },\n  {\n   \"year\": 2021\n  },\n  {\n   \"year\": 2022\n  },\n  {\n   \"year\": 2023\n  },\n  {\n   \"year\": 2024\n  }\n ],\n \"journals\": [\n  {\n   \"journal_name\": \"\"\n  },\n  {\n   \"journal_name\": \"2014 Ieee International Conference On Advanced Networks And Telecommuncations Systems (Ants)\"\n  },\n  {\n   \"journal_name\": \"2015 Annual Ieee India Conference (Indicon)\"\n  },\n  {\n   \"journal_name\": \"A102. Copd: Therapy\"\n  },\n  {\n   \"journal_name\": \"Acc Current Journal Review\"\n  },\n  {\n   \"journal_name\": \"Advances In Therapy\"\n  },\n  {\n   \"journal_name\": \"Alimentary Pharmacology & Therapeutics\"\n  },\n  {\n   \"journal_name\": \"Alzheimer'S & Dementia\"\n  },\n  {\n   \"journal_name\": \"American Heart Hournal Plus: Cardiology Research And Practice\"\n  },\n  {\n   \"journal_name\": \"American Heart Journal\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Cardiovascular Drugs\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Cardiovascular Drugs : Drugs, Devices, And Other Interventions\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Human Genetics\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Nephrology\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Physiology. Heart And Circulatory Physiology\"\n  },\n  {\n   \"journal_name\": \"American Journal Of Preventive Cardiology\"\n  },\n  {\n   \"journal_name\": \"Annales De Cardiologie Et D'Angeiologie\"\n  },\n  {\n   \"journal_name\": \"Annals Of Clinical Biochemistry\"\n  },\n  {\n   \"journal_name\": \"Annals Of Emergency Medicine\"\n  },\n  {\n   \"journal_name\": \"Annals Of Internal Medicine\"\n  },\n  {\n   \"journal_name\": \"Annals Of Neurology\"\n  },\n  {\n   \"journal_name\": \"Annals Of Surgery\"\n  },\n  {\n   \"journal_name\": \"Annals Of Surgery Open\"\n  },\n  {\n   \"journal_name\": \"Annals Of The Rheumatic Diseases\"\n  },\n  {\n   \"journal_name\": \"Annual Review Of Pharmacology And Toxicology\"\n  },\n  {\n   \"journal_name\": \"Archives Des Maladies Du Coeur Et Des Vaisseaux - Pratique\"\n  },\n  {\n   \"journal_name\": \"Archives Of Cardiovascular Diseases\"\n  },\n  {\n   \"journal_name\": \"Archives Of Cardiovascular Diseases Supplements\"\n  },\n  {\n   \"journal_name\": \"Archives Of Internal Medicine\"\n  },\n  {\n   \"journal_name\": \"Archives Of Neurology\"\n  },\n  {\n   \"journal_name\": \"Archivos De Cardiologia De Mexico\"\n  },\n  {\n   \"journal_name\": \"Arteriosclerosis, Thrombosis, And Vascular Biology\"\n  },\n  {\n   \"journal_name\": \"Arteriosclerosis, Thrombosis, & Vascular Biology\"\n  },\n  {\n   \"journal_name\": \"Arthritis & Rheumatology\"\n  },\n  {\n   \"journal_name\": \"Arxiv\"\n  },\n  {\n   \"journal_name\": \"Asian Journal Of Pharmaceutical Research\"\n  },\n  {\n   \"journal_name\": \"Atherosclerosis\"\n  },\n  {\n   \"journal_name\": \"Atherosclerosis Supplements\"\n  },\n  {\n   \"journal_name\": \"Autophagy\"\n  },\n  {\n   \"journal_name\": \"Benha Journal Of Applied Sciences\"\n  },\n  {\n   \"journal_name\": \"Biochemical And Biophysical Research Communications\"\n  },\n  {\n   \"journal_name\": \"Biochemical Pharmacology\"\n  },\n  {\n   \"journal_name\": \"Biomedical Instrumentation & Technology\"\n  },\n  {\n   \"journal_name\": \"Biomedicine & Pharmacotherapy = Biomedecine & Pharmacotherapie\"\n  },\n  {\n   \"journal_name\": \"Biomolecules\"\n  },\n  {\n   \"journal_name\": \"Biorxiv\"\n  },\n  {\n   \"journal_name\": \"Blood\"\n  },\n  {\n   \"journal_name\": \"Bmc Medical Research Methodology\"\n  },\n  {\n   \"journal_name\": \"Bmc Pregnancy And Childbirth\"\n  },\n  {\n   \"journal_name\": \"British Journal Of Anaesthesia\"\n  },\n  {\n   \"journal_name\": \"British Journal Of Sports Medicine\"\n  },\n  {\n   \"journal_name\": \"Canadian Journal Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"Canadian Journal Of Diabetes\"\n  },\n  {\n   \"journal_name\": \"Canadian Journal Of Physiology And Pharmacology\"\n  },\n  {\n   \"journal_name\": \"Canadian Medical Association Journal\"\n  },\n  {\n   \"journal_name\": \"Cardiology\"\n  },\n  {\n   \"journal_name\": \"Cardiology And Therapy\"\n  },\n  {\n   \"journal_name\": \"Cardiology Clinics\"\n  },\n  {\n   \"journal_name\": \"Cardiology In Review\"\n  },\n  {\n   \"journal_name\": \"Cardiometabolic Syndrome Journal\"\n  },\n  {\n   \"journal_name\": \"Cardio-Oncology Practice Manual :  A Companion To Braunwald 'S Heart Disease\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Diabetology\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Diagnosis And Therapy\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Drugs And Therapy\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Research\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Revascularization Medicine : Including Molecular Interventions\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Reviews And Reports\"\n  },\n  {\n   \"journal_name\": \"Cardiovascular Therapeutics\"\n  },\n  {\n   \"journal_name\": \"Catheterization And Cardiovascular Interventions\"\n  },\n  {\n   \"journal_name\": \"Catheterization And Cardiovascular Interventions : Official Journal Of The Society For Cardiac Angiography & Interventions\"\n  },\n  {\n   \"journal_name\": \"Cell Metabolism\"\n  },\n  {\n   \"journal_name\": \"Cell Reports Medicine\"\n  },\n  {\n   \"journal_name\": \"Cellular Physiology And Biochemistry\"\n  },\n  {\n   \"journal_name\": \"Cephalalgia\"\n  },\n  {\n   \"journal_name\": \"Cerebrovascular Diseases\"\n  },\n  {\n   \"journal_name\": \"Chest\"\n  },\n  {\n   \"journal_name\": \"Chronic Obstructive Pulmonary Diseases\"\n  },\n  {\n   \"journal_name\": \"Circulation\"\n  },\n  {\n   \"journal_name\": \"Circulation: Arrhythmia And Electrophysiology\"\n  },\n  {\n   \"journal_name\": \"Circulation: Cadiovascular Interventions\"\n  },\n  {\n   \"journal_name\": \"Circulation: Cardiovascular Imaging\"\n  },\n  {\n   \"journal_name\": \"Circulation. Cardiovascular Imaging\"\n  },\n  {\n   \"journal_name\": \"Circulation: Cardiovascular Interventions\"\n  },\n  {\n   \"journal_name\": \"Circulation. Cardiovascular Interventions\"\n  },\n  {\n   \"journal_name\": \"Circulation-Cardiovascular Quality And Outcomes\"\n  },\n  {\n   \"journal_name\": \"Circulation: Cardiovascular Quality And Outcomes\"\n  },\n  {\n   \"journal_name\": \"Circulation. Cardiovascular Quality And Outcomes\"\n  },\n  {\n   \"journal_name\": \"Circulation: Genomic And Precision Medicine\"\n  },\n  {\n   \"journal_name\": \"Circulation: Heart Failure\"\n  },\n  {\n   \"journal_name\": \"Circulation. Heart Failure\"\n  },\n  {\n   \"journal_name\": \"Circulation Journal : Official Journal Of The Japanese Circulation Society\"\n  },\n  {\n   \"journal_name\": \"Circulation: Journal Of The American Heart Association\"\n  },\n  {\n   \"journal_name\": \"Circulation Research\"\n  },\n  {\n   \"journal_name\": \"Cjasn\"\n  },\n  {\n   \"journal_name\": \"Cleveland Clinic Journal Of Medicine\"\n  },\n  {\n   \"journal_name\": \"Clinical Cardiology\"\n  },\n  {\n   \"journal_name\": \"Clinical Chemistry\"\n  },\n  {\n   \"journal_name\": \"Clinical Gastroenterology And Hepatology : The Official Clinical Practice Journal Of The American Gastroenterological Association\"\n  },\n  {\n   \"journal_name\": \"Clinical Immunology\"\n  },\n  {\n   \"journal_name\": \"Clinical Journal Of The American Society Of Nephrology\"\n  },\n  {\n   \"journal_name\": \"Clinical Journal Of The American Society Of Nephrology : Cjasn\"\n  },\n  {\n   \"journal_name\": \"Clinical Lipidology\"\n  },\n  {\n   \"journal_name\": \"Clinical Ophthalmology (Auckland, N.Z.)\"\n  },\n  {\n   \"journal_name\": \"Clinical Pharmacokinetics\"\n  },\n  {\n   \"journal_name\": \"Clinical Pharmacology & Therapeutics\"\n  },\n  {\n   \"journal_name\": \"Clinical Research In Cardiology\"\n  },\n  {\n   \"journal_name\": \"Clinical Therapeutics\"\n  },\n  {\n   \"journal_name\": \"Cmaj Open\"\n  },\n  {\n   \"journal_name\": \"Cochrane Database Of Systematic Reviews\"\n  },\n  {\n   \"journal_name\": \"Concise Guide To Hematology\"\n  },\n  {\n   \"journal_name\": \"Congestive Heart Failure\"\n  },\n  {\n   \"journal_name\": \"Contemporary Clinical Trials\"\n  },\n  {\n   \"journal_name\": \"Coronary Artery Disease\"\n  },\n  {\n   \"journal_name\": \"Cpt: Pharmacometrics & Systems Pharmacology\"\n  },\n  {\n   \"journal_name\": \"Critical Care Medicine\"\n  },\n  {\n   \"journal_name\": \"Critical Pathways In Cardiology\"\n  },\n  {\n   \"journal_name\": \"Current Atherosclerosis Reports\"\n  },\n  {\n   \"journal_name\": \"Current Cardiology Reports\"\n  },\n  {\n   \"journal_name\": \"Current Controlled Trials In Cardiovascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Current Diabetes Reports\"\n  },\n  {\n   \"journal_name\": \"Current Opinion In Cardiology\"\n  },\n  {\n   \"journal_name\": \"Current Opinion In Rheumatology\"\n  },\n  {\n   \"journal_name\": \"Current Problems In Cardiology\"\n  },\n  {\n   \"journal_name\": \"Current Topics In Agricultural Sciences Vol. 4\"\n  },\n  {\n   \"journal_name\": \"Current Treatment Options In Cardiovascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Deckermed Transitional Year Weekly Curriculum™\"\n  },\n  {\n   \"journal_name\": \"Diabetes\"\n  },\n  {\n   \"journal_name\": \"Diabetes Care\"\n  },\n  {\n   \"journal_name\": \"Diabetes Management\"\n  },\n  {\n   \"journal_name\": \"Diabetes/Metabolism Research And Reviews\"\n  },\n  {\n   \"journal_name\": \"Diabetes, Obesity And Metabolism\"\n  },\n  {\n   \"journal_name\": \"Diabetes, Obesity & Metabolism\"\n  },\n  {\n   \"journal_name\": \"Diabetes Research And Clinical Practice\"\n  },\n  {\n   \"journal_name\": \"Diabetologia\"\n  },\n  {\n   \"journal_name\": \"Diabetologie Und Stoffwechsel\"\n  },\n  {\n   \"journal_name\": \"Diabetology & Metabolic Syndrome\"\n  },\n  {\n   \"journal_name\": \"Documenta Ophthalmologica\"\n  },\n  {\n   \"journal_name\": \"Drug Metabolism And Disposition\"\n  },\n  {\n   \"journal_name\": \"Drug Metabolism And Pharmacokinetics\"\n  },\n  {\n   \"journal_name\": \"Drug Metabolism Letters\"\n  },\n  {\n   \"journal_name\": \"Drugs\"\n  },\n  {\n   \"journal_name\": \"Ebiomedicine\"\n  },\n  {\n   \"journal_name\": \"Eclinicalmedicine\"\n  },\n  {\n   \"journal_name\": \"Electrochemical Science Advances\"\n  },\n  {\n   \"journal_name\": \"Electronic Poster Abstracts\"\n  },\n  {\n   \"journal_name\": \"Endocrine Practice : Official Journal Of The American College Of Endocrinology And The American Association Of Clinical Endocrinologists\"\n  },\n  {\n   \"journal_name\": \"Endocrinology And Metabolism Clinics Of North America\"\n  },\n  {\n   \"journal_name\": \"Environmental Progress & Sustainable Energy\"\n  },\n  {\n   \"journal_name\": \"Environmental Toxicology And Pharmacology\"\n  },\n  {\n   \"journal_name\": \"Esc Heart Failure\"\n  },\n  {\n   \"journal_name\": \"Eurointervention : Journal Of Europcr In Collaboration With The Working Group On Interventional Cardiology Of The European Society Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"European Cardiology Review\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal: Acute Cardiovascular Care\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal. Acute Cardiovascular Care\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal Cardiovascular Imaging\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal — Cardiovascular Pharmacotherapy\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal. Cardiovascular Pharmacotherapy\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal: Case Reports\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal. Digital Health\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal Open\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal. Quality Of Care & Clinical Outcomes\"\n  },\n  {\n   \"journal_name\": \"European Heart Journal Supplements : Journal Of The European Society Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"European Journal Of Heart Failure\"\n  },\n  {\n   \"journal_name\": \"European Journal Of Neurology\"\n  },\n  {\n   \"journal_name\": \"European Journal Of Preventive Cardiology\"\n  },\n  {\n   \"journal_name\": \"European Journal Of Vascular And Endovascular Surgery\"\n  },\n  {\n   \"journal_name\": \"European Journal Of Vascular And Endovascular Surgery : The Official Journal Of The European Society For Vascular Surgery\"\n  },\n  {\n   \"journal_name\": \"European Stroke Journal\"\n  },\n  {\n   \"journal_name\": \"Evidence-Based Medicine\"\n  },\n  {\n   \"journal_name\": \"Experimental And Clinical Endocrinology & Diabetes : Official Journal, German Society Of Endocrinology [And] German Diabetes Association\"\n  },\n  {\n   \"journal_name\": \"Expert Opinion On Drug Safety\"\n  },\n  {\n   \"journal_name\": \"Expert Opinion On Emerging Drugs\"\n  },\n  {\n   \"journal_name\": \"Expert Opinion On Pharmacotherapy\"\n  },\n  {\n   \"journal_name\": \"Expert Syst. Appl.\"\n  },\n  {\n   \"journal_name\": \"Febs Letters\"\n  },\n  {\n   \"journal_name\": \"Food And Chemical Toxicology : An International Journal Published For The British Industrial Biological Research Association\"\n  },\n  {\n   \"journal_name\": \"Frontiers In Bioscience\"\n  },\n  {\n   \"journal_name\": \"Frontiers In Cardiovascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Frontiers In Chemistry\"\n  },\n  {\n   \"journal_name\": \"Future Cardiology\"\n  },\n  {\n   \"journal_name\": \"Gastroenterology\"\n  },\n  {\n   \"journal_name\": \"Global Heart\"\n  },\n  {\n   \"journal_name\": \"Graduate Medical Education Research Journal\"\n  },\n  {\n   \"journal_name\": \"Gut\"\n  },\n  {\n   \"journal_name\": \"Handbook Of Consumer Nanoproducts\"\n  },\n  {\n   \"journal_name\": \"Harvard Heart Letter : From Harvard Medical School\"\n  },\n  {\n   \"journal_name\": \"Headache: The Journal Of Head And Face Pain\"\n  },\n  {\n   \"journal_name\": \"Health Expectations : An International Journal Of Public Participation In Health Care And Health Policy\"\n  },\n  {\n   \"journal_name\": \"Heart\"\n  },\n  {\n   \"journal_name\": \"Heart Advisor\"\n  },\n  {\n   \"journal_name\": \"Heart Asia\"\n  },\n  {\n   \"journal_name\": \"Heart Failure Clinics\"\n  },\n  {\n   \"journal_name\": \"Heart International\"\n  },\n  {\n   \"journal_name\": \"Heart Lung And Circulation\"\n  },\n  {\n   \"journal_name\": \"Heart, Lung And Circulation\"\n  },\n  {\n   \"journal_name\": \"Heart, Lung & Circulation\"\n  },\n  {\n   \"journal_name\": \"Heliyon\"\n  },\n  {\n   \"journal_name\": \"Herz\"\n  },\n  {\n   \"journal_name\": \"Hot Topics In Cardiology\"\n  },\n  {\n   \"journal_name\": \"Human Molecular Genetics\"\n  },\n  {\n   \"journal_name\": \"Hypertension\"\n  },\n  {\n   \"journal_name\": \"Indian Heart Journal\"\n  },\n  {\n   \"journal_name\": \"Indian Journal Of Endocrinology And Metabolism\"\n  },\n  {\n   \"journal_name\": \"Indian Journal Of Ophthalmology\"\n  },\n  {\n   \"journal_name\": \"Indo American Journal Of Pharmaceutical Research\"\n  },\n  {\n   \"journal_name\": \"Inf. Sci.\"\n  },\n  {\n   \"journal_name\": \"Innovations: Technology And Techniques In Cardiothoracic And Vascular Surgery\"\n  },\n  {\n   \"journal_name\": \"Internal Medicine Journal\"\n  },\n  {\n   \"journal_name\": \"International Angiology : A Journal Of The International Union Of Angiology\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Advance Research, Ideas And Innovations In Technology\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Cardiology. Cardiovascular Risk And Prevention\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Cardiology. Heart & Vasculature\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Cardiology Hypertension\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Environmental Research And Public Health\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Laboratory Hematology\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Obesity\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Stroke\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Surgery Protocols\"\n  },\n  {\n   \"journal_name\": \"International Journal Of Systematic And Evolutionary Microbiology\"\n  },\n  {\n   \"journal_name\": \"International Review Of Thrombosis\"\n  },\n  {\n   \"journal_name\": \"Interventional Cardiology\"\n  },\n  {\n   \"journal_name\": \"Interventional Cardiology Clinics\"\n  },\n  {\n   \"journal_name\": \"Investigative Ophthalmology & Visual Science\"\n  },\n  {\n   \"journal_name\": \"Iscience\"\n  },\n  {\n   \"journal_name\": \"Jacc: Advances\"\n  },\n  {\n   \"journal_name\": \"Jacc. Advances\"\n  },\n  {\n   \"journal_name\": \"Jacc Asia\"\n  },\n  {\n   \"journal_name\": \"Jacc: Basic To Translational Science\"\n  },\n  {\n   \"journal_name\": \"Jacc: Cardiooncology\"\n  },\n  {\n   \"journal_name\": \"Jacc. Cardiovascular Imaging\"\n  },\n  {\n   \"journal_name\": \"Jacc-Cardiovascular Interventions\"\n  },\n  {\n   \"journal_name\": \"Jacc. Cardiovascular Interventions\"\n  },\n  {\n   \"journal_name\": \"Jacc. Clinical Electrophysiology\"\n  },\n  {\n   \"journal_name\": \"Jacc. Heart Failure\"\n  },\n  {\n   \"journal_name\": \"Jama\"\n  },\n  {\n   \"journal_name\": \"Jama Cardiology\"\n  },\n  {\n   \"journal_name\": \"Jama Internal Medicine\"\n  },\n  {\n   \"journal_name\": \"Jama Network Open\"\n  },\n  {\n   \"journal_name\": \"Jama Neurology\"\n  },\n  {\n   \"journal_name\": \"Japanese Journal Of Thrombosis And Hemostasis\"\n  },\n  {\n   \"journal_name\": \"Journal Des Maladies Vasculaires\"\n  },\n  {\n   \"journal_name\": \"Journal Of Applied Physiology\"\n  },\n  {\n   \"journal_name\": \"Journal Of Cardiac Failure\"\n  },\n  {\n   \"journal_name\": \"Journal Of Cardiovascular Computed Tomography\"\n  },\n  {\n   \"journal_name\": \"Journal Of Cardiovascular Development And Disease\"\n  },\n  {\n   \"journal_name\": \"Journal Of Cardiovascular Electrophysiology\"\n  },\n  {\n   \"journal_name\": \"Journal Of Cardiovascular Pharmacology And Therapeutics\"\n  },\n  {\n   \"journal_name\": \"Journal Of Clinical And Diagnostic Research\"\n  },\n  {\n   \"journal_name\": \"Journal Of Clinical Epidemiology\"\n  },\n  {\n   \"journal_name\": \"Journal Of Clinical Lipidology\"\n  },\n  {\n   \"journal_name\": \"Journal Of Clinical Medicine\"\n  },\n  {\n   \"journal_name\": \"Journal Of Clinical Sleep Medicine : Jcsm : Official Publication Of The American Academy Of Sleep Medicine\"\n  },\n  {\n   \"journal_name\": \"Journal Of Controlled Release : Official Journal Of The Controlled Release Society\"\n  },\n  {\n   \"journal_name\": \"Journal Of Diabetes And Its Complications\"\n  },\n  {\n   \"journal_name\": \"Journal Of Ecophysiology And Occupational Health\"\n  },\n  {\n   \"journal_name\": \"Journal Of Food Science And Technology\"\n  },\n  {\n   \"journal_name\": \"Journal Of General Internal Medicine\"\n  },\n  {\n   \"journal_name\": \"Journal Of Heart And Lung Transplantation\"\n  },\n  {\n   \"journal_name\": \"Journal Of Hepatology\"\n  },\n  {\n   \"journal_name\": \"Journal Of Hospital Medicine\"\n  },\n  {\n   \"journal_name\": \"Journal Of Hypertension\"\n  },\n  {\n   \"journal_name\": \"Journal Of Internal Medicine\"\n  },\n  {\n   \"journal_name\": \"Journal Of Invasive Cardiology\"\n  },\n  {\n   \"journal_name\": \"Journal Of Lipid Research\"\n  },\n  {\n   \"journal_name\": \"Journal Of Managed Care & Specialty Pharmacy\"\n  },\n  {\n   \"journal_name\": \"Journal Of Mountain Research\"\n  },\n  {\n   \"journal_name\": \"Journal Of Palliative Care\"\n  },\n  {\n   \"journal_name\": \"Journal Of Patient Safety\"\n  },\n  {\n   \"journal_name\": \"Journal Of Pharmaceutical Sciences\"\n  },\n  {\n   \"journal_name\": \"Journal Of Sleep Research\"\n  },\n  {\n   \"journal_name\": \"Journal Of Stroke And Cerebrovascular Diseases : The Official Journal Of National Stroke Association\"\n  },\n  {\n   \"journal_name\": \"Journal Of The American College Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"Journal Of The American Heart Association: Cardiovascular And Cerebrovascular Disease\"\n  },\n  {\n   \"journal_name\": \"Journal Of The American Society Of Hypertension\"\n  },\n  {\n   \"journal_name\": \"Journal Of The American Society Of Hypertension : Jash\"\n  },\n  {\n   \"journal_name\": \"Journal Of The American Society Of Nephrology\"\n  },\n  {\n   \"journal_name\": \"Journal Of The Neurological Sciences\"\n  },\n  {\n   \"journal_name\": \"Journal Of The Royal Society Interface\"\n  },\n  {\n   \"journal_name\": \"Journal Of The Society For Cardiovascular Angiography &Amp; Interventions\"\n  },\n  {\n   \"journal_name\": \"Journal Of Thrombosis And Haemostasis\"\n  },\n  {\n   \"journal_name\": \"Journal Of Thrombosis And Thrombolysis\"\n  },\n  {\n   \"journal_name\": \"Journal Of Vascular Surgery\"\n  },\n  {\n   \"journal_name\": \"Journal Of Women'S Health\"\n  },\n  {\n   \"journal_name\": \"Journal Of Women'S Health & Gender-Based Medicine\"\n  },\n  {\n   \"journal_name\": \"Korean Circulation Journal\"\n  },\n  {\n   \"journal_name\": \"Lancet\"\n  },\n  {\n   \"journal_name\": \"Lancet (London, England)\"\n  },\n  {\n   \"journal_name\": \"Luminescence : The Journal Of Biological And Chemical Luminescence\"\n  },\n  {\n   \"journal_name\": \"Materials Advances\"\n  },\n  {\n   \"journal_name\": \"Matter\"\n  },\n  {\n   \"journal_name\": \"Mayo Clinic Proceedings\"\n  },\n  {\n   \"journal_name\": \"Measurement Science And Technology\"\n  },\n  {\n   \"journal_name\": \"Med\"\n  },\n  {\n   \"journal_name\": \"Medical Journal Of Australia\"\n  },\n  {\n   \"journal_name\": \"Medical Science Monitor : International Medical Journal Of Experimental And Clinical Research\"\n  },\n  {\n   \"journal_name\": \"Medical Sciences\"\n  },\n  {\n   \"journal_name\": \"Medrxiv\"\n  },\n  {\n   \"journal_name\": \"Medrxiv : The Preprint Server For Health Sciences\"\n  },\n  {\n   \"journal_name\": \"Metabolism\"\n  },\n  {\n   \"journal_name\": \"Metabolism-Clinical And Experimental\"\n  },\n  {\n   \"journal_name\": \"Metabolism: Clinical And Experimental\"\n  },\n  {\n   \"journal_name\": \"Methodist Debakey Cardiovascular Journal\"\n  },\n  {\n   \"journal_name\": \"Minerva Cardioangiologica\"\n  },\n  {\n   \"journal_name\": \"Minerva Cardiology And Angiology\"\n  },\n  {\n   \"journal_name\": \"Nail Disorders\"\n  },\n  {\n   \"journal_name\": \"Nano-Structures &Amp; Nano-Objects\"\n  },\n  {\n   \"journal_name\": \"National Academy Science Letters\"\n  },\n  {\n   \"journal_name\": \"Nature\"\n  },\n  {\n   \"journal_name\": \"Nature Biotechnology\"\n  },\n  {\n   \"journal_name\": \"Nature Clinical Practice Cardiovascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Nature Communications\"\n  },\n  {\n   \"journal_name\": \"Nature Medicine\"\n  },\n  {\n   \"journal_name\": \"Nature Reviews Cardiology\"\n  },\n  {\n   \"journal_name\": \"Nature Reviews. Cardiology\"\n  },\n  {\n   \"journal_name\": \"Nature Reviews Drug Discovery\"\n  },\n  {\n   \"journal_name\": \"Nature Reviews Nephrology\"\n  },\n  {\n   \"journal_name\": \"Nederlands Tijdschrift Voor Diabetologie\"\n  },\n  {\n   \"journal_name\": \"Nejm Evidence\"\n  },\n  {\n   \"journal_name\": \"Nephrology, Dialysis, Transplantation : Official Publication Of The European Dialysis And Transplant Association - European Renal Association\"\n  },\n  {\n   \"journal_name\": \"Neurocomputing\"\n  },\n  {\n   \"journal_name\": \"Neurology\"\n  },\n  {\n   \"journal_name\": \"Neuroscience Letters\"\n  },\n  {\n   \"journal_name\": \"Npj Digital Medicine\"\n  },\n  {\n   \"journal_name\": \"Obesity\"\n  },\n  {\n   \"journal_name\": \"Obesity (Silver Spring, Md.)\"\n  },\n  {\n   \"journal_name\": \"Obesity Surgery\"\n  },\n  {\n   \"journal_name\": \"Open Heart\"\n  },\n  {\n   \"journal_name\": \"Ophthalmology. Retina\"\n  },\n  {\n   \"journal_name\": \"Pacing And Clinical Electrophysiology\"\n  },\n  {\n   \"journal_name\": \"Panminerva Medica\"\n  },\n  {\n   \"journal_name\": \"Pervasive Mob. Comput.\"\n  },\n  {\n   \"journal_name\": \"Pharmacological Reports\"\n  },\n  {\n   \"journal_name\": \"Pharmacology & Therapeutics\"\n  },\n  {\n   \"journal_name\": \"Platelets\"\n  },\n  {\n   \"journal_name\": \"Plos One\"\n  },\n  {\n   \"journal_name\": \"Postgraduate Medicine\"\n  },\n  {\n   \"journal_name\": \"Potato Research\"\n  },\n  {\n   \"journal_name\": \"Presse Medicale\"\n  },\n  {\n   \"journal_name\": \"Proceedings Of The Third Acm International Conference On Ai In Finance\"\n  },\n  {\n   \"journal_name\": \"Progress In Cardiovascular Diseases\"\n  },\n  {\n   \"journal_name\": \"Prostaglandins, Leukotrienes, And Essential Fatty Acids\"\n  },\n  {\n   \"journal_name\": \"Quest-The Journal Of Ugc-Asc Nainital\"\n  },\n  {\n   \"journal_name\": \"Radiology\"\n  },\n  {\n   \"journal_name\": \"Rebalancing Asia\"\n  },\n  {\n   \"journal_name\": \"Research And Practice In Thrombosis And Haemostasis\"\n  },\n  {\n   \"journal_name\": \"Research Journal Of Pharmaceutical Dosage Forms And Technology\"\n  },\n  {\n   \"journal_name\": \"Research Journal Of Pharmacy And Technology\"\n  },\n  {\n   \"journal_name\": \"Respiratory Research\"\n  },\n  {\n   \"journal_name\": \"Resuscitation\"\n  },\n  {\n   \"journal_name\": \"Reviews In Cardiovascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Reviews In Endocrine And Metabolic Disorders\"\n  },\n  {\n   \"journal_name\": \"Revista Espanola De Cardiologia\"\n  },\n  {\n   \"journal_name\": \"Revue De Médecine Interne\"\n  },\n  {\n   \"journal_name\": \"Revue Du Rhumatisme\"\n  },\n  {\n   \"journal_name\": \"Rmd Open\"\n  },\n  {\n   \"journal_name\": \"Rsc Advances\"\n  },\n  {\n   \"journal_name\": \"Scientific Reports\"\n  },\n  {\n   \"journal_name\": \"Seminars In Thoracic And Cardiovascular Surgery\"\n  },\n  {\n   \"journal_name\": \"Seminars In Thrombosis And Hemostasis\"\n  },\n  {\n   \"journal_name\": \"Sensors (Basel, Switzerland)\"\n  },\n  {\n   \"journal_name\": \"Shock\"\n  },\n  {\n   \"journal_name\": \"Ssrn Electronic Journal\"\n  },\n  {\n   \"journal_name\": \"Stroke\"\n  },\n  {\n   \"journal_name\": \"Stroke And Vascular Neurology\"\n  },\n  {\n   \"journal_name\": \"Stroke: Journal Of The American Heart Association\"\n  },\n  {\n   \"journal_name\": \"Structural Heart\"\n  },\n  {\n   \"journal_name\": \"Surgery For Obesity And Related Diseases\"\n  },\n  {\n   \"journal_name\": \"Texas Heart Institute Journal\"\n  },\n  {\n   \"journal_name\": \"Thalassas: An International Journal Of Marine Sciences\"\n  },\n  {\n   \"journal_name\": \"The American Heart Hospital Journal\"\n  },\n  {\n   \"journal_name\": \"The American Journal Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"The American Journal Of Emergency Medicine\"\n  },\n  {\n   \"journal_name\": \"The American Journal Of Gastroenterology\"\n  },\n  {\n   \"journal_name\": \"The American Journal Of Medicine\"\n  },\n  {\n   \"journal_name\": \"The Annals Of Thoracic Surgery\"\n  },\n  {\n   \"journal_name\": \"The Bmj\"\n  },\n  {\n   \"journal_name\": \"The Canadian Journal Of Cardiology\"\n  },\n  {\n   \"journal_name\": \"The Cochrane Database Of Systematic Reviews\"\n  },\n  {\n   \"journal_name\": \"The Faseb Journal\"\n  },\n  {\n   \"journal_name\": \"The Indian Journal Of Pediatrics\"\n  },\n  {\n   \"journal_name\": \"The International Journal Of Cardiovascular Imaging\"\n  },\n  {\n   \"journal_name\": \"The Journal Of Cardiovascular Nursing\"\n  },\n  {\n   \"journal_name\": \"The Journal Of Clinical Hypertension\"\n  },\n  {\n   \"journal_name\": \"The Journal Of Headache And Pain\"\n  },\n  {\n   \"journal_name\": \"The Journal Of Invasive Cardiology\"\n  },\n  {\n   \"journal_name\": \"The Journal Of Pharmacology And Experimental Therapeutics\"\n  },\n  {\n   \"journal_name\": \"The Journal Of Thoracic And Cardiovascular Surgery\"\n  },\n  {\n   \"journal_name\": \"The Lancet\"\n  },\n  {\n   \"journal_name\": \"The Lancet. Diabetes & Endocrinology\"\n  },\n  {\n   \"journal_name\": \"The Lancet. Digital Health\"\n  },\n  {\n   \"journal_name\": \"The Lancet Neurology\"\n  },\n  {\n   \"journal_name\": \"The Lancet Regional Health - Europe\"\n  },\n  {\n   \"journal_name\": \"The Medical Clinics Of North America\"\n  },\n  {\n   \"journal_name\": \"The New England Journal Of Medicine\"\n  },\n  {\n   \"journal_name\": \"The Open Environmental & Biological Monitoring Journal\"\n  },\n  {\n   \"journal_name\": \"Therapeutic Advances In Musculoskeletal Disease\"\n  },\n  {\n   \"journal_name\": \"Thrombosis And Haemostasis\"\n  },\n  {\n   \"journal_name\": \"Thrombosis Research\"\n  },\n  {\n   \"journal_name\": \"Towards Excellence\"\n  },\n  {\n   \"journal_name\": \"Trends In Cardiovascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Trends In Molecular Medicine\"\n  },\n  {\n   \"journal_name\": \"Us Cardiology Review\"\n  },\n  {\n   \"journal_name\": \"Vaccines\"\n  },\n  {\n   \"journal_name\": \"Value In Health\"\n  },\n  {\n   \"journal_name\": \"Value In Health : The Journal Of The International Society For Pharmacoeconomics And Outcomes Research\"\n  },\n  {\n   \"journal_name\": \"Vascular\"\n  },\n  {\n   \"journal_name\": \"Vascular Medicine\"\n  },\n  {\n   \"journal_name\": \"Vascular Pharmacology\"\n  }\n ]\n}"}],"_postman_id":"a9c9b612-2659-42f3-a595-33d73263cb68"},{"name":"Get Provider Coauthors Graph","id":"e978d56f-0a82-4271-be52-8d47436e01a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-coauthors-graph","urlObject":{"path":["api","rest","get-provider-coauthors-graph"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"be3d3fbb-4803-4649-a6ec-07145d5e1d45","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-coauthors-graph","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"52"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-coauthors-graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1369"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD4FUYoAMEGhw="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"1369"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"b48a102b-099a-4cbd-8e71-85dde15f32ba"},{"key":"x-request-id","value":"acd9008f-cc3e-412e-a8ab-a53d7a2ddf9c"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"coauthors\": [\n    {\n     \"number_coauthorships\": 218,\n     \"coauthor\": {\n      \"npi_number\": 1750316402,\n      \"first_name\": \"GREGG\",\n      \"last_name\": \"FONAROW\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 286,\n        \"coauthor\": {\n         \"npi_number\": 1902980063,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 273,\n        \"coauthor\": {\n         \"npi_number\": 1720162613,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 235,\n        \"coauthor\": {\n         \"npi_number\": 1194346858,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Social Worker\",\n            \"primary_specialty\": \"Social Worker\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 218,\n        \"coauthor\": {\n         \"npi_number\": 1194358655,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 218,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Cardiovascular Disease\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 128,\n     \"coauthor\": {\n      \"npi_number\": 1902980063,\n      \"first_name\": \"ADRIAN\",\n      \"last_name\": \"HERNANDEZ\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 286,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 149,\n        \"coauthor\": {\n         \"npi_number\": 1720162613,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 140,\n        \"coauthor\": {\n         \"npi_number\": 1194346858,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Social Worker\",\n            \"primary_specialty\": \"Social Worker\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 128,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 118,\n        \"coauthor\": {\n         \"npi_number\": 1558560987,\n         \"first_name\": \"ADAM\",\n         \"last_name\": \"DEVORE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Cardiovascular Disease\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 104,\n     \"coauthor\": {\n      \"npi_number\": 1720162613,\n      \"first_name\": \"ERIC\",\n      \"last_name\": \"PETERSON\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 273,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 149,\n        \"coauthor\": {\n         \"npi_number\": 1902980063,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 124,\n        \"coauthor\": {\n         \"npi_number\": 1194358655,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 104,\n        \"coauthor\": {\n         \"npi_number\": 1316141955,\n         \"first_name\": \"TRACY\",\n         \"last_name\": \"WANG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Surgical Oncology\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 104,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Cardiovascular Disease\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 100,\n     \"coauthor\": {\n      \"npi_number\": 1194358655,\n      \"first_name\": \"ADRIAN\",\n      \"last_name\": \"HERNANDEZ\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 218,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 125,\n        \"coauthor\": {\n         \"npi_number\": 1194346858,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Social Worker\",\n            \"primary_specialty\": \"Social Worker\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 124,\n        \"coauthor\": {\n         \"npi_number\": 1720162613,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 100,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 79,\n        \"coauthor\": {\n         \"npi_number\": 1578573416,\n         \"first_name\": \"PAUL\",\n         \"last_name\": \"HEIDENREICH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": null,\n         \"primary_specialty\": null\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 98,\n     \"coauthor\": {\n      \"npi_number\": 1619968260,\n      \"first_name\": \"LEE\",\n      \"last_name\": \"SCHWAMM\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 176,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 151,\n        \"coauthor\": {\n         \"npi_number\": 1013991058,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"SMITH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 98,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 94,\n        \"coauthor\": {\n         \"npi_number\": 1902980063,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 93,\n        \"coauthor\": {\n         \"npi_number\": 1720162613,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Neurology\",\n         \"primary_specialty\": \"Neurology\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 91,\n     \"coauthor\": {\n      \"npi_number\": 1548227960,\n      \"first_name\": \"CHRISTOPHER\",\n      \"last_name\": \"CANNON\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 91,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 51,\n        \"coauthor\": {\n         \"npi_number\": 1013942176,\n         \"first_name\": \"EUGENE\",\n         \"last_name\": \"BRAUNWALD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 46,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 45,\n        \"coauthor\": {\n         \"npi_number\": 1720162613,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 44,\n        \"coauthor\": {\n         \"npi_number\": 1194346858,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Social Worker\",\n            \"primary_specialty\": \"Social Worker\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Cardiovascular Disease\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 87,\n     \"coauthor\": {\n      \"npi_number\": 1194346858,\n      \"first_name\": \"ERIC\",\n      \"last_name\": \"PETERSON\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 235,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 140,\n        \"coauthor\": {\n         \"npi_number\": 1902980063,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 125,\n        \"coauthor\": {\n         \"npi_number\": 1194358655,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 117,\n        \"coauthor\": {\n         \"npi_number\": 1316141955,\n         \"first_name\": \"TRACY\",\n         \"last_name\": \"WANG\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Surgical Oncology\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 89,\n        \"coauthor\": {\n         \"npi_number\": 1003884693,\n         \"first_name\": \"JONATHAN\",\n         \"last_name\": \"PICCINI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Clinical Social Worker\",\n         \"primary_specialty\": \"Social Worker\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 78,\n     \"coauthor\": {\n      \"npi_number\": 1013991058,\n      \"first_name\": \"ERIC\",\n      \"last_name\": \"SMITH\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 151,\n        \"coauthor\": {\n         \"npi_number\": 1619968260,\n         \"first_name\": \"LEE\",\n         \"last_name\": \"SCHWAMM\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 135,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 78,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 65,\n        \"coauthor\": {\n         \"npi_number\": 1902980063,\n         \"first_name\": \"ADRIAN\",\n         \"last_name\": \"HERNANDEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 60,\n        \"coauthor\": {\n         \"npi_number\": 1720162613,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"PETERSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Neurology\",\n         \"primary_specialty\": \"Neurology\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 69,\n     \"coauthor\": {\n      \"npi_number\": 1467536516,\n      \"first_name\": \"ROBERT\",\n      \"last_name\": \"HARRINGTON\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 100,\n        \"coauthor\": {\n         \"npi_number\": 1659455707,\n         \"first_name\": \"KENNETH\",\n         \"last_name\": \"MAHAFFEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 69,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 57,\n        \"coauthor\": {\n         \"npi_number\": 1881920882,\n         \"first_name\": \"MICHAEL\",\n         \"last_name\": \"GIBSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Advanced Heart Failure and Transplant Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 55,\n        \"coauthor\": {\n         \"npi_number\": 1033383039,\n         \"first_name\": \"PIERLUIGI\",\n         \"last_name\": \"TRICOCI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 55,\n        \"coauthor\": {\n         \"npi_number\": 1225667868,\n         \"first_name\": \"MICHAEL\",\n         \"last_name\": \"GIBSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Cardiovascular Disease\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"number_coauthorships\": 68,\n     \"coauthor\": {\n      \"npi_number\": 1023370467,\n      \"first_name\": \"MUTHIAH\",\n      \"last_name\": \"VADUGANATHAN\",\n      \"coauthors\": [\n       {\n        \"number_coauthorships\": 114,\n        \"coauthor\": {\n         \"npi_number\": 1639100928,\n         \"first_name\": \"JAVED\",\n         \"last_name\": \"BUTLER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Advanced Heart Failure and Transplant Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 70,\n        \"coauthor\": {\n         \"npi_number\": 1750316402,\n         \"first_name\": \"GREGG\",\n         \"last_name\": \"FONAROW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 68,\n        \"coauthor\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 61,\n        \"coauthor\": {\n         \"npi_number\": 1528025996,\n         \"first_name\": \"SCOTT\",\n         \"last_name\": \"SOLOMON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"number_coauthorships\": 44,\n        \"coauthor\": {\n         \"npi_number\": 1891084729,\n         \"first_name\": \"AMBARISH\",\n         \"last_name\": \"PANDEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       }\n      ],\n      \"provider_taxonomy_relationships\": [\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Internal Medicine\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       },\n       {\n        \"taxonomies_individual\": {\n         \"display_name\": \"Cardiovascular Disease\",\n         \"primary_specialty\": \"Internal Medicine\"\n        }\n       }\n      ]\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"e978d56f-0a82-4271-be52-8d47436e01a1"},{"name":"Get Semantic Scholar Coauthors","id":"a9b50340-284a-43fe-b411-8830a13381d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-semantic-coauthors","urlObject":{"path":["api","rest","get-semantic-coauthors"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"dc08c807-5ada-4bc2-ae8f-f51e8b61fe9a","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-semantic-coauthors","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-semantic-coauthors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"26538"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:01 GMT"},{"key":"x-amz-apigw-id","value":"dJXEMEWIoAMEQ5A="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"26538"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amzn-requestid","value":"b34c4ff8-c920-499d-b705-73737967c301"},{"key":"x-request-id","value":"5d9020cd-55f8-4eb6-b8a5-c44353a89aae"}],"cookie":[],"responseTime":null,"body":"{\n \"get_semantic_coauthors\": [\n  {\n   \"author_id_value\": 5445541,\n   \"coauthorship_count_value\": 269,\n   \"npi_number_value\": 1750316402\n  },\n  {\n   \"author_id_value\": 3848009,\n   \"coauthorship_count_value\": 158,\n   \"npi_number_value\": 1548227960\n  },\n  {\n   \"author_id_value\": 2520198,\n   \"coauthorship_count_value\": 151,\n   \"npi_number_value\": 1619968260\n  },\n  {\n   \"author_id_value\": 2149702862,\n   \"coauthorship_count_value\": 129,\n   \"npi_number_value\": 1790789592\n  },\n  {\n   \"author_id_value\": 5942717,\n   \"coauthorship_count_value\": 105,\n   \"npi_number_value\": 1023370467\n  },\n  {\n   \"author_id_value\": 144758045,\n   \"coauthorship_count_value\": 104,\n   \"npi_number_value\": 1487723714\n  },\n  {\n   \"author_id_value\": 6957740,\n   \"coauthorship_count_value\": 104,\n   \"npi_number_value\": 1346298668\n  },\n  {\n   \"author_id_value\": 3005773,\n   \"coauthorship_count_value\": 94,\n   \"npi_number_value\": 1134206956\n  },\n  {\n   \"author_id_value\": 4438784,\n   \"coauthorship_count_value\": 90,\n   \"npi_number_value\": 1548286388\n  },\n  {\n   \"author_id_value\": 5218694,\n   \"coauthorship_count_value\": 80,\n   \"npi_number_value\": 1578687844\n  },\n  {\n   \"author_id_value\": 4302862,\n   \"coauthorship_count_value\": 79,\n   \"npi_number_value\": 1013942176\n  },\n  {\n   \"author_id_value\": 4394030,\n   \"coauthorship_count_value\": 78,\n   \"npi_number_value\": 1659455707\n  },\n  {\n   \"author_id_value\": 6736363,\n   \"coauthorship_count_value\": 75,\n   \"npi_number_value\": 1881707248\n  },\n  {\n   \"author_id_value\": 6253036,\n   \"coauthorship_count_value\": 75,\n   \"npi_number_value\": 1245332840\n  },\n  {\n   \"author_id_value\": 6360747,\n   \"coauthorship_count_value\": 75,\n   \"npi_number_value\": 1720162639\n  },\n  {\n   \"author_id_value\": 6600728,\n   \"coauthorship_count_value\": 73,\n   \"npi_number_value\": 1982664033\n  },\n  {\n   \"author_id_value\": 145092558,\n   \"coauthorship_count_value\": 70,\n   \"npi_number_value\": 1467847103\n  },\n  {\n   \"author_id_value\": 2931109,\n   \"coauthorship_count_value\": 70,\n   \"npi_number_value\": 1578573416\n  },\n  {\n   \"author_id_value\": 5316638,\n   \"coauthorship_count_value\": 65,\n   \"npi_number_value\": 1679667208\n  },\n  {\n   \"author_id_value\": 3840627,\n   \"coauthorship_count_value\": 63,\n   \"npi_number_value\": 1003180431\n  },\n  {\n   \"author_id_value\": 4557399,\n   \"coauthorship_count_value\": 63,\n   \"npi_number_value\": 1932126471\n  },\n  {\n   \"author_id_value\": 3380109,\n   \"coauthorship_count_value\": 63,\n   \"npi_number_value\": 1467471557\n  },\n  {\n   \"author_id_value\": 5036402,\n   \"coauthorship_count_value\": 63,\n   \"npi_number_value\": 1871809020\n  },\n  {\n   \"author_id_value\": 4160427,\n   \"coauthorship_count_value\": 62,\n   \"npi_number_value\": 1659343945\n  },\n  {\n   \"author_id_value\": 122541469,\n   \"coauthorship_count_value\": 61,\n   \"npi_number_value\": 1750316402\n  },\n  {\n   \"author_id_value\": 5242195,\n   \"coauthorship_count_value\": 55,\n   \"npi_number_value\": 1184788416\n  },\n  {\n   \"author_id_value\": 48682559,\n   \"coauthorship_count_value\": 55,\n   \"npi_number_value\": 1699720151\n  },\n  {\n   \"author_id_value\": 1900420,\n   \"coauthorship_count_value\": 52,\n   \"npi_number_value\": 1639413636\n  },\n  {\n   \"author_id_value\": 5804982,\n   \"coauthorship_count_value\": 50,\n   \"npi_number_value\": 1710157714\n  },\n  {\n   \"author_id_value\": 5528763,\n   \"coauthorship_count_value\": 49,\n   \"npi_number_value\": 1831448794\n  },\n  {\n   \"author_id_value\": 143782735,\n   \"coauthorship_count_value\": 47,\n   \"npi_number_value\": 1053468546\n  },\n  {\n   \"author_id_value\": 2109437518,\n   \"coauthorship_count_value\": 46,\n   \"npi_number_value\": 1811492408\n  },\n  {\n   \"author_id_value\": 1843202,\n   \"coauthorship_count_value\": 44,\n   \"npi_number_value\": 1518522853\n  },\n  {\n   \"author_id_value\": 1875359,\n   \"coauthorship_count_value\": 43,\n   \"npi_number_value\": 1295042539\n  },\n  {\n   \"author_id_value\": 7923208,\n   \"coauthorship_count_value\": 42,\n   \"npi_number_value\": 1427141902\n  },\n  {\n   \"author_id_value\": 152520246,\n   \"coauthorship_count_value\": 42,\n   \"npi_number_value\": 1669558797\n  },\n  {\n   \"author_id_value\": 2763802,\n   \"coauthorship_count_value\": 41,\n   \"npi_number_value\": 1861629818\n  },\n  {\n   \"author_id_value\": 3872081,\n   \"coauthorship_count_value\": 41,\n   \"npi_number_value\": 1558560987\n  },\n  {\n   \"author_id_value\": 6611621,\n   \"coauthorship_count_value\": 40,\n   \"npi_number_value\": 1336106715\n  },\n  {\n   \"author_id_value\": 4551125,\n   \"coauthorship_count_value\": 40,\n   \"npi_number_value\": 1598834590\n  },\n  {\n   \"author_id_value\": 46310309,\n   \"coauthorship_count_value\": 39,\n   \"npi_number_value\": 1891084729\n  },\n  {\n   \"author_id_value\": 5458799,\n   \"coauthorship_count_value\": 39,\n   \"npi_number_value\": 1144234154\n  },\n  {\n   \"author_id_value\": 50742544,\n   \"coauthorship_count_value\": 39,\n   \"npi_number_value\": 1356369730\n  },\n  {\n   \"author_id_value\": 2250086941,\n   \"coauthorship_count_value\": 39,\n   \"npi_number_value\": 1124053277\n  },\n  {\n   \"author_id_value\": 144406676,\n   \"coauthorship_count_value\": 39,\n   \"npi_number_value\": 1881769859\n  },\n  {\n   \"author_id_value\": 1815253,\n   \"coauthorship_count_value\": 37,\n   \"npi_number_value\": 1316928039\n  },\n  {\n   \"author_id_value\": 143812484,\n   \"coauthorship_count_value\": 37,\n   \"npi_number_value\": 1245265958\n  },\n  {\n   \"author_id_value\": 2615233,\n   \"coauthorship_count_value\": 37,\n   \"npi_number_value\": 1356438014\n  },\n  {\n   \"author_id_value\": 1727907,\n   \"coauthorship_count_value\": 37,\n   \"npi_number_value\": 1447203401\n  },\n  {\n   \"author_id_value\": 2113761,\n   \"coauthorship_count_value\": 36,\n   \"npi_number_value\": 1144241613\n  },\n  {\n   \"author_id_value\": 145180257,\n   \"coauthorship_count_value\": 34,\n   \"npi_number_value\": 1821021619\n  },\n  {\n   \"author_id_value\": 1406028473,\n   \"coauthorship_count_value\": 34,\n   \"npi_number_value\": 1720157076\n  },\n  {\n   \"author_id_value\": 4369906,\n   \"coauthorship_count_value\": 33,\n   \"npi_number_value\": 1013194141\n  },\n  {\n   \"author_id_value\": 5910506,\n   \"coauthorship_count_value\": 32,\n   \"npi_number_value\": 1760407449\n  },\n  {\n   \"author_id_value\": 6608882,\n   \"coauthorship_count_value\": 31,\n   \"npi_number_value\": 1699700138\n  },\n  {\n   \"author_id_value\": 2717843,\n   \"coauthorship_count_value\": 31,\n   \"npi_number_value\": 1841492402\n  },\n  {\n   \"author_id_value\": 145804094,\n   \"coauthorship_count_value\": 31,\n   \"npi_number_value\": 1972687861\n  },\n  {\n   \"author_id_value\": 145288590,\n   \"coauthorship_count_value\": 30,\n   \"npi_number_value\": 1336106715\n  },\n  {\n   \"author_id_value\": 4272828,\n   \"coauthorship_count_value\": 30,\n   \"npi_number_value\": 1619082179\n  },\n  {\n   \"author_id_value\": 144738630,\n   \"coauthorship_count_value\": 30,\n   \"npi_number_value\": 1588629893\n  },\n  {\n   \"author_id_value\": 4027961,\n   \"coauthorship_count_value\": 30,\n   \"npi_number_value\": 1588613657\n  },\n  {\n   \"author_id_value\": 2730587,\n   \"coauthorship_count_value\": 30,\n   \"npi_number_value\": 1316141955\n  },\n  {\n   \"author_id_value\": 144962715,\n   \"coauthorship_count_value\": 29,\n   \"npi_number_value\": 1639100928\n  },\n  {\n   \"author_id_value\": 2250163094,\n   \"coauthorship_count_value\": 29,\n   \"npi_number_value\": 1811967433\n  },\n  {\n   \"author_id_value\": 2377172,\n   \"coauthorship_count_value\": 28,\n   \"npi_number_value\": 1033209614\n  },\n  {\n   \"author_id_value\": 144292575,\n   \"coauthorship_count_value\": 28,\n   \"npi_number_value\": 1194781674\n  },\n  {\n   \"author_id_value\": 6481075,\n   \"coauthorship_count_value\": 28,\n   \"npi_number_value\": 1922038298\n  },\n  {\n   \"author_id_value\": 144223862,\n   \"coauthorship_count_value\": 28,\n   \"npi_number_value\": 1154302057\n  },\n  {\n   \"author_id_value\": 6001278,\n   \"coauthorship_count_value\": 27,\n   \"npi_number_value\": 1376558833\n  },\n  {\n   \"author_id_value\": 144244829,\n   \"coauthorship_count_value\": 27,\n   \"npi_number_value\": 1194720235\n  },\n  {\n   \"author_id_value\": 2521624,\n   \"coauthorship_count_value\": 26,\n   \"npi_number_value\": 1669489936\n  },\n  {\n   \"author_id_value\": 2674156,\n   \"coauthorship_count_value\": 26,\n   \"npi_number_value\": 1457456089\n  },\n  {\n   \"author_id_value\": 7622751,\n   \"coauthorship_count_value\": 26,\n   \"npi_number_value\": 1730292442\n  },\n  {\n   \"author_id_value\": 5711069,\n   \"coauthorship_count_value\": 26,\n   \"npi_number_value\": 1235106766\n  },\n  {\n   \"author_id_value\": 2494537,\n   \"coauthorship_count_value\": 25,\n   \"npi_number_value\": 1033123633\n  },\n  {\n   \"author_id_value\": 1832644,\n   \"coauthorship_count_value\": 25,\n   \"npi_number_value\": 1992795140\n  },\n  {\n   \"author_id_value\": 2506530,\n   \"coauthorship_count_value\": 25,\n   \"npi_number_value\": 1841376597\n  },\n  {\n   \"author_id_value\": 4822684,\n   \"coauthorship_count_value\": 24,\n   \"npi_number_value\": 1629028071\n  },\n  {\n   \"author_id_value\": 145789971,\n   \"coauthorship_count_value\": 24,\n   \"npi_number_value\": 1225047046\n  },\n  {\n   \"author_id_value\": 2052004,\n   \"coauthorship_count_value\": 23,\n   \"npi_number_value\": 1619051331\n  },\n  {\n   \"author_id_value\": 8467564,\n   \"coauthorship_count_value\": 23,\n   \"npi_number_value\": 1174158109\n  },\n  {\n   \"author_id_value\": 3573141,\n   \"coauthorship_count_value\": 23,\n   \"npi_number_value\": 1619934924\n  },\n  {\n   \"author_id_value\": 49974482,\n   \"coauthorship_count_value\": 22,\n   \"npi_number_value\": 1639666423\n  },\n  {\n   \"author_id_value\": 3962419,\n   \"coauthorship_count_value\": 22,\n   \"npi_number_value\": 1104930338\n  },\n  {\n   \"author_id_value\": 4919622,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1265743686\n  },\n  {\n   \"author_id_value\": 145276610,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1689274649\n  },\n  {\n   \"author_id_value\": 15503495,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1851688410\n  },\n  {\n   \"author_id_value\": 6759227,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1255383048\n  },\n  {\n   \"author_id_value\": 2383889,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1861755084\n  },\n  {\n   \"author_id_value\": 3690225,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1548453939\n  },\n  {\n   \"author_id_value\": 6030011,\n   \"coauthorship_count_value\": 21,\n   \"npi_number_value\": 1073994208\n  },\n  {\n   \"author_id_value\": 9911903,\n   \"coauthorship_count_value\": 20,\n   \"npi_number_value\": 1720372980\n  },\n  {\n   \"author_id_value\": 144302636,\n   \"coauthorship_count_value\": 20,\n   \"npi_number_value\": 1669559480\n  },\n  {\n   \"author_id_value\": 2191443,\n   \"coauthorship_count_value\": 20,\n   \"npi_number_value\": 1669567210\n  },\n  {\n   \"author_id_value\": 28083989,\n   \"coauthorship_count_value\": 20,\n   \"npi_number_value\": 1811935653\n  },\n  {\n   \"author_id_value\": 39948438,\n   \"coauthorship_count_value\": 19,\n   \"npi_number_value\": 1265480784\n  },\n  {\n   \"author_id_value\": 2080507651,\n   \"coauthorship_count_value\": 19,\n   \"npi_number_value\": 1316017742\n  },\n  {\n   \"author_id_value\": 2042767,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1952494262\n  },\n  {\n   \"author_id_value\": 6210687,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1760572622\n  },\n  {\n   \"author_id_value\": 3556140,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1699757062\n  },\n  {\n   \"author_id_value\": 2648378,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1306812383\n  },\n  {\n   \"author_id_value\": 5882787,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1336164680\n  },\n  {\n   \"author_id_value\": 153543987,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1538378427\n  },\n  {\n   \"author_id_value\": 5116580,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1467476168\n  },\n  {\n   \"author_id_value\": 5055502,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1861655144\n  },\n  {\n   \"author_id_value\": 144469665,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1245219237\n  },\n  {\n   \"author_id_value\": 5301475,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1003888520\n  },\n  {\n   \"author_id_value\": 19186011,\n   \"coauthorship_count_value\": 18,\n   \"npi_number_value\": 1891221925\n  },\n  {\n   \"author_id_value\": 15338817,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1548719933\n  },\n  {\n   \"author_id_value\": 9263313,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1194046656\n  },\n  {\n   \"author_id_value\": 144353314,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1770698029\n  },\n  {\n   \"author_id_value\": 4172218,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1679633622\n  },\n  {\n   \"author_id_value\": 31838788,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1598834590\n  },\n  {\n   \"author_id_value\": 144630982,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1760464994\n  },\n  {\n   \"author_id_value\": 6467972,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1780651497\n  },\n  {\n   \"author_id_value\": 47973466,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1164657383\n  },\n  {\n   \"author_id_value\": 6319183,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1598029233\n  },\n  {\n   \"author_id_value\": 81129112,\n   \"coauthorship_count_value\": 17,\n   \"npi_number_value\": 1124105002\n  },\n  {\n   \"author_id_value\": 2348491,\n   \"coauthorship_count_value\": 16,\n   \"npi_number_value\": 1205860574\n  },\n  {\n   \"author_id_value\": 6479821,\n   \"coauthorship_count_value\": 16,\n   \"npi_number_value\": 1619943263\n  },\n  {\n   \"author_id_value\": 5800548,\n   \"coauthorship_count_value\": 16,\n   \"npi_number_value\": 1730139254\n  },\n  {\n   \"author_id_value\": 10056550,\n   \"coauthorship_count_value\": 16,\n   \"npi_number_value\": 1750371480\n  },\n  {\n   \"author_id_value\": 4004892,\n   \"coauthorship_count_value\": 16,\n   \"npi_number_value\": 1538294947\n  },\n  {\n   \"author_id_value\": 6550518,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1245450881\n  },\n  {\n   \"author_id_value\": 5689689,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1437124062\n  },\n  {\n   \"author_id_value\": 5821437,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1538326210\n  },\n  {\n   \"author_id_value\": 6099057,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1033383039\n  },\n  {\n   \"author_id_value\": 49444154,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1992328868\n  },\n  {\n   \"author_id_value\": 3315685,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1780979070\n  },\n  {\n   \"author_id_value\": 94544697,\n   \"coauthorship_count_value\": 15,\n   \"npi_number_value\": 1194720235\n  },\n  {\n   \"author_id_value\": 1396390507,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1487214961\n  },\n  {\n   \"author_id_value\": 144766923,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1700930120\n  },\n  {\n   \"author_id_value\": 5992075,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1508845991\n  },\n  {\n   \"author_id_value\": 2584809,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1487696365\n  },\n  {\n   \"author_id_value\": 3950854,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1619055266\n  },\n  {\n   \"author_id_value\": 144555422,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1124403456\n  },\n  {\n   \"author_id_value\": 2151197694,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1154308237\n  },\n  {\n   \"author_id_value\": 7259722,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1598988149\n  },\n  {\n   \"author_id_value\": 2951094,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1760420061\n  },\n  {\n   \"author_id_value\": 3571477,\n   \"coauthorship_count_value\": 14,\n   \"npi_number_value\": 1376713420\n  },\n  {\n   \"author_id_value\": 9624640,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1518618735\n  },\n  {\n   \"author_id_value\": 7803031,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1346391869\n  },\n  {\n   \"author_id_value\": 2257644,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1396881405\n  },\n  {\n   \"author_id_value\": 6496256,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1639135023\n  },\n  {\n   \"author_id_value\": 8275485,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1760418230\n  },\n  {\n   \"author_id_value\": 148079924,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1679914642\n  },\n  {\n   \"author_id_value\": 49000399,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1922341015\n  },\n  {\n   \"author_id_value\": 2161482839,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1447203401\n  },\n  {\n   \"author_id_value\": 1409855424,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1336888627\n  },\n  {\n   \"author_id_value\": 3333811,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1275521130\n  },\n  {\n   \"author_id_value\": 6972114,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1043363989\n  },\n  {\n   \"author_id_value\": 137252005,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1366972143\n  },\n  {\n   \"author_id_value\": 3844310,\n   \"coauthorship_count_value\": 13,\n   \"npi_number_value\": 1871685487\n  },\n  {\n   \"author_id_value\": 5938712,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1154426740\n  },\n  {\n   \"author_id_value\": 1886751,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1477800605\n  },\n  {\n   \"author_id_value\": 145699606,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1437348521\n  },\n  {\n   \"author_id_value\": 2148763763,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1942481643\n  },\n  {\n   \"author_id_value\": 47223149,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1275523888\n  },\n  {\n   \"author_id_value\": 2512752,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1275988750\n  },\n  {\n   \"author_id_value\": 4248092,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1871502633\n  },\n  {\n   \"author_id_value\": 3543407,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1598721748\n  },\n  {\n   \"author_id_value\": 2487241,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1467553586\n  },\n  {\n   \"author_id_value\": 31967831,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1336660984\n  },\n  {\n   \"author_id_value\": 5283518,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1750676375\n  },\n  {\n   \"author_id_value\": 4148905,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1730425893\n  },\n  {\n   \"author_id_value\": 3064864,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1265490494\n  },\n  {\n   \"author_id_value\": 2839193,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1396701074\n  },\n  {\n   \"author_id_value\": 5855667,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1801150214\n  },\n  {\n   \"author_id_value\": 50700454,\n   \"coauthorship_count_value\": 12,\n   \"npi_number_value\": 1174613079\n  },\n  {\n   \"author_id_value\": 6774114,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1073520128\n  },\n  {\n   \"author_id_value\": 143923937,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1548332273\n  },\n  {\n   \"author_id_value\": 1681787,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1326661323\n  },\n  {\n   \"author_id_value\": 5918729,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1427025055\n  },\n  {\n   \"author_id_value\": 6790923,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1225042427\n  },\n  {\n   \"author_id_value\": 4577677,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1851731608\n  },\n  {\n   \"author_id_value\": 144526806,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1316017742\n  },\n  {\n   \"author_id_value\": 6504203,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1508035163\n  },\n  {\n   \"author_id_value\": 31691448,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1053345447\n  },\n  {\n   \"author_id_value\": 144256067,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1699733634\n  },\n  {\n   \"author_id_value\": 6410857,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1659350858\n  },\n  {\n   \"author_id_value\": 5986998,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1528026374\n  },\n  {\n   \"author_id_value\": 7025694,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1871677930\n  },\n  {\n   \"author_id_value\": 153575450,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1245499656\n  },\n  {\n   \"author_id_value\": 6453270,\n   \"coauthorship_count_value\": 11,\n   \"npi_number_value\": 1609857077\n  },\n  {\n   \"author_id_value\": 3935999,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1225269293\n  },\n  {\n   \"author_id_value\": 152377169,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1386717114\n  },\n  {\n   \"author_id_value\": 1911669,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1700876273\n  },\n  {\n   \"author_id_value\": 6569976,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1326138348\n  },\n  {\n   \"author_id_value\": 2133399808,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1588613657\n  },\n  {\n   \"author_id_value\": 2180606,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1740364801\n  },\n  {\n   \"author_id_value\": 5967898,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1194837476\n  },\n  {\n   \"author_id_value\": 50488859,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1447667035\n  },\n  {\n   \"author_id_value\": 81330364,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1154734515\n  },\n  {\n   \"author_id_value\": 92188484,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1639811268\n  },\n  {\n   \"author_id_value\": 5392733,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1366643025\n  },\n  {\n   \"author_id_value\": 2402475,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1851303788\n  },\n  {\n   \"author_id_value\": 2087525,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1003913674\n  },\n  {\n   \"author_id_value\": 13600521,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1972979292\n  },\n  {\n   \"author_id_value\": 2596274,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1497786321\n  },\n  {\n   \"author_id_value\": 1849002,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1982603973\n  },\n  {\n   \"author_id_value\": 144826923,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1982958328\n  },\n  {\n   \"author_id_value\": 47863021,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1881031722\n  },\n  {\n   \"author_id_value\": 4509059,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1619401742\n  },\n  {\n   \"author_id_value\": 4496646,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1689752479\n  },\n  {\n   \"author_id_value\": 4329115,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1295819183\n  },\n  {\n   \"author_id_value\": 3162544,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1326021619\n  },\n  {\n   \"author_id_value\": 145296845,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1306340575\n  },\n  {\n   \"author_id_value\": 6887512,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1720220536\n  },\n  {\n   \"author_id_value\": 4179008,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1245327329\n  },\n  {\n   \"author_id_value\": 3356629,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1467497479\n  },\n  {\n   \"author_id_value\": 153655275,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1932126471\n  },\n  {\n   \"author_id_value\": 3455659,\n   \"coauthorship_count_value\": 10,\n   \"npi_number_value\": 1285770313\n  },\n  {\n   \"author_id_value\": 4106972,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1144306184\n  },\n  {\n   \"author_id_value\": 1773961,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1861902777\n  },\n  {\n   \"author_id_value\": 1556694560,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1164450235\n  },\n  {\n   \"author_id_value\": 3236137,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1023104502\n  },\n  {\n   \"author_id_value\": 3908538,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1811908700\n  },\n  {\n   \"author_id_value\": 3495519,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1598734337\n  },\n  {\n   \"author_id_value\": 6567669,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1619176732\n  },\n  {\n   \"author_id_value\": 5149859,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1477573038\n  },\n  {\n   \"author_id_value\": 143816013,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1053687954\n  },\n  {\n   \"author_id_value\": 37522065,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1003909300\n  },\n  {\n   \"author_id_value\": 5419549,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1770681017\n  },\n  {\n   \"author_id_value\": 1973010,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1538190871\n  },\n  {\n   \"author_id_value\": 2249531882,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1134170459\n  },\n  {\n   \"author_id_value\": 9811678,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1669866760\n  },\n  {\n   \"author_id_value\": 2505794,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1073598538\n  },\n  {\n   \"author_id_value\": 2255293,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1548346505\n  },\n  {\n   \"author_id_value\": 144147391,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1568848901\n  },\n  {\n   \"author_id_value\": 1819662,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1710013966\n  },\n  {\n   \"author_id_value\": 145865822,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1306891767\n  },\n  {\n   \"author_id_value\": 48975938,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1467489146\n  },\n  {\n   \"author_id_value\": 13602977,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1750345211\n  },\n  {\n   \"author_id_value\": 145478821,\n   \"coauthorship_count_value\": 9,\n   \"npi_number_value\": 1023435906\n  },\n  {\n   \"author_id_value\": 144031451,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1588034995\n  },\n  {\n   \"author_id_value\": 144010358,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1669517785\n  },\n  {\n   \"author_id_value\": 1695405,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1417395823\n  },\n  {\n   \"author_id_value\": 2748204,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1477636611\n  },\n  {\n   \"author_id_value\": 143779945,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1144704776\n  },\n  {\n   \"author_id_value\": 4592396,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1003908591\n  },\n  {\n   \"author_id_value\": 5265516,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1235240995\n  },\n  {\n   \"author_id_value\": 47456225,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1902282031\n  },\n  {\n   \"author_id_value\": 46587566,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1083183693\n  },\n  {\n   \"author_id_value\": 47934980,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1285922054\n  },\n  {\n   \"author_id_value\": 5504866,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1679532311\n  },\n  {\n   \"author_id_value\": 51458667,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1447896618\n  },\n  {\n   \"author_id_value\": 2087234486,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1831145564\n  },\n  {\n   \"author_id_value\": 4412630,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1053495101\n  },\n  {\n   \"author_id_value\": 50855837,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1861914749\n  },\n  {\n   \"author_id_value\": 50852197,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1407378599\n  },\n  {\n   \"author_id_value\": 4393813,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1982795670\n  },\n  {\n   \"author_id_value\": 2055813420,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1013942176\n  },\n  {\n   \"author_id_value\": 3474928,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1588665889\n  },\n  {\n   \"author_id_value\": 9893826,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1780687335\n  },\n  {\n   \"author_id_value\": 2378891,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1154474120\n  },\n  {\n   \"author_id_value\": 6071648,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1164614517\n  },\n  {\n   \"author_id_value\": 8633608,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1275996365\n  },\n  {\n   \"author_id_value\": 145311517,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1023321023\n  },\n  {\n   \"author_id_value\": 39623045,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1255625471\n  },\n  {\n   \"author_id_value\": 49437231,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1164450235\n  },\n  {\n   \"author_id_value\": 40090061,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1477082220\n  },\n  {\n   \"author_id_value\": 13290302,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1487755518\n  },\n  {\n   \"author_id_value\": 4033704,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1235586850\n  },\n  {\n   \"author_id_value\": 2118972220,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1902873177\n  },\n  {\n   \"author_id_value\": 144719750,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1265618417\n  },\n  {\n   \"author_id_value\": 2483831,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1982693404\n  },\n  {\n   \"author_id_value\": 144231961,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1407378870\n  },\n  {\n   \"author_id_value\": 2109946668,\n   \"coauthorship_count_value\": 8,\n   \"npi_number_value\": 1376572933\n  },\n  {\n   \"author_id_value\": 6508538,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1114191327\n  },\n  {\n   \"author_id_value\": 143920164,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1336172170\n  },\n  {\n   \"author_id_value\": 39005651,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1881984110\n  },\n  {\n   \"author_id_value\": 145765026,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1790713071\n  },\n  {\n   \"author_id_value\": 3907090,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1962475541\n  },\n  {\n   \"author_id_value\": 8408024,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1235400037\n  },\n  {\n   \"author_id_value\": 47809808,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1356443675\n  },\n  {\n   \"author_id_value\": 2393677,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1447297411\n  },\n  {\n   \"author_id_value\": 47846039,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1629076161\n  },\n  {\n   \"author_id_value\": 144210970,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1366494262\n  },\n  {\n   \"author_id_value\": 4743166,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1912933524\n  },\n  {\n   \"author_id_value\": 3599345,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1194097303\n  },\n  {\n   \"author_id_value\": 5791678,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1336123215\n  },\n  {\n   \"author_id_value\": 144490059,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1316170749\n  },\n  {\n   \"author_id_value\": 6981735,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1053562470\n  },\n  {\n   \"author_id_value\": 4106810,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1699700393\n  },\n  {\n   \"author_id_value\": 4836194,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1164450987\n  },\n  {\n   \"author_id_value\": 4450585,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1164459020\n  },\n  {\n   \"author_id_value\": 122961914,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1982933057\n  },\n  {\n   \"author_id_value\": 48893475,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1336451426\n  },\n  {\n   \"author_id_value\": 51098388,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1366526477\n  },\n  {\n   \"author_id_value\": 7749950,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1679556971\n  },\n  {\n   \"author_id_value\": 1390686128,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1700132750\n  },\n  {\n   \"author_id_value\": 5859491,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1376783092\n  },\n  {\n   \"author_id_value\": 3945322,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1265551824\n  },\n  {\n   \"author_id_value\": 6828285,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1902029358\n  },\n  {\n   \"author_id_value\": 144070922,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1518457845\n  },\n  {\n   \"author_id_value\": 5957531,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1063478261\n  },\n  {\n   \"author_id_value\": 3384727,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1124067004\n  },\n  {\n   \"author_id_value\": 5606896,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1033503131\n  },\n  {\n   \"author_id_value\": 7606629,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1356323414\n  },\n  {\n   \"author_id_value\": 4504266,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1013990647\n  },\n  {\n   \"author_id_value\": 144866287,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1629184585\n  },\n  {\n   \"author_id_value\": 145935341,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1144524349\n  },\n  {\n   \"author_id_value\": 38228072,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1457868796\n  },\n  {\n   \"author_id_value\": 14322718,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1730527227\n  },\n  {\n   \"author_id_value\": 50208639,\n   \"coauthorship_count_value\": 7,\n   \"npi_number_value\": 1578583290\n  },\n  {\n   \"author_id_value\": 145797851,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1952343212\n  },\n  {\n   \"author_id_value\": 46486356,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1528324852\n  },\n  {\n   \"author_id_value\": 7369810,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1518224476\n  },\n  {\n   \"author_id_value\": 2117125184,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1356353130\n  },\n  {\n   \"author_id_value\": 39398795,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1740626837\n  },\n  {\n   \"author_id_value\": 37540731,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1396395992\n  },\n  {\n   \"author_id_value\": 8975177,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1891990446\n  },\n  {\n   \"author_id_value\": 2371803,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1164516605\n  },\n  {\n   \"author_id_value\": 9033515,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1396851853\n  },\n  {\n   \"author_id_value\": 35123651,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1134356975\n  },\n  {\n   \"author_id_value\": 9957605,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1699194365\n  },\n  {\n   \"author_id_value\": 32096298,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1144287442\n  },\n  {\n   \"author_id_value\": 16137385,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1609042753\n  },\n  {\n   \"author_id_value\": 15354330,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1396903225\n  },\n  {\n   \"author_id_value\": 15078411,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1740443969\n  },\n  {\n   \"author_id_value\": 2458455,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1700940236\n  },\n  {\n   \"author_id_value\": 2663001,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1851655617\n  },\n  {\n   \"author_id_value\": 2752810,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1164450235\n  },\n  {\n   \"author_id_value\": 1850552,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1245585306\n  },\n  {\n   \"author_id_value\": 2865116,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1952797581\n  },\n  {\n   \"author_id_value\": 2103913816,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1922064260\n  },\n  {\n   \"author_id_value\": 2964520,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1538251962\n  },\n  {\n   \"author_id_value\": 2251231572,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1518372754\n  },\n  {\n   \"author_id_value\": 1747441,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1801093596\n  },\n  {\n   \"author_id_value\": 3202796,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1154996833\n  },\n  {\n   \"author_id_value\": 2235456271,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1689651416\n  },\n  {\n   \"author_id_value\": 1380095798,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1831511609\n  },\n  {\n   \"author_id_value\": 3746733,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1821076969\n  },\n  {\n   \"author_id_value\": 3910825,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1588649461\n  },\n  {\n   \"author_id_value\": 145773062,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1235495292\n  },\n  {\n   \"author_id_value\": 1939333,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1538109020\n  },\n  {\n   \"author_id_value\": 4225430,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1740573062\n  },\n  {\n   \"author_id_value\": 4422063,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1306803630\n  },\n  {\n   \"author_id_value\": 144935121,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1871526723\n  },\n  {\n   \"author_id_value\": 144890999,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1154451490\n  },\n  {\n   \"author_id_value\": 144868472,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1093027989\n  },\n  {\n   \"author_id_value\": 144830538,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1821570128\n  },\n  {\n   \"author_id_value\": 4729825,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1821468240\n  },\n  {\n   \"author_id_value\": 4775422,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1841255676\n  },\n  {\n   \"author_id_value\": 4946299,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1851480412\n  },\n  {\n   \"author_id_value\": 144249080,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1770549099\n  },\n  {\n   \"author_id_value\": 5049202,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1033132261\n  },\n  {\n   \"author_id_value\": 5523375,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1023210069\n  },\n  {\n   \"author_id_value\": 5617512,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1619934031\n  },\n  {\n   \"author_id_value\": 2159256,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1700045945\n  },\n  {\n   \"author_id_value\": 2178758,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1679666317\n  },\n  {\n   \"author_id_value\": 49437695,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1548286388\n  },\n  {\n   \"author_id_value\": 6285154,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1760494272\n  },\n  {\n   \"author_id_value\": 6295760,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1356782783\n  },\n  {\n   \"author_id_value\": 1726666,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1477663748\n  },\n  {\n   \"author_id_value\": 48618768,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1043644727\n  },\n  {\n   \"author_id_value\": 6708716,\n   \"coauthorship_count_value\": 6,\n   \"npi_number_value\": 1396864328\n  },\n  {\n   \"author_id_value\": 2409053,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1659455335\n  },\n  {\n   \"author_id_value\": 3203973,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1063473478\n  },\n  {\n   \"author_id_value\": 5274318,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1770518763\n  },\n  {\n   \"author_id_value\": 143681668,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1154589422\n  },\n  {\n   \"author_id_value\": 4210912,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1982343505\n  },\n  {\n   \"author_id_value\": 10776200,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1225787179\n  },\n  {\n   \"author_id_value\": 5226612,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1922356344\n  },\n  {\n   \"author_id_value\": 49410226,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1134606049\n  },\n  {\n   \"author_id_value\": 5184101,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1275709941\n  },\n  {\n   \"author_id_value\": 2059533,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1841376571\n  },\n  {\n   \"author_id_value\": 13351245,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1316269400\n  },\n  {\n   \"author_id_value\": 8310586,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1417997867\n  },\n  {\n   \"author_id_value\": 5053434,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1710252184\n  },\n  {\n   \"author_id_value\": 47508062,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1407065188\n  },\n  {\n   \"author_id_value\": 1812872,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1124098926\n  },\n  {\n   \"author_id_value\": 46938626,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1023039591\n  },\n  {\n   \"author_id_value\": 3116994,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1689750408\n  },\n  {\n   \"author_id_value\": 4887175,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1083691083\n  },\n  {\n   \"author_id_value\": 6147650,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1942535489\n  },\n  {\n   \"author_id_value\": 144451796,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1437187598\n  },\n  {\n   \"author_id_value\": 4832693,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1619003001\n  },\n  {\n   \"author_id_value\": 50114547,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1295771541\n  },\n  {\n   \"author_id_value\": 3814765,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1396777827\n  },\n  {\n   \"author_id_value\": 144482635,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1447300439\n  },\n  {\n   \"author_id_value\": 6078896,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1609225135\n  },\n  {\n   \"author_id_value\": 4749178,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1326369695\n  },\n  {\n   \"author_id_value\": 37673049,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1245211176\n  },\n  {\n   \"author_id_value\": 2676382,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1033206115\n  },\n  {\n   \"author_id_value\": 4629799,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1427015817\n  },\n  {\n   \"author_id_value\": 6023818,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1144499187\n  },\n  {\n   \"author_id_value\": 4588563,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1679503783\n  },\n  {\n   \"author_id_value\": 6658014,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1265499560\n  },\n  {\n   \"author_id_value\": 145920056,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1083844278\n  },\n  {\n   \"author_id_value\": 9794495,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1043326713\n  },\n  {\n   \"author_id_value\": 2984524,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1376654350\n  },\n  {\n   \"author_id_value\": 4455113,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1669572152\n  },\n  {\n   \"author_id_value\": 4453459,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1740266725\n  },\n  {\n   \"author_id_value\": 2068310014,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1396917688\n  },\n  {\n   \"author_id_value\": 2065991133,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1215991013\n  },\n  {\n   \"author_id_value\": 34722367,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1972770196\n  },\n  {\n   \"author_id_value\": 5892528,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1174985113\n  },\n  {\n   \"author_id_value\": 34597626,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1710992227\n  },\n  {\n   \"author_id_value\": 34087433,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1366542284\n  },\n  {\n   \"author_id_value\": 46333115,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1215901343\n  },\n  {\n   \"author_id_value\": 6520497,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1679511810\n  },\n  {\n   \"author_id_value\": 40546074,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1841669587\n  },\n  {\n   \"author_id_value\": 40544829,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1720442569\n  },\n  {\n   \"author_id_value\": 31758966,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1962515874\n  },\n  {\n   \"author_id_value\": 152802372,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1710256169\n  },\n  {\n   \"author_id_value\": 3625707,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1003884693\n  },\n  {\n   \"author_id_value\": 2294489,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1104022987\n  },\n  {\n   \"author_id_value\": 5576658,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1316953920\n  },\n  {\n   \"author_id_value\": 89195446,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1316574171\n  },\n  {\n   \"author_id_value\": 7559238,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1972865863\n  },\n  {\n   \"author_id_value\": 2211787,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1861572869\n  },\n  {\n   \"author_id_value\": 4145764,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1336247105\n  },\n  {\n   \"author_id_value\": 5496339,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1699020859\n  },\n  {\n   \"author_id_value\": 145792889,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1083678023\n  },\n  {\n   \"author_id_value\": 116462674,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1710545199\n  },\n  {\n   \"author_id_value\": 145385409,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1831290972\n  },\n  {\n   \"author_id_value\": 119161385,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1326056292\n  },\n  {\n   \"author_id_value\": 48972187,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1134656630\n  },\n  {\n   \"author_id_value\": 121765979,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1922240449\n  },\n  {\n   \"author_id_value\": 3214030,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1063443315\n  },\n  {\n   \"author_id_value\": 7300867,\n   \"coauthorship_count_value\": 5,\n   \"npi_number_value\": 1780947655\n  },\n  {\n   \"author_id_value\": 3850893,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1750326716\n  },\n  {\n   \"author_id_value\": 145923510,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1689081069\n  },\n  {\n   \"author_id_value\": 3895350,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1821210584\n  },\n  {\n   \"author_id_value\": 3897482,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1033286059\n  },\n  {\n   \"author_id_value\": 145846205,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1619938081\n  },\n  {\n   \"author_id_value\": 145808889,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1194753178\n  },\n  {\n   \"author_id_value\": 2250475663,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1053495952\n  },\n  {\n   \"author_id_value\": 3510773,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1356545461\n  },\n  {\n   \"author_id_value\": 1930184,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1780881672\n  },\n  {\n   \"author_id_value\": 3484817,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1629281852\n  },\n  {\n   \"author_id_value\": 3985569,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1942441662\n  },\n  {\n   \"author_id_value\": 3985665,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1285618207\n  },\n  {\n   \"author_id_value\": 46414509,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538311311\n  },\n  {\n   \"author_id_value\": 4007840,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1780882746\n  },\n  {\n   \"author_id_value\": 153628296,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1942790308\n  },\n  {\n   \"author_id_value\": 145592508,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1144392671\n  },\n  {\n   \"author_id_value\": 3385354,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1881054328\n  },\n  {\n   \"author_id_value\": 2243599134,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1013991058\n  },\n  {\n   \"author_id_value\": 3325855,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1205823176\n  },\n  {\n   \"author_id_value\": 1942648,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1255327300\n  },\n  {\n   \"author_id_value\": 1400432041,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1467536516\n  },\n  {\n   \"author_id_value\": 3285437,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1699883207\n  },\n  {\n   \"author_id_value\": 1410317197,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1316910466\n  },\n  {\n   \"author_id_value\": 1959869,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1487602637\n  },\n  {\n   \"author_id_value\": 1965809,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1265518708\n  },\n  {\n   \"author_id_value\": 4171024,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1124117924\n  },\n  {\n   \"author_id_value\": 4196334,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1053414953\n  },\n  {\n   \"author_id_value\": 1966886,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1407198187\n  },\n  {\n   \"author_id_value\": 1620762907,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1366784670\n  },\n  {\n   \"author_id_value\": 1988742736,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1982896759\n  },\n  {\n   \"author_id_value\": 4286452,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1407874761\n  },\n  {\n   \"author_id_value\": 145236354,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1457440703\n  },\n  {\n   \"author_id_value\": 145194508,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1144203258\n  },\n  {\n   \"author_id_value\": 4355321,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1386619575\n  },\n  {\n   \"author_id_value\": 145119381,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1477528966\n  },\n  {\n   \"author_id_value\": 2239180067,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1699720151\n  },\n  {\n   \"author_id_value\": 144924561,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1073597043\n  },\n  {\n   \"author_id_value\": 2155991057,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1295989432\n  },\n  {\n   \"author_id_value\": 7155391,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1659369460\n  },\n  {\n   \"author_id_value\": 4490423,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1699821520\n  },\n  {\n   \"author_id_value\": 1701670,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1437244910\n  },\n  {\n   \"author_id_value\": 144772281,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1285056309\n  },\n  {\n   \"author_id_value\": 2809927,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1770623068\n  },\n  {\n   \"author_id_value\": 2108488630,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538188040\n  },\n  {\n   \"author_id_value\": 2753771,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1316979610\n  },\n  {\n   \"author_id_value\": 4656020,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538373840\n  },\n  {\n   \"author_id_value\": 2619621,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1932184215\n  },\n  {\n   \"author_id_value\": 2007628,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1003170861\n  },\n  {\n   \"author_id_value\": 4828676,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1689697484\n  },\n  {\n   \"author_id_value\": 2023243,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1861831497\n  },\n  {\n   \"author_id_value\": 4855578,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1609957281\n  },\n  {\n   \"author_id_value\": 2530895,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1780042630\n  },\n  {\n   \"author_id_value\": 144264889,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1811986698\n  },\n  {\n   \"author_id_value\": 12196745,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1194245720\n  },\n  {\n   \"author_id_value\": 6939351,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1508985037\n  },\n  {\n   \"author_id_value\": 12271200,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1871755090\n  },\n  {\n   \"author_id_value\": 4999311,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1821245663\n  },\n  {\n   \"author_id_value\": 12916878,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1245989417\n  },\n  {\n   \"author_id_value\": 12948991,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1831866912\n  },\n  {\n   \"author_id_value\": 13214706,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1295983807\n  },\n  {\n   \"author_id_value\": 47773195,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1700999620\n  },\n  {\n   \"author_id_value\": 2467795,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1699764480\n  },\n  {\n   \"author_id_value\": 14407977,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1376955591\n  },\n  {\n   \"author_id_value\": 14880337,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1851742522\n  },\n  {\n   \"author_id_value\": 15067929,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1134569544\n  },\n  {\n   \"author_id_value\": 2054307,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1093771495\n  },\n  {\n   \"author_id_value\": 15377216,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1851551238\n  },\n  {\n   \"author_id_value\": 143912525,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1609071489\n  },\n  {\n   \"author_id_value\": 16283193,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1710006820\n  },\n  {\n   \"author_id_value\": 143760339,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538359906\n  },\n  {\n   \"author_id_value\": 10800358,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1679598890\n  },\n  {\n   \"author_id_value\": 2073738,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1801956008\n  },\n  {\n   \"author_id_value\": 10764286,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1013900885\n  },\n  {\n   \"author_id_value\": 10671735,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1750736864\n  },\n  {\n   \"author_id_value\": 2413455,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1205892379\n  },\n  {\n   \"author_id_value\": 5291916,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1518315746\n  },\n  {\n   \"author_id_value\": 10296129,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1568637049\n  },\n  {\n   \"author_id_value\": 5318280,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538442082\n  },\n  {\n   \"author_id_value\": 118561468,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1740305671\n  },\n  {\n   \"author_id_value\": 10123799,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1396108049\n  },\n  {\n   \"author_id_value\": 5462759,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1285628073\n  },\n  {\n   \"author_id_value\": 5477462,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1801806930\n  },\n  {\n   \"author_id_value\": 5537540,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1639395056\n  },\n  {\n   \"author_id_value\": 10058817,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1164681607\n  },\n  {\n   \"author_id_value\": 47311475,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1114281672\n  },\n  {\n   \"author_id_value\": 5798533,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1447244488\n  },\n  {\n   \"author_id_value\": 32216000,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1306864483\n  },\n  {\n   \"author_id_value\": 32352509,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1417478793\n  },\n  {\n   \"author_id_value\": 33564813,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1326006818\n  },\n  {\n   \"author_id_value\": 50985134,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1134482623\n  },\n  {\n   \"author_id_value\": 34184292,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1063478311\n  },\n  {\n   \"author_id_value\": 2143717827,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1770656696\n  },\n  {\n   \"author_id_value\": 50648945,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1952468209\n  },\n  {\n   \"author_id_value\": 2116282895,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1568400430\n  },\n  {\n   \"author_id_value\": 34922560,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538647342\n  },\n  {\n   \"author_id_value\": 50343179,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1295963072\n  },\n  {\n   \"author_id_value\": 2137429365,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1548371180\n  },\n  {\n   \"author_id_value\": 9934305,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1881700649\n  },\n  {\n   \"author_id_value\": 35113939,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1114326725\n  },\n  {\n   \"author_id_value\": 35800191,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1396813838\n  },\n  {\n   \"author_id_value\": 6020227,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1275617961\n  },\n  {\n   \"author_id_value\": 6021633,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538191051\n  },\n  {\n   \"author_id_value\": 36069621,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1992104749\n  },\n  {\n   \"author_id_value\": 36507582,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1295769966\n  },\n  {\n   \"author_id_value\": 50234571,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1023091667\n  },\n  {\n   \"author_id_value\": 50096393,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1104347046\n  },\n  {\n   \"author_id_value\": 6096458,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1669670790\n  },\n  {\n   \"author_id_value\": 39030861,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1851807655\n  },\n  {\n   \"author_id_value\": 39264857,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1376511923\n  },\n  {\n   \"author_id_value\": 39934385,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1841671823\n  },\n  {\n   \"author_id_value\": 6269655,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1326427618\n  },\n  {\n   \"author_id_value\": 2120200127,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1356847552\n  },\n  {\n   \"author_id_value\": 49381871,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1851743611\n  },\n  {\n   \"author_id_value\": 2117715807,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1699764480\n  },\n  {\n   \"author_id_value\": 2338824,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1811924913\n  },\n  {\n   \"author_id_value\": 49280136,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1093795627\n  },\n  {\n   \"author_id_value\": 7881502,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1902894611\n  },\n  {\n   \"author_id_value\": 2203030,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1538192448\n  },\n  {\n   \"author_id_value\": 6433081,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1952350621\n  },\n  {\n   \"author_id_value\": 48938540,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1134410566\n  },\n  {\n   \"author_id_value\": 48814993,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1578792982\n  },\n  {\n   \"author_id_value\": 40432423,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1235157421\n  },\n  {\n   \"author_id_value\": 7724758,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1275658114\n  },\n  {\n   \"author_id_value\": 7613799,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1457594681\n  },\n  {\n   \"author_id_value\": 48391237,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1124291075\n  },\n  {\n   \"author_id_value\": 48350183,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1366792863\n  },\n  {\n   \"author_id_value\": 2300438,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1801971619\n  },\n  {\n   \"author_id_value\": 7378397,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1003040676\n  },\n  {\n   \"author_id_value\": 1905375,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1063495331\n  },\n  {\n   \"author_id_value\": 152532222,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1720043540\n  },\n  {\n   \"author_id_value\": 46314083,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1457361107\n  },\n  {\n   \"author_id_value\": 3640434,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1235238551\n  },\n  {\n   \"author_id_value\": 3603360,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1497725592\n  },\n  {\n   \"author_id_value\": 3577651,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1316009731\n  },\n  {\n   \"author_id_value\": 3557988,\n   \"coauthorship_count_value\": 4,\n   \"npi_number_value\": 1609846674\n  },\n  {\n   \"author_id_value\": 2448044,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1780641191\n  },\n  {\n   \"author_id_value\": 5130490,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1093733909\n  },\n  {\n   \"author_id_value\": 47326957,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1326021312\n  },\n  {\n   \"author_id_value\": 48117656,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1922099886\n  },\n  {\n   \"author_id_value\": 143842614,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1255341152\n  },\n  {\n   \"author_id_value\": 16086210,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1053626655\n  },\n  {\n   \"author_id_value\": 143836302,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1942239462\n  },\n  {\n   \"author_id_value\": 40005010,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1003868209\n  },\n  {\n   \"author_id_value\": 2150308419,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1396057220\n  },\n  {\n   \"author_id_value\": 19227615,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1215423959\n  },\n  {\n   \"author_id_value\": 23937838,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1518150341\n  },\n  {\n   \"author_id_value\": 25386885,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1356649974\n  },\n  {\n   \"author_id_value\": 3159260,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1407160138\n  },\n  {\n   \"author_id_value\": 6349655,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1063724326\n  },\n  {\n   \"author_id_value\": 3773561,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1205120391\n  },\n  {\n   \"author_id_value\": 6620595,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1558451138\n  },\n  {\n   \"author_id_value\": 143721609,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1144882499\n  },\n  {\n   \"author_id_value\": 3179179,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1316106743\n  },\n  {\n   \"author_id_value\": 143635211,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1295819357\n  },\n  {\n   \"author_id_value\": 6361212,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1215962113\n  },\n  {\n   \"author_id_value\": 3192912,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1124400510\n  },\n  {\n   \"author_id_value\": 3786061,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1447369368\n  },\n  {\n   \"author_id_value\": 27096539,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1851521736\n  },\n  {\n   \"author_id_value\": 49143777,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1902396377\n  },\n  {\n   \"author_id_value\": 28036715,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1053629956\n  },\n  {\n   \"author_id_value\": 6851160,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1255352738\n  },\n  {\n   \"author_id_value\": 145319829,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1508024035\n  },\n  {\n   \"author_id_value\": 40294138,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1124347612\n  },\n  {\n   \"author_id_value\": 10263003,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1518052877\n  },\n  {\n   \"author_id_value\": 29002107,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1740770155\n  },\n  {\n   \"author_id_value\": 7935705,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1447414164\n  },\n  {\n   \"author_id_value\": 3230229,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1295894426\n  },\n  {\n   \"author_id_value\": 2389141,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1942584503\n  },\n  {\n   \"author_id_value\": 10191958,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1710092903\n  },\n  {\n   \"author_id_value\": 5361829,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1255394276\n  },\n  {\n   \"author_id_value\": 2106783,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1699865279\n  },\n  {\n   \"author_id_value\": 10181995,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1164658951\n  },\n  {\n   \"author_id_value\": 29888521,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1912018755\n  },\n  {\n   \"author_id_value\": 3786351,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1457440018\n  },\n  {\n   \"author_id_value\": 114929064,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1649389644\n  },\n  {\n   \"author_id_value\": 10163587,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1043624570\n  },\n  {\n   \"author_id_value\": 5426526,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1699970210\n  },\n  {\n   \"author_id_value\": 104954237,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1356649974\n  },\n  {\n   \"author_id_value\": 145929019,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1922329051\n  },\n  {\n   \"author_id_value\": 4171147,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1629124417\n  },\n  {\n   \"author_id_value\": 2240114,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1154388429\n  },\n  {\n   \"author_id_value\": 48061931,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1770530420\n  },\n  {\n   \"author_id_value\": 4151743,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1639582588\n  },\n  {\n   \"author_id_value\": 1517538263,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1053743229\n  },\n  {\n   \"author_id_value\": 2252920,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1285691451\n  },\n  {\n   \"author_id_value\": 31553854,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1720038300\n  },\n  {\n   \"author_id_value\": 40351197,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1356373229\n  },\n  {\n   \"author_id_value\": 5537644,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1710934674\n  },\n  {\n   \"author_id_value\": 1903166,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1477500403\n  },\n  {\n   \"author_id_value\": 5619575,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1265608715\n  },\n  {\n   \"author_id_value\": 5621773,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1730381989\n  },\n  {\n   \"author_id_value\": 5624334,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1285889832\n  },\n  {\n   \"author_id_value\": 84365825,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1467601187\n  },\n  {\n   \"author_id_value\": 5681359,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1558462770\n  },\n  {\n   \"author_id_value\": 82799787,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1497366512\n  },\n  {\n   \"author_id_value\": 5692099,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1992705453\n  },\n  {\n   \"author_id_value\": 2115993894,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1033161427\n  },\n  {\n   \"author_id_value\": 2162965541,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1174956890\n  },\n  {\n   \"author_id_value\": 78022045,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1558397398\n  },\n  {\n   \"author_id_value\": 5739658,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1780793828\n  },\n  {\n   \"author_id_value\": 2234547722,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1710067368\n  },\n  {\n   \"author_id_value\": 40479854,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1972080844\n  },\n  {\n   \"author_id_value\": 66686828,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1154686921\n  },\n  {\n   \"author_id_value\": 3300033,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1871500306\n  },\n  {\n   \"author_id_value\": 2146423972,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1104179035\n  },\n  {\n   \"author_id_value\": 52611162,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1164498747\n  },\n  {\n   \"author_id_value\": 51519602,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1639147473\n  },\n  {\n   \"author_id_value\": 145518768,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1043286578\n  },\n  {\n   \"author_id_value\": 153655827,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1972576791\n  },\n  {\n   \"author_id_value\": 7251346,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1518029792\n  },\n  {\n   \"author_id_value\": 51142062,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1588284491\n  },\n  {\n   \"author_id_value\": 32704135,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1225267081\n  },\n  {\n   \"author_id_value\": 6469408,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1760599831\n  },\n  {\n   \"author_id_value\": 7677451,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1477563849\n  },\n  {\n   \"author_id_value\": 33935727,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1427094697\n  },\n  {\n   \"author_id_value\": 4032833,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1811079130\n  },\n  {\n   \"author_id_value\": 34116854,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1528224482\n  },\n  {\n   \"author_id_value\": 34554779,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1639699523\n  },\n  {\n   \"author_id_value\": 34688299,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1346204542\n  },\n  {\n   \"author_id_value\": 5866833,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1316281538\n  },\n  {\n   \"author_id_value\": 5874049,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1235187170\n  },\n  {\n   \"author_id_value\": 3588460,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1447459771\n  },\n  {\n   \"author_id_value\": 3961560,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1003100223\n  },\n  {\n   \"author_id_value\": 3859954,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1043525199\n  },\n  {\n   \"author_id_value\": 4029754,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1487684783\n  },\n  {\n   \"author_id_value\": 3845774,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1760590707\n  },\n  {\n   \"author_id_value\": 6501411,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1952406183\n  },\n  {\n   \"author_id_value\": 34749033,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1174701569\n  },\n  {\n   \"author_id_value\": 5933189,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1538194303\n  },\n  {\n   \"author_id_value\": 5937511,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1477752715\n  },\n  {\n   \"author_id_value\": 3570206,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1033206123\n  },\n  {\n   \"author_id_value\": 34922937,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1356341119\n  },\n  {\n   \"author_id_value\": 1870338,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1295990570\n  },\n  {\n   \"author_id_value\": 3030145,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1043287832\n  },\n  {\n   \"author_id_value\": 145039461,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1154423747\n  },\n  {\n   \"author_id_value\": 145034954,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1528194156\n  },\n  {\n   \"author_id_value\": 2065769402,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1467984732\n  },\n  {\n   \"author_id_value\": 2072405281,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1366456063\n  },\n  {\n   \"author_id_value\": 7216099,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1174713879\n  },\n  {\n   \"author_id_value\": 4413037,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1457593303\n  },\n  {\n   \"author_id_value\": 3946922,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1487895793\n  },\n  {\n   \"author_id_value\": 48178281,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1265521835\n  },\n  {\n   \"author_id_value\": 2058877212,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1376531913\n  },\n  {\n   \"author_id_value\": 2972149,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1881892669\n  },\n  {\n   \"author_id_value\": 6642917,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1811150758\n  },\n  {\n   \"author_id_value\": 2227879,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1720255698\n  },\n  {\n   \"author_id_value\": 7424579,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1154513687\n  },\n  {\n   \"author_id_value\": 2234354388,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1770792434\n  },\n  {\n   \"author_id_value\": 40659614,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1275822181\n  },\n  {\n   \"author_id_value\": 2091800574,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1699757062\n  },\n  {\n   \"author_id_value\": 2096656378,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1356513303\n  },\n  {\n   \"author_id_value\": 46704581,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1508840570\n  },\n  {\n   \"author_id_value\": 40761321,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1750796033\n  },\n  {\n   \"author_id_value\": 2055984241,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1275719445\n  },\n  {\n   \"author_id_value\": 3084100,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1659510618\n  },\n  {\n   \"author_id_value\": 2930274,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1376531913\n  },\n  {\n   \"author_id_value\": 2250499211,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1245327329\n  },\n  {\n   \"author_id_value\": 2153928303,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1346532959\n  },\n  {\n   \"author_id_value\": 2900335,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1629088083\n  },\n  {\n   \"author_id_value\": 2239180323,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1275508467\n  },\n  {\n   \"author_id_value\": 5981549,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1366720211\n  },\n  {\n   \"author_id_value\": 2239181756,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1467536516\n  },\n  {\n   \"author_id_value\": 2862716,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1740231281\n  },\n  {\n   \"author_id_value\": 2851250,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1316910466\n  },\n  {\n   \"author_id_value\": 145111384,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1316051212\n  },\n  {\n   \"author_id_value\": 2832416,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1528343043\n  },\n  {\n   \"author_id_value\": 5985906,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1720294077\n  },\n  {\n   \"author_id_value\": 9720520,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1154600492\n  },\n  {\n   \"author_id_value\": 5998538,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1265510796\n  },\n  {\n   \"author_id_value\": 2725627,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1629168273\n  },\n  {\n   \"author_id_value\": 4622378,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1134532468\n  },\n  {\n   \"author_id_value\": 2717517,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1114987997\n  },\n  {\n   \"author_id_value\": 35294340,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1164685665\n  },\n  {\n   \"author_id_value\": 2705237,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1588694061\n  },\n  {\n   \"author_id_value\": 2702992,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1730617713\n  },\n  {\n   \"author_id_value\": 2659324,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1891738803\n  },\n  {\n   \"author_id_value\": 35513814,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1003897703\n  },\n  {\n   \"author_id_value\": 3530825,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1023104726\n  },\n  {\n   \"author_id_value\": 3692736,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1710144878\n  },\n  {\n   \"author_id_value\": 3825408,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1083741441\n  },\n  {\n   \"author_id_value\": 4687431,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1972689727\n  },\n  {\n   \"author_id_value\": 144719751,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1265618417\n  },\n  {\n   \"author_id_value\": 145635581,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1306948302\n  },\n  {\n   \"author_id_value\": 4706549,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1184849168\n  },\n  {\n   \"author_id_value\": 4356863,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1104900216\n  },\n  {\n   \"author_id_value\": 2244952,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1841230380\n  },\n  {\n   \"author_id_value\": 2612249,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1538124078\n  },\n  {\n   \"author_id_value\": 4353098,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1033209515\n  },\n  {\n   \"author_id_value\": 145267061,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1982011490\n  },\n  {\n   \"author_id_value\": 4770960,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1588729750\n  },\n  {\n   \"author_id_value\": 6671400,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1730493222\n  },\n  {\n   \"author_id_value\": 144609919,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1457430837\n  },\n  {\n   \"author_id_value\": 2568426,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1053495325\n  },\n  {\n   \"author_id_value\": 145818942,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1134536782\n  },\n  {\n   \"author_id_value\": 4332538,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1073549762\n  },\n  {\n   \"author_id_value\": 36128664,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1316205255\n  },\n  {\n   \"author_id_value\": 3681156,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1568980365\n  },\n  {\n   \"author_id_value\": 3430123,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1932304656\n  },\n  {\n   \"author_id_value\": 6046024,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1720293186\n  },\n  {\n   \"author_id_value\": 4311500,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1013979673\n  },\n  {\n   \"author_id_value\": 37730202,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1285808725\n  },\n  {\n   \"author_id_value\": 38457258,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1548419179\n  },\n  {\n   \"author_id_value\": 1689831,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1447716725\n  },\n  {\n   \"author_id_value\": 6767192,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1588748883\n  },\n  {\n   \"author_id_value\": 4856688,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1609074681\n  },\n  {\n   \"author_id_value\": 4859728,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1144621889\n  },\n  {\n   \"author_id_value\": 2113783972,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1639100928\n  },\n  {\n   \"author_id_value\": 3113995,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1790735207\n  },\n  {\n   \"author_id_value\": 2115414995,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1750351169\n  },\n  {\n   \"author_id_value\": 144386431,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1336337195\n  },\n  {\n   \"author_id_value\": 3827824,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1043657307\n  },\n  {\n   \"author_id_value\": 2150909991,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1538125935\n  },\n  {\n   \"author_id_value\": 2520306,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1518932292\n  },\n  {\n   \"author_id_value\": 3116570,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1104904747\n  },\n  {\n   \"author_id_value\": 2150604044,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1972560340\n  },\n  {\n   \"author_id_value\": 2053374257,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1265550412\n  },\n  {\n   \"author_id_value\": 47319896,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1174008684\n  },\n  {\n   \"author_id_value\": 47116164,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1285083568\n  },\n  {\n   \"author_id_value\": 4298256,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1689917437\n  },\n  {\n   \"author_id_value\": 1987136,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1831279892\n  },\n  {\n   \"author_id_value\": 3907246,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1801986450\n  },\n  {\n   \"author_id_value\": 2052705551,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1891256798\n  },\n  {\n   \"author_id_value\": 12136154,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1184243016\n  },\n  {\n   \"author_id_value\": 47124619,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1760912695\n  },\n  {\n   \"author_id_value\": 47819599,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1407933302\n  },\n  {\n   \"author_id_value\": 4956587,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1407092976\n  },\n  {\n   \"author_id_value\": 50040516,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1104928233\n  },\n  {\n   \"author_id_value\": 144260903,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1750447660\n  },\n  {\n   \"author_id_value\": 144254293,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1902915275\n  },\n  {\n   \"author_id_value\": 38679071,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1619082484\n  },\n  {\n   \"author_id_value\": 8464679,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1104085141\n  },\n  {\n   \"author_id_value\": 5011045,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1518245935\n  },\n  {\n   \"author_id_value\": 12844810,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1538256318\n  },\n  {\n   \"author_id_value\": 2159658905,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1356369730\n  },\n  {\n   \"author_id_value\": 1992990077,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1003961764\n  },\n  {\n   \"author_id_value\": 49803388,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1871582577\n  },\n  {\n   \"author_id_value\": 8412228,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1689789224\n  },\n  {\n   \"author_id_value\": 3730939,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1881670073\n  },\n  {\n   \"author_id_value\": 2481341,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1922195783\n  },\n  {\n   \"author_id_value\": 3463535,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1851333884\n  },\n  {\n   \"author_id_value\": 4263707,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1235210006\n  },\n  {\n   \"author_id_value\": 39680627,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1417152844\n  },\n  {\n   \"author_id_value\": 144035184,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1720374911\n  },\n  {\n   \"author_id_value\": 144022182,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1346328937\n  },\n  {\n   \"author_id_value\": 13806037,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1659858728\n  },\n  {\n   \"author_id_value\": 39822396,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1033119524\n  },\n  {\n   \"author_id_value\": 3827827,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1962483347\n  },\n  {\n   \"author_id_value\": 5103782,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1518147313\n  },\n  {\n   \"author_id_value\": 15126437,\n   \"coauthorship_count_value\": 3,\n   \"npi_number_value\": 1477843233\n  },\n  {\n   \"author_id_value\": 51303976,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1932461456\n  },\n  {\n   \"author_id_value\": 1721316,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477666923\n  },\n  {\n   \"author_id_value\": 1726750,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1295899920\n  },\n  {\n   \"author_id_value\": 1755075,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336105907\n  },\n  {\n   \"author_id_value\": 1758101,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1851576193\n  },\n  {\n   \"author_id_value\": 1768320,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1043276728\n  },\n  {\n   \"author_id_value\": 1788470,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1184748774\n  },\n  {\n   \"author_id_value\": 1796524,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154451490\n  },\n  {\n   \"author_id_value\": 1798907,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215203252\n  },\n  {\n   \"author_id_value\": 1810556,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1043265978\n  },\n  {\n   \"author_id_value\": 1810797,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1437185584\n  },\n  {\n   \"author_id_value\": 1828283,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1649243197\n  },\n  {\n   \"author_id_value\": 1870265,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033176466\n  },\n  {\n   \"author_id_value\": 1875541,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1104841832\n  },\n  {\n   \"author_id_value\": 1879719,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1164468229\n  },\n  {\n   \"author_id_value\": 1892412,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992135172\n  },\n  {\n   \"author_id_value\": 1904249,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1750406641\n  },\n  {\n   \"author_id_value\": 1907386,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710916275\n  },\n  {\n   \"author_id_value\": 1913911,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508200882\n  },\n  {\n   \"author_id_value\": 1930443,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1851358162\n  },\n  {\n   \"author_id_value\": 1938694,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1013964873\n  },\n  {\n   \"author_id_value\": 1941879,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1841297751\n  },\n  {\n   \"author_id_value\": 1949072,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508805227\n  },\n  {\n   \"author_id_value\": 1953161,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1528095437\n  },\n  {\n   \"author_id_value\": 1956583,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992859250\n  },\n  {\n   \"author_id_value\": 1978843,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1861493645\n  },\n  {\n   \"author_id_value\": 2024217,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1174540611\n  },\n  {\n   \"author_id_value\": 2052854,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1295726735\n  },\n  {\n   \"author_id_value\": 2126199,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1538191499\n  },\n  {\n   \"author_id_value\": 2129877,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1588791537\n  },\n  {\n   \"author_id_value\": 2165539,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1275710402\n  },\n  {\n   \"author_id_value\": 2173526,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447989918\n  },\n  {\n   \"author_id_value\": 2201635,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134198757\n  },\n  {\n   \"author_id_value\": 2204784,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1851319255\n  },\n  {\n   \"author_id_value\": 2227886,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1952486755\n  },\n  {\n   \"author_id_value\": 2237251,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1043227416\n  },\n  {\n   \"author_id_value\": 2251493,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1245262245\n  },\n  {\n   \"author_id_value\": 2287273,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1164487039\n  },\n  {\n   \"author_id_value\": 2325464,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1912084476\n  },\n  {\n   \"author_id_value\": 2399870,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790914661\n  },\n  {\n   \"author_id_value\": 2456609,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992795520\n  },\n  {\n   \"author_id_value\": 2488952,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033345566\n  },\n  {\n   \"author_id_value\": 2501779,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699731844\n  },\n  {\n   \"author_id_value\": 2516236,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1043317712\n  },\n  {\n   \"author_id_value\": 2523125,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881964674\n  },\n  {\n   \"author_id_value\": 2544031,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1073801882\n  },\n  {\n   \"author_id_value\": 2554039,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1568579548\n  },\n  {\n   \"author_id_value\": 2563700,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508808593\n  },\n  {\n   \"author_id_value\": 2611759,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1275597015\n  },\n  {\n   \"author_id_value\": 2682452,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285609891\n  },\n  {\n   \"author_id_value\": 2707275,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679507743\n  },\n  {\n   \"author_id_value\": 2720121,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1073633277\n  },\n  {\n   \"author_id_value\": 2722844,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1366551988\n  },\n  {\n   \"author_id_value\": 2767637,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1235199340\n  },\n  {\n   \"author_id_value\": 2777441,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1528058773\n  },\n  {\n   \"author_id_value\": 2783583,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1467470195\n  },\n  {\n   \"author_id_value\": 2862983,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790084051\n  },\n  {\n   \"author_id_value\": 2870543,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730145863\n  },\n  {\n   \"author_id_value\": 2892858,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1124001342\n  },\n  {\n   \"author_id_value\": 2946315,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598799660\n  },\n  {\n   \"author_id_value\": 3019929,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1568877371\n  },\n  {\n   \"author_id_value\": 3060307,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1184778029\n  },\n  {\n   \"author_id_value\": 3069803,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699911123\n  },\n  {\n   \"author_id_value\": 3092583,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598100349\n  },\n  {\n   \"author_id_value\": 3092821,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699850404\n  },\n  {\n   \"author_id_value\": 3106807,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1306804943\n  },\n  {\n   \"author_id_value\": 3108856,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730151085\n  },\n  {\n   \"author_id_value\": 3168390,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1083605547\n  },\n  {\n   \"author_id_value\": 3246816,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477998995\n  },\n  {\n   \"author_id_value\": 3272017,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1760826978\n  },\n  {\n   \"author_id_value\": 3286237,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477592475\n  },\n  {\n   \"author_id_value\": 3294928,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1063597805\n  },\n  {\n   \"author_id_value\": 3457630,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1386687481\n  },\n  {\n   \"author_id_value\": 3494569,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1114197670\n  },\n  {\n   \"author_id_value\": 3541024,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1295707289\n  },\n  {\n   \"author_id_value\": 3542923,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1528058625\n  },\n  {\n   \"author_id_value\": 3547419,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1518166925\n  },\n  {\n   \"author_id_value\": 3567548,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1609963792\n  },\n  {\n   \"author_id_value\": 3696544,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831292796\n  },\n  {\n   \"author_id_value\": 3708651,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1548371230\n  },\n  {\n   \"author_id_value\": 3751994,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1952692022\n  },\n  {\n   \"author_id_value\": 3759267,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992747752\n  },\n  {\n   \"author_id_value\": 3793705,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1588681449\n  },\n  {\n   \"author_id_value\": 3849425,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598091092\n  },\n  {\n   \"author_id_value\": 3873113,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346323508\n  },\n  {\n   \"author_id_value\": 3896477,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1366436297\n  },\n  {\n   \"author_id_value\": 3923621,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134246903\n  },\n  {\n   \"author_id_value\": 3954029,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033551783\n  },\n  {\n   \"author_id_value\": 3994530,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881603249\n  },\n  {\n   \"author_id_value\": 4004989,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1043571029\n  },\n  {\n   \"author_id_value\": 4010582,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1750511820\n  },\n  {\n   \"author_id_value\": 4017868,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1821065871\n  },\n  {\n   \"author_id_value\": 4032527,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1952674251\n  },\n  {\n   \"author_id_value\": 4034691,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1003994286\n  },\n  {\n   \"author_id_value\": 4049710,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477982197\n  },\n  {\n   \"author_id_value\": 4053011,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1407811748\n  },\n  {\n   \"author_id_value\": 4058414,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1912044272\n  },\n  {\n   \"author_id_value\": 4063029,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1417525536\n  },\n  {\n   \"author_id_value\": 4065899,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154348738\n  },\n  {\n   \"author_id_value\": 4164173,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922275049\n  },\n  {\n   \"author_id_value\": 4212511,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780810291\n  },\n  {\n   \"author_id_value\": 4235175,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730379058\n  },\n  {\n   \"author_id_value\": 4252078,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1063586139\n  },\n  {\n   \"author_id_value\": 4262202,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1669422960\n  },\n  {\n   \"author_id_value\": 4288491,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1891953337\n  },\n  {\n   \"author_id_value\": 4301332,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1578574901\n  },\n  {\n   \"author_id_value\": 4318994,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1487973285\n  },\n  {\n   \"author_id_value\": 4397119,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336275080\n  },\n  {\n   \"author_id_value\": 4472684,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1003906207\n  },\n  {\n   \"author_id_value\": 4474719,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1841215316\n  },\n  {\n   \"author_id_value\": 4519670,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1275616187\n  },\n  {\n   \"author_id_value\": 4583894,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1174830426\n  },\n  {\n   \"author_id_value\": 4584568,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1427011493\n  },\n  {\n   \"author_id_value\": 4611671,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730163197\n  },\n  {\n   \"author_id_value\": 4622420,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1083029755\n  },\n  {\n   \"author_id_value\": 4629567,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1437437498\n  },\n  {\n   \"author_id_value\": 4637811,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679591689\n  },\n  {\n   \"author_id_value\": 4657577,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1801071501\n  },\n  {\n   \"author_id_value\": 4663507,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1407055296\n  },\n  {\n   \"author_id_value\": 4771428,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1326133315\n  },\n  {\n   \"author_id_value\": 4835830,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1871659581\n  },\n  {\n   \"author_id_value\": 4842982,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790732469\n  },\n  {\n   \"author_id_value\": 4880843,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1013940048\n  },\n  {\n   \"author_id_value\": 4892930,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831289503\n  },\n  {\n   \"author_id_value\": 4902705,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1114003910\n  },\n  {\n   \"author_id_value\": 4919373,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710290721\n  },\n  {\n   \"author_id_value\": 4933610,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1588711899\n  },\n  {\n   \"author_id_value\": 4938792,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1689766792\n  },\n  {\n   \"author_id_value\": 4940688,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972567865\n  },\n  {\n   \"author_id_value\": 4944108,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1982682647\n  },\n  {\n   \"author_id_value\": 5042651,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780715110\n  },\n  {\n   \"author_id_value\": 5064694,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1821055237\n  },\n  {\n   \"author_id_value\": 5093016,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1083147128\n  },\n  {\n   \"author_id_value\": 5131515,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1427194687\n  },\n  {\n   \"author_id_value\": 5159115,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134298938\n  },\n  {\n   \"author_id_value\": 5183646,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134336662\n  },\n  {\n   \"author_id_value\": 5227787,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154570323\n  },\n  {\n   \"author_id_value\": 5232617,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1952352445\n  },\n  {\n   \"author_id_value\": 5286583,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1235332974\n  },\n  {\n   \"author_id_value\": 5293936,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1871587345\n  },\n  {\n   \"author_id_value\": 5300699,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1619004074\n  },\n  {\n   \"author_id_value\": 5355246,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922087857\n  },\n  {\n   \"author_id_value\": 5355259,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093779217\n  },\n  {\n   \"author_id_value\": 5362656,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1942442173\n  },\n  {\n   \"author_id_value\": 5370259,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1770922304\n  },\n  {\n   \"author_id_value\": 5452596,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1528702792\n  },\n  {\n   \"author_id_value\": 5479974,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033124789\n  },\n  {\n   \"author_id_value\": 5588623,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1588636922\n  },\n  {\n   \"author_id_value\": 5592066,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1326004805\n  },\n  {\n   \"author_id_value\": 5604602,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1548420722\n  },\n  {\n   \"author_id_value\": 5708648,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972728855\n  },\n  {\n   \"author_id_value\": 5748618,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1851398622\n  },\n  {\n   \"author_id_value\": 5794146,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1437233327\n  },\n  {\n   \"author_id_value\": 5823132,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1720092562\n  },\n  {\n   \"author_id_value\": 5836616,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1225135148\n  },\n  {\n   \"author_id_value\": 5881979,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811931264\n  },\n  {\n   \"author_id_value\": 5955409,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1750372884\n  },\n  {\n   \"author_id_value\": 5961066,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1437123676\n  },\n  {\n   \"author_id_value\": 5969664,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1225269921\n  },\n  {\n   \"author_id_value\": 6034911,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780746198\n  },\n  {\n   \"author_id_value\": 6055078,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336165612\n  },\n  {\n   \"author_id_value\": 6075395,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1245356435\n  },\n  {\n   \"author_id_value\": 6110063,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730112335\n  },\n  {\n   \"author_id_value\": 6119574,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134560543\n  },\n  {\n   \"author_id_value\": 6129324,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1841209202\n  },\n  {\n   \"author_id_value\": 6140801,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285649780\n  },\n  {\n   \"author_id_value\": 6166069,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1205884525\n  },\n  {\n   \"author_id_value\": 6214812,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1669459061\n  },\n  {\n   \"author_id_value\": 6230552,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1184647794\n  },\n  {\n   \"author_id_value\": 6394682,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093856023\n  },\n  {\n   \"author_id_value\": 6456554,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1942468061\n  },\n  {\n   \"author_id_value\": 6458043,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215140900\n  },\n  {\n   \"author_id_value\": 6469402,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1982932166\n  },\n  {\n   \"author_id_value\": 6475294,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093733321\n  },\n  {\n   \"author_id_value\": 6510728,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1104960780\n  },\n  {\n   \"author_id_value\": 6513573,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1386623247\n  },\n  {\n   \"author_id_value\": 6546695,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710922125\n  },\n  {\n   \"author_id_value\": 6570916,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831792019\n  },\n  {\n   \"author_id_value\": 6625488,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508927005\n  },\n  {\n   \"author_id_value\": 6669508,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1720058209\n  },\n  {\n   \"author_id_value\": 6692017,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1942461637\n  },\n  {\n   \"author_id_value\": 6755919,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1891224036\n  },\n  {\n   \"author_id_value\": 6805592,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285699009\n  },\n  {\n   \"author_id_value\": 6807142,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1467534701\n  },\n  {\n   \"author_id_value\": 6809263,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831151042\n  },\n  {\n   \"author_id_value\": 6810454,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1013928688\n  },\n  {\n   \"author_id_value\": 6887118,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033144258\n  },\n  {\n   \"author_id_value\": 6942412,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1235190414\n  },\n  {\n   \"author_id_value\": 6946417,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881133247\n  },\n  {\n   \"author_id_value\": 6958092,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093779571\n  },\n  {\n   \"author_id_value\": 7003898,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922492032\n  },\n  {\n   \"author_id_value\": 7167595,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477522183\n  },\n  {\n   \"author_id_value\": 7212009,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1295064897\n  },\n  {\n   \"author_id_value\": 7295312,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447217740\n  },\n  {\n   \"author_id_value\": 7433484,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1902291420\n  },\n  {\n   \"author_id_value\": 7443386,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831371020\n  },\n  {\n   \"author_id_value\": 7674718,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1316387483\n  },\n  {\n   \"author_id_value\": 7730640,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346552551\n  },\n  {\n   \"author_id_value\": 7783129,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1659767598\n  },\n  {\n   \"author_id_value\": 8021316,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1356378301\n  },\n  {\n   \"author_id_value\": 8071868,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1952321069\n  },\n  {\n   \"author_id_value\": 8116630,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508822982\n  },\n  {\n   \"author_id_value\": 8232291,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881956316\n  },\n  {\n   \"author_id_value\": 8325782,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346355161\n  },\n  {\n   \"author_id_value\": 8565875,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1194733261\n  },\n  {\n   \"author_id_value\": 8593995,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447449657\n  },\n  {\n   \"author_id_value\": 8913237,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1497884647\n  },\n  {\n   \"author_id_value\": 9030923,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508155144\n  },\n  {\n   \"author_id_value\": 9415135,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1821340290\n  },\n  {\n   \"author_id_value\": 9758532,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1184891392\n  },\n  {\n   \"author_id_value\": 9839600,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154380970\n  },\n  {\n   \"author_id_value\": 9919400,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134575038\n  },\n  {\n   \"author_id_value\": 10000314,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154305738\n  },\n  {\n   \"author_id_value\": 10023946,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1306968763\n  },\n  {\n   \"author_id_value\": 10114863,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790790442\n  },\n  {\n   \"author_id_value\": 10123289,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790811438\n  },\n  {\n   \"author_id_value\": 10136517,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1407821077\n  },\n  {\n   \"author_id_value\": 10195048,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790802189\n  },\n  {\n   \"author_id_value\": 10221088,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1073521506\n  },\n  {\n   \"author_id_value\": 10312633,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134303035\n  },\n  {\n   \"author_id_value\": 10314851,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1629376850\n  },\n  {\n   \"author_id_value\": 10432991,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1962481051\n  },\n  {\n   \"author_id_value\": 10709065,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790722197\n  },\n  {\n   \"author_id_value\": 10806022,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093785933\n  },\n  {\n   \"author_id_value\": 10856342,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922313774\n  },\n  {\n   \"author_id_value\": 11221654,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1013025733\n  },\n  {\n   \"author_id_value\": 11458149,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215375019\n  },\n  {\n   \"author_id_value\": 11625578,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811308034\n  },\n  {\n   \"author_id_value\": 11626627,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1457614646\n  },\n  {\n   \"author_id_value\": 11804403,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1487100731\n  },\n  {\n   \"author_id_value\": 11861796,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1457351835\n  },\n  {\n   \"author_id_value\": 11875290,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1356409320\n  },\n  {\n   \"author_id_value\": 12194897,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1871568923\n  },\n  {\n   \"author_id_value\": 12394315,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1306844113\n  },\n  {\n   \"author_id_value\": 13121394,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1659652816\n  },\n  {\n   \"author_id_value\": 13609689,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1639339203\n  },\n  {\n   \"author_id_value\": 13617266,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1073644175\n  },\n  {\n   \"author_id_value\": 13666438,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1689726630\n  },\n  {\n   \"author_id_value\": 14027640,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1194710657\n  },\n  {\n   \"author_id_value\": 14204345,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1467567685\n  },\n  {\n   \"author_id_value\": 14310294,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1669649075\n  },\n  {\n   \"author_id_value\": 14428486,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1104244102\n  },\n  {\n   \"author_id_value\": 14533535,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1801824339\n  },\n  {\n   \"author_id_value\": 14568697,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447513064\n  },\n  {\n   \"author_id_value\": 14709288,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336344027\n  },\n  {\n   \"author_id_value\": 14829506,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215378146\n  },\n  {\n   \"author_id_value\": 14907262,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1700262672\n  },\n  {\n   \"author_id_value\": 14935241,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780953471\n  },\n  {\n   \"author_id_value\": 15139151,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972916039\n  },\n  {\n   \"author_id_value\": 15163944,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1467533893\n  },\n  {\n   \"author_id_value\": 16225638,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699054775\n  },\n  {\n   \"author_id_value\": 18339228,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1558446377\n  },\n  {\n   \"author_id_value\": 21054802,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477513802\n  },\n  {\n   \"author_id_value\": 21827427,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1255384897\n  },\n  {\n   \"author_id_value\": 23142112,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1861757544\n  },\n  {\n   \"author_id_value\": 27346053,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1891744256\n  },\n  {\n   \"author_id_value\": 27721150,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1497299960\n  },\n  {\n   \"author_id_value\": 31583342,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598717324\n  },\n  {\n   \"author_id_value\": 31689405,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154687200\n  },\n  {\n   \"author_id_value\": 31804479,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1700970498\n  },\n  {\n   \"author_id_value\": 31929883,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730184912\n  },\n  {\n   \"author_id_value\": 32071199,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881743607\n  },\n  {\n   \"author_id_value\": 32416035,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790071645\n  },\n  {\n   \"author_id_value\": 32502973,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154312056\n  },\n  {\n   \"author_id_value\": 32615422,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285891481\n  },\n  {\n   \"author_id_value\": 32916843,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1538201520\n  },\n  {\n   \"author_id_value\": 33314665,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346688827\n  },\n  {\n   \"author_id_value\": 33774527,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1982664033\n  },\n  {\n   \"author_id_value\": 34264147,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1902959554\n  },\n  {\n   \"author_id_value\": 34424184,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285031088\n  },\n  {\n   \"author_id_value\": 34520793,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1427256635\n  },\n  {\n   \"author_id_value\": 34652091,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881682425\n  },\n  {\n   \"author_id_value\": 34668933,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1558333625\n  },\n  {\n   \"author_id_value\": 34709001,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1245231109\n  },\n  {\n   \"author_id_value\": 34710992,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992926547\n  },\n  {\n   \"author_id_value\": 34723555,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477592475\n  },\n  {\n   \"author_id_value\": 35006251,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1669466793\n  },\n  {\n   \"author_id_value\": 35081357,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598116535\n  },\n  {\n   \"author_id_value\": 35153335,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346248424\n  },\n  {\n   \"author_id_value\": 35209155,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1457347767\n  },\n  {\n   \"author_id_value\": 35274551,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1497729123\n  },\n  {\n   \"author_id_value\": 35345205,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033352646\n  },\n  {\n   \"author_id_value\": 35496355,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1801024708\n  },\n  {\n   \"author_id_value\": 35590978,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508196833\n  },\n  {\n   \"author_id_value\": 35867787,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1396777694\n  },\n  {\n   \"author_id_value\": 36017431,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1801415211\n  },\n  {\n   \"author_id_value\": 36156063,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1124016787\n  },\n  {\n   \"author_id_value\": 36370313,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1700224185\n  },\n  {\n   \"author_id_value\": 36623686,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1720076334\n  },\n  {\n   \"author_id_value\": 36935722,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1538330725\n  },\n  {\n   \"author_id_value\": 37081034,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1861494312\n  },\n  {\n   \"author_id_value\": 37253976,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1548673312\n  },\n  {\n   \"author_id_value\": 37790790,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1366598393\n  },\n  {\n   \"author_id_value\": 38063149,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1982682563\n  },\n  {\n   \"author_id_value\": 38196884,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1821262742\n  },\n  {\n   \"author_id_value\": 38228900,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1083818967\n  },\n  {\n   \"author_id_value\": 38625334,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1013962703\n  },\n  {\n   \"author_id_value\": 38918978,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1255783163\n  },\n  {\n   \"author_id_value\": 39389434,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1619971132\n  },\n  {\n   \"author_id_value\": 40023881,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992773832\n  },\n  {\n   \"author_id_value\": 40084747,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215251897\n  },\n  {\n   \"author_id_value\": 40126770,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780880088\n  },\n  {\n   \"author_id_value\": 40261131,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1477580371\n  },\n  {\n   \"author_id_value\": 40381019,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1629343785\n  },\n  {\n   \"author_id_value\": 40400727,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710919675\n  },\n  {\n   \"author_id_value\": 40469037,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154677995\n  },\n  {\n   \"author_id_value\": 40525286,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1548266125\n  },\n  {\n   \"author_id_value\": 40540608,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1275807364\n  },\n  {\n   \"author_id_value\": 40546428,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881673234\n  },\n  {\n   \"author_id_value\": 40611793,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1659412336\n  },\n  {\n   \"author_id_value\": 40641858,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1073711826\n  },\n  {\n   \"author_id_value\": 40991124,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1457416869\n  },\n  {\n   \"author_id_value\": 46224432,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922627033\n  },\n  {\n   \"author_id_value\": 46248174,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1194379198\n  },\n  {\n   \"author_id_value\": 46318132,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1609300441\n  },\n  {\n   \"author_id_value\": 46404064,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033174826\n  },\n  {\n   \"author_id_value\": 46500079,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1689647216\n  },\n  {\n   \"author_id_value\": 46732524,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1104084631\n  },\n  {\n   \"author_id_value\": 46843593,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346204542\n  },\n  {\n   \"author_id_value\": 46849289,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679796999\n  },\n  {\n   \"author_id_value\": 46998178,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972714251\n  },\n  {\n   \"author_id_value\": 47000507,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1053513986\n  },\n  {\n   \"author_id_value\": 47001179,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831415355\n  },\n  {\n   \"author_id_value\": 47098869,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1225397219\n  },\n  {\n   \"author_id_value\": 47105952,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811966096\n  },\n  {\n   \"author_id_value\": 47159827,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1316942782\n  },\n  {\n   \"author_id_value\": 47304826,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811944184\n  },\n  {\n   \"author_id_value\": 47565179,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1255370342\n  },\n  {\n   \"author_id_value\": 47654129,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447343751\n  },\n  {\n   \"author_id_value\": 47704322,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598792830\n  },\n  {\n   \"author_id_value\": 47733683,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1700199445\n  },\n  {\n   \"author_id_value\": 47745937,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922530609\n  },\n  {\n   \"author_id_value\": 47899308,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1700157450\n  },\n  {\n   \"author_id_value\": 47938704,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710305156\n  },\n  {\n   \"author_id_value\": 47965755,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1548477490\n  },\n  {\n   \"author_id_value\": 48012814,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922416346\n  },\n  {\n   \"author_id_value\": 48091674,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1326201773\n  },\n  {\n   \"author_id_value\": 48247761,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134437601\n  },\n  {\n   \"author_id_value\": 48267478,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336313857\n  },\n  {\n   \"author_id_value\": 48268833,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1013076751\n  },\n  {\n   \"author_id_value\": 48432198,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1497712699\n  },\n  {\n   \"author_id_value\": 48475429,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972593366\n  },\n  {\n   \"author_id_value\": 48549953,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1417957648\n  },\n  {\n   \"author_id_value\": 48661199,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1790723971\n  },\n  {\n   \"author_id_value\": 48841970,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1649210121\n  },\n  {\n   \"author_id_value\": 49089273,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1598901647\n  },\n  {\n   \"author_id_value\": 49219078,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336108372\n  },\n  {\n   \"author_id_value\": 49238712,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1649699034\n  },\n  {\n   \"author_id_value\": 49332417,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1891084729\n  },\n  {\n   \"author_id_value\": 49378002,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1275648875\n  },\n  {\n   \"author_id_value\": 49414821,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1902871817\n  },\n  {\n   \"author_id_value\": 49479165,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1487844890\n  },\n  {\n   \"author_id_value\": 49529184,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1457344251\n  },\n  {\n   \"author_id_value\": 49547999,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1801851142\n  },\n  {\n   \"author_id_value\": 49616877,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699968735\n  },\n  {\n   \"author_id_value\": 49669876,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1205157625\n  },\n  {\n   \"author_id_value\": 49686537,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1164406906\n  },\n  {\n   \"author_id_value\": 49762495,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831118157\n  },\n  {\n   \"author_id_value\": 49861675,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1619150554\n  },\n  {\n   \"author_id_value\": 49964571,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1205909868\n  },\n  {\n   \"author_id_value\": 50061970,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1184705501\n  },\n  {\n   \"author_id_value\": 50513022,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1174566731\n  },\n  {\n   \"author_id_value\": 50647335,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1942259577\n  },\n  {\n   \"author_id_value\": 50674347,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1730111642\n  },\n  {\n   \"author_id_value\": 50817311,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1225386725\n  },\n  {\n   \"author_id_value\": 51035226,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1295787257\n  },\n  {\n   \"author_id_value\": 51882178,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1457813693\n  },\n  {\n   \"author_id_value\": 51887566,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1841828795\n  },\n  {\n   \"author_id_value\": 51919018,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447879598\n  },\n  {\n   \"author_id_value\": 66470869,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699205716\n  },\n  {\n   \"author_id_value\": 78483333,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093713885\n  },\n  {\n   \"author_id_value\": 80188817,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1851356612\n  },\n  {\n   \"author_id_value\": 81163759,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285269480\n  },\n  {\n   \"author_id_value\": 81490681,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1871685487\n  },\n  {\n   \"author_id_value\": 81572267,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831750405\n  },\n  {\n   \"author_id_value\": 84114099,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1629043831\n  },\n  {\n   \"author_id_value\": 87108674,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1922238419\n  },\n  {\n   \"author_id_value\": 115133354,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1841261559\n  },\n  {\n   \"author_id_value\": 117290206,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508916776\n  },\n  {\n   \"author_id_value\": 121414549,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1609140029\n  },\n  {\n   \"author_id_value\": 122412059,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699781146\n  },\n  {\n   \"author_id_value\": 123067167,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1194250704\n  },\n  {\n   \"author_id_value\": 143613945,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1518055045\n  },\n  {\n   \"author_id_value\": 143624544,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1558524967\n  },\n  {\n   \"author_id_value\": 143672419,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033261334\n  },\n  {\n   \"author_id_value\": 143726413,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1578522801\n  },\n  {\n   \"author_id_value\": 143732445,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1083879175\n  },\n  {\n   \"author_id_value\": 143835503,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1023661014\n  },\n  {\n   \"author_id_value\": 143942982,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134327745\n  },\n  {\n   \"author_id_value\": 144161564,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447721378\n  },\n  {\n   \"author_id_value\": 144190886,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1497816193\n  },\n  {\n   \"author_id_value\": 144216743,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1568497600\n  },\n  {\n   \"author_id_value\": 144225514,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831252352\n  },\n  {\n   \"author_id_value\": 144283483,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1164884383\n  },\n  {\n   \"author_id_value\": 144315421,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679509640\n  },\n  {\n   \"author_id_value\": 144330029,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447667035\n  },\n  {\n   \"author_id_value\": 144393087,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1255431367\n  },\n  {\n   \"author_id_value\": 144393777,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1760477202\n  },\n  {\n   \"author_id_value\": 144444406,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1114903978\n  },\n  {\n   \"author_id_value\": 144445420,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1255538682\n  },\n  {\n   \"author_id_value\": 144447599,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1619981263\n  },\n  {\n   \"author_id_value\": 144497479,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346291226\n  },\n  {\n   \"author_id_value\": 144553989,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1427377753\n  },\n  {\n   \"author_id_value\": 144565858,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1356371199\n  },\n  {\n   \"author_id_value\": 144578164,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1982125704\n  },\n  {\n   \"author_id_value\": 144640873,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679665228\n  },\n  {\n   \"author_id_value\": 144665578,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1487953865\n  },\n  {\n   \"author_id_value\": 144688566,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1962906578\n  },\n  {\n   \"author_id_value\": 144696757,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710515051\n  },\n  {\n   \"author_id_value\": 144716266,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1265595136\n  },\n  {\n   \"author_id_value\": 144832159,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1437227980\n  },\n  {\n   \"author_id_value\": 144896463,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033552823\n  },\n  {\n   \"author_id_value\": 145030368,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1659585289\n  },\n  {\n   \"author_id_value\": 145099238,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1023058575\n  },\n  {\n   \"author_id_value\": 145156192,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1386600302\n  },\n  {\n   \"author_id_value\": 145194881,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1093079550\n  },\n  {\n   \"author_id_value\": 145276607,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1689274649\n  },\n  {\n   \"author_id_value\": 145306532,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1164971347\n  },\n  {\n   \"author_id_value\": 145383828,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1689698870\n  },\n  {\n   \"author_id_value\": 145432407,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1316929359\n  },\n  {\n   \"author_id_value\": 145445464,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811008543\n  },\n  {\n   \"author_id_value\": 145533961,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811094261\n  },\n  {\n   \"author_id_value\": 145562318,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1407943582\n  },\n  {\n   \"author_id_value\": 145578644,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1932265790\n  },\n  {\n   \"author_id_value\": 145777507,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1356642888\n  },\n  {\n   \"author_id_value\": 145810982,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1891082889\n  },\n  {\n   \"author_id_value\": 145962906,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1346251709\n  },\n  {\n   \"author_id_value\": 145968100,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134448749\n  },\n  {\n   \"author_id_value\": 152191787,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1225114895\n  },\n  {\n   \"author_id_value\": 152220557,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1609091271\n  },\n  {\n   \"author_id_value\": 152440027,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1376511923\n  },\n  {\n   \"author_id_value\": 152479293,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1386676658\n  },\n  {\n   \"author_id_value\": 152855133,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1437163144\n  },\n  {\n   \"author_id_value\": 153285667,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1740257088\n  },\n  {\n   \"author_id_value\": 153749974,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831334044\n  },\n  {\n   \"author_id_value\": 153864445,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1285034215\n  },\n  {\n   \"author_id_value\": 1391139456,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881906030\n  },\n  {\n   \"author_id_value\": 1415729182,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1801328349\n  },\n  {\n   \"author_id_value\": 1470746652,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033671078\n  },\n  {\n   \"author_id_value\": 1488667943,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1528233442\n  },\n  {\n   \"author_id_value\": 1581571963,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1376293118\n  },\n  {\n   \"author_id_value\": 1658008970,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1831199371\n  },\n  {\n   \"author_id_value\": 1712215017,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1609872498\n  },\n  {\n   \"author_id_value\": 1749847934,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972891166\n  },\n  {\n   \"author_id_value\": 1781729456,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1972064491\n  },\n  {\n   \"author_id_value\": 1885450983,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1124506654\n  },\n  {\n   \"author_id_value\": 1925260443,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1275195422\n  },\n  {\n   \"author_id_value\": 1932142599,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780257899\n  },\n  {\n   \"author_id_value\": 1939640132,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1659436186\n  },\n  {\n   \"author_id_value\": 2053978247,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1558431726\n  },\n  {\n   \"author_id_value\": 2057259833,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1003100280\n  },\n  {\n   \"author_id_value\": 2057603289,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1245239557\n  },\n  {\n   \"author_id_value\": 2057797302,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1366456147\n  },\n  {\n   \"author_id_value\": 2057961702,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1720306608\n  },\n  {\n   \"author_id_value\": 2058645599,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1174540611\n  },\n  {\n   \"author_id_value\": 2061832133,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1699797175\n  },\n  {\n   \"author_id_value\": 2067616448,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1942283841\n  },\n  {\n   \"author_id_value\": 2068292790,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1184918393\n  },\n  {\n   \"author_id_value\": 2072267517,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1265490494\n  },\n  {\n   \"author_id_value\": 2073540041,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1548423502\n  },\n  {\n   \"author_id_value\": 2074261235,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1124204946\n  },\n  {\n   \"author_id_value\": 2081327533,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1033124789\n  },\n  {\n   \"author_id_value\": 2108386300,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1811941925\n  },\n  {\n   \"author_id_value\": 2108634048,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1962820969\n  },\n  {\n   \"author_id_value\": 2109205777,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679738629\n  },\n  {\n   \"author_id_value\": 2109602114,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1265509111\n  },\n  {\n   \"author_id_value\": 2110135605,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1871704122\n  },\n  {\n   \"author_id_value\": 2112512102,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1710249354\n  },\n  {\n   \"author_id_value\": 2112521203,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1720578818\n  },\n  {\n   \"author_id_value\": 2112888294,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1023659695\n  },\n  {\n   \"author_id_value\": 2115447906,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134530421\n  },\n  {\n   \"author_id_value\": 2116009627,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1679716344\n  },\n  {\n   \"author_id_value\": 2117896807,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1508989625\n  },\n  {\n   \"author_id_value\": 2118270364,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1861590085\n  },\n  {\n   \"author_id_value\": 2120206740,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780651497\n  },\n  {\n   \"author_id_value\": 2130326975,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215165634\n  },\n  {\n   \"author_id_value\": 2131835310,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1407039357\n  },\n  {\n   \"author_id_value\": 2141519634,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1841608478\n  },\n  {\n   \"author_id_value\": 2141904212,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1164500815\n  },\n  {\n   \"author_id_value\": 2144273827,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1114938156\n  },\n  {\n   \"author_id_value\": 2147032780,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1780951970\n  },\n  {\n   \"author_id_value\": 2148757939,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1669674180\n  },\n  {\n   \"author_id_value\": 2148895625,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1215322458\n  },\n  {\n   \"author_id_value\": 2150647975,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1992795140\n  },\n  {\n   \"author_id_value\": 2150934540,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1467461335\n  },\n  {\n   \"author_id_value\": 2150987481,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1316007750\n  },\n  {\n   \"author_id_value\": 2153237884,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1700071511\n  },\n  {\n   \"author_id_value\": 2155989045,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1881731479\n  },\n  {\n   \"author_id_value\": 2157024942,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1447300439\n  },\n  {\n   \"author_id_value\": 2158083500,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1902861727\n  },\n  {\n   \"author_id_value\": 2199665226,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1942280672\n  },\n  {\n   \"author_id_value\": 2210993754,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1356474274\n  },\n  {\n   \"author_id_value\": 2227845615,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1053942631\n  },\n  {\n   \"author_id_value\": 2232790819,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1376510578\n  },\n  {\n   \"author_id_value\": 2237303470,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1154385193\n  },\n  {\n   \"author_id_value\": 2237584770,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1689651416\n  },\n  {\n   \"author_id_value\": 2237721273,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134206956\n  },\n  {\n   \"author_id_value\": 2239777000,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1225047046\n  },\n  {\n   \"author_id_value\": 2240639069,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1134606049\n  },\n  {\n   \"author_id_value\": 2245515765,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1255394748\n  },\n  {\n   \"author_id_value\": 2253518649,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1144234154\n  },\n  {\n   \"author_id_value\": 2262330221,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1316928039\n  },\n  {\n   \"author_id_value\": 2262887233,\n   \"coauthorship_count_value\": 2,\n   \"npi_number_value\": 1336106715\n  },\n  {\n   \"author_id_value\": 40342043,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124062211\n  },\n  {\n   \"author_id_value\": 40355565,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588665681\n  },\n  {\n   \"author_id_value\": 40358271,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124469184\n  },\n  {\n   \"author_id_value\": 40360351,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588642565\n  },\n  {\n   \"author_id_value\": 40366971,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528206166\n  },\n  {\n   \"author_id_value\": 40374143,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811924640\n  },\n  {\n   \"author_id_value\": 40379552,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447351085\n  },\n  {\n   \"author_id_value\": 2526855,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720162639\n  },\n  {\n   \"author_id_value\": 40407082,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932104239\n  },\n  {\n   \"author_id_value\": 40426834,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174117451\n  },\n  {\n   \"author_id_value\": 7799594,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881621787\n  },\n  {\n   \"author_id_value\": 40448449,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336481654\n  },\n  {\n   \"author_id_value\": 40454975,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306847603\n  },\n  {\n   \"author_id_value\": 40457614,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821016916\n  },\n  {\n   \"author_id_value\": 2244667261,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669558797\n  },\n  {\n   \"author_id_value\": 7746384,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730176991\n  },\n  {\n   \"author_id_value\": 40515457,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326212101\n  },\n  {\n   \"author_id_value\": 7684756,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467573659\n  },\n  {\n   \"author_id_value\": 7648761,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821562505\n  },\n  {\n   \"author_id_value\": 7496154,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124287164\n  },\n  {\n   \"author_id_value\": 40540002,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316301179\n  },\n  {\n   \"author_id_value\": 7440658,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932498581\n  },\n  {\n   \"author_id_value\": 7425978,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710951181\n  },\n  {\n   \"author_id_value\": 40765676,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952782567\n  },\n  {\n   \"author_id_value\": 40770089,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851852867\n  },\n  {\n   \"author_id_value\": 41073743,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619355591\n  },\n  {\n   \"author_id_value\": 41094428,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568041937\n  },\n  {\n   \"author_id_value\": 46194969,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831114628\n  },\n  {\n   \"author_id_value\": 7388150,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821187816\n  },\n  {\n   \"author_id_value\": 7348632,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043274194\n  },\n  {\n   \"author_id_value\": 7333493,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790941052\n  },\n  {\n   \"author_id_value\": 7292634,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649257171\n  },\n  {\n   \"author_id_value\": 46444714,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336275536\n  },\n  {\n   \"author_id_value\": 7272784,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215045232\n  },\n  {\n   \"author_id_value\": 7263033,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245339175\n  },\n  {\n   \"author_id_value\": 7251465,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477948610\n  },\n  {\n   \"author_id_value\": 46486357,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881221026\n  },\n  {\n   \"author_id_value\": 46491986,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821441932\n  },\n  {\n   \"author_id_value\": 46558364,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013148048\n  },\n  {\n   \"author_id_value\": 7032912,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467601187\n  },\n  {\n   \"author_id_value\": 7032285,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467593152\n  },\n  {\n   \"author_id_value\": 7031086,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518078443\n  },\n  {\n   \"author_id_value\": 7026388,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891961884\n  },\n  {\n   \"author_id_value\": 7024354,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720240625\n  },\n  {\n   \"author_id_value\": 46731173,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316967474\n  },\n  {\n   \"author_id_value\": 46746415,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164517660\n  },\n  {\n   \"author_id_value\": 46770793,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831288158\n  },\n  {\n   \"author_id_value\": 46934901,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558309849\n  },\n  {\n   \"author_id_value\": 7022140,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518911932\n  },\n  {\n   \"author_id_value\": 46992592,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659799799\n  },\n  {\n   \"author_id_value\": 2115589846,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1295795201\n  },\n  {\n   \"author_id_value\": 2115618558,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285648899\n  },\n  {\n   \"author_id_value\": 2115625277,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326009960\n  },\n  {\n   \"author_id_value\": 7007101,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275553455\n  },\n  {\n   \"author_id_value\": 7002479,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003961772\n  },\n  {\n   \"author_id_value\": 47195629,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457358715\n  },\n  {\n   \"author_id_value\": 47213469,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164942959\n  },\n  {\n   \"author_id_value\": 6944260,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285818740\n  },\n  {\n   \"author_id_value\": 47264639,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538166376\n  },\n  {\n   \"author_id_value\": 47309965,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972587434\n  },\n  {\n   \"author_id_value\": 47310966,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356631683\n  },\n  {\n   \"author_id_value\": 6913063,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447646898\n  },\n  {\n   \"author_id_value\": 6892374,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225092752\n  },\n  {\n   \"author_id_value\": 6814871,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013972835\n  },\n  {\n   \"author_id_value\": 6813385,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184679441\n  },\n  {\n   \"author_id_value\": 6782011,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396743712\n  },\n  {\n   \"author_id_value\": 47401610,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346260460\n  },\n  {\n   \"author_id_value\": 47462422,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003852419\n  },\n  {\n   \"author_id_value\": 47465673,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629363742\n  },\n  {\n   \"author_id_value\": 47503733,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215425632\n  },\n  {\n   \"author_id_value\": 47509171,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760826978\n  },\n  {\n   \"author_id_value\": 47541498,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992985170\n  },\n  {\n   \"author_id_value\": 47557221,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255735981\n  },\n  {\n   \"author_id_value\": 47623652,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902870660\n  },\n  {\n   \"author_id_value\": 2475483,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730289133\n  },\n  {\n   \"author_id_value\": 47678414,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154563021\n  },\n  {\n   \"author_id_value\": 2464793,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245410158\n  },\n  {\n   \"author_id_value\": 47717927,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194801845\n  },\n  {\n   \"author_id_value\": 2423657,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104083260\n  },\n  {\n   \"author_id_value\": 6745448,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265486690\n  },\n  {\n   \"author_id_value\": 6742506,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164633889\n  },\n  {\n   \"author_id_value\": 6737788,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649217696\n  },\n  {\n   \"author_id_value\": 6733053,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538251921\n  },\n  {\n   \"author_id_value\": 6728859,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1366814857\n  },\n  {\n   \"author_id_value\": 6727919,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598714636\n  },\n  {\n   \"author_id_value\": 47846822,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073507471\n  },\n  {\n   \"author_id_value\": 6656177,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346264553\n  },\n  {\n   \"author_id_value\": 6645265,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104972751\n  },\n  {\n   \"author_id_value\": 2115896008,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720046683\n  },\n  {\n   \"author_id_value\": 6608973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124084207\n  },\n  {\n   \"author_id_value\": 6591972,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497730709\n  },\n  {\n   \"author_id_value\": 6576344,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821093444\n  },\n  {\n   \"author_id_value\": 47989267,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891345849\n  },\n  {\n   \"author_id_value\": 48027953,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013204262\n  },\n  {\n   \"author_id_value\": 6574762,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225011448\n  },\n  {\n   \"author_id_value\": 6574336,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124282413\n  },\n  {\n   \"author_id_value\": 6573010,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508889163\n  },\n  {\n   \"author_id_value\": 2244841454,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1083787964\n  },\n  {\n   \"author_id_value\": 6546999,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437285145\n  },\n  {\n   \"author_id_value\": 48124769,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497999452\n  },\n  {\n   \"author_id_value\": 6545071,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346354289\n  },\n  {\n   \"author_id_value\": 6529904,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104928753\n  },\n  {\n   \"author_id_value\": 6523669,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407048549\n  },\n  {\n   \"author_id_value\": 48156365,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023140175\n  },\n  {\n   \"author_id_value\": 6509413,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790749422\n  },\n  {\n   \"author_id_value\": 48184746,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497836076\n  },\n  {\n   \"author_id_value\": 2116292930,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558442020\n  },\n  {\n   \"author_id_value\": 48216088,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841254588\n  },\n  {\n   \"author_id_value\": 2244987043,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508985037\n  },\n  {\n   \"author_id_value\": 48247804,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073595112\n  },\n  {\n   \"author_id_value\": 2256318511,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851472260\n  },\n  {\n   \"author_id_value\": 2245911962,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760407449\n  },\n  {\n   \"author_id_value\": 48311074,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932214152\n  },\n  {\n   \"author_id_value\": 48329347,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669768123\n  },\n  {\n   \"author_id_value\": 6495221,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992893929\n  },\n  {\n   \"author_id_value\": 6492367,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851471858\n  },\n  {\n   \"author_id_value\": 2246120649,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861422404\n  },\n  {\n   \"author_id_value\": 2116742046,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164450599\n  },\n  {\n   \"author_id_value\": 2116742622,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790715324\n  },\n  {\n   \"author_id_value\": 6485297,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861424061\n  },\n  {\n   \"author_id_value\": 6480370,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023158136\n  },\n  {\n   \"author_id_value\": 48506481,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750750832\n  },\n  {\n   \"author_id_value\": 48541172,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669094074\n  },\n  {\n   \"author_id_value\": 2381941,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154355196\n  },\n  {\n   \"author_id_value\": 2380902,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265614317\n  },\n  {\n   \"author_id_value\": 6466984,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790740470\n  },\n  {\n   \"author_id_value\": 2347227,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922079870\n  },\n  {\n   \"author_id_value\": 48674364,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598744823\n  },\n  {\n   \"author_id_value\": 48674523,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427252584\n  },\n  {\n   \"author_id_value\": 6455627,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902905722\n  },\n  {\n   \"author_id_value\": 48716130,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1942294673\n  },\n  {\n   \"author_id_value\": 48764659,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124127865\n  },\n  {\n   \"author_id_value\": 48771769,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609398213\n  },\n  {\n   \"author_id_value\": 48774941,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578539201\n  },\n  {\n   \"author_id_value\": 48795191,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548646938\n  },\n  {\n   \"author_id_value\": 48812929,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710187018\n  },\n  {\n   \"author_id_value\": 6455489,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497893077\n  },\n  {\n   \"author_id_value\": 48823556,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013038256\n  },\n  {\n   \"author_id_value\": 2117155746,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770698029\n  },\n  {\n   \"author_id_value\": 6436861,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548440902\n  },\n  {\n   \"author_id_value\": 6434334,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740323138\n  },\n  {\n   \"author_id_value\": 6422963,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457342024\n  },\n  {\n   \"author_id_value\": 6399478,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124054812\n  },\n  {\n   \"author_id_value\": 6397637,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386909596\n  },\n  {\n   \"author_id_value\": 2117156072,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770698029\n  },\n  {\n   \"author_id_value\": 49139436,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265423453\n  },\n  {\n   \"author_id_value\": 6385246,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225094907\n  },\n  {\n   \"author_id_value\": 6370527,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376690362\n  },\n  {\n   \"author_id_value\": 6361574,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1083610950\n  },\n  {\n   \"author_id_value\": 2342871,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205910189\n  },\n  {\n   \"author_id_value\": 2246360155,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780651497\n  },\n  {\n   \"author_id_value\": 49255873,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710416797\n  },\n  {\n   \"author_id_value\": 49258595,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417309998\n  },\n  {\n   \"author_id_value\": 6359077,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477540821\n  },\n  {\n   \"author_id_value\": 6350859,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619963915\n  },\n  {\n   \"author_id_value\": 6342150,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134248016\n  },\n  {\n   \"author_id_value\": 6308436,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679586895\n  },\n  {\n   \"author_id_value\": 2118049916,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063736007\n  },\n  {\n   \"author_id_value\": 49371702,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538318258\n  },\n  {\n   \"author_id_value\": 2118069463,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134313216\n  },\n  {\n   \"author_id_value\": 6303624,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386095750\n  },\n  {\n   \"author_id_value\": 49389624,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255326310\n  },\n  {\n   \"author_id_value\": 6276290,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619289584\n  },\n  {\n   \"author_id_value\": 2118094625,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700165701\n  },\n  {\n   \"author_id_value\": 49437156,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891783692\n  },\n  {\n   \"author_id_value\": 6256424,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598792095\n  },\n  {\n   \"author_id_value\": 6183071,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639141559\n  },\n  {\n   \"author_id_value\": 6173942,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649261264\n  },\n  {\n   \"author_id_value\": 49457894,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235170366\n  },\n  {\n   \"author_id_value\": 2333779,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871680959\n  },\n  {\n   \"author_id_value\": 2330694,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023375946\n  },\n  {\n   \"author_id_value\": 2118255375,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063031219\n  },\n  {\n   \"author_id_value\": 2247364749,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619055266\n  },\n  {\n   \"author_id_value\": 2118347214,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932199387\n  },\n  {\n   \"author_id_value\": 49558734,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265437628\n  },\n  {\n   \"author_id_value\": 49570190,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467714279\n  },\n  {\n   \"author_id_value\": 1760577,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407296429\n  },\n  {\n   \"author_id_value\": 49600050,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265547590\n  },\n  {\n   \"author_id_value\": 49631157,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770684110\n  },\n  {\n   \"author_id_value\": 49696160,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831179209\n  },\n  {\n   \"author_id_value\": 49714775,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710975362\n  },\n  {\n   \"author_id_value\": 49726695,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194929976\n  },\n  {\n   \"author_id_value\": 49745369,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164468229\n  },\n  {\n   \"author_id_value\": 49757187,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316914047\n  },\n  {\n   \"author_id_value\": 2118519321,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922675313\n  },\n  {\n   \"author_id_value\": 49791973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205219516\n  },\n  {\n   \"author_id_value\": 6150255,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497710941\n  },\n  {\n   \"author_id_value\": 49812045,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689066144\n  },\n  {\n   \"author_id_value\": 49813389,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134503766\n  },\n  {\n   \"author_id_value\": 2118622247,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427213636\n  },\n  {\n   \"author_id_value\": 49935896,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417969536\n  },\n  {\n   \"author_id_value\": 49935982,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255381778\n  },\n  {\n   \"author_id_value\": 49958977,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740356906\n  },\n  {\n   \"author_id_value\": 6124965,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356367973\n  },\n  {\n   \"author_id_value\": 2281975,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558388058\n  },\n  {\n   \"author_id_value\": 6110703,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881194991\n  },\n  {\n   \"author_id_value\": 2279316,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780007831\n  },\n  {\n   \"author_id_value\": 6095694,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518057413\n  },\n  {\n   \"author_id_value\": 6093965,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891285235\n  },\n  {\n   \"author_id_value\": 6087344,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205809308\n  },\n  {\n   \"author_id_value\": 6086947,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780920777\n  },\n  {\n   \"author_id_value\": 6035483,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508877705\n  },\n  {\n   \"author_id_value\": 6004009,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194109249\n  },\n  {\n   \"author_id_value\": 50298242,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578591616\n  },\n  {\n   \"author_id_value\": 5967299,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740278951\n  },\n  {\n   \"author_id_value\": 5955588,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548210768\n  },\n  {\n   \"author_id_value\": 5948047,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871505925\n  },\n  {\n   \"author_id_value\": 50386331,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649666462\n  },\n  {\n   \"author_id_value\": 50417032,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144333097\n  },\n  {\n   \"author_id_value\": 2273035,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336248616\n  },\n  {\n   \"author_id_value\": 50475245,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407903222\n  },\n  {\n   \"author_id_value\": 5919023,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588623912\n  },\n  {\n   \"author_id_value\": 50495399,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487646634\n  },\n  {\n   \"author_id_value\": 50497611,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760541627\n  },\n  {\n   \"author_id_value\": 2120413811,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033202403\n  },\n  {\n   \"author_id_value\": 50641191,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1295769727\n  },\n  {\n   \"author_id_value\": 2272363,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124019864\n  },\n  {\n   \"author_id_value\": 5915165,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184033649\n  },\n  {\n   \"author_id_value\": 2263398,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982809422\n  },\n  {\n   \"author_id_value\": 2240214,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073574174\n  },\n  {\n   \"author_id_value\": 2122679663,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1295476968\n  },\n  {\n   \"author_id_value\": 50691869,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861840282\n  },\n  {\n   \"author_id_value\": 5906789,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316938723\n  },\n  {\n   \"author_id_value\": 5901893,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720046659\n  },\n  {\n   \"author_id_value\": 5850813,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134101280\n  },\n  {\n   \"author_id_value\": 5850073,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033460316\n  },\n  {\n   \"author_id_value\": 50741905,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932553146\n  },\n  {\n   \"author_id_value\": 5846078,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669461810\n  },\n  {\n   \"author_id_value\": 50746782,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033230180\n  },\n  {\n   \"author_id_value\": 2123128772,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336280304\n  },\n  {\n   \"author_id_value\": 50782015,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588699110\n  },\n  {\n   \"author_id_value\": 5840294,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851478374\n  },\n  {\n   \"author_id_value\": 50995087,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760633606\n  },\n  {\n   \"author_id_value\": 50995449,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508218009\n  },\n  {\n   \"author_id_value\": 51020392,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629481270\n  },\n  {\n   \"author_id_value\": 2125439292,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871942151\n  },\n  {\n   \"author_id_value\": 51085623,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285122879\n  },\n  {\n   \"author_id_value\": 5837538,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508825092\n  },\n  {\n   \"author_id_value\": 51115020,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376718734\n  },\n  {\n   \"author_id_value\": 5824067,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841353778\n  },\n  {\n   \"author_id_value\": 51179043,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275797342\n  },\n  {\n   \"author_id_value\": 51199475,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922538834\n  },\n  {\n   \"author_id_value\": 51213797,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184170433\n  },\n  {\n   \"author_id_value\": 51220173,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841642527\n  },\n  {\n   \"author_id_value\": 51239001,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144669383\n  },\n  {\n   \"author_id_value\": 51259802,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629539333\n  },\n  {\n   \"author_id_value\": 51272899,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194166504\n  },\n  {\n   \"author_id_value\": 5812791,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154716082\n  },\n  {\n   \"author_id_value\": 51311078,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235698572\n  },\n  {\n   \"author_id_value\": 51315912,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669997904\n  },\n  {\n   \"author_id_value\": 51429089,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043715923\n  },\n  {\n   \"author_id_value\": 51435930,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679003487\n  },\n  {\n   \"author_id_value\": 5808216,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396993531\n  },\n  {\n   \"author_id_value\": 2247989120,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013905157\n  },\n  {\n   \"author_id_value\": 2248173619,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467470195\n  },\n  {\n   \"author_id_value\": 2248174057,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174540611\n  },\n  {\n   \"author_id_value\": 5796794,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508808189\n  },\n  {\n   \"author_id_value\": 2248191989,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417049495\n  },\n  {\n   \"author_id_value\": 1755745,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912054214\n  },\n  {\n   \"author_id_value\": 1748858,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396090353\n  },\n  {\n   \"author_id_value\": 52092809,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235712167\n  },\n  {\n   \"author_id_value\": 52238859,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487016929\n  },\n  {\n   \"author_id_value\": 52375228,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952305971\n  },\n  {\n   \"author_id_value\": 5778301,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285685792\n  },\n  {\n   \"author_id_value\": 5768272,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932164902\n  },\n  {\n   \"author_id_value\": 66324206,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063829844\n  },\n  {\n   \"author_id_value\": 66356216,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417263450\n  },\n  {\n   \"author_id_value\": 1735621,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659538627\n  },\n  {\n   \"author_id_value\": 5763798,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013192582\n  },\n  {\n   \"author_id_value\": 67256300,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073555991\n  },\n  {\n   \"author_id_value\": 69424731,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841456092\n  },\n  {\n   \"author_id_value\": 70107328,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326642844\n  },\n  {\n   \"author_id_value\": 70306787,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1366653057\n  },\n  {\n   \"author_id_value\": 73804370,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972752467\n  },\n  {\n   \"author_id_value\": 74395774,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063509164\n  },\n  {\n   \"author_id_value\": 74591539,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760124572\n  },\n  {\n   \"author_id_value\": 74986931,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184617573\n  },\n  {\n   \"author_id_value\": 75044570,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215096185\n  },\n  {\n   \"author_id_value\": 76997781,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558442947\n  },\n  {\n   \"author_id_value\": 77184060,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649602863\n  },\n  {\n   \"author_id_value\": 5762821,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902243470\n  },\n  {\n   \"author_id_value\": 5751197,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811900665\n  },\n  {\n   \"author_id_value\": 5727925,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194967869\n  },\n  {\n   \"author_id_value\": 2248975786,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275523888\n  },\n  {\n   \"author_id_value\": 78835540,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669559480\n  },\n  {\n   \"author_id_value\": 79350545,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215498845\n  },\n  {\n   \"author_id_value\": 5716776,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891704409\n  },\n  {\n   \"author_id_value\": 5712556,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194783910\n  },\n  {\n   \"author_id_value\": 5696230,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255430443\n  },\n  {\n   \"author_id_value\": 81207060,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477077758\n  },\n  {\n   \"author_id_value\": 5691805,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447209465\n  },\n  {\n   \"author_id_value\": 2223135,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427186774\n  },\n  {\n   \"author_id_value\": 2148480,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346395969\n  },\n  {\n   \"author_id_value\": 82009368,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447754536\n  },\n  {\n   \"author_id_value\": 82207867,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1083928279\n  },\n  {\n   \"author_id_value\": 5688229,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679643845\n  },\n  {\n   \"author_id_value\": 82867673,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184644791\n  },\n  {\n   \"author_id_value\": 83340887,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225071103\n  },\n  {\n   \"author_id_value\": 83507443,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407823875\n  },\n  {\n   \"author_id_value\": 83600872,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689791196\n  },\n  {\n   \"author_id_value\": 83712422,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912984071\n  },\n  {\n   \"author_id_value\": 83976749,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346777026\n  },\n  {\n   \"author_id_value\": 84040861,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023270410\n  },\n  {\n   \"author_id_value\": 2136598594,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649317843\n  },\n  {\n   \"author_id_value\": 5661247,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346515442\n  },\n  {\n   \"author_id_value\": 86968656,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609018639\n  },\n  {\n   \"author_id_value\": 2139452,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780793349\n  },\n  {\n   \"author_id_value\": 5660666,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952426827\n  },\n  {\n   \"author_id_value\": 5630426,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1942276415\n  },\n  {\n   \"author_id_value\": 5626220,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689613481\n  },\n  {\n   \"author_id_value\": 5617719,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689718090\n  },\n  {\n   \"author_id_value\": 5562645,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912142985\n  },\n  {\n   \"author_id_value\": 5544212,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588831903\n  },\n  {\n   \"author_id_value\": 5518774,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1083693048\n  },\n  {\n   \"author_id_value\": 2140360879,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487688271\n  },\n  {\n   \"author_id_value\": 2249004694,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841376571\n  },\n  {\n   \"author_id_value\": 88428678,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851958383\n  },\n  {\n   \"author_id_value\": 88936150,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144595372\n  },\n  {\n   \"author_id_value\": 5511175,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508808304\n  },\n  {\n   \"author_id_value\": 5502000,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184756934\n  },\n  {\n   \"author_id_value\": 5501375,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821196254\n  },\n  {\n   \"author_id_value\": 97941131,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417485434\n  },\n  {\n   \"author_id_value\": 5492454,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326542259\n  },\n  {\n   \"author_id_value\": 5467280,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700892635\n  },\n  {\n   \"author_id_value\": 5443877,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447276761\n  },\n  {\n   \"author_id_value\": 5413051,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033195870\n  },\n  {\n   \"author_id_value\": 115311773,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831619022\n  },\n  {\n   \"author_id_value\": 5393270,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740351139\n  },\n  {\n   \"author_id_value\": 116917083,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245578632\n  },\n  {\n   \"author_id_value\": 2142905050,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063473478\n  },\n  {\n   \"author_id_value\": 118331456,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659517670\n  },\n  {\n   \"author_id_value\": 5392796,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265529341\n  },\n  {\n   \"author_id_value\": 5341380,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386650299\n  },\n  {\n   \"author_id_value\": 120120633,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861997298\n  },\n  {\n   \"author_id_value\": 120246570,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255315651\n  },\n  {\n   \"author_id_value\": 120656124,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114930435\n  },\n  {\n   \"author_id_value\": 5334644,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548361389\n  },\n  {\n   \"author_id_value\": 5330850,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003839606\n  },\n  {\n   \"author_id_value\": 2135679,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770947418\n  },\n  {\n   \"author_id_value\": 5323707,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457414625\n  },\n  {\n   \"author_id_value\": 2144166378,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265027627\n  },\n  {\n   \"author_id_value\": 2250022713,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851347983\n  },\n  {\n   \"author_id_value\": 121853429,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306340575\n  },\n  {\n   \"author_id_value\": 122132656,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780653154\n  },\n  {\n   \"author_id_value\": 2144342680,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073574307\n  },\n  {\n   \"author_id_value\": 5282763,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639136039\n  },\n  {\n   \"author_id_value\": 5281029,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376771766\n  },\n  {\n   \"author_id_value\": 2144654226,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396950077\n  },\n  {\n   \"author_id_value\": 123306943,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114346913\n  },\n  {\n   \"author_id_value\": 123691508,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255315347\n  },\n  {\n   \"author_id_value\": 123726350,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982622403\n  },\n  {\n   \"author_id_value\": 5256577,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780899013\n  },\n  {\n   \"author_id_value\": 2144719973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093034761\n  },\n  {\n   \"author_id_value\": 2145231454,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033573241\n  },\n  {\n   \"author_id_value\": 143629428,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912350059\n  },\n  {\n   \"author_id_value\": 5252987,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326078437\n  },\n  {\n   \"author_id_value\": 143638030,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760898142\n  },\n  {\n   \"author_id_value\": 143640524,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457413908\n  },\n  {\n   \"author_id_value\": 2145276548,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306833934\n  },\n  {\n   \"author_id_value\": 5251592,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669628319\n  },\n  {\n   \"author_id_value\": 143694927,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588629893\n  },\n  {\n   \"author_id_value\": 143695232,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538139654\n  },\n  {\n   \"author_id_value\": 143706611,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720582539\n  },\n  {\n   \"author_id_value\": 5243650,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346354792\n  },\n  {\n   \"author_id_value\": 2145418298,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790987931\n  },\n  {\n   \"author_id_value\": 5239616,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093762205\n  },\n  {\n   \"author_id_value\": 5220256,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730137407\n  },\n  {\n   \"author_id_value\": 5205037,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457328403\n  },\n  {\n   \"author_id_value\": 143728101,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639149263\n  },\n  {\n   \"author_id_value\": 2145575403,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528188190\n  },\n  {\n   \"author_id_value\": 143739091,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588649560\n  },\n  {\n   \"author_id_value\": 143740070,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245207927\n  },\n  {\n   \"author_id_value\": 143751200,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427291657\n  },\n  {\n   \"author_id_value\": 5204434,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932282811\n  },\n  {\n   \"author_id_value\": 143764782,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730299231\n  },\n  {\n   \"author_id_value\": 143772716,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437323912\n  },\n  {\n   \"author_id_value\": 5179345,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275156176\n  },\n  {\n   \"author_id_value\": 5175315,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962598094\n  },\n  {\n   \"author_id_value\": 2132127,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124054101\n  },\n  {\n   \"author_id_value\": 2127111,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699904268\n  },\n  {\n   \"author_id_value\": 143786203,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396934428\n  },\n  {\n   \"author_id_value\": 143797066,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609924760\n  },\n  {\n   \"author_id_value\": 143798716,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184658692\n  },\n  {\n   \"author_id_value\": 5166998,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437680014\n  },\n  {\n   \"author_id_value\": 143812725,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912012717\n  },\n  {\n   \"author_id_value\": 5155404,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750391769\n  },\n  {\n   \"author_id_value\": 143817369,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285915991\n  },\n  {\n   \"author_id_value\": 143828491,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982654315\n  },\n  {\n   \"author_id_value\": 143834908,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275286502\n  },\n  {\n   \"author_id_value\": 2146180450,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831502558\n  },\n  {\n   \"author_id_value\": 5151814,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134358146\n  },\n  {\n   \"author_id_value\": 5142253,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144201096\n  },\n  {\n   \"author_id_value\": 143912521,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609071489\n  },\n  {\n   \"author_id_value\": 5141985,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326298126\n  },\n  {\n   \"author_id_value\": 5140399,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407218803\n  },\n  {\n   \"author_id_value\": 5139958,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174626063\n  },\n  {\n   \"author_id_value\": 5134066,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982648317\n  },\n  {\n   \"author_id_value\": 5128624,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457442238\n  },\n  {\n   \"author_id_value\": 143925493,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730344847\n  },\n  {\n   \"author_id_value\": 2125523,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497723845\n  },\n  {\n   \"author_id_value\": 143946047,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851388607\n  },\n  {\n   \"author_id_value\": 5115558,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235568189\n  },\n  {\n   \"author_id_value\": 5085096,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518074251\n  },\n  {\n   \"author_id_value\": 143973915,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073667101\n  },\n  {\n   \"author_id_value\": 2146870594,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811094261\n  },\n  {\n   \"author_id_value\": 2256931731,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457433369\n  },\n  {\n   \"author_id_value\": 2123856,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891721189\n  },\n  {\n   \"author_id_value\": 2118917,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699723197\n  },\n  {\n   \"author_id_value\": 143987096,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043280787\n  },\n  {\n   \"author_id_value\": 5084232,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568449064\n  },\n  {\n   \"author_id_value\": 5062658,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982640223\n  },\n  {\n   \"author_id_value\": 2258926171,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881644748\n  },\n  {\n   \"author_id_value\": 144062430,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417912395\n  },\n  {\n   \"author_id_value\": 144069039,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720028103\n  },\n  {\n   \"author_id_value\": 5051572,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285627695\n  },\n  {\n   \"author_id_value\": 144080794,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851408843\n  },\n  {\n   \"author_id_value\": 144096801,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023285582\n  },\n  {\n   \"author_id_value\": 144100561,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619181427\n  },\n  {\n   \"author_id_value\": 144107846,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073579090\n  },\n  {\n   \"author_id_value\": 2259170584,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609817642\n  },\n  {\n   \"author_id_value\": 144131258,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710945068\n  },\n  {\n   \"author_id_value\": 5047195,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1942323944\n  },\n  {\n   \"author_id_value\": 144154554,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023170271\n  },\n  {\n   \"author_id_value\": 2149239126,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396934428\n  },\n  {\n   \"author_id_value\": 144185710,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477558450\n  },\n  {\n   \"author_id_value\": 2149570538,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255444295\n  },\n  {\n   \"author_id_value\": 144195727,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881694065\n  },\n  {\n   \"author_id_value\": 5044089,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063453769\n  },\n  {\n   \"author_id_value\": 2110247,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447215777\n  },\n  {\n   \"author_id_value\": 5037982,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013248681\n  },\n  {\n   \"author_id_value\": 2106154,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689645616\n  },\n  {\n   \"author_id_value\": 2101368,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770587131\n  },\n  {\n   \"author_id_value\": 2094534,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184639601\n  },\n  {\n   \"author_id_value\": 5019682,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972545796\n  },\n  {\n   \"author_id_value\": 4996850,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174661268\n  },\n  {\n   \"author_id_value\": 4985507,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790959567\n  },\n  {\n   \"author_id_value\": 144250081,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851333959\n  },\n  {\n   \"author_id_value\": 4967537,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174512073\n  },\n  {\n   \"author_id_value\": 4967258,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225235013\n  },\n  {\n   \"author_id_value\": 4965563,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316990070\n  },\n  {\n   \"author_id_value\": 4965229,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033638523\n  },\n  {\n   \"author_id_value\": 144267509,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326148800\n  },\n  {\n   \"author_id_value\": 2094385,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205064086\n  },\n  {\n   \"author_id_value\": 4951881,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912963851\n  },\n  {\n   \"author_id_value\": 4939604,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407346646\n  },\n  {\n   \"author_id_value\": 4923177,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831553718\n  },\n  {\n   \"author_id_value\": 4918860,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235619032\n  },\n  {\n   \"author_id_value\": 4915253,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346261187\n  },\n  {\n   \"author_id_value\": 4899478,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447516265\n  },\n  {\n   \"author_id_value\": 4884857,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982639688\n  },\n  {\n   \"author_id_value\": 4882760,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336107713\n  },\n  {\n   \"author_id_value\": 2066673,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194703223\n  },\n  {\n   \"author_id_value\": 144351199,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386870145\n  },\n  {\n   \"author_id_value\": 144351202,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124104591\n  },\n  {\n   \"author_id_value\": 4870531,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1295979623\n  },\n  {\n   \"author_id_value\": 2056606,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861416950\n  },\n  {\n   \"author_id_value\": 2048858,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356492011\n  },\n  {\n   \"author_id_value\": 2043674,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407974991\n  },\n  {\n   \"author_id_value\": 4870159,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275924235\n  },\n  {\n   \"author_id_value\": 2150647451,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548289440\n  },\n  {\n   \"author_id_value\": 2259331123,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639232143\n  },\n  {\n   \"author_id_value\": 144400330,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407084874\n  },\n  {\n   \"author_id_value\": 144405649,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003208026\n  },\n  {\n   \"author_id_value\": 4865191,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912156639\n  },\n  {\n   \"author_id_value\": 2262881572,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013194141\n  },\n  {\n   \"author_id_value\": 144421217,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538612056\n  },\n  {\n   \"author_id_value\": 2262653465,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1053345447\n  },\n  {\n   \"author_id_value\": 2020279,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134213473\n  },\n  {\n   \"author_id_value\": 2151660663,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760050843\n  },\n  {\n   \"author_id_value\": 4863051,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518927276\n  },\n  {\n   \"author_id_value\": 4862878,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811954910\n  },\n  {\n   \"author_id_value\": 4859645,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033153937\n  },\n  {\n   \"author_id_value\": 4813318,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679723175\n  },\n  {\n   \"author_id_value\": 4802723,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720008360\n  },\n  {\n   \"author_id_value\": 4799932,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992911028\n  },\n  {\n   \"author_id_value\": 2152297879,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346502606\n  },\n  {\n   \"author_id_value\": 144516810,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528040276\n  },\n  {\n   \"author_id_value\": 4798831,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932149200\n  },\n  {\n   \"author_id_value\": 2152490877,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821059346\n  },\n  {\n   \"author_id_value\": 4782860,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477553022\n  },\n  {\n   \"author_id_value\": 144586547,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255574935\n  },\n  {\n   \"author_id_value\": 144588103,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790750891\n  },\n  {\n   \"author_id_value\": 144593797,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851551949\n  },\n  {\n   \"author_id_value\": 4781503,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700811361\n  },\n  {\n   \"author_id_value\": 4753704,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407886807\n  },\n  {\n   \"author_id_value\": 2002247,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952477499\n  },\n  {\n   \"author_id_value\": 144669337,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972617579\n  },\n  {\n   \"author_id_value\": 144676704,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659344836\n  },\n  {\n   \"author_id_value\": 1708074,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861469249\n  },\n  {\n   \"author_id_value\": 2001935,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689619835\n  },\n  {\n   \"author_id_value\": 2250297080,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326021619\n  },\n  {\n   \"author_id_value\": 1995988,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801979059\n  },\n  {\n   \"author_id_value\": 1995022,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528274503\n  },\n  {\n   \"author_id_value\": 144701947,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306879176\n  },\n  {\n   \"author_id_value\": 1988966,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255393617\n  },\n  {\n   \"author_id_value\": 4752415,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114185709\n  },\n  {\n   \"author_id_value\": 4729334,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629199195\n  },\n  {\n   \"author_id_value\": 4695118,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396834065\n  },\n  {\n   \"author_id_value\": 4692493,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669444915\n  },\n  {\n   \"author_id_value\": 4665376,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508813973\n  },\n  {\n   \"author_id_value\": 4654766,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669484176\n  },\n  {\n   \"author_id_value\": 144760319,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659395937\n  },\n  {\n   \"author_id_value\": 144764512,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851332175\n  },\n  {\n   \"author_id_value\": 4645719,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851369813\n  },\n  {\n   \"author_id_value\": 4640827,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760448955\n  },\n  {\n   \"author_id_value\": 4637393,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356737332\n  },\n  {\n   \"author_id_value\": 4625955,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497840615\n  },\n  {\n   \"author_id_value\": 4620325,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013262419\n  },\n  {\n   \"author_id_value\": 4610537,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093942815\n  },\n  {\n   \"author_id_value\": 4603476,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356382717\n  },\n  {\n   \"author_id_value\": 4587687,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114956273\n  },\n  {\n   \"author_id_value\": 4574649,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972546281\n  },\n  {\n   \"author_id_value\": 4567985,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043866155\n  },\n  {\n   \"author_id_value\": 144769345,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902919624\n  },\n  {\n   \"author_id_value\": 4567402,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831295401\n  },\n  {\n   \"author_id_value\": 1987777,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386752244\n  },\n  {\n   \"author_id_value\": 2157501428,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437795705\n  },\n  {\n   \"author_id_value\": 144811163,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639142086\n  },\n  {\n   \"author_id_value\": 4563369,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992981823\n  },\n  {\n   \"author_id_value\": 4519492,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619997541\n  },\n  {\n   \"author_id_value\": 144845255,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073965042\n  },\n  {\n   \"author_id_value\": 144849156,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043391469\n  },\n  {\n   \"author_id_value\": 4504269,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861805798\n  },\n  {\n   \"author_id_value\": 4480757,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437475696\n  },\n  {\n   \"author_id_value\": 144884500,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538183991\n  },\n  {\n   \"author_id_value\": 4476240,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023067881\n  },\n  {\n   \"author_id_value\": 144896492,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912975921\n  },\n  {\n   \"author_id_value\": 144910982,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679569404\n  },\n  {\n   \"author_id_value\": 4465372,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609035849\n  },\n  {\n   \"author_id_value\": 144926917,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023232287\n  },\n  {\n   \"author_id_value\": 4464166,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043326044\n  },\n  {\n   \"author_id_value\": 144940405,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851361810\n  },\n  {\n   \"author_id_value\": 144946828,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871729822\n  },\n  {\n   \"author_id_value\": 2250410177,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316928039\n  },\n  {\n   \"author_id_value\": 1985063,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275600066\n  },\n  {\n   \"author_id_value\": 4462199,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144257460\n  },\n  {\n   \"author_id_value\": 4457719,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396707832\n  },\n  {\n   \"author_id_value\": 4450735,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669892683\n  },\n  {\n   \"author_id_value\": 144998276,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790714251\n  },\n  {\n   \"author_id_value\": 1955709,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508956194\n  },\n  {\n   \"author_id_value\": 4446950,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063470995\n  },\n  {\n   \"author_id_value\": 145037492,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649317843\n  },\n  {\n   \"author_id_value\": 4445287,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275525776\n  },\n  {\n   \"author_id_value\": 145043592,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205921665\n  },\n  {\n   \"author_id_value\": 145053907,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730381096\n  },\n  {\n   \"author_id_value\": 145061672,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831177765\n  },\n  {\n   \"author_id_value\": 145068763,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730333204\n  },\n  {\n   \"author_id_value\": 145086667,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497969372\n  },\n  {\n   \"author_id_value\": 4427416,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1053512186\n  },\n  {\n   \"author_id_value\": 4410232,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457586893\n  },\n  {\n   \"author_id_value\": 4385570,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831621499\n  },\n  {\n   \"author_id_value\": 1950921,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386604700\n  },\n  {\n   \"author_id_value\": 4382704,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457316309\n  },\n  {\n   \"author_id_value\": 4370811,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831153717\n  },\n  {\n   \"author_id_value\": 1703514,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568608347\n  },\n  {\n   \"author_id_value\": 2250700432,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497729123\n  },\n  {\n   \"author_id_value\": 145135306,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609163187\n  },\n  {\n   \"author_id_value\": 145135752,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285601948\n  },\n  {\n   \"author_id_value\": 2166093294,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962425678\n  },\n  {\n   \"author_id_value\": 4370272,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861444960\n  },\n  {\n   \"author_id_value\": 4354554,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134474539\n  },\n  {\n   \"author_id_value\": 2169200641,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740364801\n  },\n  {\n   \"author_id_value\": 145211549,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427090661\n  },\n  {\n   \"author_id_value\": 145217323,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346356037\n  },\n  {\n   \"author_id_value\": 145223346,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336247030\n  },\n  {\n   \"author_id_value\": 4342229,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689633596\n  },\n  {\n   \"author_id_value\": 145245693,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285625830\n  },\n  {\n   \"author_id_value\": 145251012,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134138274\n  },\n  {\n   \"author_id_value\": 4340160,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962607564\n  },\n  {\n   \"author_id_value\": 145271164,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093247850\n  },\n  {\n   \"author_id_value\": 145274425,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376533562\n  },\n  {\n   \"author_id_value\": 2170495367,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467536516\n  },\n  {\n   \"author_id_value\": 4220879,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902969645\n  },\n  {\n   \"author_id_value\": 4208596,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104866169\n  },\n  {\n   \"author_id_value\": 145290640,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396737912\n  },\n  {\n   \"author_id_value\": 4208152,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588671267\n  },\n  {\n   \"author_id_value\": 2179741203,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609079102\n  },\n  {\n   \"author_id_value\": 4207426,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629282165\n  },\n  {\n   \"author_id_value\": 145315551,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861414096\n  },\n  {\n   \"author_id_value\": 4201612,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528028412\n  },\n  {\n   \"author_id_value\": 145321199,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801814322\n  },\n  {\n   \"author_id_value\": 145346810,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255342440\n  },\n  {\n   \"author_id_value\": 2189321386,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003898461\n  },\n  {\n   \"author_id_value\": 145378518,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376643478\n  },\n  {\n   \"author_id_value\": 4193443,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134794787\n  },\n  {\n   \"author_id_value\": 145399188,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427133222\n  },\n  {\n   \"author_id_value\": 2251106264,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801150214\n  },\n  {\n   \"author_id_value\": 145436306,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598703860\n  },\n  {\n   \"author_id_value\": 4171807,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639251861\n  },\n  {\n   \"author_id_value\": 4159243,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922211390\n  },\n  {\n   \"author_id_value\": 4155111,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720003494\n  },\n  {\n   \"author_id_value\": 4111697,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588603369\n  },\n  {\n   \"author_id_value\": 4104510,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568465078\n  },\n  {\n   \"author_id_value\": 4097389,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306878673\n  },\n  {\n   \"author_id_value\": 4083973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447256730\n  },\n  {\n   \"author_id_value\": 4081955,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1083600522\n  },\n  {\n   \"author_id_value\": 4069931,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235746983\n  },\n  {\n   \"author_id_value\": 145476488,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619991346\n  },\n  {\n   \"author_id_value\": 4062372,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518975374\n  },\n  {\n   \"author_id_value\": 4061176,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629015730\n  },\n  {\n   \"author_id_value\": 145528843,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316985237\n  },\n  {\n   \"author_id_value\": 2206985106,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679667208\n  },\n  {\n   \"author_id_value\": 4059821,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417912262\n  },\n  {\n   \"author_id_value\": 4056686,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780776799\n  },\n  {\n   \"author_id_value\": 4026081,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518021138\n  },\n  {\n   \"author_id_value\": 4017248,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497991624\n  },\n  {\n   \"author_id_value\": 145607679,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922428143\n  },\n  {\n   \"author_id_value\": 145632620,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417057415\n  },\n  {\n   \"author_id_value\": 4016492,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457761124\n  },\n  {\n   \"author_id_value\": 145636013,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154381903\n  },\n  {\n   \"author_id_value\": 2220726602,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285612770\n  },\n  {\n   \"author_id_value\": 2221415963,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275568172\n  },\n  {\n   \"author_id_value\": 2251342042,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346298668\n  },\n  {\n   \"author_id_value\": 145652820,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467559237\n  },\n  {\n   \"author_id_value\": 145670657,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427138395\n  },\n  {\n   \"author_id_value\": 145680961,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245420181\n  },\n  {\n   \"author_id_value\": 4011771,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215937446\n  },\n  {\n   \"author_id_value\": 145708558,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437238672\n  },\n  {\n   \"author_id_value\": 145723064,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831147974\n  },\n  {\n   \"author_id_value\": 145727556,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023066495\n  },\n  {\n   \"author_id_value\": 145735214,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780655522\n  },\n  {\n   \"author_id_value\": 4009333,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811992639\n  },\n  {\n   \"author_id_value\": 4005778,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679559652\n  },\n  {\n   \"author_id_value\": 3976640,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154550119\n  },\n  {\n   \"author_id_value\": 1935652,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730299314\n  },\n  {\n   \"author_id_value\": 3965130,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598872665\n  },\n  {\n   \"author_id_value\": 3953463,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396117263\n  },\n  {\n   \"author_id_value\": 3953416,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093761181\n  },\n  {\n   \"author_id_value\": 3945103,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831206333\n  },\n  {\n   \"author_id_value\": 145808752,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326128695\n  },\n  {\n   \"author_id_value\": 3926869,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114931110\n  },\n  {\n   \"author_id_value\": 1932635,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568558914\n  },\n  {\n   \"author_id_value\": 3924618,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669410163\n  },\n  {\n   \"author_id_value\": 145818985,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699198952\n  },\n  {\n   \"author_id_value\": 3907922,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023109063\n  },\n  {\n   \"author_id_value\": 3877354,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932106168\n  },\n  {\n   \"author_id_value\": 145898840,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790748796\n  },\n  {\n   \"author_id_value\": 145899996,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881081172\n  },\n  {\n   \"author_id_value\": 3873742,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851427520\n  },\n  {\n   \"author_id_value\": 3871862,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154392587\n  },\n  {\n   \"author_id_value\": 3866926,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235329202\n  },\n  {\n   \"author_id_value\": 3860528,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780771881\n  },\n  {\n   \"author_id_value\": 3859094,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245349257\n  },\n  {\n   \"author_id_value\": 3843078,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386957991\n  },\n  {\n   \"author_id_value\": 3821729,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548289440\n  },\n  {\n   \"author_id_value\": 3816262,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891938981\n  },\n  {\n   \"author_id_value\": 3815231,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881774057\n  },\n  {\n   \"author_id_value\": 145932948,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003808114\n  },\n  {\n   \"author_id_value\": 3814741,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528351632\n  },\n  {\n   \"author_id_value\": 145952510,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225054588\n  },\n  {\n   \"author_id_value\": 1925004,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205124724\n  },\n  {\n   \"author_id_value\": 1920678,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700423282\n  },\n  {\n   \"author_id_value\": 145969551,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447255245\n  },\n  {\n   \"author_id_value\": 145975152,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104169028\n  },\n  {\n   \"author_id_value\": 145987947,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619058856\n  },\n  {\n   \"author_id_value\": 3814080,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235131814\n  },\n  {\n   \"author_id_value\": 151250961,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265438253\n  },\n  {\n   \"author_id_value\": 3809569,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629012299\n  },\n  {\n   \"author_id_value\": 3807521,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447251558\n  },\n  {\n   \"author_id_value\": 3807276,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407269509\n  },\n  {\n   \"author_id_value\": 3803700,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134224983\n  },\n  {\n   \"author_id_value\": 3801533,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184640377\n  },\n  {\n   \"author_id_value\": 3801018,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316391311\n  },\n  {\n   \"author_id_value\": 3783145,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548224298\n  },\n  {\n   \"author_id_value\": 152132171,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952588535\n  },\n  {\n   \"author_id_value\": 3769257,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104945955\n  },\n  {\n   \"author_id_value\": 3766017,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649485020\n  },\n  {\n   \"author_id_value\": 3754556,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750480562\n  },\n  {\n   \"author_id_value\": 3742369,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023423704\n  },\n  {\n   \"author_id_value\": 1900597,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326106428\n  },\n  {\n   \"author_id_value\": 2251470540,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508196833\n  },\n  {\n   \"author_id_value\": 3725834,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881639102\n  },\n  {\n   \"author_id_value\": 2233137798,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104232412\n  },\n  {\n   \"author_id_value\": 3721143,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669499117\n  },\n  {\n   \"author_id_value\": 152527444,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376710301\n  },\n  {\n   \"author_id_value\": 3713014,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467562868\n  },\n  {\n   \"author_id_value\": 152537052,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184662918\n  },\n  {\n   \"author_id_value\": 3704694,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437325883\n  },\n  {\n   \"author_id_value\": 3692400,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922073626\n  },\n  {\n   \"author_id_value\": 3677463,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427194166\n  },\n  {\n   \"author_id_value\": 3666433,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538230693\n  },\n  {\n   \"author_id_value\": 3652246,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508874058\n  },\n  {\n   \"author_id_value\": 3643547,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1366583403\n  },\n  {\n   \"author_id_value\": 3635857,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619988086\n  },\n  {\n   \"author_id_value\": 3623054,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174508543\n  },\n  {\n   \"author_id_value\": 3612159,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508842428\n  },\n  {\n   \"author_id_value\": 3611559,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477802098\n  },\n  {\n   \"author_id_value\": 3566531,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134393812\n  },\n  {\n   \"author_id_value\": 152581892,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033161427\n  },\n  {\n   \"author_id_value\": 152589055,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154379584\n  },\n  {\n   \"author_id_value\": 152677605,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275185621\n  },\n  {\n   \"author_id_value\": 152733118,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447575097\n  },\n  {\n   \"author_id_value\": 2234732518,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972689628\n  },\n  {\n   \"author_id_value\": 152779148,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669653218\n  },\n  {\n   \"author_id_value\": 3559353,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902882046\n  },\n  {\n   \"author_id_value\": 2234855705,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376564005\n  },\n  {\n   \"author_id_value\": 152878068,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003373713\n  },\n  {\n   \"author_id_value\": 152882823,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588755227\n  },\n  {\n   \"author_id_value\": 152945106,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982806436\n  },\n  {\n   \"author_id_value\": 152980966,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710999024\n  },\n  {\n   \"author_id_value\": 153057772,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235147158\n  },\n  {\n   \"author_id_value\": 3553076,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427240324\n  },\n  {\n   \"author_id_value\": 3536617,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033254636\n  },\n  {\n   \"author_id_value\": 153190445,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912340613\n  },\n  {\n   \"author_id_value\": 153212659,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386658193\n  },\n  {\n   \"author_id_value\": 153291895,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194144915\n  },\n  {\n   \"author_id_value\": 3519381,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1083705768\n  },\n  {\n   \"author_id_value\": 3483608,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265404446\n  },\n  {\n   \"author_id_value\": 3462860,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427024264\n  },\n  {\n   \"author_id_value\": 3460734,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1295258705\n  },\n  {\n   \"author_id_value\": 153442569,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497135289\n  },\n  {\n   \"author_id_value\": 153451961,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154488120\n  },\n  {\n   \"author_id_value\": 3443080,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326066879\n  },\n  {\n   \"author_id_value\": 3432638,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336105584\n  },\n  {\n   \"author_id_value\": 153501929,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174140313\n  },\n  {\n   \"author_id_value\": 153513854,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1295318285\n  },\n  {\n   \"author_id_value\": 3429266,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154952687\n  },\n  {\n   \"author_id_value\": 3417322,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932284882\n  },\n  {\n   \"author_id_value\": 3413372,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073784708\n  },\n  {\n   \"author_id_value\": 3358418,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982715256\n  },\n  {\n   \"author_id_value\": 3356284,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932285731\n  },\n  {\n   \"author_id_value\": 2251482669,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467536516\n  },\n  {\n   \"author_id_value\": 2237328284,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356438014\n  },\n  {\n   \"author_id_value\": 2237338204,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619051331\n  },\n  {\n   \"author_id_value\": 3347933,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770592578\n  },\n  {\n   \"author_id_value\": 1381337736,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861750333\n  },\n  {\n   \"author_id_value\": 1390141851,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114415825\n  },\n  {\n   \"author_id_value\": 3338802,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558337329\n  },\n  {\n   \"author_id_value\": 2237571905,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811992639\n  },\n  {\n   \"author_id_value\": 2237582446,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508805227\n  },\n  {\n   \"author_id_value\": 2237584620,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790713071\n  },\n  {\n   \"author_id_value\": 3328026,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205096195\n  },\n  {\n   \"author_id_value\": 1397605043,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386752244\n  },\n  {\n   \"author_id_value\": 1398036772,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497285274\n  },\n  {\n   \"author_id_value\": 1398206377,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548228075\n  },\n  {\n   \"author_id_value\": 2251734736,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659455707\n  },\n  {\n   \"author_id_value\": 2237662887,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639436801\n  },\n  {\n   \"author_id_value\": 2251786002,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689081069\n  },\n  {\n   \"author_id_value\": 2237749068,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386619575\n  },\n  {\n   \"author_id_value\": 2237756186,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922038298\n  },\n  {\n   \"author_id_value\": 2237759080,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003913674\n  },\n  {\n   \"author_id_value\": 2237775370,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720157076\n  },\n  {\n   \"author_id_value\": 2237966488,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700045945\n  },\n  {\n   \"author_id_value\": 3301098,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902848278\n  },\n  {\n   \"author_id_value\": 1401134667,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912018755\n  },\n  {\n   \"author_id_value\": 1401660482,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437543717\n  },\n  {\n   \"author_id_value\": 1405912406,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588622971\n  },\n  {\n   \"author_id_value\": 1406206994,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396990560\n  },\n  {\n   \"author_id_value\": 1410202875,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992717045\n  },\n  {\n   \"author_id_value\": 3254022,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992932438\n  },\n  {\n   \"author_id_value\": 1411270109,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427143502\n  },\n  {\n   \"author_id_value\": 2237981710,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447227269\n  },\n  {\n   \"author_id_value\": 1419036728,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518452663\n  },\n  {\n   \"author_id_value\": 1430747443,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225425978\n  },\n  {\n   \"author_id_value\": 1431750113,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710361233\n  },\n  {\n   \"author_id_value\": 1434920526,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063169266\n  },\n  {\n   \"author_id_value\": 2238191855,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891084729\n  },\n  {\n   \"author_id_value\": 1470750121,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881182665\n  },\n  {\n   \"author_id_value\": 2238483209,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790789592\n  },\n  {\n   \"author_id_value\": 3252384,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508019456\n  },\n  {\n   \"author_id_value\": 3252278,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417110735\n  },\n  {\n   \"author_id_value\": 1557388053,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386139988\n  },\n  {\n   \"author_id_value\": 3248768,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316975105\n  },\n  {\n   \"author_id_value\": 3215356,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841408226\n  },\n  {\n   \"author_id_value\": 3170831,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1053899849\n  },\n  {\n   \"author_id_value\": 1609247770,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396411369\n  },\n  {\n   \"author_id_value\": 1610162368,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144993056\n  },\n  {\n   \"author_id_value\": 3167310,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780669077\n  },\n  {\n   \"author_id_value\": 2238883651,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316141955\n  },\n  {\n   \"author_id_value\": 1733477175,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275622136\n  },\n  {\n   \"author_id_value\": 1739929020,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609309061\n  },\n  {\n   \"author_id_value\": 2238935889,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669551172\n  },\n  {\n   \"author_id_value\": 2238979655,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174686265\n  },\n  {\n   \"author_id_value\": 1872890,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467497263\n  },\n  {\n   \"author_id_value\": 1909572675,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447529441\n  },\n  {\n   \"author_id_value\": 1868749,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275549693\n  },\n  {\n   \"author_id_value\": 1866797,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740212034\n  },\n  {\n   \"author_id_value\": 2239774044,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780641191\n  },\n  {\n   \"author_id_value\": 1963393737,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578166658\n  },\n  {\n   \"author_id_value\": 3154489,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770509853\n  },\n  {\n   \"author_id_value\": 2003561367,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316333925\n  },\n  {\n   \"author_id_value\": 2005299712,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972881639\n  },\n  {\n   \"author_id_value\": 2006328557,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356583884\n  },\n  {\n   \"author_id_value\": 2022436574,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932498383\n  },\n  {\n   \"author_id_value\": 2036536973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154950145\n  },\n  {\n   \"author_id_value\": 2047217735,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841376571\n  },\n  {\n   \"author_id_value\": 2047876128,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619968260\n  },\n  {\n   \"author_id_value\": 2048062909,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093862138\n  },\n  {\n   \"author_id_value\": 2053826648,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881800365\n  },\n  {\n   \"author_id_value\": 2239775980,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811079130\n  },\n  {\n   \"author_id_value\": 3105191,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346294972\n  },\n  {\n   \"author_id_value\": 3101341,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073564860\n  },\n  {\n   \"author_id_value\": 2054356941,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356369730\n  },\n  {\n   \"author_id_value\": 2054398063,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134138274\n  },\n  {\n   \"author_id_value\": 2251867443,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1053356659\n  },\n  {\n   \"author_id_value\": 2239787041,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124117924\n  },\n  {\n   \"author_id_value\": 2054779044,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962504100\n  },\n  {\n   \"author_id_value\": 2054825894,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578647822\n  },\n  {\n   \"author_id_value\": 2054917410,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447844857\n  },\n  {\n   \"author_id_value\": 2240105961,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881770519\n  },\n  {\n   \"author_id_value\": 2240417052,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700940236\n  },\n  {\n   \"author_id_value\": 2262798560,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710092903\n  },\n  {\n   \"author_id_value\": 2254984262,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881767838\n  },\n  {\n   \"author_id_value\": 2055105326,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427217058\n  },\n  {\n   \"author_id_value\": 2055484603,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710919675\n  },\n  {\n   \"author_id_value\": 3086360,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902835416\n  },\n  {\n   \"author_id_value\": 2055818209,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063509156\n  },\n  {\n   \"author_id_value\": 2055833016,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306379599\n  },\n  {\n   \"author_id_value\": 3075616,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316253560\n  },\n  {\n   \"author_id_value\": 2056008729,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629088869\n  },\n  {\n   \"author_id_value\": 2056275154,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528025996\n  },\n  {\n   \"author_id_value\": 2240617952,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336164680\n  },\n  {\n   \"author_id_value\": 2255027235,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427055326\n  },\n  {\n   \"author_id_value\": 2057667610,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578203139\n  },\n  {\n   \"author_id_value\": 2240953977,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710013966\n  },\n  {\n   \"author_id_value\": 2240968508,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184607236\n  },\n  {\n   \"author_id_value\": 2241076550,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508927005\n  },\n  {\n   \"author_id_value\": 3059584,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871686907\n  },\n  {\n   \"author_id_value\": 2059062604,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720221732\n  },\n  {\n   \"author_id_value\": 2059365537,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194346858\n  },\n  {\n   \"author_id_value\": 2059768219,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730114778\n  },\n  {\n   \"author_id_value\": 2059966963,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487723714\n  },\n  {\n   \"author_id_value\": 2060720767,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245231109\n  },\n  {\n   \"author_id_value\": 2061256591,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467497479\n  },\n  {\n   \"author_id_value\": 2064120090,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659538627\n  },\n  {\n   \"author_id_value\": 2064157873,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457784282\n  },\n  {\n   \"author_id_value\": 2064366720,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639518376\n  },\n  {\n   \"author_id_value\": 2064567832,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306837802\n  },\n  {\n   \"author_id_value\": 2065243579,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1366512105\n  },\n  {\n   \"author_id_value\": 2065556110,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1376504183\n  },\n  {\n   \"author_id_value\": 3051756,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588009948\n  },\n  {\n   \"author_id_value\": 2065945140,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275508467\n  },\n  {\n   \"author_id_value\": 3010138,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922500461\n  },\n  {\n   \"author_id_value\": 2066021638,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396239893\n  },\n  {\n   \"author_id_value\": 2066497182,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033630256\n  },\n  {\n   \"author_id_value\": 2067170883,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902226343\n  },\n  {\n   \"author_id_value\": 2067534468,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588665889\n  },\n  {\n   \"author_id_value\": 2067734584,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851473821\n  },\n  {\n   \"author_id_value\": 2242044189,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851551949\n  },\n  {\n   \"author_id_value\": 2242097867,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1396936746\n  },\n  {\n   \"author_id_value\": 2242418330,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609857077\n  },\n  {\n   \"author_id_value\": 2067837805,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962475541\n  },\n  {\n   \"author_id_value\": 2067995260,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699781146\n  },\n  {\n   \"author_id_value\": 2242442955,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538191499\n  },\n  {\n   \"author_id_value\": 3000882,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548227457\n  },\n  {\n   \"author_id_value\": 2068591841,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952343212\n  },\n  {\n   \"author_id_value\": 2068634363,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225063308\n  },\n  {\n   \"author_id_value\": 2069198599,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952970923\n  },\n  {\n   \"author_id_value\": 2070759179,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275561169\n  },\n  {\n   \"author_id_value\": 2070775785,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962425678\n  },\n  {\n   \"author_id_value\": 2071143264,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316909377\n  },\n  {\n   \"author_id_value\": 2071185870,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598932550\n  },\n  {\n   \"author_id_value\": 2071332600,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699933234\n  },\n  {\n   \"author_id_value\": 2071353793,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831136431\n  },\n  {\n   \"author_id_value\": 2071474733,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548227960\n  },\n  {\n   \"author_id_value\": 2072120147,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750311395\n  },\n  {\n   \"author_id_value\": 2242562140,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700972346\n  },\n  {\n   \"author_id_value\": 3000173,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275915803\n  },\n  {\n   \"author_id_value\": 2072508647,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285834945\n  },\n  {\n   \"author_id_value\": 2073423518,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356438014\n  },\n  {\n   \"author_id_value\": 2242630740,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265490494\n  },\n  {\n   \"author_id_value\": 2074192240,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659532596\n  },\n  {\n   \"author_id_value\": 2242734544,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447203401\n  },\n  {\n   \"author_id_value\": 2075458270,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821450511\n  },\n  {\n   \"author_id_value\": 2076714840,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841261559\n  },\n  {\n   \"author_id_value\": 2080130939,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801000476\n  },\n  {\n   \"author_id_value\": 2080298341,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356323414\n  },\n  {\n   \"author_id_value\": 2985428,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881770642\n  },\n  {\n   \"author_id_value\": 2080700628,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801093596\n  },\n  {\n   \"author_id_value\": 2242737574,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437187598\n  },\n  {\n   \"author_id_value\": 2084533603,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912491655\n  },\n  {\n   \"author_id_value\": 2085830137,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992388847\n  },\n  {\n   \"author_id_value\": 2972126,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073533238\n  },\n  {\n   \"author_id_value\": 2089143016,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487882429\n  },\n  {\n   \"author_id_value\": 2971502,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205800521\n  },\n  {\n   \"author_id_value\": 2093291640,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427481498\n  },\n  {\n   \"author_id_value\": 2093348603,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619082484\n  },\n  {\n   \"author_id_value\": 2965195,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437231685\n  },\n  {\n   \"author_id_value\": 2096795947,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275185621\n  },\n  {\n   \"author_id_value\": 2097573853,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134387905\n  },\n  {\n   \"author_id_value\": 2099651552,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881639102\n  },\n  {\n   \"author_id_value\": 2103695703,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164625760\n  },\n  {\n   \"author_id_value\": 2911108,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063516581\n  },\n  {\n   \"author_id_value\": 2895764,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881926905\n  },\n  {\n   \"author_id_value\": 2104733395,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578570685\n  },\n  {\n   \"author_id_value\": 2104940856,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619003324\n  },\n  {\n   \"author_id_value\": 2105559973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881629566\n  },\n  {\n   \"author_id_value\": 2105989472,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982640538\n  },\n  {\n   \"author_id_value\": 2887336,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629096904\n  },\n  {\n   \"author_id_value\": 2881002,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225098320\n  },\n  {\n   \"author_id_value\": 2107192904,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154451490\n  },\n  {\n   \"author_id_value\": 2107360787,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013118322\n  },\n  {\n   \"author_id_value\": 2862064,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114963428\n  },\n  {\n   \"author_id_value\": 2849033,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649318577\n  },\n  {\n   \"author_id_value\": 2788919,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336179704\n  },\n  {\n   \"author_id_value\": 2107808806,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063169266\n  },\n  {\n   \"author_id_value\": 2108366543,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700132750\n  },\n  {\n   \"author_id_value\": 12116285,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770670846\n  },\n  {\n   \"author_id_value\": 12085315,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285900480\n  },\n  {\n   \"author_id_value\": 1865556,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407159734\n  },\n  {\n   \"author_id_value\": 12478412,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144264698\n  },\n  {\n   \"author_id_value\": 12496128,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992227649\n  },\n  {\n   \"author_id_value\": 12664213,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093827206\n  },\n  {\n   \"author_id_value\": 12689566,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588904205\n  },\n  {\n   \"author_id_value\": 12723604,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669625059\n  },\n  {\n   \"author_id_value\": 12827940,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1780137927\n  },\n  {\n   \"author_id_value\": 12029119,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225437528\n  },\n  {\n   \"author_id_value\": 12903430,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699169904\n  },\n  {\n   \"author_id_value\": 11998691,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639522865\n  },\n  {\n   \"author_id_value\": 12936876,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417489089\n  },\n  {\n   \"author_id_value\": 12948045,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821343179\n  },\n  {\n   \"author_id_value\": 11964590,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710058698\n  },\n  {\n   \"author_id_value\": 13049759,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851383145\n  },\n  {\n   \"author_id_value\": 13080912,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1942731385\n  },\n  {\n   \"author_id_value\": 13113870,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568439289\n  },\n  {\n   \"author_id_value\": 2778624,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770673451\n  },\n  {\n   \"author_id_value\": 11911384,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568720647\n  },\n  {\n   \"author_id_value\": 1865507,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790865053\n  },\n  {\n   \"author_id_value\": 2108731374,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598262495\n  },\n  {\n   \"author_id_value\": 2108835368,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740368414\n  },\n  {\n   \"author_id_value\": 2733521,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003990979\n  },\n  {\n   \"author_id_value\": 2706974,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245246289\n  },\n  {\n   \"author_id_value\": 11843744,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912097627\n  },\n  {\n   \"author_id_value\": 13317329,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003086182\n  },\n  {\n   \"author_id_value\": 13332285,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730114752\n  },\n  {\n   \"author_id_value\": 11784338,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154564557\n  },\n  {\n   \"author_id_value\": 13469049,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700310604\n  },\n  {\n   \"author_id_value\": 13538388,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023096732\n  },\n  {\n   \"author_id_value\": 11781557,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720373418\n  },\n  {\n   \"author_id_value\": 11765580,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609866755\n  },\n  {\n   \"author_id_value\": 2693752,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558631663\n  },\n  {\n   \"author_id_value\": 13611326,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1730653080\n  },\n  {\n   \"author_id_value\": 2109190296,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992897326\n  },\n  {\n   \"author_id_value\": 1837050,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538276514\n  },\n  {\n   \"author_id_value\": 13707478,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750339578\n  },\n  {\n   \"author_id_value\": 13735179,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487201232\n  },\n  {\n   \"author_id_value\": 13801224,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447488671\n  },\n  {\n   \"author_id_value\": 11701117,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447486089\n  },\n  {\n   \"author_id_value\": 13863865,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891010187\n  },\n  {\n   \"author_id_value\": 13872889,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558894493\n  },\n  {\n   \"author_id_value\": 13969141,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467692111\n  },\n  {\n   \"author_id_value\": 1831117,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568971711\n  },\n  {\n   \"author_id_value\": 14107691,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962867895\n  },\n  {\n   \"author_id_value\": 14147498,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760572622\n  },\n  {\n   \"author_id_value\": 14179885,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447279237\n  },\n  {\n   \"author_id_value\": 14202121,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1174684906\n  },\n  {\n   \"author_id_value\": 2109352687,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255568051\n  },\n  {\n   \"author_id_value\": 11550129,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306148648\n  },\n  {\n   \"author_id_value\": 11531324,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285928226\n  },\n  {\n   \"author_id_value\": 11410443,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467567941\n  },\n  {\n   \"author_id_value\": 11405936,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578925657\n  },\n  {\n   \"author_id_value\": 11330487,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093009276\n  },\n  {\n   \"author_id_value\": 14369674,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821242249\n  },\n  {\n   \"author_id_value\": 11297207,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033175310\n  },\n  {\n   \"author_id_value\": 14432296,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1962545210\n  },\n  {\n   \"author_id_value\": 14502221,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235405796\n  },\n  {\n   \"author_id_value\": 14509230,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184988776\n  },\n  {\n   \"author_id_value\": 14529402,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1942297908\n  },\n  {\n   \"author_id_value\": 2109915825,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1194347138\n  },\n  {\n   \"author_id_value\": 14609361,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801910393\n  },\n  {\n   \"author_id_value\": 14723925,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346264017\n  },\n  {\n   \"author_id_value\": 14745245,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023062353\n  },\n  {\n   \"author_id_value\": 2109946688,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417981879\n  },\n  {\n   \"author_id_value\": 11267756,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649684077\n  },\n  {\n   \"author_id_value\": 2109994697,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386601896\n  },\n  {\n   \"author_id_value\": 1822416,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740487024\n  },\n  {\n   \"author_id_value\": 14954101,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1346655610\n  },\n  {\n   \"author_id_value\": 11250672,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528061496\n  },\n  {\n   \"author_id_value\": 2110389271,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639181746\n  },\n  {\n   \"author_id_value\": 15142545,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720099732\n  },\n  {\n   \"author_id_value\": 2656351,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1922182039\n  },\n  {\n   \"author_id_value\": 15165234,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164864252\n  },\n  {\n   \"author_id_value\": 15170212,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811909542\n  },\n  {\n   \"author_id_value\": 15225312,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851568968\n  },\n  {\n   \"author_id_value\": 15236026,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528279841\n  },\n  {\n   \"author_id_value\": 15252900,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336227172\n  },\n  {\n   \"author_id_value\": 11218711,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649203688\n  },\n  {\n   \"author_id_value\": 11185173,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255440095\n  },\n  {\n   \"author_id_value\": 11174882,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427166479\n  },\n  {\n   \"author_id_value\": 15701362,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245499540\n  },\n  {\n   \"author_id_value\": 15782296,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639287683\n  },\n  {\n   \"author_id_value\": 15860892,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952562647\n  },\n  {\n   \"author_id_value\": 15946567,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639123789\n  },\n  {\n   \"author_id_value\": 16030807,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144533027\n  },\n  {\n   \"author_id_value\": 16211569,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679192884\n  },\n  {\n   \"author_id_value\": 2649790,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558344259\n  },\n  {\n   \"author_id_value\": 16227326,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134199060\n  },\n  {\n   \"author_id_value\": 16250077,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033151766\n  },\n  {\n   \"author_id_value\": 16262004,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144209891\n  },\n  {\n   \"author_id_value\": 16303167,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700015658\n  },\n  {\n   \"author_id_value\": 16305653,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1528225307\n  },\n  {\n   \"author_id_value\": 17869856,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467415265\n  },\n  {\n   \"author_id_value\": 18018877,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518031673\n  },\n  {\n   \"author_id_value\": 18125984,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508154345\n  },\n  {\n   \"author_id_value\": 2619327,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568559649\n  },\n  {\n   \"author_id_value\": 20325123,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871987784\n  },\n  {\n   \"author_id_value\": 20475821,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265094866\n  },\n  {\n   \"author_id_value\": 21022150,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225095698\n  },\n  {\n   \"author_id_value\": 2599376,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215053129\n  },\n  {\n   \"author_id_value\": 2578768,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386759066\n  },\n  {\n   \"author_id_value\": 22209223,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801464672\n  },\n  {\n   \"author_id_value\": 22462987,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013279454\n  },\n  {\n   \"author_id_value\": 22533443,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831245810\n  },\n  {\n   \"author_id_value\": 22552684,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699186262\n  },\n  {\n   \"author_id_value\": 22687994,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144672296\n  },\n  {\n   \"author_id_value\": 24485455,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326300476\n  },\n  {\n   \"author_id_value\": 2110622414,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992769889\n  },\n  {\n   \"author_id_value\": 11083503,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881037463\n  },\n  {\n   \"author_id_value\": 2560153,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881684520\n  },\n  {\n   \"author_id_value\": 2559249,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1881708295\n  },\n  {\n   \"author_id_value\": 11024308,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1235573775\n  },\n  {\n   \"author_id_value\": 10776160,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114153731\n  },\n  {\n   \"author_id_value\": 26613296,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1619003324\n  },\n  {\n   \"author_id_value\": 10738487,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1710205901\n  },\n  {\n   \"author_id_value\": 10662846,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356571681\n  },\n  {\n   \"author_id_value\": 10443959,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467447763\n  },\n  {\n   \"author_id_value\": 10443223,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467429191\n  },\n  {\n   \"author_id_value\": 27048396,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275069718\n  },\n  {\n   \"author_id_value\": 10438380,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124054085\n  },\n  {\n   \"author_id_value\": 2110760094,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033323399\n  },\n  {\n   \"author_id_value\": 27485881,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598389785\n  },\n  {\n   \"author_id_value\": 27590077,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407316664\n  },\n  {\n   \"author_id_value\": 10423300,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255458055\n  },\n  {\n   \"author_id_value\": 10348007,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1679615355\n  },\n  {\n   \"author_id_value\": 10258247,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275953275\n  },\n  {\n   \"author_id_value\": 10233247,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1336642123\n  },\n  {\n   \"author_id_value\": 10225415,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063480655\n  },\n  {\n   \"author_id_value\": 29843754,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902969371\n  },\n  {\n   \"author_id_value\": 29879891,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861459588\n  },\n  {\n   \"author_id_value\": 10172923,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437578218\n  },\n  {\n   \"author_id_value\": 30150401,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144617911\n  },\n  {\n   \"author_id_value\": 30921166,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1306200803\n  },\n  {\n   \"author_id_value\": 31444298,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1457506545\n  },\n  {\n   \"author_id_value\": 10126058,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821388869\n  },\n  {\n   \"author_id_value\": 10120177,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1053529099\n  },\n  {\n   \"author_id_value\": 31544912,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427494616\n  },\n  {\n   \"author_id_value\": 10108683,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598784001\n  },\n  {\n   \"author_id_value\": 31591766,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861572869\n  },\n  {\n   \"author_id_value\": 31603940,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871670828\n  },\n  {\n   \"author_id_value\": 31615431,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033181987\n  },\n  {\n   \"author_id_value\": 31675608,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598866501\n  },\n  {\n   \"author_id_value\": 10100590,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316901267\n  },\n  {\n   \"author_id_value\": 10079898,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033369582\n  },\n  {\n   \"author_id_value\": 10019258,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003824954\n  },\n  {\n   \"author_id_value\": 31836869,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1891716544\n  },\n  {\n   \"author_id_value\": 31855422,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1942615604\n  },\n  {\n   \"author_id_value\": 31861137,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144305640\n  },\n  {\n   \"author_id_value\": 31866038,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720500101\n  },\n  {\n   \"author_id_value\": 31908124,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659670891\n  },\n  {\n   \"author_id_value\": 31918244,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851387153\n  },\n  {\n   \"author_id_value\": 31939717,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851456818\n  },\n  {\n   \"author_id_value\": 32028758,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275613903\n  },\n  {\n   \"author_id_value\": 32037973,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659500452\n  },\n  {\n   \"author_id_value\": 32072854,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750495388\n  },\n  {\n   \"author_id_value\": 32258756,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871077511\n  },\n  {\n   \"author_id_value\": 32381761,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548423502\n  },\n  {\n   \"author_id_value\": 32415041,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518983915\n  },\n  {\n   \"author_id_value\": 32450734,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1811989957\n  },\n  {\n   \"author_id_value\": 2111083116,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1992936306\n  },\n  {\n   \"author_id_value\": 32518666,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902899305\n  },\n  {\n   \"author_id_value\": 32535495,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427018720\n  },\n  {\n   \"author_id_value\": 32599397,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861812885\n  },\n  {\n   \"author_id_value\": 32612154,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477750768\n  },\n  {\n   \"author_id_value\": 32845142,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1053335828\n  },\n  {\n   \"author_id_value\": 2111256917,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831297274\n  },\n  {\n   \"author_id_value\": 33440345,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558312744\n  },\n  {\n   \"author_id_value\": 33488480,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972555019\n  },\n  {\n   \"author_id_value\": 33543845,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1225134760\n  },\n  {\n   \"author_id_value\": 33714023,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801186762\n  },\n  {\n   \"author_id_value\": 2552388,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659354561\n  },\n  {\n   \"author_id_value\": 33814558,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144524349\n  },\n  {\n   \"author_id_value\": 33976388,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598098782\n  },\n  {\n   \"author_id_value\": 34093131,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538151782\n  },\n  {\n   \"author_id_value\": 34160755,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073981452\n  },\n  {\n   \"author_id_value\": 2551598,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154458040\n  },\n  {\n   \"author_id_value\": 34318381,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1902190127\n  },\n  {\n   \"author_id_value\": 34379813,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326366378\n  },\n  {\n   \"author_id_value\": 34380338,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1871908939\n  },\n  {\n   \"author_id_value\": 2548162,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609005503\n  },\n  {\n   \"author_id_value\": 34451449,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801901210\n  },\n  {\n   \"author_id_value\": 34585168,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1821010067\n  },\n  {\n   \"author_id_value\": 34618402,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1245275445\n  },\n  {\n   \"author_id_value\": 2111414227,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1437335833\n  },\n  {\n   \"author_id_value\": 2111518850,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1700970993\n  },\n  {\n   \"author_id_value\": 34674573,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1093731317\n  },\n  {\n   \"author_id_value\": 34697660,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508831546\n  },\n  {\n   \"author_id_value\": 34721450,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972603868\n  },\n  {\n   \"author_id_value\": 9995810,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790199727\n  },\n  {\n   \"author_id_value\": 34773437,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417260548\n  },\n  {\n   \"author_id_value\": 34774392,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649369364\n  },\n  {\n   \"author_id_value\": 34788475,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548204795\n  },\n  {\n   \"author_id_value\": 34799960,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588869424\n  },\n  {\n   \"author_id_value\": 34870077,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104810076\n  },\n  {\n   \"author_id_value\": 34899387,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588844245\n  },\n  {\n   \"author_id_value\": 9995335,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1487744017\n  },\n  {\n   \"author_id_value\": 9990738,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1144305301\n  },\n  {\n   \"author_id_value\": 9957121,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1114924727\n  },\n  {\n   \"author_id_value\": 9897742,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356600324\n  },\n  {\n   \"author_id_value\": 1799592,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033209622\n  },\n  {\n   \"author_id_value\": 35008556,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184646358\n  },\n  {\n   \"author_id_value\": 9891891,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1366589632\n  },\n  {\n   \"author_id_value\": 35117094,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1750419958\n  },\n  {\n   \"author_id_value\": 9870014,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1215240254\n  },\n  {\n   \"author_id_value\": 2112605362,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1124109293\n  },\n  {\n   \"author_id_value\": 35165880,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1861412041\n  },\n  {\n   \"author_id_value\": 35190050,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033770128\n  },\n  {\n   \"author_id_value\": 35196529,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1538486550\n  },\n  {\n   \"author_id_value\": 9828579,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326014184\n  },\n  {\n   \"author_id_value\": 9807889,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1932166618\n  },\n  {\n   \"author_id_value\": 2112713108,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023246485\n  },\n  {\n   \"author_id_value\": 35224703,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063902401\n  },\n  {\n   \"author_id_value\": 2112838285,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1205377470\n  },\n  {\n   \"author_id_value\": 9695913,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1568950905\n  },\n  {\n   \"author_id_value\": 35305316,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265486203\n  },\n  {\n   \"author_id_value\": 35378539,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427258532\n  },\n  {\n   \"author_id_value\": 35449765,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265437628\n  },\n  {\n   \"author_id_value\": 35490828,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1447505607\n  },\n  {\n   \"author_id_value\": 2112896408,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164498291\n  },\n  {\n   \"author_id_value\": 9057762,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1326488594\n  },\n  {\n   \"author_id_value\": 2113273207,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1548600240\n  },\n  {\n   \"author_id_value\": 35592117,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659892354\n  },\n  {\n   \"author_id_value\": 35630103,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851504476\n  },\n  {\n   \"author_id_value\": 35658022,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1073731592\n  },\n  {\n   \"author_id_value\": 35677118,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1154734770\n  },\n  {\n   \"author_id_value\": 35785007,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1639172885\n  },\n  {\n   \"author_id_value\": 8994850,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629150768\n  },\n  {\n   \"author_id_value\": 1786431,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134345275\n  },\n  {\n   \"author_id_value\": 35957896,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265736268\n  },\n  {\n   \"author_id_value\": 8989863,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1316280035\n  },\n  {\n   \"author_id_value\": 8918241,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649415290\n  },\n  {\n   \"author_id_value\": 36293603,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609302165\n  },\n  {\n   \"author_id_value\": 8887884,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659319689\n  },\n  {\n   \"author_id_value\": 2114045152,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760472401\n  },\n  {\n   \"author_id_value\": 36633050,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1801283718\n  },\n  {\n   \"author_id_value\": 36924818,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1588684260\n  },\n  {\n   \"author_id_value\": 37121104,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1164537163\n  },\n  {\n   \"author_id_value\": 37269741,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427173533\n  },\n  {\n   \"author_id_value\": 37371231,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1366880825\n  },\n  {\n   \"author_id_value\": 8853929,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841262623\n  },\n  {\n   \"author_id_value\": 8820585,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255607172\n  },\n  {\n   \"author_id_value\": 37578641,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255422234\n  },\n  {\n   \"author_id_value\": 37621342,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1770744765\n  },\n  {\n   \"author_id_value\": 8803999,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1720240302\n  },\n  {\n   \"author_id_value\": 8762048,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417125303\n  },\n  {\n   \"author_id_value\": 37737966,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952375859\n  },\n  {\n   \"author_id_value\": 2115293163,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1699851915\n  },\n  {\n   \"author_id_value\": 37889489,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1508830407\n  },\n  {\n   \"author_id_value\": 38107100,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427193994\n  },\n  {\n   \"author_id_value\": 38111509,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1013015569\n  },\n  {\n   \"author_id_value\": 8716648,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033452354\n  },\n  {\n   \"author_id_value\": 2546592,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427098425\n  },\n  {\n   \"author_id_value\": 8712712,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1790186252\n  },\n  {\n   \"author_id_value\": 38538743,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417336199\n  },\n  {\n   \"author_id_value\": 8698435,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063984136\n  },\n  {\n   \"author_id_value\": 8682263,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104231216\n  },\n  {\n   \"author_id_value\": 8635661,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417391285\n  },\n  {\n   \"author_id_value\": 8536230,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033665781\n  },\n  {\n   \"author_id_value\": 38601544,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972761591\n  },\n  {\n   \"author_id_value\": 1765742,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1184700619\n  },\n  {\n   \"author_id_value\": 8476696,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1629030341\n  },\n  {\n   \"author_id_value\": 38769860,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1003991076\n  },\n  {\n   \"author_id_value\": 38874893,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689756108\n  },\n  {\n   \"author_id_value\": 2243055129,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1609957281\n  },\n  {\n   \"author_id_value\": 38925759,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1659767911\n  },\n  {\n   \"author_id_value\": 38938538,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972781904\n  },\n  {\n   \"author_id_value\": 8410970,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497715387\n  },\n  {\n   \"author_id_value\": 8383492,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760460745\n  },\n  {\n   \"author_id_value\": 39131325,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1033596564\n  },\n  {\n   \"author_id_value\": 39158640,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1104277888\n  },\n  {\n   \"author_id_value\": 39181034,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1265512990\n  },\n  {\n   \"author_id_value\": 8346082,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578540456\n  },\n  {\n   \"author_id_value\": 2243225348,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1518279199\n  },\n  {\n   \"author_id_value\": 39359643,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1043610041\n  },\n  {\n   \"author_id_value\": 2243673531,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1386717114\n  },\n  {\n   \"author_id_value\": 8344885,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1972881472\n  },\n  {\n   \"author_id_value\": 39424394,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1689986002\n  },\n  {\n   \"author_id_value\": 39504452,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1740422278\n  },\n  {\n   \"author_id_value\": 39616871,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1649349226\n  },\n  {\n   \"author_id_value\": 8338558,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1669419859\n  },\n  {\n   \"author_id_value\": 8329210,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1841408812\n  },\n  {\n   \"author_id_value\": 8296889,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407009764\n  },\n  {\n   \"author_id_value\": 8296207,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1467546754\n  },\n  {\n   \"author_id_value\": 40020645,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1275896888\n  },\n  {\n   \"author_id_value\": 2243705827,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1477533990\n  },\n  {\n   \"author_id_value\": 40034701,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1578506887\n  },\n  {\n   \"author_id_value\": 40046282,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912098351\n  },\n  {\n   \"author_id_value\": 40055118,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1023126133\n  },\n  {\n   \"author_id_value\": 40057000,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1063152981\n  },\n  {\n   \"author_id_value\": 2243778164,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1558333625\n  },\n  {\n   \"author_id_value\": 8176149,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1285748160\n  },\n  {\n   \"author_id_value\": 8158557,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1427218973\n  },\n  {\n   \"author_id_value\": 7991323,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1912261389\n  },\n  {\n   \"author_id_value\": 2243810243,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1407813124\n  },\n  {\n   \"author_id_value\": 40128337,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1417344318\n  },\n  {\n   \"author_id_value\": 40132214,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1598833766\n  },\n  {\n   \"author_id_value\": 40189065,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1497018733\n  },\n  {\n   \"author_id_value\": 40198276,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1851543037\n  },\n  {\n   \"author_id_value\": 40218804,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1982676458\n  },\n  {\n   \"author_id_value\": 40258175,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1255568705\n  },\n  {\n   \"author_id_value\": 2244529626,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1952406183\n  },\n  {\n   \"author_id_value\": 40262087,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1356634943\n  },\n  {\n   \"author_id_value\": 40271239,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1831133529\n  },\n  {\n   \"author_id_value\": 40282233,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1760560460\n  },\n  {\n   \"author_id_value\": 7964354,\n   \"coauthorship_count_value\": 1,\n   \"npi_number_value\": 1134624265\n  }\n ]\n}"}],"_postman_id":"a9b50340-284a-43fe-b411-8830a13381d5"},{"name":"Get Semantic Author IDs by NPI","id":"79bafe78-2c34-4d12-a7f8-ac58ade9597c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\",\"limit\":50}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get_semantic_author_ids_from_npi","urlObject":{"path":["api","rest","get_semantic_author_ids_from_npi"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"0e1d20b2-b3e8-41eb-94e8-cc8a9c3acfaa","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get_semantic_author_ids_from_npi","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"38"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\",\"limit\":50}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get_semantic_author_ids_from_npi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"352"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amz-apigw-id","value":"dJXEAGlCoAMEkfw="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"352"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amzn-requestid","value":"9309c016-2183-4b96-8e67-1aac5f7818d7"},{"key":"x-request-id","value":"6b840e4c-2272-4b68-beb3-1fbbfc2ab822"}],"cookie":[],"responseTime":null,"body":"{\n \"semantic_scholar_schema_npi_with_author_ids_flatten\": [\n  {\n   \"author_id\": 3021453,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 2850,\n    \"h_index\": 167,\n    \"citation_count\": 143355\n   }\n  },\n  {\n   \"author_id\": 3630769,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 48,\n    \"h_index\": 19,\n    \"citation_count\": 1136\n   }\n  },\n  {\n   \"author_id\": 144810616,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 152,\n    \"h_index\": 15,\n    \"citation_count\": 4212\n   }\n  },\n  {\n   \"author_id\": 144810618,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 14,\n    \"h_index\": 8,\n    \"citation_count\": 378\n   }\n  },\n  {\n   \"author_id\": 2064433884,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 53,\n    \"h_index\": 4,\n    \"citation_count\": 284\n   }\n  },\n  {\n   \"author_id\": 2250575295,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 27,\n    \"h_index\": 3,\n    \"citation_count\": 268\n   }\n  },\n  {\n   \"author_id\": 2250575328,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 4,\n    \"h_index\": 3,\n    \"citation_count\": 595\n   }\n  },\n  {\n   \"author_id\": 2064433498,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 28,\n    \"h_index\": 2,\n    \"citation_count\": 9\n   }\n  },\n  {\n   \"author_id\": 2250575302,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 6,\n    \"h_index\": 2,\n    \"citation_count\": 1896\n   }\n  },\n  {\n   \"author_id\": 2250575315,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 6,\n    \"h_index\": 2,\n    \"citation_count\": 46\n   }\n  },\n  {\n   \"author_id\": 2251138831,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 6,\n    \"h_index\": 2,\n    \"citation_count\": 11\n   }\n  },\n  {\n   \"author_id\": 144810617,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 3,\n    \"h_index\": 2,\n    \"citation_count\": 15\n   }\n  },\n  {\n   \"author_id\": 2250575341,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 4,\n    \"h_index\": 1,\n    \"citation_count\": 76\n   }\n  },\n  {\n   \"author_id\": 2251138800,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 2,\n    \"h_index\": 1,\n    \"citation_count\": 16\n   }\n  },\n  {\n   \"author_id\": 2250575321,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 2,\n    \"h_index\": 1,\n    \"citation_count\": 11\n   }\n  },\n  {\n   \"author_id\": 2262704536,\n   \"author_id_details_relationship\": {\n    \"paper_count\": 1,\n    \"h_index\": 1,\n    \"citation_count\": 7\n   }\n  }\n ]\n}"}],"_postman_id":"79bafe78-2c34-4d12-a7f8-ac58ade9597c"}],"id":"9a99da45-279f-4f3c-ba79-2f96016316c2","_postman_id":"9a99da45-279f-4f3c-ba79-2f96016316c2","description":""},{"name":"Clinical Trials","item":[{"name":"Get Provider Clinical Trials Aggregate Statistics","id":"8de9c420-c65f-4407-bd08-4195fe1dc52c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"npi_number\": \"1962515551\"\n}","options":{"raw":{"language":"json"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-clinical-trials-data","urlObject":{"path":["api","rest","get-provider-clinical-trials-data"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"fdc8e1e2-f165-41a2-b399-01473d40e7f1","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-clinical-trials-data","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-clinical-trials-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2484"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:57 GMT"},{"key":"x-amz-apigw-id","value":"dJXEQGugIAMENDA="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"2484"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:57 GMT"},{"key":"x-amzn-requestid","value":"c822990d-b62a-433f-8a67-4fbe62f33bc5"},{"key":"x-request-id","value":"472c307d-a07f-48ee-903c-b44fb02d0bfa"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"npi_number\": 1962515551,\n   \"first_name\": \"DEEPAK\",\n   \"middle_name\": \"L\",\n   \"last_name\": \"BHATT\",\n   \"provider_clinical_trial_relationships_aggregate\": {\n    \"aggregate\": {\n     \"count\": 158\n    }\n   },\n   \"num_clinical_trials_by_phase_relationship\": [\n    {\n     \"num_trials\": 3,\n     \"phase\": \"EARLY_PHASE1\"\n    },\n    {\n     \"num_trials\": 42,\n     \"phase\": \"NA\"\n    },\n    {\n     \"num_trials\": 1,\n     \"phase\": \"PHASE1\"\n    },\n    {\n     \"num_trials\": 8,\n     \"phase\": \"PHASE2\"\n    },\n    {\n     \"num_trials\": 19,\n     \"phase\": \"PHASE3\"\n    },\n    {\n     \"num_trials\": 31,\n     \"phase\": \"PHASE4\"\n    },\n    {\n     \"num_trials\": 54,\n     \"phase\": null\n    }\n   ],\n   \"provider_clinical_trial_condition_relationship\": [\n    {\n     \"condition_name\": \"Acute Coronary Syndrome\"\n    },\n    {\n     \"condition_name\": \"Acute Heart Failure\"\n    },\n    {\n     \"condition_name\": \"Acute Ischemic Stroke\"\n    },\n    {\n     \"condition_name\": \"Acute Myocardial Infarction\"\n    },\n    {\n     \"condition_name\": \"Acute Renal Failure\"\n    },\n    {\n     \"condition_name\": \"Acute Stroke\"\n    },\n    {\n     \"condition_name\": \"Adherence, Medication\"\n    },\n    {\n     \"condition_name\": \"AMI\"\n    },\n    {\n     \"condition_name\": \"Aortic Valve Disease\"\n    },\n    {\n     \"condition_name\": \"Aortic Valve Stenosis\"\n    },\n    {\n     \"condition_name\": \"Aortic-valve Replacement\"\n    },\n    {\n     \"condition_name\": \"Arrhythmias, Cardiac\"\n    },\n    {\n     \"condition_name\": \"Arteriosclerosis\"\n    },\n    {\n     \"condition_name\": \"ASCVD Management\"\n    },\n    {\n     \"condition_name\": \"Asians\"\n    },\n    {\n     \"condition_name\": \"Atheroscleroses, Coronary\"\n    },\n    {\n     \"condition_name\": \"Atherosclerosis\"\n    },\n    {\n     \"condition_name\": \"Atherothrombosis\"\n    },\n    {\n     \"condition_name\": \"Atrial Fibrillation Recurrent\"\n    },\n    {\n     \"condition_name\": \"Autosomal Dominant Polycystic Kidney Disease\"\n    },\n    {\n     \"condition_name\": \"Bariatric Surgery\"\n    },\n    {\n     \"condition_name\": \"Cardiac Allograft Vasculopathy\"\n    },\n    {\n     \"condition_name\": \"Cardiac Arrest\"\n    },\n    {\n     \"condition_name\": \"Cardiac Complication\"\n    },\n    {\n     \"condition_name\": \"Cardiac Perfusion Defect\"\n    },\n    {\n     \"condition_name\": \"Cardiac Surgery\"\n    },\n    {\n     \"condition_name\": \"Cardiovascular Complication\"\n    },\n    {\n     \"condition_name\": \"Cardiovascular Death\"\n    },\n    {\n     \"condition_name\": \"Cardiovascular Disease\"\n    },\n    {\n     \"condition_name\": \"Cardiovascular Morbidity\"\n    },\n    {\n     \"condition_name\": \"Cardiovascular Risk Factor\"\n    },\n    {\n     \"condition_name\": \"Carotid Artery Diseases\"\n    },\n    {\n     \"condition_name\": \"Catheter Ablation\"\n    },\n    {\n     \"condition_name\": \"Cerebrovascular Accident\"\n    },\n    {\n     \"condition_name\": \"Chronic Heart Failure\"\n    },\n    {\n     \"condition_name\": \"Chronic Kidney Disease Requiring Chronic Dialysis\"\n    },\n    {\n     \"condition_name\": \"Chronic Kidney Diseases\"\n    },\n    {\n     \"condition_name\": \"Chronic Kidney Insufficiency\"\n    },\n    {\n     \"condition_name\": \"Chronic Stable Angina\"\n    },\n    {\n     \"condition_name\": \"CKD Stage 5\"\n    },\n    {\n     \"condition_name\": \"Cognitive Impairment\"\n    },\n    {\n     \"condition_name\": \"Complications Due to Coronary Artery Bypass Graft\"\n    },\n    {\n     \"condition_name\": \"Contrast Media Toxicity\"\n    },\n    {\n     \"condition_name\": \"Contrast-induced Acute Kidney Injury (CI-AKI) Following Coronary Angiogram (CI-AKI)\"\n    },\n    {\n     \"condition_name\": \"Contrast-induced Nephropathy Following Coronary Angiogram (CIN)\"\n    },\n    {\n     \"condition_name\": \"Coronary Angiography of Multiple Detectors\"\n    },\n    {\n     \"condition_name\": \"Coronary Artery Bypass Grafting\"\n    },\n    {\n     \"condition_name\": \"Coronary Artery Disease (CAD)\"\n    },\n    {\n     \"condition_name\": \"Coronary Artery Disease (CAD) (E.G., Angina, Myocardial Infarction, and Atherosclerotic Heart Disease (ASHD))\"\n    },\n    {\n     \"condition_name\": \"Coronary Artery Stenosis\"\n    },\n    {\n     \"condition_name\": \"Coronary Bypass Graft Stenosis\"\n    },\n    {\n     \"condition_name\": \"Coronary Heart Disease\"\n    },\n    {\n     \"condition_name\": \"Coronary Syndrome\"\n    },\n    {\n     \"condition_name\": \"COVID-19\"\n    },\n    {\n     \"condition_name\": \"COVID-19 Virus Disease\"\n    },\n    {\n     \"condition_name\": \"Critical Limb Ischemia\"\n    },\n    {\n     \"condition_name\": \"Curcuminoid\"\n    },\n    {\n     \"condition_name\": \"Diabetic Kidney Disease\"\n    },\n    {\n     \"condition_name\": \"Dilated Cardiomyopathy\"\n    },\n    {\n     \"condition_name\": \"Discrete Coronary Artery Stenosis\"\n    },\n    {\n     \"condition_name\": \"Drug-Related Side Effects and Adverse Reactions\"\n    },\n    {\n     \"condition_name\": \"GastroIntestinal Bleeding\"\n    },\n    {\n     \"condition_name\": \"Gender Differences\"\n    },\n    {\n     \"condition_name\": \"Gynecologic Cancer\"\n    },\n    {\n     \"condition_name\": \"Heart Failure With Preserved Ejection Fraction\"\n    },\n    {\n     \"condition_name\": \"Heart Failure With Reduced Ejection Fraction\"\n    },\n    {\n     \"condition_name\": \"Heart Failure, Systolic\"\n    },\n    {\n     \"condition_name\": \"Heart Valve Diseases\"\n    },\n    {\n     \"condition_name\": \"Helicobacter Pylori Infection\"\n    },\n    {\n     \"condition_name\": \"Hemodynamic Instability\"\n    },\n    {\n     \"condition_name\": \"High Bleeding Risk\"\n    },\n    {\n     \"condition_name\": \"Hypertrophic Cardiomyopathy\"\n    },\n    {\n     \"condition_name\": \"Hypotension\"\n    },\n    {\n     \"condition_name\": \"Iatrogenic Disorder\"\n    },\n    {\n     \"condition_name\": \"ICAS - Intracranial Atherosclerosis\"\n    },\n    {\n     \"condition_name\": \"Influenza\"\n    },\n    {\n     \"condition_name\": \"Interventional Cardiology\"\n    },\n    {\n     \"condition_name\": \"Intracranial Atherosclerosis\"\n    },\n    {\n     \"condition_name\": \"Intracranial Hemorrhages\"\n    },\n    {\n     \"condition_name\": \"Ischaemic Heart Disease\"\n    },\n    {\n     \"condition_name\": \"Ischem Heart Disease\"\n    },\n    {\n     \"condition_name\": \"Ischemic Cardiopathy\"\n    },\n    {\n     \"condition_name\": \"Ischemic Heart Disease\"\n    },\n    {\n     \"condition_name\": \"Kidney Disease\"\n    },\n    {\n     \"condition_name\": \"Kidney Disease, Chronic\"\n    },\n    {\n     \"condition_name\": \"Kidney Injury\"\n    },\n    {\n     \"condition_name\": \"Kidney Transplant; Complications\"\n    },\n    {\n     \"condition_name\": \"Low-density Lipoprotein Lipid Composition\"\n    },\n    {\n     \"condition_name\": \"Low-density Lipoproteins Aggregation Susceptibility\"\n    },\n    {\n     \"condition_name\": \"Medical Conditions to be Studied\"\n    },\n    {\n     \"condition_name\": \"Memory Disorders\"\n    },\n    {\n     \"condition_name\": \"Morbid Obesity\"\n    },\n    {\n     \"condition_name\": \"Myocardial Infraction\"\n    },\n    {\n     \"condition_name\": \"Myocardial Injury\"\n    },\n    {\n     \"condition_name\": \"Non-ST Elevation Myocardial Infarction (NSTEMI)\"\n    },\n    {\n     \"condition_name\": \"Novel P2Y12 Inhibitors\"\n    },\n    {\n     \"condition_name\": \"NSTEMI\"\n    },\n    {\n     \"condition_name\": \"Obesity Morbid\"\n    },\n    {\n     \"condition_name\": \"Obesity With Complications\"\n    },\n    {\n     \"condition_name\": \"Obesity-Associated Insulin Resistance\"\n    },\n    {\n     \"condition_name\": \"Obesity, Abdominal\"\n    },\n    {\n     \"condition_name\": \"Oral Anticoagulants\"\n    },\n    {\n     \"condition_name\": \"Out of Hospital Cardiac Arrest\"\n    },\n    {\n     \"condition_name\": \"Overweight and Obesity\"\n    },\n    {\n     \"condition_name\": \"Paroxysmal Atrial Fibrillation\"\n    },\n    {\n     \"condition_name\": \"Peptic Ulcer\"\n    },\n    {\n     \"condition_name\": \"Peripheral Arterial Disease\"\n    },\n    {\n     \"condition_name\": \"Peripheral Artery Disease\"\n    },\n    {\n     \"condition_name\": \"Platelet Aggregation During Acute Myocardial Infarction\"\n    },\n    {\n     \"condition_name\": \"Platelet Aggregation, Spontaneous\"\n    },\n    {\n     \"condition_name\": \"Platelet Function and Reactivity Tests\"\n    },\n    {\n     \"condition_name\": \"Platelet Function Tests\"\n    },\n    {\n     \"condition_name\": \"Polycystic Ovary Syndrome\"\n    },\n    {\n     \"condition_name\": \"PreDiabetes\"\n    },\n    {\n     \"condition_name\": \"Predictive Value of Tests\"\n    },\n    {\n     \"condition_name\": \"Presymptomatic Disease\"\n    },\n    {\n     \"condition_name\": \"Prevention & Control\"\n    },\n    {\n     \"condition_name\": \"Primary Coronay Intervention\"\n    },\n    {\n     \"condition_name\": \"Prosthetic Cardiac Valve Thrombosis\"\n    },\n    {\n     \"condition_name\": \"Prosthetic Valve Malfunction\"\n    },\n    {\n     \"condition_name\": \"Prosthetic Valve Thrombosis\"\n    },\n    {\n     \"condition_name\": \"Pulmonary Venous Isolation\"\n    },\n    {\n     \"condition_name\": \"Radial Artery Occlusion\"\n    },\n    {\n     \"condition_name\": \"Reactive Hypoglycemia\"\n    },\n    {\n     \"condition_name\": \"Renal Artery Disease\"\n    },\n    {\n     \"condition_name\": \"Saphenous Vein Graft Atherosclerosis\"\n    },\n    {\n     \"condition_name\": \"SCAD\"\n    },\n    {\n     \"condition_name\": \"Seroma\"\n    },\n    {\n     \"condition_name\": \"Single-center Study\"\n    },\n    {\n     \"condition_name\": \"Sleep\"\n    },\n    {\n     \"condition_name\": \"Sleep Apnea\"\n    },\n    {\n     \"condition_name\": \"Sleep Apnea Syndromes\"\n    },\n    {\n     \"condition_name\": \"Sodium-glucose Co-transporter 2 Inhibitors\"\n    },\n    {\n     \"condition_name\": \"Sodium-GLucose coTransporter-2 Inhibitors\"\n    },\n    {\n     \"condition_name\": \"ST Elevation Myocardial Infarction\"\n    },\n    {\n     \"condition_name\": \"ST-segment Elevation Myocardial Infarction (STEMI)\"\n    },\n    {\n     \"condition_name\": \"Stable Angina\"\n    },\n    {\n     \"condition_name\": \"Stable Coronary Artery Disease\"\n    },\n    {\n     \"condition_name\": \"Stem Cells\"\n    },\n    {\n     \"condition_name\": \"STEMI\"\n    },\n    {\n     \"condition_name\": \"STEMI - ST Elevation Myocardial Infarction\"\n    },\n    {\n     \"condition_name\": \"Stenoses, Aortic Valve\"\n    },\n    {\n     \"condition_name\": \"Stroke Patients\"\n    },\n    {\n     \"condition_name\": \"Subarachnoid Hemorrhage\"\n    },\n    {\n     \"condition_name\": \"Surgery--Complications\"\n    },\n    {\n     \"condition_name\": \"Symptomatic Aortic Stenosis\"\n    },\n    {\n     \"condition_name\": \"Syncope\"\n    },\n    {\n     \"condition_name\": \"Tachycardia\"\n    },\n    {\n     \"condition_name\": \"Therapeutic Adherence\"\n    },\n    {\n     \"condition_name\": \"Thrombelastography\"\n    },\n    {\n     \"condition_name\": \"Thrombi\"\n    },\n    {\n     \"condition_name\": \"Thromboembolism\"\n    },\n    {\n     \"condition_name\": \"Thrombosis\"\n    },\n    {\n     \"condition_name\": \"Thrombosis Cardiac\"\n    },\n    {\n     \"condition_name\": \"Transcatheter Aortic Valve Replacement\"\n    },\n    {\n     \"condition_name\": \"Triglycerides High\"\n    },\n    {\n     \"condition_name\": \"Type 1 Acute Myocardial Infarction\"\n    },\n    {\n     \"condition_name\": \"Type 2 Diabetes Mellitus (T2DM)\"\n    },\n    {\n     \"condition_name\": \"Type II Diabetes in Subjects BMI 27 to 32\"\n    },\n    {\n     \"condition_name\": \"Type2 Diabetes\"\n    },\n    {\n     \"condition_name\": \"Type2Diabetes\"\n    },\n    {\n     \"condition_name\": \"Ventricular Mural Thrombosis\"\n    },\n    {\n     \"condition_name\": \"Ventricular Outflow Obstruction\"\n    },\n    {\n     \"condition_name\": \"Acute Kidney Injury\"\n    },\n    {\n     \"condition_name\": \"Alzheimer Disease\"\n    },\n    {\n     \"condition_name\": \"Atrial Fibrillation\"\n    },\n    {\n     \"condition_name\": \"Bariatric Surgery Candidate\"\n    },\n    {\n     \"condition_name\": \"Cardiovascular Diseases\"\n    },\n    {\n     \"condition_name\": \"Cognitive Function\"\n    },\n    {\n     \"condition_name\": \"Coronary Artery Disease\"\n    },\n    {\n     \"condition_name\": \"Coronary Disease\"\n    },\n    {\n     \"condition_name\": \"Dementia\"\n    },\n    {\n     \"condition_name\": \"Diabetes\"\n    },\n    {\n     \"condition_name\": \"Diabetes Mellitus\"\n    },\n    {\n     \"condition_name\": \"Diabetes Mellitus, Type 2\"\n    },\n    {\n     \"condition_name\": \"Dyslipidemia\"\n    },\n    {\n     \"condition_name\": \"Heart Diseases\"\n    },\n    {\n     \"condition_name\": \"Heart Failure\"\n    },\n    {\n     \"condition_name\": \"Hypercholesterolemia\"\n    },\n    {\n     \"condition_name\": \"Hypertension\"\n    },\n    {\n     \"condition_name\": \"Ischemic Stroke\"\n    },\n    {\n     \"condition_name\": \"Mild Cognitive Impairment\"\n    },\n    {\n     \"condition_name\": \"Myocardial Infarction\"\n    },\n    {\n     \"condition_name\": \"Obesity\"\n    },\n    {\n     \"condition_name\": \"Obesity, Morbid\"\n    },\n    {\n     \"condition_name\": \"Overweight\"\n    },\n    {\n     \"condition_name\": \"Percutaneous Coronary Intervention\"\n    },\n    {\n     \"condition_name\": \"Peripheral Vascular Diseases\"\n    },\n    {\n     \"condition_name\": \"Quality of Life\"\n    },\n    {\n     \"condition_name\": \"Stroke\"\n    },\n    {\n     \"condition_name\": \"Surgery\"\n    },\n    {\n     \"condition_name\": \"Surgical Procedures, Operative\"\n    },\n    {\n     \"condition_name\": \"Type 1 Diabetes\"\n    },\n    {\n     \"condition_name\": \"Type 2 Diabetes\"\n    },\n    {\n     \"condition_name\": \"Type 2 Diabetes Mellitus\"\n    }\n   ],\n   \"top_life_science_firms_relationship\": [\n    {\n     \"life_science_firm_reference_name\": \"Ironwood Pharmaceuticals, Inc\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Boehringer Ingelheim Pharmaceuticals, Inc.\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Sanofi and Genzyme US Companies\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Pfizer Inc.\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Novo Nordisk Inc\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Janssen Research & Development, LLC\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"CSL Behring\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Amgen Inc.\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Chiesi USA, Inc.\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Daiichi Sankyo Inc.\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"AstraZeneca Pharmaceuticals LP\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Boehringer Ingelheim Pharma GmbH & Co.KG\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Eli Lilly and Company\"\n    },\n    {\n     \"life_science_firm_reference_name\": \"Bayer HealthCare Pharmaceuticals Inc.\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"8de9c420-c65f-4407-bd08-4195fe1dc52c"},{"name":"Get Provider Clinical Trials List","id":"c98aee77-08fc-4443-b008-4f97c2317d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\",\"limit\":200}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-clinical-trials","urlObject":{"path":["api","rest","get-provider-clinical-trials"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"43f5d522-b345-42d1-857d-f045a45b1d4f","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-clinical-trials","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"39"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\",\"limit\":100}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-clinical-trials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"6296"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:04 GMT"},{"key":"x-amz-apigw-id","value":"dJXEQE1GIAMEf8A="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"6296"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:57 GMT"},{"key":"x-amzn-requestid","value":"26dd4f9c-e488-4298-9582-696a814a93ce"},{"key":"x-request-id","value":"996985d7-0fc5-4760-8528-199a34dd1fc1"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"provider_clinical_trial_relationships\": [\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00050817\",\n      \"brief_title\": \"Clopidogrel for High Atherothrombotic Risk and Ischemic Stabilization, Management and Avoidance (CHARISMA)\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Arteriosclerosis\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00263042\",\n      \"brief_title\": \"Comprehensive Rimonabant Evaluation Study of Cardiovascular ENDpoints and Outcomes\",\n      \"status\": \"TERMINATED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Disease\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00462917\",\n      \"brief_title\": \"REVEAL III: Risk Evaluation and Education for Alzheimer's Disease\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Alzheimer Disease\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01179048\",\n      \"brief_title\": \"Liraglutide Effect and Action in Diabetes: Evaluation of Cardiovascular Outcome Results\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01212302\",\n      \"brief_title\": \"Optimizing Aspirin and Clopidogrel Therapy (BOchum CLopidogrel and Aspirin Plan)\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01225562\",\n      \"brief_title\": \"Prevention of Cardiovascular Events (eg, Death From Heart or Vascular Disease, Heart Attack, or Stroke) in Patients With Prior Heart Attack Using Ticagrelor Compared to Placebo on a Background of Aspirin\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Death\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Stroke\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Atherothrombosis\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01467466\",\n      \"brief_title\": \"Prevention of Serious Adverse Events Following Angiography\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Renal Failure\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Kidney Disease\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01492361\",\n      \"brief_title\": \"A Study of AMR101 to Evaluate Its Ability to Reduce Cardiovascular Events in High-Risk Patients With Hypertriglyceridemia and on Statin\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Diseases\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01581801\",\n      \"brief_title\": \"Bariatric Surgery and Reactive Hypoglycemia\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Morbid Obesity\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity With Complications\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Reactive Hypoglycemia\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Bariatric Surgery\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01609465\",\n      \"brief_title\": \"Prognostic Models for People With Stable Coronary Artery Disease\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Stable Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01643031\",\n      \"brief_title\": \"Effect of Modifying Anti-platelet Treatment to Ticagrelor in Patients With Diabetes and Low Response to Clopidogrel\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01776424\",\n      \"brief_title\": \"Rivaroxaban for the Prevention of Major Cardiovascular Events in Coronary or Peripheral Artery Disease\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Prevention & Control\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01796873\",\n      \"brief_title\": \"Clopidogrel Resistance and Platelet Reactivity in Women Undergoing Percutaneous Coronary Intervention\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Coronary Syndrome\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01850082\",\n      \"brief_title\": \"Randomized Endo-Vein Graft Prospective\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Bypass Grafting\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01932450\",\n      \"brief_title\": \"Radiofrequency Ablation for ADPKD Blood Pressure and Disease Progression Control\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Autosomal Dominant Polycystic Kidney Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Hypertension\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01942707\",\n      \"brief_title\": \"Scarpa´s Fascia in the Formation of Seroma Post Abdominoplasty After Bariatric Surgery\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Seroma\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01991093\",\n      \"brief_title\": \"Multiple Electrode Aggregometry & Clopidogrel Resistance\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Myocardial Infraction\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease (CAD)\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Type 2 Diabetes Mellitus (T2DM)\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01991795\",\n      \"brief_title\": \"A Study Comparing Cardiovascular Effects of Ticagrelor Versus Placebo in Patients With Type 2 Diabetes Mellitus\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02041234\",\n      \"brief_title\": \"Roux-en-Y Gastric Bypass for BMI 27-32 Type 2 Diabetes Versus Best Medical Treatment\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Type II Diabetes in Subjects BMI 27 to 32\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02049762\",\n      \"brief_title\": \"Aspirin Impact on Platelet Reactivity in Acute Coronary Syndrome Patients on Novel P2Y12 Inhibitors Therapy\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Coronary Syndrome\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Novel P2Y12 Inhibitors\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Platelet Function and Reactivity Tests\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02064881\",\n      \"brief_title\": \"Efficacy Study of Metformin Glycinate on Postprandial Lipemia\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Type 2 Diabetes\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02072681\",\n      \"brief_title\": \"Mild and Rapidly Improving Stroke Study\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Ischemic Stroke\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02146794\",\n      \"brief_title\": \"Renal Denervation in Chronic Heart Failure\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Failure\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE1\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02148068\",\n      \"brief_title\": \"Changes in Body Composition Following Bariatric Surgery\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02243514\",\n      \"brief_title\": \"Intravascular Ultrasound Evaluation of Renal Nerves in Different Diseases\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Failure\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Hypertension\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02270242\",\n      \"brief_title\": \"Ticagrelor With Aspirin or Alone in High-Risk Patients After Coronary Intervention\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Interventional Cardiology\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02315001\",\n      \"brief_title\": \"Liraglutide to Improve corONary Haemodynamics During Exercise streSS\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Chronic Stable Angina\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Heart Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Ischaemic Heart Disease\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02318342\",\n      \"brief_title\": \"Assessment of TRanscathetEr and Surgical Aortic BiOprosthetic Valve Thrombosis and Its TrEatment With Anticoagulation\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Prosthetic Valve Thrombosis\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02328599\",\n      \"brief_title\": \"Alliance of Randomized Trials of Medicine vs Metabolic Surgery in Type 2 Diabetes\",\n      \"status\": \"ENROLLING_BY_INVITATION\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Type 2 Diabetes Mellitus\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02377388\",\n      \"brief_title\": \"DPP-4 Inhibitors and Acute Myocardial Infarction:Effects on Platelet Function\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Platelet Aggregation During Acute Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02426307\",\n      \"brief_title\": \"Subclinical Aortic Valve Bioprosthesis Thrombosis Assessed With 4D CT\",\n      \"status\": \"ACTIVE_NOT_RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic Valve Stenosis\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02459561\",\n      \"brief_title\": \"EndoBarrier TM Gastrointestinal Liner Diabetes Trial\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Overweight and Obesity\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02475187\",\n      \"brief_title\": \"Observational Study of Thrombogenic Properties in 220 Patients With Proximal Femur Fracture\",\n      \"status\": \"TERMINATED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Thromboembolism\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02532829\",\n      \"brief_title\": \"Human Intestinal Peptides Evaluation and Research\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02551744\",\n      \"brief_title\": \"Proton Pump Inhibitor Versus Histamine-2 Receptor Antagonist for the Prevention of Recurrent Peptic Ulcers\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Peptic Ulcer\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02579031\",\n      \"brief_title\": \"A Comparison of an Ultrathin Strut Biodegradable Polymer Sirolimus-Eluting Stent With a Durable Polymer Everolimus-Eluting Stent for Patients With Acute ST-Segment Elevation Myocardial Infarction Undergoing Primary Percutaneous Coronary Intervention\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Coronary Syndrome\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02610530\",\n      \"brief_title\": \"Surgical Intervention for the Treatment of Diabetes in Overweight Non-responders-1\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Overweight\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02613897\",\n      \"brief_title\": \"ESR-15-11293 - Saxa/Dapa, Safety and Efficacy Study\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02637453\",\n      \"brief_title\": \"Addition of Six Short Lines on Pulmonary Vein Isolation\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Paroxysmal Atrial Fibrillation\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02667652\",\n      \"brief_title\": \"The Curative Effect of the Length of the Jejunum Exclusion in Grstric Bypass Surgery for Type 2 Diabetes\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Type 2 Diabetes\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02762851\",\n      \"brief_title\": \"Influenza Vaccine To Prevent Adverse Vascular Events (RCT-IVVE)\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Failure\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Influenza\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02785237\",\n      \"brief_title\": \"Intra-patient Study With Polymer Free Drug Eluting Stent Versus Abluminal Biodegradable Polymer Drug Eluting Stent With Early OCT (Optical Coherence Tomography) Follow up\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02787044\",\n      \"brief_title\": \"INfluenza Vaccine to Effectively Stop Cardio Thoracic Events and Decompensated Heart Failure\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Failure\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02826200\",\n      \"brief_title\": \"Rule Out Transcatheter Aortic Valve Thrombosis With Post Implantation Computed Tomography (RETORIC)\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Prosthetic Cardiac Valve Thrombosis\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Prosthetic Valve Malfunction\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cerebrovascular Accident\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02833948\",\n      \"brief_title\": \"Comparison of a Rivaroxaban-based Strategy With an Antiplatelet-based Strategy Following Successful TAVR for the Prevention of Leaflet Thickening and Reduced Leaflet Motion as Evaluated by Four-dimensional, Volume-rendered Computed Tomography (4DCT)\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic Valve Stenosis\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Valve Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Ventricular Outflow Obstruction\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Thrombosis\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02835716\",\n      \"brief_title\": \"Pre-Clinical (Alzheimers) Diagnosis PCD = Optimum Outcomes OO\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Alzheimer Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02843529\",\n      \"brief_title\": \"Evaluation of a Computerized Complex Instrumental Activities of Daily Living Marker (NMI)\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Alzheimer Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cognitive Impairment\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Dementia\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Mild Cognitive Impairment\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Memory Disorders\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Presymptomatic Disease\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02900729\",\n      \"brief_title\": \"Randomized Controlled Trial of Renal Denervation for Resistant Hypertension\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Hypertension\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02974660\",\n      \"brief_title\": \"Protamine Sulfate During Transcatheter Aortic Valve Implantation\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic Valve Stenosis\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT02993120\",\n      \"brief_title\": \"Getting to an Improved Understanding of Low-Density Lipoprotein Cholesterol and Dyslipidemia Management (GOULD) a Registry of High Cardiovascular Risk Subjects in the United States\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Dyslipidemia\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"ASCVD Management\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Medical Conditions to be Studied\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03084510\",\n      \"brief_title\": \"REPRISE China - Clinical Evaluation in China\",\n      \"status\": \"WITHDRAWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Stenoses, Aortic Valve\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03165812\",\n      \"brief_title\": \"A Diabetes Improvement in Medical Therapy Versus SADJB Study\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Overweight\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03182855\",\n      \"brief_title\": \"Cangrelor vs. Ticagrelor for Early Platelet Inhibition in STEMI\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Coronary Syndrome\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"STEMI - ST Elevation Myocardial Infarction\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03200574\",\n      \"brief_title\": \"Behavior of Valve Leaflets\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic-valve Replacement\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03214471\",\n      \"brief_title\": \"Evaluation of a Lifestyle Intervention After Bariatric Surgery\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03319888\",\n      \"brief_title\": \"Effect of CPAP in the Worsening of Renal Function in Early Stages of Chronic Kidney Disease (CKD)\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Sleep Apnea\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Chronic Kidney Insufficiency\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03341429\",\n      \"brief_title\": \"Evaluation of Liraglutide 3.0mg in Patients With Poor Weight-loss and a Suboptimal Glucagon-like Peptide-1 Response\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03378934\",\n      \"brief_title\": \"Anti-platelet Effect of Berberine in Patients After Percutaneous Coronary Intervention\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Percutaneous Coronary Intervention\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03410095\",\n      \"brief_title\": \"The Brain Changes in Sleep Apnea Study\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Sleep Apnea\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Sleep\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Sleep Apnea Syndromes\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03429608\",\n      \"brief_title\": \"Quantitative Estimation of Thrombus Burden in Patients With STEMI Using Micro-Computed Tomography (QUEST-STEMI)\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Thrombi\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"ST Elevation Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03445546\",\n      \"brief_title\": \"Platelet Function in Resuscitated Patients-2\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiac Arrest\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03542110\",\n      \"brief_title\": \"The Alirocumab for Stopping Atherosclerosis Progression in Saphenous Vein Grafts (ASAP-SVG) Pilot Trial\",\n      \"status\": \"TERMINATED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Saphenous Vein Graft Atherosclerosis\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03551496\",\n      \"brief_title\": \"The DES BTK Vascular Stent System vs PTA in Subjects With Critical Limb Ischemia\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Critical Limb Ischemia\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03558295\",\n      \"brief_title\": \"CHAOS Registry Study\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Atrial Fibrillation\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Ischem Heart Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Oral Anticoagulants\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Primary Coronay Intervention\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03567733\",\n      \"brief_title\": \"Prospective Registry of Patients Over 75 Years Old Treated With Xience Sierra Stents. Sierra 75 Study\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Ischemic Heart Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03630055\",\n      \"brief_title\": \"Rivaroxaban Post-Transradial Access for the Prevention of Radial Artery Occlusion\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Radial Artery Occlusion\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03632785\",\n      \"brief_title\": \"Laboratory Implications of Non Obstructive Atherosclerotic Plaques Identified by Multiple Detector Coronary Angiotomography\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Platelet Aggregation, Spontaneous\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Angiography of Multiple Detectors\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Discrete Coronary Artery Stenosis\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Risk Factor\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03643783\",\n      \"brief_title\": \"Impact of Plasma Soluble Prorenin Receptor in Obese and Type 2 Diabetic Patients\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Type2 Diabetes\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Bariatric Surgery Candidate\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03649594\",\n      \"brief_title\": \"Risk Stratification Post TAVI Using TEG\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic Valve Stenosis\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Platelet Function Tests\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Thrombelastography\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Transcatheter Aortic Valve Replacement\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Predictive Value of Tests\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Thrombosis\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03729401\",\n      \"brief_title\": \"Personalization of Long-Term Antiplatelet Therapy - RAPID EXTEND\",\n      \"status\": \"SUSPENDED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Myocardial Infarction\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03759691\",\n      \"brief_title\": \"Predictors for Prehospital Delay in Stroke Treatment\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Stroke\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03854981\",\n      \"brief_title\": \"Pre-operative Exercise and Nutrition Therapy on Cardio-metabolic Health in Patients Undergoing Bariatric Surgery\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Bariatric Surgery Candidate\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03881943\",\n      \"brief_title\": \"Ticagrelor Monotherapy Compared to Aspirin Monotherapy in Patients With History of ACS\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Coronary Syndrome\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03940066\",\n      \"brief_title\": \"Evaluation of Ambulatory Monitoring of Patients After High-risk Acute Coronary Syndrome Using Two Different Systems: Biomonitor-2 and Kardia Mobile\",\n      \"status\": \"ACTIVE_NOT_RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Atrial Fibrillation\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Syncope\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Arrhythmias, Cardiac\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Tachycardia\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03968224\",\n      \"brief_title\": \"Effectiveness of Dapagliflozin for Weight Loss\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"PreDiabetes\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity, Morbid\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE2\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03975478\",\n      \"brief_title\": \"Bariatric Surgery and LDL Cholesterol\",\n      \"status\": \"ACTIVE_NOT_RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Bariatric Surgery\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT03981835\",\n      \"brief_title\": \"Management of Antiplatelet Regimen During Surgical Procedures\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Surgery\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Percutaneous Coronary Intervention\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Surgery--Complications\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiac Surgery\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04073875\",\n      \"brief_title\": \"18F-GP1 PET-CT to Detect Bioprosthetic Aortic Valve Thrombosis\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Thrombosis Cardiac\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic Valve Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04087382\",\n      \"brief_title\": \"Mechanical Thrombectomy in Acute Ischemic Stroke Beyond the Time of Window\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Ischemic Stroke\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04132531\",\n      \"brief_title\": \"Effect of Weight Loss Surgery on Stem Cells.\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Stem Cells\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Morbidity\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity, Morbid\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04149392\",\n      \"brief_title\": \"Use of CGM for Diabetes Management Following a Hospitalization.\",\n      \"status\": \"WITHDRAWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04152291\",\n      \"brief_title\": \"The Effect of E-EPA on Circulating LDL and Plasma Lipid Metabolism\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Low-density Lipoproteins Aggregation Susceptibility\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Atherosclerosis\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Low-density Lipoprotein Lipid Composition\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04171726\",\n      \"brief_title\": \"Rotterdam EDOXaban Leaflet Evaluation in Patients After Transcatheter Aortic Valve Implantation\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Aortic Valve Stenosis\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04183868\",\n      \"brief_title\": \"Effects of empagliFlozin on myocardIal metabOlic Rate of glucosE Estimated Through 18FDG PET (FIORE Study)\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Type 2 Diabetes\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Risk Factor\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04218656\",\n      \"brief_title\": \"DUAL Pathway Inhibition to Improve Endothelial Function in Peripheral Artery Disease\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Peripheral Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04242784\",\n      \"brief_title\": \"IMPROVE Stroke Care- Developing and Optimizing Regional Systems of Stroke Care\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Intracranial Hemorrhages\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Stroke\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Subarachnoid Hemorrhage\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04298229\",\n      \"brief_title\": \"Efficacy and Safety of Dapagliflozin in Acute Heart Failure\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Diabetes Mellitus, Type 2\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Failure\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04305028\",\n      \"brief_title\": \"Influence of Rivaroxaban for Intermittent Claudication and Exercise Tolerance in Patients With Symptomatic PAD\",\n      \"status\": \"NOT_YET_RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Peripheral Arterial Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04319081\",\n      \"brief_title\": \"Study to Evaluate Changes in Cognitive Function in Patients Treated With PCSK9 Inhibitors\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Quality of Life\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Cognitive Function\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Hypercholesterolemia\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04331145\",\n      \"brief_title\": \"Platelet REACtivity According to TICagrelor Dose After Transcatheter AorticValve Implantation\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Symptomatic Aortic Stenosis\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE4\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04347200\",\n      \"brief_title\": \"REGistry of Long-term AnTithrombotic TherApy-1\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease (CAD) (E.G., Angina, Myocardial Infarction, and Atherosclerotic Heart Disease (ASHD))\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Peripheral Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04360720\",\n      \"brief_title\": \"PercutaNEOus Coronary Intervention Followed by Monotherapy INstead of Dual Antiplatelet Therapy in the SETting of Acute Coronary Syndromes: The NEO-MINDSET Trial\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Acute Coronary Syndrome\"\n        }\n       }\n      ],\n      \"phase\": \"PHASE3\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04395846\",\n      \"brief_title\": \"Heart Failure and Preserved Ejection Fraction: Observation of Its Progression and Prognosis (HOPP-BERN)\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Heart Failure With Preserved Ejection Fraction\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04397211\",\n      \"brief_title\": \"Angiography-Derived FFR And IVUS for Clinical Outcomes in Patients With Coronary Artery Disease\",\n      \"status\": \"ACTIVE_NOT_RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04431661\",\n      \"brief_title\": \"CAOCT: Intra CoronAry Optical Computerized Tomography in out-of Hospital Cardiac Arrest Patients\",\n      \"status\": \"TERMINATED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Out of Hospital Cardiac Arrest\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04501198\",\n      \"brief_title\": \"Moxibustion Combined With Characteristic Lifestyle Intervention of Traditional Chinese Medicine in the Treatment of Abdominal Obesity: A Study Protocol for a Randomized Controlled Trial\",\n      \"status\": \"UNKNOWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Obesity\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04508985\",\n      \"brief_title\": \"The McGill RAAS-COVID-19 Trial\",\n      \"status\": \"COMPLETED\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Cardiovascular Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"COVID-19\"\n        }\n       }\n      ],\n      \"phase\": \"NA\"\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04513613\",\n      \"brief_title\": \"ACHIEVE GRX Registry\",\n      \"status\": \"WITHDRAWN\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Peripheral Arterial Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Renal Artery Disease\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Peripheral Vascular Diseases\"\n        }\n       },\n       {\n        \"condition\": {\n         \"condition_name\": \"Carotid Artery Diseases\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04547231\",\n      \"brief_title\": \"Impact of Coronary CT Angiography, Physiologic Assessment and Pharmacotherapy on the Clinical Outcomes\",\n      \"status\": \"RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"Coronary Artery Disease\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT04549766\",\n      \"brief_title\": \"Predictive Value of PRECISE DAPT Score in STEMI Patients After Primary PCI\",\n      \"status\": \"NOT_YET_RECRUITING\",\n      \"conditions\": [\n       {\n        \"condition\": {\n         \"condition_name\": \"ST-segment Elevation Myocardial Infarction (STEMI)\"\n        }\n       }\n      ],\n      \"phase\": null\n     }\n    }\n   ],\n   \"provider_clinical_trial_relationships_aggregate\": {\n    \"aggregate\": {\n     \"count\": 158\n    }\n   }\n  }\n ]\n}"}],"_postman_id":"c98aee77-08fc-4443-b008-4f97c2317d23"},{"name":"Get Clinical Trials Graph","id":"9ea7f12c-6b1d-455c-8cf9-bcecc29a44bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-clinical-trials-graph","description":"<h3 id=\"get-provider-clinical-trials-graph\">GET Provider Clinical Trials Graph</h3>\n<p>This endpoint allows you to retrieve provider clinical trials graph data.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>npi_number</code> (number) - The NPI number of the provider.</p>\n</li>\n<li><p><code>limit</code> (number) - Limit the number of results.</p>\n</li>\n<li><p><code>degreeLimit</code> (number) - Limit the degree of related providers.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and has the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"providers\": [\n    {\n      \"related_clinical_trials\": [\n        {\n          \"clinical_trial\": {\n            \"nct_id\": \"string\",\n            \"brief_title\": \"string\",\n            \"related_providers\": [\n              {\n                \"provider\": {\n                  \"npi_number\": \"number\",\n                  \"first_name\": \"string\",\n                  \"last_name\": \"string\",\n                  \"provider_taxonomy_relationships\": [\n                    {\n                      \"taxonomies_individual\": {\n                        \"display_name\": \"string\",\n                        \"primary_specialty\": \"string\"\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p>The response includes an array of providers, each with related clinical trials. Each clinical trial contains an identifier, brief title, and related providers with their NPI number, first name, last name, and taxonomy information.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"providers\": [\n    {\n      \"related_clinical_trials\": [\n        {\n          \"clinical_trial\": {\n            \"nct_id\": \"example_id\",\n            \"brief_title\": \"Example Clinical Trial\",\n            \"related_providers\": [\n              {\n                \"provider\": {\n                  \"npi_number\": 12345,\n                  \"first_name\": \"John\",\n                  \"last_name\": \"Doe\",\n                  \"provider_taxonomy_relationships\": [\n                    {\n                      \"taxonomies_individual\": {\n                        \"display_name\": \"Example Specialty\",\n                        \"primary_specialty\": \"Example Primary Specialty\"\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-provider-clinical-trials-graph"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"7c3aa2c2-d328-40f7-b2d1-b0a089335f02","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-clinical-trials-graph","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"52"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-clinical-trials-graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2302"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amz-apigw-id","value":"dJXDtGt_IAMEbfg="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"2302"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:53 GMT"},{"key":"x-amzn-requestid","value":"a117e6d8-1513-4419-bc58-81d876102355"},{"key":"x-request-id","value":"d226f6b4-6b1b-45d6-a4b4-4408d371d5f0"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"related_clinical_trials\": [\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00050817\",\n      \"brief_title\": \"Clopidogrel for High Atherothrombotic Risk and Ischemic Stabilization, Management and Avoidance (CHARISMA)\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1033123633,\n         \"first_name\": \"STEVEN\",\n         \"last_name\": \"STEINHUBL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1487723714,\n         \"first_name\": \"ERIC\",\n         \"last_name\": \"TOPOL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1669489936,\n         \"first_name\": \"PETER\",\n         \"last_name\": \"BERGER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1730139254,\n         \"first_name\": \"MARK\",\n         \"last_name\": \"CREAGER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00263042\",\n      \"brief_title\": \"Comprehensive Rimonabant Evaluation Study of Cardiovascular ENDpoints and Outcomes\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1104930338,\n         \"first_name\": \"SORIN\",\n         \"last_name\": \"BRENER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1154580785,\n         \"first_name\": \"GEORGE\",\n         \"last_name\": \"THOMAS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Cardiatric Electrophysiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1194816082,\n         \"first_name\": \"THOMAS\",\n         \"last_name\": \"PEARSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1306818273,\n         \"first_name\": \"DAVID\",\n         \"last_name\": \"KNOPMAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1467536516,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"HARRINGTON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT00462917\",\n      \"brief_title\": \"REVEAL III: Risk Evaluation and Education for Alzheimer's Disease\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1013225010,\n         \"first_name\": \"DENISE\",\n         \"last_name\": \"LAUTENBACH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1083040885,\n         \"first_name\": \"CLARA\",\n         \"last_name\": \"CHEN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nuclear Medicine\",\n            \"primary_specialty\": \"Nuclear Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1134182769,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"GREEN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1295894426,\n         \"first_name\": \"THOMAS\",\n         \"last_name\": \"OBISESAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Geriatric Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1548673627,\n         \"first_name\": \"SCOTT\",\n         \"last_name\": \"ROBERTS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Infectious Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01179048\",\n      \"brief_title\": \"Liraglutide Effect and Action in Diabetes: Evaluation of Cardiovascular Outcome Results\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1003422007,\n         \"first_name\": \"QING\",\n         \"last_name\": \"YE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1003856188,\n         \"first_name\": \"JEFFREY\",\n         \"last_name\": \"UNGER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1013021914,\n         \"first_name\": \"GLENN\",\n         \"last_name\": \"MATFIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1023033321,\n         \"first_name\": \"MICHAEL\",\n         \"last_name\": \"DAVIDSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1023098605,\n         \"first_name\": \"JASON\",\n         \"last_name\": \"GAGLIA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01212302\",\n      \"brief_title\": \"Optimizing Aspirin and Clopidogrel Therapy (BOchum CLopidogrel and Aspirin Plan)\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1033123633,\n         \"first_name\": \"STEVEN\",\n         \"last_name\": \"STEINHUBL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1962515551,\n         \"first_name\": \"DEEPAK\",\n         \"last_name\": \"BHATT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01225562\",\n      \"brief_title\": \"Prevention of Cardiovascular Events (eg, Death From Heart or Vascular Disease, Heart Attack, or Stroke) in Patients With Prior Heart Attack Using Ticagrelor Compared to Placebo on a Background of Aspirin\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1013942176,\n         \"first_name\": \"EUGENE\",\n         \"last_name\": \"BRAUNWALD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1346298668,\n         \"first_name\": \"MARC\",\n         \"last_name\": \"SABATINE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1376510578,\n         \"first_name\": \"MARC\",\n         \"last_name\": \"COHEN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1396864328,\n         \"first_name\": \"SAMEER\",\n         \"last_name\": \"BANSILAL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1467847103,\n         \"first_name\": \"RAFAEL\",\n         \"last_name\": \"DIAZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01467466\",\n      \"brief_title\": \"Prevention of Serious Adverse Events Following Angiography\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1023105137,\n         \"first_name\": \"MARTIN\",\n         \"last_name\": \"GALLAGHER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Neurophysiology\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1144295189,\n         \"first_name\": \"MARTIN\",\n         \"last_name\": \"GALLAGHER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Chiropractor\",\n            \"primary_specialty\": \"Chiropractor\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1285056309,\n         \"first_name\": \"RYAN\",\n         \"last_name\": \"FERGUSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1336247105,\n         \"first_name\": \"STEVEN\",\n         \"last_name\": \"WEISBORD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1407823875,\n         \"first_name\": \"GLENN\",\n         \"last_name\": \"CHERTOW\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01492361\",\n      \"brief_title\": \"A Study of AMR101 to Evaluate Its Ability to Reduce Cardiovascular Events in High-Risk Patients With Hypertriglyceridemia and on Statin\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1013922749,\n         \"first_name\": \"EDWARD\",\n         \"last_name\": \"PEREIRA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1013979673,\n         \"first_name\": \"NORMAN\",\n         \"last_name\": \"LEPOR\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1033209614,\n         \"first_name\": \"ELIOT\",\n         \"last_name\": \"BRINTON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1043241904,\n         \"first_name\": \"RAJESH\",\n         \"last_name\": \"PATEL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Diagnostic Radiology\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Vascular and Interventional Radiology\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Radiological Physics\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1043253867,\n         \"first_name\": \"WALLACE\",\n         \"last_name\": \"JOHNSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01581801\",\n      \"brief_title\": \"Bariatric Surgery and Reactive Hypoglycemia\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1043363989,\n         \"first_name\": \"STACY\",\n         \"last_name\": \"BRETHAUER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1114122785,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"ANDREWS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1205814951,\n         \"first_name\": \"BRIAN\",\n         \"last_name\": \"KIT\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pediatrics\",\n            \"primary_specialty\": \"Pediatrics\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1235176272,\n         \"first_name\": \"TANUJA\",\n         \"last_name\": \"DAMANI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1508925991,\n         \"first_name\": \"PARESH\",\n         \"last_name\": \"SHAH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"clinical_trial\": {\n      \"nct_id\": \"NCT01609465\",\n      \"brief_title\": \"Prognostic Models for People With Stable Coronary Artery Disease\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1316910466,\n         \"first_name\": \"JOSEPH\",\n         \"last_name\": \"MASSARO\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1619082179,\n         \"first_name\": \"ALAN\",\n         \"last_name\": \"HIRSCH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical\",\n            \"primary_specialty\": \"Psychologist\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1669558797,\n         \"first_name\": \"KIM\",\n         \"last_name\": \"EAGLE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1710256169,\n         \"first_name\": \"ELIZABETH\",\n         \"last_name\": \"MAHONEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nurse Anesthetist\",\n            \"primary_specialty\": \"Nurse Anesthetist\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1720157076,\n         \"first_name\": \"SIDNEY\",\n         \"last_name\": \"SMITH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"9ea7f12c-6b1d-455c-8cf9-bcecc29a44bb"},{"name":"Get Clinical Trial Conditions","id":"70f55501-c021-4cce-a329-5234eff4ec20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-profile-publication-tab-v2","urlObject":{"path":["api","rest","get-provider-profile-publication-tab-v2"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"0c7fd421-5384-4863-8563-63d7a86179af","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-profile-publication-tab-v2","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-profile-publication-tab-v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"308"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amz-apigw-id","value":"dJXEGHm-oAMElsQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"308"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:56 GMT"},{"key":"x-amzn-requestid","value":"f5b306e1-4104-437a-8ee1-22a1c686f942"},{"key":"x-request-id","value":"c76d91d3-35d3-40d1-b09d-a2560166668c"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"npi_number\": 1962515551,\n   \"first_name\": \"DEEPAK\",\n   \"middle_name\": \"L\",\n   \"last_name\": \"BHATT\",\n   \"provider_clinical_trial_condition_relationship\": [\n    {\n     \"condition_name\": \"Coronary Artery Disease\",\n     \"num_trials\": 16\n    },\n    {\n     \"condition_name\": \"Diabetes Mellitus, Type 2\",\n     \"num_trials\": 16\n    },\n    {\n     \"condition_name\": \"Obesity\",\n     \"num_trials\": 10\n    },\n    {\n     \"condition_name\": \"Cardiovascular Diseases\",\n     \"num_trials\": 9\n    },\n    {\n     \"condition_name\": \"Acute Coronary Syndrome\",\n     \"num_trials\": 8\n    },\n    {\n     \"condition_name\": \"Type 2 Diabetes\",\n     \"num_trials\": 8\n    },\n    {\n     \"condition_name\": \"Heart Failure\",\n     \"num_trials\": 7\n    },\n    {\n     \"condition_name\": \"Myocardial Infarction\",\n     \"num_trials\": 7\n    },\n    {\n     \"condition_name\": \"Hypertension\",\n     \"num_trials\": 5\n    },\n    {\n     \"condition_name\": \"Aortic Valve Stenosis\",\n     \"num_trials\": 5\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"70f55501-c021-4cce-a329-5234eff4ec20"},{"name":"Clinical Trials Endpoint","id":"c515e103-3ca3-4216-ab4b-425ae147de00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"url":"https://clinicaltrials.docnexus.ai/providers/1962515551/clinical_trials","urlObject":{"path":["providers","1962515551","clinical_trials"],"host":["https://clinicaltrials.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"cbbc5997-b1ee-4376-bd6c-b4bcb810f844","name":"successfully / 200","originalRequest":{"method":"GET","header":[{"key":":authority","value":"clinicaltrials.docnexus.ai","disabled":true},{"key":":method","value":"GET","disabled":true},{"key":":path","value":"/providers/1962515551/clinical_trials","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"url":"{{baseURL18}}/providers/1962515551/clinical_trials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token,X-Amz-User-Agent"},{"key":"access-control-allow-methods","value":"OPTIONS,GET,PUT,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-length","value":"3223"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:57 GMT"},{"key":"x-amz-apigw-id","value":"dJXDzG2ZIAMES7Q="},{"key":"x-amzn-requestid","value":"5e55bfaa-1912-484d-9232-210e02753dc2"},{"key":"x-amzn-trace-id","value":"Root=1-66cd387e-18beaa1c24de2f9d02cd4165;Parent=3fc0713897cc98bd;Sampled=0;lineage=82fcbac8:0"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"phase\": [\n   \"PHASE4\"\n  ],\n  \"nct_id\": \"NCT04562467\",\n  \"brief_title\": \"The Use of Icosapent Ethyl on Vascular Progenitor Cells in Individuals With Elevated Cardiovascular Risk\",\n  \"conditions\": [\n   \"Cardiovascular Diseases\",\n   \"Cardiovascular Risk Factor\",\n   \"Triglycerides High\",\n   \"Diabetes Mellitus, Type 2\"\n  ],\n  \"status\": \"COMPLETED\"\n },\n {\n  \"phase\": [\n   \"PHASE4\"\n  ],\n  \"nct_id\": \"NCT01107886\",\n  \"brief_title\": \"Does Saxagliptin Reduce the Risk of Cardiovascular Events When Used Alone or Added to Other Diabetes Medications\",\n  \"conditions\": [\n   \"Type 2 Diabetes Mellitus\"\n  ],\n  \"status\": \"COMPLETED\"\n },\n {\n  \"phase\": [\n   \"PHASE3\"\n  ],\n  \"nct_id\": \"NCT01492361\",\n  \"brief_title\": \"A Study of AMR101 to Evaluate Its Ability to Reduce Cardiovascular Events in High-Risk Patients With Hypertriglyceridemia and on Statin\",\n  \"conditions\": [\n   \"Cardiovascular Diseases\"\n  ],\n  \"status\": \"COMPLETED\"\n },\n {\n  \"phase\": [\n   \"NA\"\n  ],\n  \"nct_id\": \"NCT01418261\",\n  \"brief_title\": \"SYMPLICITY HTN-3 Renal Denervation in Patients With Uncontrolled Hypertension\",\n  \"conditions\": [\n   \"Uncontrolled Hypertension\"\n  ],\n  \"status\": \"COMPLETED\"\n },\n {\n  \"phase\": null,\n  \"nct_id\": \"NCT00560248\",\n  \"brief_title\": \"The BEACON Registry: Best Expert Agreement for Care of Occult Myocardial Infarction (MI) Nationally\",\n  \"conditions\": [\n   \"Chest Pain\"\n  ],\n  \"status\": \"TERMINATED\"\n },\n {\n  \"phase\": [\n   \"PHASE3\"\n  ],\n  \"nct_id\": \"NCT00305162\",\n  \"brief_title\": \"A Clinical Trial to Demonstrate the Efficacy of Cangrelor\",\n  \"conditions\": [\n   \"Myocardial Infarction (MI)\",\n   \"Acute Coronary Syndromes (ACS)\"\n  ],\n  \"status\": \"TERMINATED\"\n },\n {\n  \"phase\": [\n   \"PHASE3\"\n  ],\n  \"nct_id\": \"NCT04286438\",\n  \"brief_title\": \"Bentracimab in Ticagrelor-treated Patients With Uncontrolled Bleeding or Requiring Urgent Surgery or Invasive Procedure\",\n  \"conditions\": [\n   \"Hemorrhage\",\n   \"Urgent Surgery\",\n   \"Invasive Procedure\"\n  ],\n  \"status\": \"RECRUITING\"\n },\n {\n  \"phase\": [\n   \"PHASE3\"\n  ],\n  \"nct_id\": \"NCT00385138\",\n  \"brief_title\": \"Cangrelor Versus Standard Therapy to Achieve Optimal Management of Platelet Inhibition.\",\n  \"conditions\": [\n   \"Atherosclerosis\",\n   \"Acute Coronary Syndrome (ACS)\"\n  ],\n  \"status\": \"TERMINATED\"\n },\n {\n  \"phase\": [\n   \"NA\"\n  ],\n  \"nct_id\": \"NCT06112418\",\n  \"brief_title\": \"A Randomized Comparison of Personalized Care Based on Heart Disease Staging Versus Usual Care for Prevention of Events\",\n  \"conditions\": [\n   \"Diabetes Mellitus, Type 2\",\n   \"PreDiabetes\",\n   \"Metabolic Syndrome\"\n  ],\n  \"status\": \"RECRUITING\"\n },\n {\n  \"phase\": [\n   \"PHASE4\"\n  ],\n  \"nct_id\": \"NCT00578578\",\n  \"brief_title\": \"Trial to Study the Effects of Supplementary Omega-3 on Serum C-Reactive Protein Levels\",\n  \"conditions\": [\n   \"Coronary Artery Disease\",\n   \"Inflammatory Response\",\n   \"Atherosclerosis\"\n  ],\n  \"status\": \"TERMINATED\"\n },\n {\n  \"phase\": [\n   \"PHASE3\"\n  ],\n  \"nct_id\": \"NCT00263042\",\n  \"brief_title\": \"Comprehensive Rimonabant Evaluation Study of Cardiovascular ENDpoints and Outcomes\",\n  \"conditions\": [\n   \"Cardiovascular Disease\"\n  ],\n  \"status\": \"TERMINATED\"\n },\n {\n  \"phase\": [\n   \"PHASE3\"\n  ],\n  \"nct_id\": \"NCT01991795\",\n  \"brief_title\": \"A Study Comparing Cardiovascular Effects of Ticagrelor Versus Placebo in Patients With Type 2 Diabetes Mellitus\",\n  \"conditions\": [\n   \"Diabetes Mellitus, Type 2\"\n  ],\n  \"status\": \"COMPLETED\"\n },\n {\n  \"phase\": null,\n  \"nct_id\": \"NCT04076813\",\n  \"brief_title\": \"Cangrelor in Acute Myocardial Infarction: Effectiveness and Outcomes Registry\",\n  \"conditions\": [\n   \"Myocardial Infarction\"\n  ],\n  \"status\": \"RECRUITING\"\n }\n]"}],"_postman_id":"c515e103-3ca3-4216-ab4b-425ae147de00"}],"id":"1555b338-d2e3-4ed3-96ae-3f7f71c496e9","_postman_id":"1555b338-d2e3-4ed3-96ae-3f7f71c496e9","description":""},{"name":"Industry Relationships","item":[{"name":"Get Related Products Graph","id":"12acc8d1-5aa7-4712-8185-1a13d6ee3096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-related-products-graph","description":"<p>The API endpoint <code>https://hasurarestproxy.docnexus.ai/api/rest/get-provider-related-products-graph</code> is a POST request that retrieves provider-related products graph.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p>The request should contain a JSON payload with the following parameters:</p>\n<ul>\n<li><p><code>npi_number</code> (number): The NPI number of the provider.</p>\n</li>\n<li><p><code>limit</code> (number): The limit for the query.</p>\n</li>\n<li><p><code>degreeLimit</code> (number): The degree limit for the query.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"providers\": [\n    {\n      \"related_products\": [\n        {\n          \"product\": {\n            \"product_name\": \"string\",\n            \"related_providers\": [\n              {\n                \"provider\": {\n                  \"npi_number\": \"number\",\n                  \"first_name\": \"string\",\n                  \"last_name\": \"string\",\n                  \"provider_taxonomy_relationships\": [\n                    {\n                      \"taxonomies_individual\": {\n                        \"display_name\": \"string\",\n                        \"primary_specialty\": \"string\"\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","rest","get-provider-related-products-graph"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"ae653761-09ad-493d-bc44-763ffc659544","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-related-products-graph","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"52"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-related-products-graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1615"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXDtGTsIAMEIcA="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"1615"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:53 GMT"},{"key":"x-amzn-requestid","value":"9ca6b09a-4e09-4fff-9200-a8475f617cc9"},{"key":"x-request-id","value":"24b8d455-600d-4965-be85-fe4542c6a370"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"related_products\": [\n    {\n     \"product\": {\n      \"product_name\": \"SOTAGLIFLOZIN\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1184615023,\n         \"first_name\": \"JOAN\",\n         \"last_name\": \"BAILEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1275542847,\n         \"first_name\": \"SHAZIA\",\n         \"last_name\": \"HUSSAIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pediatrics\",\n            \"primary_specialty\": \"Pediatrics\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1861487407,\n         \"first_name\": \"LAURIE\",\n         \"last_name\": \"TOM\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1992714133,\n         \"first_name\": \"PEDRO\",\n         \"last_name\": \"PAEZ GONZALEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1316034143,\n         \"first_name\": \"GREGORY\",\n         \"last_name\": \"CLIMACO\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"SOTAGLIFLOZIN\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1184615023,\n         \"first_name\": \"JOAN\",\n         \"last_name\": \"BAILEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1275542847,\n         \"first_name\": \"SHAZIA\",\n         \"last_name\": \"HUSSAIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pediatrics\",\n            \"primary_specialty\": \"Pediatrics\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1861487407,\n         \"first_name\": \"LAURIE\",\n         \"last_name\": \"TOM\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1992714133,\n         \"first_name\": \"PEDRO\",\n         \"last_name\": \"PAEZ GONZALEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1316034143,\n         \"first_name\": \"GREGORY\",\n         \"last_name\": \"CLIMACO\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"SOTAGLIFLOZIN\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1184615023,\n         \"first_name\": \"JOAN\",\n         \"last_name\": \"BAILEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1275542847,\n         \"first_name\": \"SHAZIA\",\n         \"last_name\": \"HUSSAIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pediatrics\",\n            \"primary_specialty\": \"Pediatrics\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1861487407,\n         \"first_name\": \"LAURIE\",\n         \"last_name\": \"TOM\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1992714133,\n         \"first_name\": \"PEDRO\",\n         \"last_name\": \"PAEZ GONZALEZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1316034143,\n         \"first_name\": \"GREGORY\",\n         \"last_name\": \"CLIMACO\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"Victoza\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1841235223,\n         \"first_name\": \"VARDUI\",\n         \"last_name\": \"ARUTYUNYAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1841273331,\n         \"first_name\": \"SUSAN\",\n         \"last_name\": \"FUNK\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1861454308,\n         \"first_name\": \"RICHARD\",\n         \"last_name\": \"SIMONS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1427166479,\n         \"first_name\": \"PAMELA\",\n         \"last_name\": \"MORRIS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1013063627,\n         \"first_name\": \"SASAN\",\n         \"last_name\": \"MIRFAKHRAEE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"Pradaxa\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1508811647,\n         \"first_name\": \"JOHN\",\n         \"last_name\": \"SCHERSCHEL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Cardiatric Electrophysiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1922042068,\n         \"first_name\": \"SATOSHI\",\n         \"last_name\": \"TATESHIMA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Diagnostic Radiology\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Vascular and Interventional Radiology\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1407815905,\n         \"first_name\": \"DAVID\",\n         \"last_name\": \"ROSE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1417047937,\n         \"first_name\": \"ALAN\",\n         \"last_name\": \"JACOBSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1760420061,\n         \"first_name\": \"CHRISTIAN\",\n         \"last_name\": \"RUFF\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"Pradaxa\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1508811647,\n         \"first_name\": \"JOHN\",\n         \"last_name\": \"SCHERSCHEL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Clinical Cardiatric Electrophysiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1922042068,\n         \"first_name\": \"SATOSHI\",\n         \"last_name\": \"TATESHIMA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Diagnostic Radiology\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Vascular and Interventional Radiology\",\n            \"primary_specialty\": \"Radiology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1407815905,\n         \"first_name\": \"DAVID\",\n         \"last_name\": \"ROSE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1417047937,\n         \"first_name\": \"ALAN\",\n         \"last_name\": \"JACOBSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1760420061,\n         \"first_name\": \"CHRISTIAN\",\n         \"last_name\": \"RUFF\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"Non-Covered\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1992892079,\n         \"first_name\": \"JOHN\",\n         \"last_name\": \"LEONARD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hematology & Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Medical Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1316908585,\n         \"first_name\": \"GARY\",\n         \"last_name\": \"RUOFF\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1164514337,\n         \"first_name\": \"GARY\",\n         \"last_name\": \"SCHWARTZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Medical Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1447232772,\n         \"first_name\": \"JAMES\",\n         \"last_name\": \"NEEL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hematology & Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Medical Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hematology\",\n            \"primary_specialty\": \"Pathology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1114919503,\n         \"first_name\": \"MOHAMMAD\",\n         \"last_name\": \"JAHANZEB\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hematology & Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Medical Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"Kerendia\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1164410262,\n         \"first_name\": \"JOANNE\",\n         \"last_name\": \"MILLSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nurse Practitioner\",\n            \"primary_specialty\": \"Nurse Practitioner\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1619967528,\n         \"first_name\": \"WILLIAM\",\n         \"last_name\": \"ALVAREZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1205905478,\n         \"first_name\": \"GAUTHAM\",\n         \"last_name\": \"REDDY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1508856915,\n         \"first_name\": \"RICHARD\",\n         \"last_name\": \"GUNNING\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1215224589,\n         \"first_name\": \"JENNIFER\",\n         \"last_name\": \"THOMPSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"KENGREAL\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1659379824,\n         \"first_name\": \"JAY\",\n         \"last_name\": \"CHAPPELL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1245215516,\n         \"first_name\": \"MANISH\",\n         \"last_name\": \"CHAUHAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1558601880,\n         \"first_name\": \"STEPHANIE\",\n         \"last_name\": \"NELSON\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family\",\n            \"primary_specialty\": \"Nurse Practitioner\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1588612030,\n         \"first_name\": \"DAN\",\n         \"last_name\": \"PROST\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nurse Anesthetist\",\n            \"primary_specialty\": \"Nurse Anesthetist\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1194740266,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"BRADLEY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"product\": {\n      \"product_name\": \"DISEASE STATE\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1972765220,\n         \"first_name\": \"BERRIN\",\n         \"last_name\": \"MONTELEONE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Medical Genetics\",\n            \"primary_specialty\": \"Medical Genetics\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1134177413,\n         \"first_name\": \"ASHISH\",\n         \"last_name\": \"TRIVEDI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1942389390,\n         \"first_name\": \"EVSEN\",\n         \"last_name\": \"ALASYALI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Psychiatry\",\n            \"primary_specialty\": \"Psychiatry\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1477698389,\n         \"first_name\": \"NERISSA\",\n         \"last_name\": \"GALANG-FEATHER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Psychiatry\",\n            \"primary_specialty\": \"Psychiatry\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Child & Adolescent Psychiatry\",\n            \"primary_specialty\": \"Neurology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1184619512,\n         \"first_name\": \"MARC\",\n         \"last_name\": \"COHEN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"12acc8d1-5aa7-4712-8185-1a13d6ee3096"},{"name":"Get Related Life Science Firms Graph","id":"abee7497-715b-42eb-b3f9-1c0fd0b4310f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-related-life-science-firms-graph","urlObject":{"path":["api","rest","get-provider-related-life-science-firms-graph"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"f45a8d64-0a39-4e7d-abc4-289668e252c9","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-related-life-science-firms-graph","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"52"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":1962515551,\"limit\":10,\"degreeLimit\":5}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-related-life-science-firms-graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1822"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXDtHxYoAMEtYw="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"1822"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:53 GMT"},{"key":"x-amzn-requestid","value":"eb085924-cfda-4677-a046-af666a2a4aaa"},{"key":"x-request-id","value":"65ac0e7a-a27c-49b8-a3c0-b01a590e21cd"}],"cookie":[],"responseTime":null,"body":"{\n \"providers\": [\n  {\n   \"related_life_science_firms\": [\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Amgen Inc.\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1346219953,\n         \"first_name\": \"ELIZABETH\",\n         \"last_name\": \"ARTHUR\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Dermatology\",\n            \"primary_specialty\": \"Dermatology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1659398543,\n         \"first_name\": \"CYRUS\",\n         \"last_name\": \"MANCHERJE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1679543953,\n         \"first_name\": \"MARIA\",\n         \"last_name\": \"POLIZZI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1710216841,\n         \"first_name\": \"JONATHAN\",\n         \"last_name\": \"KONING\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Addiction Medicine\",\n            \"primary_specialty\": \"Anesthesiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pain Medicine\",\n            \"primary_specialty\": \"Anesthesiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1457378283,\n         \"first_name\": \"MARGARET\",\n         \"last_name\": \"PROVENZA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Otolaryngology\",\n            \"primary_specialty\": \"Otolaryngology\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Boehringer Ingelheim Pharma GmbH & Co.KG\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1316985237,\n         \"first_name\": \"MATTHEW\",\n         \"last_name\": \"WEIR\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Nephrology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1013933290,\n         \"first_name\": \"BALAZS\",\n         \"last_name\": \"HALMOS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Hematology & Oncology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1013902444,\n         \"first_name\": \"MARK\",\n         \"last_name\": \"LEBWOHL\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Dermatology\",\n            \"primary_specialty\": \"Dermatology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1427023852,\n         \"first_name\": \"IVAN\",\n         \"last_name\": \"ROSAS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Critical Care Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Pulmonary Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1639100928,\n         \"first_name\": \"JAVED\",\n         \"last_name\": \"BUTLER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Advanced Heart Failure and Transplant Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Sanofi and Genzyme US Companies\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1124036371,\n         \"first_name\": \"AUGUSTO\",\n         \"last_name\": \"POSADAS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Rheumatology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1538168208,\n         \"first_name\": \"JULIE\",\n         \"last_name\": \"PROSSEDA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1548250129,\n         \"first_name\": \"SEAN\",\n         \"last_name\": \"MCDONALD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1972566776,\n         \"first_name\": \"JASON\",\n         \"last_name\": \"AYRES\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1063501559,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"SCHWARTZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"AstraZeneca Pharmaceuticals LP\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1003813015,\n         \"first_name\": \"NEIL\",\n         \"last_name\": \"KUMAR\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1114360013,\n         \"first_name\": \"STEVEN\",\n         \"last_name\": \"SMITH\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1336526805,\n         \"first_name\": \"ZACK\",\n         \"last_name\": \"EMERY\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1649274044,\n         \"first_name\": \"MICHELLE\",\n         \"last_name\": \"BURDETTE\",\n         \"provider_taxonomy_relationships\": []\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1255336871,\n         \"first_name\": \"STEWART\",\n         \"last_name\": \"NIEFIELD\",\n         \"provider_taxonomy_relationships\": []\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Sanofi and Genzyme US Companies\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1124036371,\n         \"first_name\": \"AUGUSTO\",\n         \"last_name\": \"POSADAS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Rheumatology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1538168208,\n         \"first_name\": \"JULIE\",\n         \"last_name\": \"PROSSEDA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1548250129,\n         \"first_name\": \"SEAN\",\n         \"last_name\": \"MCDONALD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1972566776,\n         \"first_name\": \"JASON\",\n         \"last_name\": \"AYRES\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1063501559,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"SCHWARTZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Janssen Research & Development, LLC\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1558300970,\n         \"first_name\": \"BARBARA\",\n         \"last_name\": \"KAHN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1669450680,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"GIVEN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Urology\",\n            \"primary_specialty\": \"Urology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1598793374,\n         \"first_name\": \"MARIA\",\n         \"last_name\": \"ABREU\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Gastroenterology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1235112319,\n         \"first_name\": \"GERALD\",\n         \"last_name\": \"SHULMAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Endocrinology Diabetes & Metabolism\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1154684777,\n         \"first_name\": \"VADIM\",\n         \"last_name\": \"KOSHKIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Eli Lilly and Company\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1356312730,\n         \"first_name\": \"JOSEPH\",\n         \"last_name\": \"PUENTE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1437282415,\n         \"first_name\": \"TAMMY\",\n         \"last_name\": \"WILLIAMS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Adult Health\",\n            \"primary_specialty\": \"Nurse Practitioner\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1972597540,\n         \"first_name\": \"BRIAN\",\n         \"last_name\": \"HEIMER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1326244104,\n         \"first_name\": \"LESLI\",\n         \"last_name\": \"MACE\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Physician Assistant\",\n            \"primary_specialty\": \"Physician Assistant\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1942640073,\n         \"first_name\": \"KRISTIN\",\n         \"last_name\": \"MILLER\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family\",\n            \"primary_specialty\": \"Nurse Practitioner\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Novo Nordisk Inc\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1790777456,\n         \"first_name\": \"AGNIESZKA\",\n         \"last_name\": \"CHROSTOWSKI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1952312282,\n         \"first_name\": \"KRISTINA\",\n         \"last_name\": \"KAUFMANN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1518921352,\n         \"first_name\": \"CHRISTOPHER\",\n         \"last_name\": \"ECONOMUS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1073544284,\n         \"first_name\": \"SOLOMON\",\n         \"last_name\": \"KUCHIPUDI\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1740488998,\n         \"first_name\": \"ARMEN\",\n         \"last_name\": \"HOVHANNISYAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Sanofi and Genzyme US Companies\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1124036371,\n         \"first_name\": \"AUGUSTO\",\n         \"last_name\": \"POSADAS\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Rheumatology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1538168208,\n         \"first_name\": \"JULIE\",\n         \"last_name\": \"PROSSEDA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1548250129,\n         \"first_name\": \"SEAN\",\n         \"last_name\": \"MCDONALD\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Neurological Surgery\",\n            \"primary_specialty\": \"Neurological Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1972566776,\n         \"first_name\": \"JASON\",\n         \"last_name\": \"AYRES\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Family Medicine\",\n            \"primary_specialty\": \"Family Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1063501559,\n         \"first_name\": \"ROBERT\",\n         \"last_name\": \"SCHWARTZ\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    },\n    {\n     \"life_science_firm\": {\n      \"life_science_firm_name\": \"Chiesi USA, Inc.\",\n      \"related_providers\": [\n       {\n        \"provider\": {\n         \"npi_number\": 1669508883,\n         \"first_name\": \"BRIAN\",\n         \"last_name\": \"TRIOLA\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Internal Medicine\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1689600462,\n         \"first_name\": \"STEVEN\",\n         \"last_name\": \"EPSTEIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"General Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Trauma Surgery\",\n            \"primary_specialty\": \"General Surgery\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1245596741,\n         \"first_name\": \"ELISABETH\",\n         \"last_name\": \"GOLDSTEIN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Addiction Medicine\",\n            \"primary_specialty\": \"Anesthesiology\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": null,\n            \"primary_specialty\": null\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1548572738,\n         \"first_name\": \"JASON\",\n         \"last_name\": \"DRENNAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Addiction Medicine\",\n            \"primary_specialty\": \"Anesthesiology\"\n           }\n          }\n         ]\n        }\n       },\n       {\n        \"provider\": {\n         \"npi_number\": 1487622247,\n         \"first_name\": \"JEFFREY\",\n         \"last_name\": \"MATICAN\",\n         \"provider_taxonomy_relationships\": [\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Cardiovascular Disease\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          },\n          {\n           \"taxonomies_individual\": {\n            \"display_name\": \"Interventional Cardiology\",\n            \"primary_specialty\": \"Internal Medicine\"\n           }\n          }\n         ]\n        }\n       }\n      ]\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"abee7497-715b-42eb-b3f9-1c0fd0b4310f"},{"name":"Get Payments","id":"cadce94d-57e2-4028-90ea-a9146b16b44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-payments","urlObject":{"path":["api","rest","get-provider-payments"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"cecd1a88-f924-4e27-8e88-716648efaced","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-payments","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2005"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD1FpcoAMErTA="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"2005"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"c637e6d6-afc5-4400-8183-d05450e0d569"},{"key":"x-request-id","value":"78608bd9-5503-4e8c-be63-1c4bb55afad2"}],"cookie":[],"responseTime":null,"body":"{\n \"get_payments\": [\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2016,\n    \"payment_amount\": 1900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2016,\n    \"payment_amount\": 475\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Grant\",\n    \"program_year\": 2016,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Grant\",\n    \"program_year\": 2016,\n    \"payment_amount\": 2500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Grant\",\n    \"program_year\": 2016,\n    \"payment_amount\": 2500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Grant\",\n    \"program_year\": 2016,\n    \"payment_amount\": 1500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2016,\n    \"payment_amount\": 359.2\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2016,\n    \"payment_amount\": 328\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2016,\n    \"payment_amount\": 262\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"DISEASE STATE\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2016,\n    \"payment_amount\": 260.2\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2017,\n    \"payment_amount\": 1073\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2017,\n    \"payment_amount\": 260\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2017,\n    \"payment_amount\": 3325\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2017,\n    \"payment_amount\": 1900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2017,\n    \"payment_amount\": 950\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2017,\n    \"payment_amount\": 475\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2017,\n    \"payment_amount\": 49.61\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2017,\n    \"payment_amount\": 261.64\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI-AVENTIS U.S. LLC\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2017,\n    \"payment_amount\": 172.1\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2017,\n    \"payment_amount\": 205285.63\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"AMGEN INC.\",\n    \"product_name\": \"REPATHA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 79.78\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 41.21\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 40.75\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 39.94\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 30.55\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 30.55\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2018,\n    \"payment_amount\": 218.21\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"JARDIANCE\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 403.94\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 260\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 237\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 237\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 237\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 186\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2018,\n    \"payment_amount\": 186\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CHIESI USA, INC.\",\n    \"product_name\": \"KENGREAL\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2018,\n    \"payment_amount\": 208.72\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CHIESI USA, INC.\",\n    \"product_name\": \"KENGREAL\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2018,\n    \"payment_amount\": 100\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CHIESI USA, INC.\",\n    \"product_name\": \"KENGREAL\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2018,\n    \"payment_amount\": 60\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CHIESI USA, INC.\",\n    \"product_name\": \"KENGREAL\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2018,\n    \"payment_amount\": 20\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"IRONWOOD PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2018,\n    \"payment_amount\": 4200\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": \"VICTOZA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2018,\n    \"payment_amount\": 118.34\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2019,\n    \"payment_amount\": 47.85\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2019,\n    \"payment_amount\": 39.16\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 8876.26\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1978.76\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 510\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 94.6\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": \"BRILINTA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 28.02\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"JARDIANCE\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 463.42\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"JARDIANCE\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 439.3\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1932\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1756\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1756\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1486\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1380\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1207\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"PRADAXA\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2019,\n    \"payment_amount\": 272\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2019,\n    \"payment_amount\": 4800\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"DAIICHI SANKYO INC.\",\n    \"product_name\": \"SAVAYSA\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"DAIICHI SANKYO INC.\",\n    \"product_name\": \"SAVAYSA\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2019,\n    \"payment_amount\": 1000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Education\",\n    \"program_year\": 2019,\n    \"payment_amount\": 65\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2019,\n    \"payment_amount\": 18.48\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2019,\n    \"payment_amount\": 2.96\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2019,\n    \"payment_amount\": 2.03\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 374.55\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 121\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 121\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 18.56\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"PFIZER INC.\",\n    \"product_name\": \"XELJANZ\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2019,\n    \"payment_amount\": 16200\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 6210.73\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 6010.93\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 760.2\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 335.23\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 214.7\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"SANOFI US SERVICES INC.\",\n    \"product_name\": \"SOTAGLIFLOZIN\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2019,\n    \"payment_amount\": 108.04\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2020,\n    \"payment_amount\": 5250\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"KERENDIA\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 2314\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"NON-COVERED\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 6424\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"NON-COVERED\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 2492\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"NON-COVERED\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 2136\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"JARDIANCE\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 31169.88\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"JARDIANCE\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 3325\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 8645\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ELI LILLY AND COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 24062.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 9875\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 4500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 1500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 3200\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 2400\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"PFIZER INC.\",\n    \"product_name\": \"XELJANZ\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 38700\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"PFIZER INC.\",\n    \"product_name\": \"XELJANZ\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2021,\n    \"payment_amount\": 8400\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ALNYLAM PHARMACEUTICALS INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 6125\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"AMGEN INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Medical Education)\",\n    \"program_year\": 2022,\n    \"payment_amount\": 1250\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"ASTRAZENECA PHARMACEUTICALS LP\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 29702\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"KERENDIA\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 4628\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"KERENDIA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 292\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BAYER HEALTHCARE PHARMACEUTICALS INC.\",\n    \"product_name\": \"KERENDIA\",\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 292\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 11050\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 35\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 572.24\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 140\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 133.4\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 900\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Education\",\n    \"program_year\": 2022,\n    \"payment_amount\": 1301.33\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Education\",\n    \"program_year\": 2022,\n    \"payment_amount\": 1064\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Education\",\n    \"program_year\": 2022,\n    \"payment_amount\": 898.89\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 390.39\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 307.51\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 195.45\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 184.1\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 162.68\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 145\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 126.35\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 58.15\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 32\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 30\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2022,\n    \"payment_amount\": 22500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2022,\n    \"payment_amount\": 22500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2022,\n    \"payment_amount\": 4191.78\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 9961.17\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 6920\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 6791.48\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 5410.37\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 2263.67\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 1516.8\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 1421.49\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 540\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 452\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 289.65\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 235\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 182.24\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 169.54\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 88\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 60\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 8\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 8\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"E.R. SQUIBB & SONS, L.L.C.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 8\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": \"XARELTO\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 5000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 24937.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 14187.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 7687.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"JANSSEN PHARMACEUTICALS, INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 3562.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"MERCK SHARP & DOHME CORPORATION\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 3050\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 16600\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 1600\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2022,\n    \"payment_amount\": 271.14\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 6806.86\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 465.7\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2022,\n    \"payment_amount\": 311.83\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"OTSUKA AMERICA PHARMACEUTICAL, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 3540\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"PFIZER INC.\",\n    \"product_name\": \"XELJANZ\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 17400\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"PFIZER INC.\",\n    \"product_name\": \"XELJANZ\",\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 16200\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"REGENERON PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2022,\n    \"payment_amount\": 765\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": \"JARDIANCE\",\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 895\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BOEHRINGER INGELHEIM PHARMACEUTICALS, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2023,\n    \"payment_amount\": 4770\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Education\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1191.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1808.73\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1455.87\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1286.24\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1259.23\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 958.46\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 618.73\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 303.91\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 72.16\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 25312.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 25312.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 24349.32\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 22500\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 12200\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 9047.25\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 6712.82\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 5733.16\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1859.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1505.34\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1450.28\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 1222.8\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 840.64\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 763.24\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 710.84\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 562.41\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 351.78\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 285\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"BRISTOL MYERS SQUIBB COMPANY\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 285\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CLEERLY, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 2498.3\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CLEERLY, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 124.47\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2023,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Consulting Fee\",\n    \"program_year\": 2023,\n    \"payment_amount\": 3000\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 5185\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"CSL BEHRING\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Speaking / Faculty Fee (Non-CME-related)\",\n    \"program_year\": 2023,\n    \"payment_amount\": 5185\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"MEDTRONIC, INC.\",\n    \"product_name\": \"SYMPLICITY G3\",\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 13.5\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"MODERNATX, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 46.04\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"MODERNATX, INC.\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Travel and Lodging\",\n    \"program_year\": 2023,\n    \"payment_amount\": 340.32\n   }\n  },\n  {\n   \"data\": {\n    \"life_science_firm_name\": \"NOVO NORDISK INC\",\n    \"product_name\": null,\n    \"nature_of_payment\": \"Food and Beverage\",\n    \"program_year\": 2023,\n    \"payment_amount\": 123.66\n   }\n  }\n ]\n}"}],"_postman_id":"cadce94d-57e2-4028-90ea-a9146b16b44d"}],"id":"efa0031b-77e2-4fc6-b8d5-77b21025b58b","_postman_id":"efa0031b-77e2-4fc6-b8d5-77b21025b58b","description":""},{"name":"Claims Data","item":[{"name":"Get Provider Claims Data","id":"27e8d8bd-817e-4a93-a1e3-671554c324a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-provider-claims-data","urlObject":{"path":["api","rest","get-provider-claims-data"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"234c98a9-800f-4264-ad35-1191ee046bfa","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-provider-claims-data","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-provider-claims-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"28984"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:59 GMT"},{"key":"x-amz-apigw-id","value":"dJXECHheoAMEtpQ="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"28984"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amzn-requestid","value":"6f283a72-e15d-4e45-9a47-78c21a8ecedf"},{"key":"x-request-id","value":"2e604eca-34c1-4bc0-a26d-8de7f3b0adf0"}],"cookie":[],"responseTime":null,"body":"{\n \"diagnosis_all_year_diagnosis_count\": [\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"count\": 13\n  },\n  {\n   \"diagnosis_code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"count\": 9\n  },\n  {\n   \"diagnosis_code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"count\": 8\n  },\n  {\n   \"diagnosis_code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"count\": 7\n  },\n  {\n   \"diagnosis_code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"count\": 7\n  },\n  {\n   \"diagnosis_code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"count\": 6\n  },\n  {\n   \"diagnosis_code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"count\": 6\n  },\n  {\n   \"diagnosis_code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"count\": 4\n  },\n  {\n   \"diagnosis_code\": \"I10\",\n   \"descriptions\": [\n    \"Essential (primary) hypertension\"\n   ],\n   \"count\": 4\n  },\n  {\n   \"diagnosis_code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"count\": 4\n  },\n  {\n   \"diagnosis_code\": \"R931\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"diagnosis_code\": \"R079\",\n   \"descriptions\": [\n    \"Chest pain, unspecified\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"diagnosis_code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"diagnosis_code\": \"Z952\",\n   \"descriptions\": [\n    \"Presence of prosthetic heart valve\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"I2602\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"I2111\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"R0602\",\n   \"descriptions\": [\n    \"Shortness of breath\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"I509\",\n   \"descriptions\": [\n    \"Heart failure, unspecified\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"R9439\",\n   \"descriptions\": [\n    \"Abnormal result of other cardiovascular function study\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"I200\",\n   \"descriptions\": [\n    \"Unstable angina\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"I259\",\n   \"descriptions\": [\n    \"Chronic ischemic heart disease, unspecified\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"diagnosis_code\": \"I422\",\n   \"descriptions\": [\n    \"Other hypertrophic cardiomyopathy\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I442\",\n   \"descriptions\": [\n    \"Atrioventricular block, complete\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I469\",\n   \"descriptions\": [\n    \"Cardiac arrest, cause unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I480\",\n   \"descriptions\": [\n    \"Paroxysmal atrial fibrillation\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I5020\",\n   \"descriptions\": [\n    \"Unspecified systolic (congestive) heart failure\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I5022\",\n   \"descriptions\": [\n    \"Chronic systolic (congestive) heart failure\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I5033\",\n   \"descriptions\": [\n    \"Acute on chronic diastolic (congestive) heart failure\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I50814\",\n   \"descriptions\": [\n    \"Right heart failure due to left heart failure\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"C50912\",\n   \"descriptions\": [\n    \"Malignant neoplasm of unspecified site of left female breast\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I7101\",\n   \"descriptions\": [\n    \"Dissection of thoracic aorta\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I712\",\n   \"descriptions\": [\n    \"Thoracic aortic aneurysm, without rupture\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I872\",\n   \"descriptions\": [\n    \"Venous insufficiency (chronic) (peripheral)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"J189\",\n   \"descriptions\": [\n    \"Pneumonia, unspecified organism\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"K5669\",\n   \"descriptions\": [\n    \"Other intestinal obstruction\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"M5116\",\n   \"descriptions\": [\n    \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"O80\",\n   \"descriptions\": [\n    \"Encounter for full-term uncomplicated delivery\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"Q245\",\n   \"descriptions\": [\n    \"Malformation of coronary vessels\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R001\",\n   \"descriptions\": [\n    \"Bradycardia, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R002\",\n   \"descriptions\": [\n    \"Palpitations\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R0789\",\n   \"descriptions\": [\n    \"Other chest pain\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R0902\",\n   \"descriptions\": [\n    \"Hypoxemia\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R109\",\n   \"descriptions\": [\n    \"Unspecified abdominal pain\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R579\",\n   \"descriptions\": [\n    \"Shock, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"R9389\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of other specified body structures\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"S42354A\",\n   \"descriptions\": [\n    \"Nondisplaced comminuted fracture of shaft of humerus, right arm, initial encounter for closed fracture\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"T82390A\",\n   \"descriptions\": [\n    \"Other mechanical complication of aortic (bifurcation) graft (replacement), initial encounter\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I5189\",\n   \"descriptions\": [\n    \"Other ill-defined heart diseases\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"D649\",\n   \"descriptions\": [\n    \"Anemia, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"E1365\",\n   \"descriptions\": [\n    \"Other specified diabetes mellitus with hyperglycemia\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"E7800\",\n   \"descriptions\": [\n    \"Pure hypercholesterolemia, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"E7801\",\n   \"descriptions\": [\n    \"Familial hypercholesterolemia\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"E782\",\n   \"descriptions\": [\n    \"Mixed hyperlipidemia\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"E785\",\n   \"descriptions\": [\n    \"Hyperlipidemia, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"E859\",\n   \"descriptions\": [\n    \"Amyloidosis, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I059\",\n   \"descriptions\": [\n    \"Rheumatic mitral valve disease, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2102\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2119\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2129\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving other sites\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I249\",\n   \"descriptions\": [\n    \"Acute ischemic heart disease, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I25708\",\n   \"descriptions\": [\n    \"Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2609\",\n   \"descriptions\": [\n    \"Other pulmonary embolism with acute cor pulmonale\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2692\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery without acute cor pulmonale\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I272\",\n   \"descriptions\": [\n    \"Other secondary pulmonary hypertension\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2720\",\n   \"descriptions\": [\n    \"Pulmonary hypertension, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I319\",\n   \"descriptions\": [\n    \"Disease of pericardium, unspecified\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I340\",\n   \"descriptions\": [\n    \"Nonrheumatic mitral (valve) insufficiency\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"diagnosis_code\": \"I351\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) insufficiency\"\n   ],\n   \"count\": 1\n  }\n ],\n \"procedure_all_year_procedure_count\": [\n  {\n   \"procedure_code\": \"93458\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\"\n   ],\n   \"count\": 41\n  },\n  {\n   \"procedure_code\": \"36415\",\n   \"descriptions\": [\n    \"Collection of venous blood by venipuncture\"\n   ],\n   \"count\": 30\n  },\n  {\n   \"procedure_code\": \"93000\",\n   \"descriptions\": [\n    \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\"\n   ],\n   \"count\": 26\n  },\n  {\n   \"procedure_code\": \"93451\",\n   \"descriptions\": [\n    \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\"\n   ],\n   \"count\": 20\n  },\n  {\n   \"procedure_code\": \"93454\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\"\n   ],\n   \"count\": 20\n  },\n  {\n   \"procedure_code\": \"C1894\",\n   \"descriptions\": [\n    \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\"\n   ],\n   \"count\": 18\n  },\n  {\n   \"procedure_code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 17\n  },\n  {\n   \"procedure_code\": \"J2001\",\n   \"descriptions\": [\n    \"Injection, lidocaine hcl for intravenous infusion, 10 mg\"\n   ],\n   \"count\": 16\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"descriptions\": [\n    \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\"\n   ],\n   \"count\": 16\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"descriptions\": [\n    \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 15\n  },\n  {\n   \"procedure_code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ],\n   \"count\": 15\n  },\n  {\n   \"procedure_code\": \"Q9967\",\n   \"descriptions\": [\n    \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\"\n   ],\n   \"count\": 15\n  },\n  {\n   \"procedure_code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial biopsy\"\n   ],\n   \"count\": 15\n  },\n  {\n   \"procedure_code\": \"J3010\",\n   \"descriptions\": [\n    \"Injection, fentanyl citrate, 0.1 mg\"\n   ],\n   \"count\": 13\n  },\n  {\n   \"procedure_code\": \"J2250\",\n   \"descriptions\": [\n    \"Injection, midazolam hydrochloride, per 1 mg\"\n   ],\n   \"count\": 13\n  },\n  {\n   \"procedure_code\": \"J1644\",\n   \"descriptions\": [\n    \"Injection, heparin sodium, per 1000 units\"\n   ],\n   \"count\": 12\n  },\n  {\n   \"procedure_code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin time;\"\n   ],\n   \"count\": 12\n  },\n  {\n   \"procedure_code\": \"93005\",\n   \"descriptions\": [\n    \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\"\n   ],\n   \"count\": 11\n  },\n  {\n   \"procedure_code\": \"80048\",\n   \"descriptions\": [\n    \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\"\n   ],\n   \"count\": 10\n  },\n  {\n   \"procedure_code\": \"85025\",\n   \"descriptions\": [\n    \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\"\n   ],\n   \"count\": 10\n  },\n  {\n   \"procedure_code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin time, partial (PTT); plasma or whole blood\"\n   ],\n   \"count\": 8\n  },\n  {\n   \"procedure_code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding (may include infusion/perfusion capability)\"\n   ],\n   \"count\": 6\n  },\n  {\n   \"procedure_code\": \"93456\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right heart catheterization\"\n   ],\n   \"count\": 6\n  },\n  {\n   \"procedure_code\": \"93460\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\"\n   ],\n   \"count\": 6\n  },\n  {\n   \"procedure_code\": \"85027\",\n   \"descriptions\": [\n    \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count)\"\n   ],\n   \"count\": 5\n  },\n  {\n   \"procedure_code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody screen, RBC, each serum technique\"\n   ],\n   \"count\": 5\n  },\n  {\n   \"procedure_code\": \"86900\",\n   \"descriptions\": [\n    \"Blood typing, serologic; ABO\"\n   ],\n   \"count\": 5\n  },\n  {\n   \"procedure_code\": \"86901\",\n   \"descriptions\": [\n    \"Blood typing, serologic; Rh (D)\"\n   ],\n   \"count\": 5\n  },\n  {\n   \"procedure_code\": \"92941\",\n   \"descriptions\": [\n    \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\"\n   ],\n   \"count\": 4\n  },\n  {\n   \"procedure_code\": \"88307\",\n   \"descriptions\": [\n    \"Level V - Surgical pathology, gross and microscopic examination Adrenal, resection Bone - biopsy/curettings Bone fragment(s), pathologic fracture Brain, biopsy Brain/meninges, tumor resection Breast, excision of lesion, requiring microscopic evaluation of surgical margins Breast, mastectomy - partial/simple Cervix, conization Colon, segmental resection, other than for tumor Extremity, amputation, non-traumatic Eye, enucleation Kidney, partial/total nephrectomy Larynx, partial/total resection Liver, biopsy - needle/wedge Liver, partial resection Lung, wedge biopsy Lymph nodes, regional resection Mediastinum, mass Myocardium, biopsy Odontogenic tumor Ovary with or without tube, neoplastic Pancreas, biopsy Placenta, third trimester Prostate, except radical resection Salivary gland Sentinel lymph node Small intestine, resection, other than for tumor Soft tissue mass (except lipoma) - biopsy/simple excision Stomach - subtotal/total resection, other than for tumor Testis, biopsy Thymus, tumor Thyroid, total/lobe Ureter, resection Urinary bladder, TUR Uterus, with or without tubes and ovaries, other than neoplastic/prolapse\"\n   ],\n   \"count\": 4\n  },\n  {\n   \"procedure_code\": \"C1725\",\n   \"descriptions\": [\n    \"Catheter, transluminal angioplasty, non-laser (may include guidance, infusion/perfusion capability)\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"92972\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary lithotripsy (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation time; activated\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"93306\",\n   \"descriptions\": [\n    \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, complete, with spectral Doppler echocardiography, and with color flow Doppler echocardiography\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"83735\",\n   \"descriptions\": [\n    \"Magnesium\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"92979\",\n   \"descriptions\": [\n    \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; each additional vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"82565\",\n   \"descriptions\": [\n    \"Creatinine; blood\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/covered, with delivery system\"\n   ],\n   \"count\": 3\n  },\n  {\n   \"procedure_code\": \"84520\",\n   \"descriptions\": [\n    \"Urea nitrogen; quantitative\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"92929\",\n   \"descriptions\": [\n    \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; each additional branch of a major coronary artery (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"93325\",\n   \"descriptions\": [\n    \"Doppler echocardiography color flow velocity mapping (List separately in addition to codes for echocardiography)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"97162\",\n   \"descriptions\": [\n    \"Physical therapy evaluation: moderate complexity, requiring these components: A history of present problem with 1-2 personal factors and/or comorbidities that impact the plan of care; An examination of body systems using standardized tests and measures in addressing a total of 3 or more elements from any of the following: body structures and functions, activity limitations, and/or participation restrictions; An evolving clinical presentation with changing characteristics; and Clinical decision making of moderate complexity using standardized patient assessment instrument and/or measurable assessment of functional outcome. Typically, 30 minutes are spent face-to-face with the patient and/or family.\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"97110\",\n   \"descriptions\": [\n    \"Therapeutic procedure, 1 or more areas, each 15 minutes; therapeutic exercises to develop strength and endurance, range of motion and flexibility\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"76932\",\n   \"descriptions\": [\n    \"Ultrasonic guidance for endomyocardial biopsy, imaging supervision and interpretation\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"84132\",\n   \"descriptions\": [\n    \"Potassium; serum, plasma or whole blood\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"33210\",\n   \"descriptions\": [\n    \"Insertion or replacement of temporary transvenous single chamber cardiac electrode or pacemaker catheter (separate procedure)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"80053\",\n   \"descriptions\": [\n    \"Comprehensive metabolic panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Phosphatase, alkaline (84075) Potassium (84132) Protein, total (84155) Sodium (84295) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450) Urea nitrogen (BUN) (84520)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"80061\",\n   \"descriptions\": [\n    \"Lipid panel This panel must include the following: Cholesterol, serum, total (82465) Lipoprotein, direct measurement, high density cholesterol (HDL cholesterol) (83718) Triglycerides (84478)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"82553\",\n   \"descriptions\": [\n    \"Creatine kinase (CK), (CPK); MB fraction only\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"92920\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary angioplasty; single major coronary artery or branch\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"G8978\",\n   \"descriptions\": [\n    \"Mobility: walking & moving around functional limitation, current status, at therapy episode outset and at reporting intervals\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"G8979\",\n   \"descriptions\": [\n    \"Mobility: walking & moving around functional limitation, projected goal status, at therapy episode outset, at reporting intervals, and at discharge or to end reporting\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"C1753\",\n   \"descriptions\": [\n    \"Catheter, intravascular ultrasound\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"93572\",\n   \"descriptions\": [\n    \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; each additional vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"93463\",\n   \"descriptions\": [\n    \"Pharmacologic agent administration (eg, inhaled nitric oxide, intravenous infusion of nitroprusside, dobutamine, milrinone, or other agent) including assessing hemodynamic measurements before, during, after and repeat pharmacologic agent administration, when performed (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"84484\",\n   \"descriptions\": [\n    \"Troponin, quantitative\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"J2371\",\n   \"descriptions\": [\n    \"Injection, phenylephrine hydrochloride, 20 micrograms\"\n   ],\n   \"count\": 2\n  },\n  {\n   \"procedure_code\": \"U0005\",\n   \"descriptions\": [\n    \"Infectious agent detection by nucleic acid (dna or rna); severe acute respiratory syndrome coronavirus 2 (sars-cov-2) (coronavirus disease [covid-19]), amplified probe technique, cdc or non-cdc, making use of high throughput technologies, completed within 2 calendar days from date of specimen collection (list separately in addition to either hcpcs code u0003 or u0004) as described by cms-2020-01-r2\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"33990\",\n   \"descriptions\": [\n    \"Insertion of ventricular assist device, percutaneous, including radiological supervision and interpretation; left heart, arterial access only\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"33992\",\n   \"descriptions\": [\n    \"Removal of percutaneous left heart ventricular assist device, arterial or arterial and venous cannula(s), at separate and distinct session from insertion\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"37184\",\n   \"descriptions\": [\n    \"Primary percutaneous transluminal mechanical thrombectomy, noncoronary, non-intracranial, arterial or arterial bypass graft, including fluoroscopic guidance and intraprocedural pharmacological thrombolytic injection(s); initial vessel\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"37191\",\n   \"descriptions\": [\n    \"Insertion of intravascular vena cava filter, endovascular approach including vascular access, vessel selection, and radiological supervision and interpretation, intraprocedural roadmapping, and imaging guidance (ultrasound and fluoroscopy), when performed\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"37211\",\n   \"descriptions\": [\n    \"Transcatheter therapy, arterial infusion for thrombolysis other than coronary or intracranial, any method, including radiological supervision and interpretation, initial treatment day\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"71046\",\n   \"descriptions\": [\n    \"Radiologic examination, chest; 2 views\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"75572\",\n   \"descriptions\": [\n    \"Computed tomography, heart, with contrast material, for evaluation of cardiac structure and morphology (including 3D image postprocessing, assessment of cardiac function, and evaluation of venous structures, if performed)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"80051\",\n   \"descriptions\": [\n    \"Electrolyte panel This panel must include the following: Carbon dioxide (bicarbonate) (82374) Chloride (82435) Potassium (84132) Sodium (84295)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"80076\",\n   \"descriptions\": [\n    \"Hepatic function panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Bilirubin, direct (82248) Phosphatase, alkaline (84075) Protein, total (84155) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"80197\",\n   \"descriptions\": [\n    \"Tacrolimus\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"81001\",\n   \"descriptions\": [\n    \"Urinalysis, by dip stick or tablet reagent for bilirubin, glucose, hemoglobin, ketones, leukocytes, nitrite, pH, protein, specific gravity, urobilinogen, any number of these constituents; automated, with microscopy\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"82374\",\n   \"descriptions\": [\n    \"Carbon dioxide (bicarbonate)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"82435\",\n   \"descriptions\": [\n    \"Chloride; blood\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"82947\",\n   \"descriptions\": [\n    \"Glucose; quantitative, blood (except reagent strip)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"83036\",\n   \"descriptions\": [\n    \"Hemoglobin; glycosylated (A1C)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"83880\",\n   \"descriptions\": [\n    \"Natriuretic peptide\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"84134\",\n   \"descriptions\": [\n    \"Prealbumin\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"84295\",\n   \"descriptions\": [\n    \"Sodium; serum, plasma or whole blood\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"84450\",\n   \"descriptions\": [\n    \"Transferase; aspartate amino (AST) (SGOT)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"84460\",\n   \"descriptions\": [\n    \"Transferase; alanine amino (ALT) (SGPT)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"84550\",\n   \"descriptions\": [\n    \"Uric acid; blood\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"86140\",\n   \"descriptions\": [\n    \"C-reactive protein;\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"87081\",\n   \"descriptions\": [\n    \"Culture, presumptive, pathogenic organisms, screening only;\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"88305\",\n   \"descriptions\": [\n    \"Level IV - Surgical pathology, gross and microscopic examination Abortion - spontaneous/missed Artery, biopsy Bone marrow, biopsy Bone exostosis Brain/meninges, other than for tumor resection Breast, biopsy, not requiring microscopic evaluation of surgical margins Breast, reduction mammoplasty Bronchus, biopsy Cell block, any source Cervix, biopsy Colon, biopsy Duodenum, biopsy Endocervix, curettings/biopsy Endometrium, curettings/biopsy Esophagus, biopsy Extremity, amputation, traumatic Fallopian tube, biopsy Fallopian tube, ectopic pregnancy Femoral head, fracture Fingers/toes, amputation, non-traumatic Gingiva/oral mucosa, biopsy Heart valve Joint, resection Kidney, biopsy Larynx, biopsy Leiomyoma(s), uterine myomectomy - without uterus Lip, biopsy/wedge resection Lung, transbronchial biopsy Lymph node, biopsy Muscle, biopsy Nasal mucosa, biopsy Nasopharynx/oropharynx, biopsy Nerve, biopsy Odontogenic/dental cyst Omentum, biopsy Ovary with or without tube, non-neoplastic Ovary, biopsy/wedge resection Parathyroid gland Peritoneum, biopsy Pituitary tumor Placenta, other than third trimester Pleura/pericardium - biopsy/tissue Polyp, cervical/endometrial Polyp, colorectal Polyp, stomach/small intestine Prostate, needle biopsy Prostate, TUR Salivary gland, biopsy Sinus, paranasal biopsy Skin, other than cyst/tag/debridement/plastic repair Small intestine, biopsy Soft tissue, other than tumor/mass/lipoma/debridement Spleen Stomach, biopsy Synovium Testis, other than tumor/biopsy/castration Thyroglossal duct/brachial cleft cyst Tongue, biopsy Tonsil, biopsy Trachea, biopsy Ureter, biopsy Urethra, biopsy Urinary bladder, biopsy Uterus, with or without tubes and ovaries, for prolapse Vagina, biopsy Vulva/labia, biopsy\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"88313\",\n   \"descriptions\": [\n    \"Special stain including interpretation and report; Group II, all other (eg, iron, trichrome), except stain for microorganisms, stains for enzyme constituents, or immunocytochemistry and immunohistochemistry\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"88342\",\n   \"descriptions\": [\n    \"Immunohistochemistry or immunocytochemistry, per specimen; initial single antibody stain procedure\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"88346\",\n   \"descriptions\": [\n    \"Immunofluorescence, per specimen; initial single antibody stain procedure\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"88350\",\n   \"descriptions\": [\n    \"Immunofluorescence, per specimen; each additional single antibody stain procedure (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"92921\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary angioplasty; each additional branch of a major coronary artery (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"92924\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary atherectomy, with coronary angioplasty when performed; single major coronary artery or branch\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"93308\",\n   \"descriptions\": [\n    \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, follow-up or limited study\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"93312\",\n   \"descriptions\": [\n    \"Echocardiography, transesophageal, real-time with image documentation (2D) (with or without M-mode recording); including probe placement, image acquisition, interpretation and report\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"93320\",\n   \"descriptions\": [\n    \"Doppler echocardiography, pulsed wave and/or continuous wave with spectral display (List separately in addition to codes for echocardiographic imaging); complete\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"93321\",\n   \"descriptions\": [\n    \"Doppler echocardiography, pulsed wave and/or continuous wave with spectral display (List separately in addition to codes for echocardiographic imaging); follow-up or limited study (List separately in addition to codes for echocardiographic imaging)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"93455\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with catheter placement(s) in bypass graft(s) (internal mammary, free arterial, venous grafts) including intraprocedural injection(s) for bypass graft angiography\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"93568\",\n   \"descriptions\": [\n    \"Injection procedure during cardiac catheterization including imaging supervision, interpretation, and report; for nonselective pulmonary arterial angiography (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"C9600\",\n   \"descriptions\": [\n    \"Percutaneous transcatheter placement of drug eluting intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"C9606\",\n   \"descriptions\": [\n    \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of drug-eluting intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"G0463\",\n   \"descriptions\": [\n    \"Hospital outpatient clinic visit for assessment and management of a patient\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"J0153\",\n   \"descriptions\": [\n    \"Injection, adenosine, 1 mg (not to be used to report any adenosine phosphate compounds)\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"J2405\",\n   \"descriptions\": [\n    \"Injection, ondansetron hydrochloride, per 1 mg\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"J2704\",\n   \"descriptions\": [\n    \"Injection, propofol, 10 mg\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"J2765\",\n   \"descriptions\": [\n    \"Injection, metoclopramide hcl, up to 10 mg\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"J3490\",\n   \"descriptions\": [\n    \"Unclassified drugs\"\n   ],\n   \"count\": 1\n  },\n  {\n   \"procedure_code\": \"U0003\",\n   \"descriptions\": [\n    \"Infectious agent detection by nucleic acid (dna or rna); severe acute respiratory syndrome coronavirus 2 (sars-cov-2) (coronavirus disease [covid-19]), amplified probe technique, making use of high throughput technologies as described by  cms-2020-01-r\"\n   ],\n   \"count\": 1\n  }\n ],\n \"diagnosis_top_n_timeline\": [\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"timeline\": [\n    {\n     \"year\": 2017,\n     \"month\": 5,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 9,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 6,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 3,\n     \"count\": 1\n    },\n    {\n     \"year\": 2023,\n     \"month\": 8,\n     \"count\": 1\n    },\n    {\n     \"year\": 2024,\n     \"month\": 1,\n     \"count\": 3\n    },\n    {\n     \"year\": 2024,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2024,\n     \"month\": 4,\n     \"count\": 1\n    },\n    {\n     \"year\": 2024,\n     \"month\": 6,\n     \"count\": 1\n    }\n   ]\n  }\n ],\n \"procedure_top_n_timeline\": [\n  {\n   \"procedure_code\": \"93458\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\"\n   ],\n   \"timeline\": [\n    {\n     \"year\": 2017,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2017,\n     \"month\": 6,\n     \"count\": 1\n    },\n    {\n     \"year\": 2017,\n     \"month\": 11,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 1,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 4,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 12,\n     \"count\": 2\n    },\n    {\n     \"year\": 2019,\n     \"month\": 2,\n     \"count\": 2\n    },\n    {\n     \"year\": 2019,\n     \"month\": 8,\n     \"count\": 1\n    },\n    {\n     \"year\": 2019,\n     \"month\": 10,\n     \"count\": 1\n    },\n    {\n     \"year\": 2020,\n     \"month\": 8,\n     \"count\": 1\n    },\n    {\n     \"year\": 2020,\n     \"month\": 12,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 5,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 6,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 7,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 9,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 11,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 3,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 6,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 9,\n     \"count\": 1\n    },\n    {\n     \"year\": 2024,\n     \"month\": 1,\n     \"count\": 5\n    },\n    {\n     \"year\": 2024,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2024,\n     \"month\": 3,\n     \"count\": 2\n    },\n    {\n     \"year\": 2024,\n     \"month\": 4,\n     \"count\": 4\n    },\n    {\n     \"year\": 2024,\n     \"month\": 5,\n     \"count\": 2\n    }\n   ]\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"descriptions\": [\n    \"Moderate sedation services provided by the same physician or other qualified health care professional performing the diagnostic or therapeutic service that the sedation supports, requiring the presence of an independent trained observer to assist in the monitoring of the patient's level of consciousness and physiological status; initial 15 minutes of intraservice time, patient age 5 years or older\"\n   ],\n   \"timeline\": [\n    {\n     \"year\": 2017,\n     \"month\": 12,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 1,\n     \"count\": 4\n    },\n    {\n     \"year\": 2018,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 4,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 6,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 8,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 9,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 11,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 12,\n     \"count\": 2\n    },\n    {\n     \"year\": 2019,\n     \"month\": 3,\n     \"count\": 1\n    },\n    {\n     \"year\": 2019,\n     \"month\": 6,\n     \"count\": 3\n    },\n    {\n     \"year\": 2019,\n     \"month\": 8,\n     \"count\": 2\n    },\n    {\n     \"year\": 2019,\n     \"month\": 10,\n     \"count\": 1\n    },\n    {\n     \"year\": 2020,\n     \"month\": 1,\n     \"count\": 2\n    },\n    {\n     \"year\": 2020,\n     \"month\": 8,\n     \"count\": 2\n    },\n    {\n     \"year\": 2020,\n     \"month\": 12,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 1,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 2,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 5,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 6,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 7,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 8,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 9,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 11,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 3,\n     \"count\": 5\n    },\n    {\n     \"year\": 2022,\n     \"month\": 6,\n     \"count\": 2\n    },\n    {\n     \"year\": 2022,\n     \"month\": 7,\n     \"count\": 4\n    },\n    {\n     \"year\": 2022,\n     \"month\": 9,\n     \"count\": 3\n    },\n    {\n     \"year\": 2024,\n     \"month\": 1,\n     \"count\": 5\n    },\n    {\n     \"year\": 2024,\n     \"month\": 2,\n     \"count\": 2\n    },\n    {\n     \"year\": 2024,\n     \"month\": 3,\n     \"count\": 4\n    },\n    {\n     \"year\": 2024,\n     \"month\": 4,\n     \"count\": 4\n    },\n    {\n     \"year\": 2024,\n     \"month\": 5,\n     \"count\": 2\n    }\n   ]\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"descriptions\": [\n    \"Moderate sedation services provided by the same physician or other qualified health care professional performing the diagnostic or therapeutic service that the sedation supports, requiring the presence of an independent trained observer to assist in the monitoring of the patient's level of consciousness and physiological status; each additional 15 minutes intraservice time (List separately in addition to code for primary service)\"\n   ],\n   \"timeline\": [\n    {\n     \"year\": 2017,\n     \"month\": 12,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 1,\n     \"count\": 4\n    },\n    {\n     \"year\": 2018,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 4,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 6,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 8,\n     \"count\": 1\n    },\n    {\n     \"year\": 2018,\n     \"month\": 9,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 11,\n     \"count\": 2\n    },\n    {\n     \"year\": 2018,\n     \"month\": 12,\n     \"count\": 2\n    },\n    {\n     \"year\": 2019,\n     \"month\": 3,\n     \"count\": 1\n    },\n    {\n     \"year\": 2019,\n     \"month\": 6,\n     \"count\": 3\n    },\n    {\n     \"year\": 2019,\n     \"month\": 8,\n     \"count\": 2\n    },\n    {\n     \"year\": 2019,\n     \"month\": 10,\n     \"count\": 1\n    },\n    {\n     \"year\": 2020,\n     \"month\": 1,\n     \"count\": 2\n    },\n    {\n     \"year\": 2020,\n     \"month\": 8,\n     \"count\": 2\n    },\n    {\n     \"year\": 2020,\n     \"month\": 12,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 1,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 2,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 5,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 6,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 7,\n     \"count\": 1\n    },\n    {\n     \"year\": 2021,\n     \"month\": 8,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 9,\n     \"count\": 2\n    },\n    {\n     \"year\": 2021,\n     \"month\": 11,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 2,\n     \"count\": 1\n    },\n    {\n     \"year\": 2022,\n     \"month\": 3,\n     \"count\": 5\n    },\n    {\n     \"year\": 2022,\n     \"month\": 6,\n     \"count\": 2\n    },\n    {\n     \"year\": 2022,\n     \"month\": 7,\n     \"count\": 3\n    },\n    {\n     \"year\": 2022,\n     \"month\": 9,\n     \"count\": 2\n    },\n    {\n     \"year\": 2024,\n     \"month\": 1,\n     \"count\": 1\n    }\n   ]\n  }\n ],\n \"diagnosis_monthly_view_with_percentage_of_work\": [\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.08823529411764706\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"Z01810\",\n   \"year\": 2022,\n   \"count\": 2,\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"percentage_of_work\": 0.10526315789473684\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I25119\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"percentage_of_work\": 0.058823529411764705\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I25118\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\",\n   \"percentage_of_work\": 0.058823529411764705\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I25119\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"percentage_of_work\": 0.058823529411764705\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"R931\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Abnormal findings on diagnostic imaging of heart and coronary circulation\",\n   \"percentage_of_work\": 0.07692307692307693\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.07692307692307693\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I25118\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\",\n   \"percentage_of_work\": 0.07692307692307693\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I25119\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"percentage_of_work\": 0.058823529411764705\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"Z941\",\n   \"year\": 2020,\n   \"count\": 2,\n   \"description\": \"Heart transplant status\",\n   \"percentage_of_work\": 0.25\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"R9439\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Abnormal result of other cardiovascular function study\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"Z941\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Heart transplant status\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"I200\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Unstable angina\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"I442\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Atrioventricular block, complete\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"I2111\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"ST elevation (STEMI) myocardial infarction involving right coronary artery\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"R0902\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Hypoxemia\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I2102\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"R931\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Abnormal findings on diagnostic imaging of heart and coronary circulation\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"Z01810\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I5022\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Chronic systolic (congestive) heart failure\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"I25708\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"M5116\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Intervertebral disc disorders with radiculopathy, lumbar region\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I422\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Other hypertrophic cardiomyopathy\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"O80\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Encounter for full-term uncomplicated delivery\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"S42354A\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Nondisplaced comminuted fracture of shaft of humerus, right arm, initial encounter for closed fracture\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"Z941\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Heart transplant status\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I2602\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Saddle embolus of pulmonary artery with acute cor pulmonale\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I2699\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Other pulmonary embolism without acute cor pulmonale\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 10,\n   \"diagnosis_code\": \"C50912\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Malignant neoplasm of unspecified site of left female breast\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 10,\n   \"diagnosis_code\": \"I7101\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Dissection of thoracic aorta\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"I2699\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Other pulmonary embolism without acute cor pulmonale\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"I712\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Thoracic aortic aneurysm, without rupture\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"I340\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic mitral (valve) insufficiency\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"Z941\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Heart transplant status\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I200\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Unstable angina\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I5189\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Other ill-defined heart diseases\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"R109\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Unspecified abdominal pain\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I2720\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Pulmonary hypertension, unspecified\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I50814\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Right heart failure due to left heart failure\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"Z01810\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 10,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"E859\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Amyloidosis, unspecified\",\n   \"percentage_of_work\": 0.1\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I5033\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Acute on chronic diastolic (congestive) heart failure\",\n   \"percentage_of_work\": 0.125\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"Z01818\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"percentage_of_work\": 0.125\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I2602\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Saddle embolus of pulmonary artery with acute cor pulmonale\",\n   \"percentage_of_work\": 0.125\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.125\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"R579\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Shock, unspecified\",\n   \"percentage_of_work\": 0.125\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"Z941\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Heart transplant status\",\n   \"percentage_of_work\": 0.125\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I2119\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"Z01818\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I2111\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"ST elevation (STEMI) myocardial infarction involving right coronary artery\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I25119\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I259\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Chronic ischemic heart disease, unspecified\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"I249\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Acute ischemic heart disease, unspecified\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"Z01810\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"Z941\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Heart transplant status\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"E1365\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Other specified diabetes mellitus with hyperglycemia\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I25110\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I469\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Cardiac arrest, cause unspecified\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"R9389\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Abnormal findings on diagnostic imaging of other specified body structures\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I509\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Heart failure, unspecified\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I214\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"R079\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Chest pain, unspecified\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I25110\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I25119\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"I2609\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Other pulmonary embolism with acute cor pulmonale\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"I2699\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Other pulmonary embolism without acute cor pulmonale\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"I319\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Disease of pericardium, unspecified\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"Z01810\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 7,\n   \"diagnosis_code\": \"Z01818\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I2692\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Saddle embolus of pulmonary artery without acute cor pulmonale\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I5020\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Unspecified systolic (congestive) heart failure\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"I509\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Heart failure, unspecified\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 9,\n   \"diagnosis_code\": \"R9439\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Abnormal result of other cardiovascular function study\",\n   \"percentage_of_work\": 0.05263157894736842\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"E782\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Mixed hyperlipidemia\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"E7800\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Pure hypercholesterolemia, unspecified\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I10\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Essential (primary) hypertension\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 8,\n   \"diagnosis_code\": \"Z01818\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 10,\n   \"diagnosis_code\": \"Q245\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Malformation of coronary vessels\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"I10\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Essential (primary) hypertension\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 11,\n   \"diagnosis_code\": \"Z952\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Presence of prosthetic heart valve\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"E7801\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Familial hypercholesterolemia\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 12,\n   \"diagnosis_code\": \"Z952\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Presence of prosthetic heart valve\",\n   \"percentage_of_work\": 0.09090909090909091\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"E785\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Hyperlipidemia, unspecified\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I10\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Essential (primary) hypertension\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"I25118\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"R001\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Bradycardia, unspecified\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"R0789\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Other chest pain\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I25118\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I480\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Paroxysmal atrial fibrillation\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"R0602\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Shortness of breath\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I25110\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"D649\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Anemia, unspecified\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"I25119\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"I259\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Chronic ischemic heart disease, unspecified\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"I351\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) insufficiency\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"R0602\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Shortness of breath\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"R079\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Chest pain, unspecified\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I10\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Essential (primary) hypertension\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"R002\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Palpitations\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"R079\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Chest pain, unspecified\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I2129\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"ST elevation (STEMI) myocardial infarction involving other sites\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 1,\n   \"diagnosis_code\": \"J189\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Pneumonia, unspecified organism\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.029411764705882353\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I059\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Rheumatic mitral valve disease, unspecified\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 2,\n   \"diagnosis_code\": \"I272\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Other secondary pulmonary hypertension\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 3,\n   \"diagnosis_code\": \"I872\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Venous insufficiency (chronic) (peripheral)\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"I25110\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 4,\n   \"diagnosis_code\": \"T82390A\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Other mechanical complication of aortic (bifurcation) graft (replacement), initial encounter\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"I2510\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 5,\n   \"diagnosis_code\": \"K5669\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Other intestinal obstruction\",\n   \"percentage_of_work\": 0.0625\n  },\n  {\n   \"month\": 6,\n   \"diagnosis_code\": \"I350\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Nonrheumatic aortic (valve) stenosis\",\n   \"percentage_of_work\": 0.0625\n  }\n ],\n \"procedure_monthly_view_with_percentage_of_work\": [\n  {\n   \"month\": 1,\n   \"procedure_code\": \"36415\",\n   \"year\": 2024,\n   \"count\": 6,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.056074766355140186\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93000\",\n   \"year\": 2024,\n   \"count\": 6,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.056074766355140186\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93458\",\n   \"year\": 2024,\n   \"count\": 5,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.04672897196261682\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"93000\",\n   \"year\": 2024,\n   \"count\": 5,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.04672897196261682\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"93458\",\n   \"year\": 2024,\n   \"count\": 4,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.037383177570093455\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93454\",\n   \"year\": 2017,\n   \"count\": 4,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.044444444444444446\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"36415\",\n   \"year\": 2023,\n   \"count\": 3,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.10714285714285714\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93505\",\n   \"year\": 2020,\n   \"count\": 3,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.11538461538461539\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"36415\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"92978\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93456\",\n   \"year\": 2019,\n   \"count\": 3,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right heart catheterization\",\n   \"percentage_of_work\": 0.04\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"92928\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93505\",\n   \"year\": 2017,\n   \"count\": 3,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.03333333333333333\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"92972\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Percutaneous transluminal coronary lithotripsy (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93000\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"92978\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93000\",\n   \"year\": 2023,\n   \"count\": 3,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.10714285714285714\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"36415\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"93571\",\n   \"year\": 2024,\n   \"count\": 3,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.028037383177570093\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93505\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"80048\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93451\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93505\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"92928\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"92978\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93458\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93458\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"85027\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count)\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93458\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93451\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93005\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"36415\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"92978\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"80048\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"85025\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"85610\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"85730\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Thromboplastin time, partial (PTT); plasma or whole blood\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93005\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"93456\",\n   \"year\": 2022,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right heart catheterization\",\n   \"percentage_of_work\": 0.05714285714285714\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"92928\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93451\",\n   \"year\": 2022,\n   \"count\": 2,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.05714285714285714\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"92928\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93451\",\n   \"year\": 2022,\n   \"count\": 2,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.05714285714285714\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93454\",\n   \"year\": 2022,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.05714285714285714\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"92929\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; each additional branch of a major coronary artery (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93000\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93571\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93458\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93000\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"36415\",\n   \"year\": 2024,\n   \"count\": 2,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.018691588785046728\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93460\",\n   \"year\": 2022,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.05714285714285714\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"92979\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; each additional vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93505\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"85610\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"92941\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93458\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93454\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93458\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93505\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"G8978\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Mobility: walking & moving around functional limitation, current status, at therapy episode outset and at reporting intervals\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"76932\",\n   \"year\": 2019,\n   \"count\": 2,\n   \"description\": \"Ultrasonic guidance for endomyocardial biopsy, imaging supervision and interpretation\",\n   \"percentage_of_work\": 0.02666666666666667\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93458\",\n   \"year\": 2020,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.07692307692307693\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"G8979\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Mobility: walking & moving around functional limitation, projected goal status, at therapy episode outset, at reporting intervals, and at discharge or to end reporting\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"82565\",\n   \"year\": 2023,\n   \"count\": 2,\n   \"description\": \"Creatinine; blood\",\n   \"percentage_of_work\": 0.07142857142857142\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93458\",\n   \"year\": 2021,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.031746031746031744\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"33210\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Insertion or replacement of temporary transvenous single chamber cardiac electrode or pacemaker catheter (separate procedure)\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"93458\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"97110\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Therapeutic procedure, 1 or more areas, each 15 minutes; therapeutic exercises to develop strength and endurance, range of motion and flexibility\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"97162\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Physical therapy evaluation: moderate complexity, requiring these components: A history of present problem with 1-2 personal factors and/or comorbidities that impact the plan of care; An examination of body systems using standardized tests and measures in addressing a total of 3 or more elements from any of the following: body structures and functions, activity limitations, and/or participation restrictions; An evolving clinical presentation with changing characteristics; and Clinical decision making of moderate complexity using standardized patient assessment instrument and/or measurable assessment of functional outcome. Typically, 30 minutes are spent face-to-face with the patient and/or family.\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"85730\",\n   \"year\": 2017,\n   \"count\": 2,\n   \"description\": \"Thromboplastin time, partial (PTT); plasma or whole blood\",\n   \"percentage_of_work\": 0.022222222222222223\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93454\",\n   \"year\": 2018,\n   \"count\": 2,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.024096385542168676\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93451\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"37191\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Insertion of intravascular vena cava filter, endovascular approach including vascular access, vessel selection, and radiological supervision and interpretation, intraprocedural roadmapping, and imaging guidance (ultrasound and fluoroscopy), when performed\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"92928\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"92941\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93454\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"36415\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"80048\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"85025\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"85610\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"85730\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Thromboplastin time, partial (PTT); plasma or whole blood\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93005\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93451\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93454\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93460\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"88307\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Level V - Surgical pathology, gross and microscopic examination Adrenal, resection Bone - biopsy/curettings Bone fragment(s), pathologic fracture Brain, biopsy Brain/meninges, tumor resection Breast, excision of lesion, requiring microscopic evaluation of surgical margins Breast, mastectomy - partial/simple Cervix, conization Colon, segmental resection, other than for tumor Extremity, amputation, non-traumatic Eye, enucleation Kidney, partial/total nephrectomy Larynx, partial/total resection Liver, biopsy - needle/wedge Liver, partial resection Lung, wedge biopsy Lymph nodes, regional resection Mediastinum, mass Myocardium, biopsy Odontogenic tumor Ovary with or without tube, neoplastic Pancreas, biopsy Placenta, third trimester Prostate, except radical resection Salivary gland Sentinel lymph node Small intestine, resection, other than for tumor Soft tissue mass (except lipoma) - biopsy/simple excision Stomach - subtotal/total resection, other than for tumor Testis, biopsy Thymus, tumor Thyroid, total/lobe Ureter, resection Urinary bladder, TUR Uterus, with or without tubes and ovaries, other than neoplastic/prolapse\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93451\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93456\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right heart catheterization\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"36415\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"85610\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"85730\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Thromboplastin time, partial (PTT); plasma or whole blood\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"86850\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Antibody screen, RBC, each serum technique\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"86900\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; ABO\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"86901\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; Rh (D)\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"88305\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Level IV - Surgical pathology, gross and microscopic examination Abortion - spontaneous/missed Artery, biopsy Bone marrow, biopsy Bone exostosis Brain/meninges, other than for tumor resection Breast, biopsy, not requiring microscopic evaluation of surgical margins Breast, reduction mammoplasty Bronchus, biopsy Cell block, any source Cervix, biopsy Colon, biopsy Duodenum, biopsy Endocervix, curettings/biopsy Endometrium, curettings/biopsy Esophagus, biopsy Extremity, amputation, traumatic Fallopian tube, biopsy Fallopian tube, ectopic pregnancy Femoral head, fracture Fingers/toes, amputation, non-traumatic Gingiva/oral mucosa, biopsy Heart valve Joint, resection Kidney, biopsy Larynx, biopsy Leiomyoma(s), uterine myomectomy - without uterus Lip, biopsy/wedge resection Lung, transbronchial biopsy Lymph node, biopsy Muscle, biopsy Nasal mucosa, biopsy Nasopharynx/oropharynx, biopsy Nerve, biopsy Odontogenic/dental cyst Omentum, biopsy Ovary with or without tube, non-neoplastic Ovary, biopsy/wedge resection Parathyroid gland Peritoneum, biopsy Pituitary tumor Placenta, other than third trimester Pleura/pericardium - biopsy/tissue Polyp, cervical/endometrial Polyp, colorectal Polyp, stomach/small intestine Prostate, needle biopsy Prostate, TUR Salivary gland, biopsy Sinus, paranasal biopsy Skin, other than cyst/tag/debridement/plastic repair Small intestine, biopsy Soft tissue, other than tumor/mass/lipoma/debridement Spleen Stomach, biopsy Synovium Testis, other than tumor/biopsy/castration Thyroglossal duct/brachial cleft cyst Tongue, biopsy Tonsil, biopsy Trachea, biopsy Ureter, biopsy Urethra, biopsy Urinary bladder, biopsy Uterus, with or without tubes and ovaries, for prolapse Vagina, biopsy Vulva/labia, biopsy\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"88307\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Level V - Surgical pathology, gross and microscopic examination Adrenal, resection Bone - biopsy/curettings Bone fragment(s), pathologic fracture Brain, biopsy Brain/meninges, tumor resection Breast, excision of lesion, requiring microscopic evaluation of surgical margins Breast, mastectomy - partial/simple Cervix, conization Colon, segmental resection, other than for tumor Extremity, amputation, non-traumatic Eye, enucleation Kidney, partial/total nephrectomy Larynx, partial/total resection Liver, biopsy - needle/wedge Liver, partial resection Lung, wedge biopsy Lymph nodes, regional resection Mediastinum, mass Myocardium, biopsy Odontogenic tumor Ovary with or without tube, neoplastic Pancreas, biopsy Placenta, third trimester Prostate, except radical resection Salivary gland Sentinel lymph node Small intestine, resection, other than for tumor Soft tissue mass (except lipoma) - biopsy/simple excision Stomach - subtotal/total resection, other than for tumor Testis, biopsy Thymus, tumor Thyroid, total/lobe Ureter, resection Urinary bladder, TUR Uterus, with or without tubes and ovaries, other than neoplastic/prolapse\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"88313\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Special stain including interpretation and report; Group II, all other (eg, iron, trichrome), except stain for microorganisms, stains for enzyme constituents, or immunocytochemistry and immunohistochemistry\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"88346\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Immunofluorescence, per specimen; initial single antibody stain procedure\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"88350\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Immunofluorescence, per specimen; each additional single antibody stain procedure (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93308\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, follow-up or limited study\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93321\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Doppler echocardiography, pulsed wave and/or continuous wave with spectral display (List separately in addition to codes for echocardiographic imaging); follow-up or limited study (List separately in addition to codes for echocardiographic imaging)\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93325\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Doppler echocardiography color flow velocity mapping (List separately in addition to codes for echocardiography)\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93454\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93458\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"36415\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"80048\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"85025\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"85610\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"85730\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Thromboplastin time, partial (PTT); plasma or whole blood\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"93005\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"93458\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"C1887\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Catheter, guiding (may include infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2019,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.013333333333333334\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93505\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Endomyocardial biopsy\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93451\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"37211\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Transcatheter therapy, arterial infusion for thrombolysis other than coronary or intracranial, any method, including radiological supervision and interpretation, initial treatment day\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93451\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"80053\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Comprehensive metabolic panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Phosphatase, alkaline (84075) Potassium (84132) Protein, total (84155) Sodium (84295) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"80197\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Tacrolimus\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"33992\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Removal of percutaneous left heart ventricular assist device, arterial or arterial and venous cannula(s), at separate and distinct session from insertion\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"83735\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Magnesium\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"83880\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Natriuretic peptide\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"85025\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"88307\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Level V - Surgical pathology, gross and microscopic examination Adrenal, resection Bone - biopsy/curettings Bone fragment(s), pathologic fracture Brain, biopsy Brain/meninges, tumor resection Breast, excision of lesion, requiring microscopic evaluation of surgical margins Breast, mastectomy - partial/simple Cervix, conization Colon, segmental resection, other than for tumor Extremity, amputation, non-traumatic Eye, enucleation Kidney, partial/total nephrectomy Larynx, partial/total resection Liver, biopsy - needle/wedge Liver, partial resection Lung, wedge biopsy Lymph nodes, regional resection Mediastinum, mass Myocardium, biopsy Odontogenic tumor Ovary with or without tube, neoplastic Pancreas, biopsy Placenta, third trimester Prostate, except radical resection Salivary gland Sentinel lymph node Small intestine, resection, other than for tumor Soft tissue mass (except lipoma) - biopsy/simple excision Stomach - subtotal/total resection, other than for tumor Testis, biopsy Thymus, tumor Thyroid, total/lobe Ureter, resection Urinary bladder, TUR Uterus, with or without tubes and ovaries, other than neoplastic/prolapse\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93458\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"92928\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93005\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93306\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, complete, with spectral Doppler echocardiography, and with color flow Doppler echocardiography\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93454\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93451\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93460\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"33990\",\n   \"year\": 2020,\n   \"count\": 1,\n   \"description\": \"Insertion of ventricular assist device, percutaneous, including radiological supervision and interpretation; left heart, arterial access only\",\n   \"percentage_of_work\": 0.038461538461538464\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"92941\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"92978\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93451\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93454\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"36415\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"80048\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"83735\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Magnesium\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"84132\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Potassium; serum, plasma or whole blood\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"85025\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"85347\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Coagulation time; activated\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"92920\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal coronary angioplasty; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"92921\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal coronary angioplasty; each additional branch of a major coronary artery (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93005\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93306\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, complete, with spectral Doppler echocardiography, and with color flow Doppler echocardiography\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1725\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter, transluminal angioplasty, non-laser (may include guidance, infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1753\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter, intravascular ultrasound\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1874\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Stent, coated/covered, with delivery system\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1887\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter, guiding (may include infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J2405\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Injection, ondansetron hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J3490\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Unclassified drugs\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"U0003\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Infectious agent detection by nucleic acid (dna or rna); severe acute respiratory syndrome coronavirus 2 (sars-cov-2) (coronavirus disease [covid-19]), amplified probe technique, making use of high throughput technologies as described by  cms-2020-01-r\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"U0005\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Infectious agent detection by nucleic acid (dna or rna); severe acute respiratory syndrome coronavirus 2 (sars-cov-2) (coronavirus disease [covid-19]), amplified probe technique, cdc or non-cdc, making use of high throughput technologies, completed within 2 calendar days from date of specimen collection (list separately in addition to either hcpcs code u0003 or u0004) as described by cms-2020-01-r2\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"92924\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal coronary atherectomy, with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"92978\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93571\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92928\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92978\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93454\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93458\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93571\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"93458\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"93571\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"92928\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"92978\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"92979\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; each additional vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93571\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93572\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; each additional vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"92928\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"92978\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93458\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93571\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93572\",\n   \"year\": 2021,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; each additional vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.015873015873015872\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93454\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93460\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93458\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 9,\n   \"procedure_code\": \"93451\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"93568\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Injection procedure during cardiac catheterization including imaging supervision, interpretation, and report; for nonselective pulmonary arterial angiography (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"93454\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"93451\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 7,\n   \"procedure_code\": \"37184\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Primary percutaneous transluminal mechanical thrombectomy, noncoronary, non-intracranial, arterial or arterial bypass graft, including fluoroscopic guidance and intraprocedural pharmacological thrombolytic injection(s); initial vessel\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93458\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93458\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"36415\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"80048\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"85025\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93458\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93571\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"G0463\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Hospital outpatient clinic visit for assessment and management of a patient\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92928\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92978\",\n   \"year\": 2022,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.02857142857142857\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"93000\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"93000\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 5,\n   \"procedure_code\": \"93000\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 8,\n   \"procedure_code\": \"36415\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 10,\n   \"procedure_code\": \"93000\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"36415\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"75572\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Computed tomography, heart, with contrast material, for evaluation of cardiac structure and morphology (including 3D image postprocessing, assessment of cardiac function, and evaluation of venous structures, if performed)\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"82374\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Carbon dioxide (bicarbonate)\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"82435\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Chloride; blood\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"84132\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Potassium; serum, plasma or whole blood\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"84295\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Sodium; serum, plasma or whole blood\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"84520\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Urea nitrogen; quantitative\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"85610\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93000\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93312\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Echocardiography, transesophageal, real-time with image documentation (2D) (with or without M-mode recording); including probe placement, image acquisition, interpretation and report\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93320\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Doppler echocardiography, pulsed wave and/or continuous wave with spectral display (List separately in addition to codes for echocardiographic imaging); complete\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93325\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Doppler echocardiography color flow velocity mapping (List separately in addition to codes for echocardiography)\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"J2371\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Injection, phenylephrine hydrochloride, 20 micrograms\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"J2704\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Injection, propofol, 10 mg\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2023,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.03571428571428571\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93463\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Pharmacologic agent administration (eg, inhaled nitric oxide, intravenous infusion of nitroprusside, dobutamine, milrinone, or other agent) including assessing hemodynamic measurements before, during, after and repeat pharmacologic agent administration, when performed (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93571\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93460\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"85610\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"85347\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Coagulation time; activated\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"85027\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"84520\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Urea nitrogen; quantitative\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"84484\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Troponin, quantitative\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"84460\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Transferase; alanine amino (ALT) (SGPT)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"84450\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Transferase; aspartate amino (AST) (SGOT)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93571\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"80051\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Electrolyte panel This panel must include the following: Carbon dioxide (bicarbonate) (82374) Chloride (82435) Potassium (84132) Sodium (84295)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"80061\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Lipid panel This panel must include the following: Cholesterol, serum, total (82465) Lipoprotein, direct measurement, high density cholesterol (HDL cholesterol) (83718) Triglycerides (84478)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"82553\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Creatine kinase (CK), (CPK); MB fraction only\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"82565\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Creatinine; blood\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"82947\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Glucose; quantitative, blood (except reagent strip)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86900\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; ABO\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86901\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; Rh (D)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"83036\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Hemoglobin; glycosylated (A1C)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93571\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1725\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Catheter, transluminal angioplasty, non-laser (may include guidance, infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1753\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Catheter, intravascular ultrasound\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1874\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Stent, coated/covered, with delivery system\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1887\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Catheter, guiding (may include infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C9600\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of drug eluting intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"J2371\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Injection, phenylephrine hydrochloride, 20 micrograms\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"J2765\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Injection, metoclopramide hcl, up to 10 mg\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"36415\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86140\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"C-reactive protein;\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86850\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Antibody screen, RBC, each serum technique\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93455\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with catheter placement(s) in bypass graft(s) (internal mammary, free arterial, venous grafts) including intraprocedural injection(s) for bypass graft angiography\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93458\",\n   \"year\": 2024,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.009345794392523364\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1874\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Stent, coated/covered, with delivery system\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1887\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter, guiding (may include infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C9606\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of drug-eluting intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93458\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"80048\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"85027\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"85610\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"85730\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Thromboplastin time, partial (PTT); plasma or whole blood\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93454\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"93571\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"C1887\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter, guiding (may include infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J0153\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, adenosine, 1 mg (not to be used to report any adenosine phosphate compounds)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"J3010\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Injection, fentanyl citrate, 0.1 mg\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 3,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"88307\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Level V - Surgical pathology, gross and microscopic examination Adrenal, resection Bone - biopsy/curettings Bone fragment(s), pathologic fracture Brain, biopsy Brain/meninges, tumor resection Breast, excision of lesion, requiring microscopic evaluation of surgical margins Breast, mastectomy - partial/simple Cervix, conization Colon, segmental resection, other than for tumor Extremity, amputation, non-traumatic Eye, enucleation Kidney, partial/total nephrectomy Larynx, partial/total resection Liver, biopsy - needle/wedge Liver, partial resection Lung, wedge biopsy Lymph nodes, regional resection Mediastinum, mass Myocardium, biopsy Odontogenic tumor Ovary with or without tube, neoplastic Pancreas, biopsy Placenta, third trimester Prostate, except radical resection Salivary gland Sentinel lymph node Small intestine, resection, other than for tumor Soft tissue mass (except lipoma) - biopsy/simple excision Stomach - subtotal/total resection, other than for tumor Testis, biopsy Thymus, tumor Thyroid, total/lobe Ureter, resection Urinary bladder, TUR Uterus, with or without tubes and ovaries, other than neoplastic/prolapse\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"88342\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Immunohistochemistry or immunocytochemistry, per specimen; initial single antibody stain procedure\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92920\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Percutaneous transluminal coronary angioplasty; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92928\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93451\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"92978\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 6,\n   \"procedure_code\": \"93458\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 11,\n   \"procedure_code\": \"93458\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"36415\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"80048\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"80061\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Lipid panel This panel must include the following: Cholesterol, serum, total (82465) Lipoprotein, direct measurement, high density cholesterol (HDL cholesterol) (83718) Triglycerides (84478)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"80076\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Hepatic function panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Bilirubin, direct (82248) Phosphatase, alkaline (84075) Protein, total (84155) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"82553\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Creatine kinase (CK), (CPK); MB fraction only\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"83735\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Magnesium\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"84134\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Prealbumin\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"84484\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Troponin, quantitative\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"85025\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"85027\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"85347\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Coagulation time; activated\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"85610\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"86850\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Antibody screen, RBC, each serum technique\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"86900\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; ABO\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"86901\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; Rh (D)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93005\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93306\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, complete, with spectral Doppler echocardiography, and with color flow Doppler echocardiography\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93451\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93454\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"93463\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Pharmacologic agent administration (eg, inhaled nitric oxide, intravenous infusion of nitroprusside, dobutamine, milrinone, or other agent) including assessing hemodynamic measurements before, during, after and repeat pharmacologic agent administration, when performed (List separately in addition to code for primary procedure)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 12,\n   \"procedure_code\": \"C1725\",\n   \"year\": 2017,\n   \"count\": 1,\n   \"description\": \"Catheter, transluminal angioplasty, non-laser (may include guidance, infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.011111111111111112\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"J1644\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, heparin sodium, per 1000 units\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"36415\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"71046\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Radiologic examination, chest; 2 views\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"80053\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Comprehensive metabolic panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Phosphatase, alkaline (84075) Potassium (84132) Protein, total (84155) Sodium (84295) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450) Urea nitrogen (BUN) (84520)\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"81001\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Urinalysis, by dip stick or tablet reagent for bilirubin, glucose, hemoglobin, ketones, leukocytes, nitrite, pH, protein, specific gravity, urobilinogen, any number of these constituents; automated, with microscopy\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"84550\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Uric acid; blood\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"85025\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"85610\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Prothrombin time;\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86850\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Antibody screen, RBC, each serum technique\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86900\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; ABO\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"86901\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; Rh (D)\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"87081\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Culture, presumptive, pathogenic organisms, screening only;\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"93005\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1769\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Guide wire\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1887\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Catheter, guiding (may include infusion/perfusion capability)\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"C1894\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 1,\n   \"procedure_code\": \"Q9967\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 2,\n   \"procedure_code\": \"93451\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"36415\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Collection of venous blood by venipuncture\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"85025\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"86850\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Antibody screen, RBC, each serum technique\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"86900\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; ABO\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"86901\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Blood typing, serologic; Rh (D)\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"93005\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"J2001\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, lidocaine hcl for intravenous infusion, 10 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  },\n  {\n   \"month\": 4,\n   \"procedure_code\": \"J2250\",\n   \"year\": 2018,\n   \"count\": 1,\n   \"description\": \"Injection, midazolam hydrochloride, per 1 mg\",\n   \"percentage_of_work\": 0.012048192771084338\n  }\n ],\n \"procedure_all_year_procedure_count_with_percentage_of_work\": [\n  {\n   \"procedure_code\": \"93458\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\"\n   ],\n   \"count\": 41,\n   \"percentage_of_work\": 0.08086785009861933\n  },\n  {\n   \"procedure_code\": \"36415\",\n   \"descriptions\": [\n    \"Collection of venous blood by venipuncture\"\n   ],\n   \"count\": 30,\n   \"percentage_of_work\": 0.05917159763313609\n  },\n  {\n   \"procedure_code\": \"93000\",\n   \"descriptions\": [\n    \"Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report\"\n   ],\n   \"count\": 26,\n   \"percentage_of_work\": 0.05128205128205128\n  },\n  {\n   \"procedure_code\": \"93451\",\n   \"descriptions\": [\n    \"Right heart catheterization including measurement(s) of oxygen saturation and cardiac output, when performed\"\n   ],\n   \"count\": 20,\n   \"percentage_of_work\": 0.03944773175542406\n  },\n  {\n   \"procedure_code\": \"93454\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation;\"\n   ],\n   \"count\": 20,\n   \"percentage_of_work\": 0.03944773175542406\n  },\n  {\n   \"procedure_code\": \"C1894\",\n   \"descriptions\": [\n    \"Introducer/sheath, other than guiding, other than intracardiac electrophysiological, non-laser\"\n   ],\n   \"count\": 18,\n   \"percentage_of_work\": 0.03550295857988166\n  },\n  {\n   \"procedure_code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; initial vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 17,\n   \"percentage_of_work\": 0.03353057199211045\n  },\n  {\n   \"procedure_code\": \"J2001\",\n   \"descriptions\": [\n    \"Injection, lidocaine hcl for intravenous infusion, 10 mg\"\n   ],\n   \"count\": 16,\n   \"percentage_of_work\": 0.03155818540433925\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"descriptions\": [\n    \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\"\n   ],\n   \"count\": 16,\n   \"percentage_of_work\": 0.03155818540433925\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"descriptions\": [\n    \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; initial vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 15,\n   \"percentage_of_work\": 0.029585798816568046\n  },\n  {\n   \"procedure_code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ],\n   \"count\": 15,\n   \"percentage_of_work\": 0.029585798816568046\n  },\n  {\n   \"procedure_code\": \"Q9967\",\n   \"descriptions\": [\n    \"Low osmolar contrast material, 300-399 mg/ml iodine concentration, per ml\"\n   ],\n   \"count\": 15,\n   \"percentage_of_work\": 0.029585798816568046\n  },\n  {\n   \"procedure_code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial biopsy\"\n   ],\n   \"count\": 15,\n   \"percentage_of_work\": 0.029585798816568046\n  },\n  {\n   \"procedure_code\": \"J3010\",\n   \"descriptions\": [\n    \"Injection, fentanyl citrate, 0.1 mg\"\n   ],\n   \"count\": 13,\n   \"percentage_of_work\": 0.02564102564102564\n  },\n  {\n   \"procedure_code\": \"J2250\",\n   \"descriptions\": [\n    \"Injection, midazolam hydrochloride, per 1 mg\"\n   ],\n   \"count\": 13,\n   \"percentage_of_work\": 0.02564102564102564\n  },\n  {\n   \"procedure_code\": \"J1644\",\n   \"descriptions\": [\n    \"Injection, heparin sodium, per 1000 units\"\n   ],\n   \"count\": 12,\n   \"percentage_of_work\": 0.023668639053254437\n  },\n  {\n   \"procedure_code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin time;\"\n   ],\n   \"count\": 12,\n   \"percentage_of_work\": 0.023668639053254437\n  },\n  {\n   \"procedure_code\": \"93005\",\n   \"descriptions\": [\n    \"Electrocardiogram, routine ECG with at least 12 leads; tracing only, without interpretation and report\"\n   ],\n   \"count\": 11,\n   \"percentage_of_work\": 0.021696252465483234\n  },\n  {\n   \"procedure_code\": \"80048\",\n   \"descriptions\": [\n    \"Basic metabolic panel (Calcium, total) This panel must include the following: Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Potassium (84132) Sodium (84295) Urea nitrogen (BUN) (84520)\"\n   ],\n   \"count\": 10,\n   \"percentage_of_work\": 0.01972386587771203\n  },\n  {\n   \"procedure_code\": \"85025\",\n   \"descriptions\": [\n    \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count) and automated differential WBC count\"\n   ],\n   \"count\": 10,\n   \"percentage_of_work\": 0.01972386587771203\n  },\n  {\n   \"procedure_code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin time, partial (PTT); plasma or whole blood\"\n   ],\n   \"count\": 8,\n   \"percentage_of_work\": 0.015779092702169626\n  },\n  {\n   \"procedure_code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding (may include infusion/perfusion capability)\"\n   ],\n   \"count\": 6,\n   \"percentage_of_work\": 0.011834319526627219\n  },\n  {\n   \"procedure_code\": \"93456\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right heart catheterization\"\n   ],\n   \"count\": 6,\n   \"percentage_of_work\": 0.011834319526627219\n  },\n  {\n   \"procedure_code\": \"93460\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with right and left heart catheterization including intraprocedural injection(s) for left ventriculography, when performed\"\n   ],\n   \"count\": 6,\n   \"percentage_of_work\": 0.011834319526627219\n  },\n  {\n   \"procedure_code\": \"85027\",\n   \"descriptions\": [\n    \"Blood count; complete (CBC), automated (Hgb, Hct, RBC, WBC and platelet count)\"\n   ],\n   \"count\": 5,\n   \"percentage_of_work\": 0.009861932938856016\n  },\n  {\n   \"procedure_code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody screen, RBC, each serum technique\"\n   ],\n   \"count\": 5,\n   \"percentage_of_work\": 0.009861932938856016\n  },\n  {\n   \"procedure_code\": \"86900\",\n   \"descriptions\": [\n    \"Blood typing, serologic; ABO\"\n   ],\n   \"count\": 5,\n   \"percentage_of_work\": 0.009861932938856016\n  },\n  {\n   \"procedure_code\": \"86901\",\n   \"descriptions\": [\n    \"Blood typing, serologic; Rh (D)\"\n   ],\n   \"count\": 5,\n   \"percentage_of_work\": 0.009861932938856016\n  },\n  {\n   \"procedure_code\": \"92941\",\n   \"descriptions\": [\n    \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\"\n   ],\n   \"count\": 4,\n   \"percentage_of_work\": 0.007889546351084813\n  },\n  {\n   \"procedure_code\": \"88307\",\n   \"descriptions\": [\n    \"Level V - Surgical pathology, gross and microscopic examination Adrenal, resection Bone - biopsy/curettings Bone fragment(s), pathologic fracture Brain, biopsy Brain/meninges, tumor resection Breast, excision of lesion, requiring microscopic evaluation of surgical margins Breast, mastectomy - partial/simple Cervix, conization Colon, segmental resection, other than for tumor Extremity, amputation, non-traumatic Eye, enucleation Kidney, partial/total nephrectomy Larynx, partial/total resection Liver, biopsy - needle/wedge Liver, partial resection Lung, wedge biopsy Lymph nodes, regional resection Mediastinum, mass Myocardium, biopsy Odontogenic tumor Ovary with or without tube, neoplastic Pancreas, biopsy Placenta, third trimester Prostate, except radical resection Salivary gland Sentinel lymph node Small intestine, resection, other than for tumor Soft tissue mass (except lipoma) - biopsy/simple excision Stomach - subtotal/total resection, other than for tumor Testis, biopsy Thymus, tumor Thyroid, total/lobe Ureter, resection Urinary bladder, TUR Uterus, with or without tubes and ovaries, other than neoplastic/prolapse\"\n   ],\n   \"count\": 4,\n   \"percentage_of_work\": 0.007889546351084813\n  },\n  {\n   \"procedure_code\": \"C1725\",\n   \"descriptions\": [\n    \"Catheter, transluminal angioplasty, non-laser (may include guidance, infusion/perfusion capability)\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"92972\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary lithotripsy (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation time; activated\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"93306\",\n   \"descriptions\": [\n    \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, complete, with spectral Doppler echocardiography, and with color flow Doppler echocardiography\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"83735\",\n   \"descriptions\": [\n    \"Magnesium\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"92979\",\n   \"descriptions\": [\n    \"Endoluminal imaging of coronary vessel or graft using intravascular ultrasound (IVUS) or optical coherence tomography (OCT) during diagnostic evaluation and/or therapeutic intervention including imaging supervision, interpretation and report; each additional vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"82565\",\n   \"descriptions\": [\n    \"Creatinine; blood\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/covered, with delivery system\"\n   ],\n   \"count\": 3,\n   \"percentage_of_work\": 0.005917159763313609\n  },\n  {\n   \"procedure_code\": \"84520\",\n   \"descriptions\": [\n    \"Urea nitrogen; quantitative\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"92929\",\n   \"descriptions\": [\n    \"Percutaneous transcatheter placement of intracoronary stent(s), with coronary angioplasty when performed; each additional branch of a major coronary artery (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"93325\",\n   \"descriptions\": [\n    \"Doppler echocardiography color flow velocity mapping (List separately in addition to codes for echocardiography)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"97162\",\n   \"descriptions\": [\n    \"Physical therapy evaluation: moderate complexity, requiring these components: A history of present problem with 1-2 personal factors and/or comorbidities that impact the plan of care; An examination of body systems using standardized tests and measures in addressing a total of 3 or more elements from any of the following: body structures and functions, activity limitations, and/or participation restrictions; An evolving clinical presentation with changing characteristics; and Clinical decision making of moderate complexity using standardized patient assessment instrument and/or measurable assessment of functional outcome. Typically, 30 minutes are spent face-to-face with the patient and/or family.\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"97110\",\n   \"descriptions\": [\n    \"Therapeutic procedure, 1 or more areas, each 15 minutes; therapeutic exercises to develop strength and endurance, range of motion and flexibility\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"76932\",\n   \"descriptions\": [\n    \"Ultrasonic guidance for endomyocardial biopsy, imaging supervision and interpretation\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"84132\",\n   \"descriptions\": [\n    \"Potassium; serum, plasma or whole blood\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"33210\",\n   \"descriptions\": [\n    \"Insertion or replacement of temporary transvenous single chamber cardiac electrode or pacemaker catheter (separate procedure)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"80053\",\n   \"descriptions\": [\n    \"Comprehensive metabolic panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Calcium, total (82310) Carbon dioxide (bicarbonate) (82374) Chloride (82435) Creatinine (82565) Glucose (82947) Phosphatase, alkaline (84075) Potassium (84132) Protein, total (84155) Sodium (84295) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450) Urea nitrogen (BUN) (84520)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"80061\",\n   \"descriptions\": [\n    \"Lipid panel This panel must include the following: Cholesterol, serum, total (82465) Lipoprotein, direct measurement, high density cholesterol (HDL cholesterol) (83718) Triglycerides (84478)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"82553\",\n   \"descriptions\": [\n    \"Creatine kinase (CK), (CPK); MB fraction only\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"92920\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary angioplasty; single major coronary artery or branch\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"G8978\",\n   \"descriptions\": [\n    \"Mobility: walking & moving around functional limitation, current status, at therapy episode outset and at reporting intervals\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"G8979\",\n   \"descriptions\": [\n    \"Mobility: walking & moving around functional limitation, projected goal status, at therapy episode outset, at reporting intervals, and at discharge or to end reporting\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"C1753\",\n   \"descriptions\": [\n    \"Catheter, intravascular ultrasound\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"93572\",\n   \"descriptions\": [\n    \"Intravascular Doppler velocity and/or pressure derived coronary flow reserve measurement (coronary vessel or graft) during coronary angiography including pharmacologically induced stress; each additional vessel (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"93463\",\n   \"descriptions\": [\n    \"Pharmacologic agent administration (eg, inhaled nitric oxide, intravenous infusion of nitroprusside, dobutamine, milrinone, or other agent) including assessing hemodynamic measurements before, during, after and repeat pharmacologic agent administration, when performed (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"84484\",\n   \"descriptions\": [\n    \"Troponin, quantitative\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"J2371\",\n   \"descriptions\": [\n    \"Injection, phenylephrine hydrochloride, 20 micrograms\"\n   ],\n   \"count\": 2,\n   \"percentage_of_work\": 0.0039447731755424065\n  },\n  {\n   \"procedure_code\": \"U0005\",\n   \"descriptions\": [\n    \"Infectious agent detection by nucleic acid (dna or rna); severe acute respiratory syndrome coronavirus 2 (sars-cov-2) (coronavirus disease [covid-19]), amplified probe technique, cdc or non-cdc, making use of high throughput technologies, completed within 2 calendar days from date of specimen collection (list separately in addition to either hcpcs code u0003 or u0004) as described by cms-2020-01-r2\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"33990\",\n   \"descriptions\": [\n    \"Insertion of ventricular assist device, percutaneous, including radiological supervision and interpretation; left heart, arterial access only\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"33992\",\n   \"descriptions\": [\n    \"Removal of percutaneous left heart ventricular assist device, arterial or arterial and venous cannula(s), at separate and distinct session from insertion\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"37184\",\n   \"descriptions\": [\n    \"Primary percutaneous transluminal mechanical thrombectomy, noncoronary, non-intracranial, arterial or arterial bypass graft, including fluoroscopic guidance and intraprocedural pharmacological thrombolytic injection(s); initial vessel\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"37191\",\n   \"descriptions\": [\n    \"Insertion of intravascular vena cava filter, endovascular approach including vascular access, vessel selection, and radiological supervision and interpretation, intraprocedural roadmapping, and imaging guidance (ultrasound and fluoroscopy), when performed\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"37211\",\n   \"descriptions\": [\n    \"Transcatheter therapy, arterial infusion for thrombolysis other than coronary or intracranial, any method, including radiological supervision and interpretation, initial treatment day\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"71046\",\n   \"descriptions\": [\n    \"Radiologic examination, chest; 2 views\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"75572\",\n   \"descriptions\": [\n    \"Computed tomography, heart, with contrast material, for evaluation of cardiac structure and morphology (including 3D image postprocessing, assessment of cardiac function, and evaluation of venous structures, if performed)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"80051\",\n   \"descriptions\": [\n    \"Electrolyte panel This panel must include the following: Carbon dioxide (bicarbonate) (82374) Chloride (82435) Potassium (84132) Sodium (84295)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"80076\",\n   \"descriptions\": [\n    \"Hepatic function panel This panel must include the following: Albumin (82040) Bilirubin, total (82247) Bilirubin, direct (82248) Phosphatase, alkaline (84075) Protein, total (84155) Transferase, alanine amino (ALT) (SGPT) (84460) Transferase, aspartate amino (AST) (SGOT) (84450)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"80197\",\n   \"descriptions\": [\n    \"Tacrolimus\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"81001\",\n   \"descriptions\": [\n    \"Urinalysis, by dip stick or tablet reagent for bilirubin, glucose, hemoglobin, ketones, leukocytes, nitrite, pH, protein, specific gravity, urobilinogen, any number of these constituents; automated, with microscopy\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"82374\",\n   \"descriptions\": [\n    \"Carbon dioxide (bicarbonate)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"82435\",\n   \"descriptions\": [\n    \"Chloride; blood\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"82947\",\n   \"descriptions\": [\n    \"Glucose; quantitative, blood (except reagent strip)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"83036\",\n   \"descriptions\": [\n    \"Hemoglobin; glycosylated (A1C)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"83880\",\n   \"descriptions\": [\n    \"Natriuretic peptide\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"84134\",\n   \"descriptions\": [\n    \"Prealbumin\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"84295\",\n   \"descriptions\": [\n    \"Sodium; serum, plasma or whole blood\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"84450\",\n   \"descriptions\": [\n    \"Transferase; aspartate amino (AST) (SGOT)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"84460\",\n   \"descriptions\": [\n    \"Transferase; alanine amino (ALT) (SGPT)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"84550\",\n   \"descriptions\": [\n    \"Uric acid; blood\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"86140\",\n   \"descriptions\": [\n    \"C-reactive protein;\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"87081\",\n   \"descriptions\": [\n    \"Culture, presumptive, pathogenic organisms, screening only;\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"88305\",\n   \"descriptions\": [\n    \"Level IV - Surgical pathology, gross and microscopic examination Abortion - spontaneous/missed Artery, biopsy Bone marrow, biopsy Bone exostosis Brain/meninges, other than for tumor resection Breast, biopsy, not requiring microscopic evaluation of surgical margins Breast, reduction mammoplasty Bronchus, biopsy Cell block, any source Cervix, biopsy Colon, biopsy Duodenum, biopsy Endocervix, curettings/biopsy Endometrium, curettings/biopsy Esophagus, biopsy Extremity, amputation, traumatic Fallopian tube, biopsy Fallopian tube, ectopic pregnancy Femoral head, fracture Fingers/toes, amputation, non-traumatic Gingiva/oral mucosa, biopsy Heart valve Joint, resection Kidney, biopsy Larynx, biopsy Leiomyoma(s), uterine myomectomy - without uterus Lip, biopsy/wedge resection Lung, transbronchial biopsy Lymph node, biopsy Muscle, biopsy Nasal mucosa, biopsy Nasopharynx/oropharynx, biopsy Nerve, biopsy Odontogenic/dental cyst Omentum, biopsy Ovary with or without tube, non-neoplastic Ovary, biopsy/wedge resection Parathyroid gland Peritoneum, biopsy Pituitary tumor Placenta, other than third trimester Pleura/pericardium - biopsy/tissue Polyp, cervical/endometrial Polyp, colorectal Polyp, stomach/small intestine Prostate, needle biopsy Prostate, TUR Salivary gland, biopsy Sinus, paranasal biopsy Skin, other than cyst/tag/debridement/plastic repair Small intestine, biopsy Soft tissue, other than tumor/mass/lipoma/debridement Spleen Stomach, biopsy Synovium Testis, other than tumor/biopsy/castration Thyroglossal duct/brachial cleft cyst Tongue, biopsy Tonsil, biopsy Trachea, biopsy Ureter, biopsy Urethra, biopsy Urinary bladder, biopsy Uterus, with or without tubes and ovaries, for prolapse Vagina, biopsy Vulva/labia, biopsy\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"88313\",\n   \"descriptions\": [\n    \"Special stain including interpretation and report; Group II, all other (eg, iron, trichrome), except stain for microorganisms, stains for enzyme constituents, or immunocytochemistry and immunohistochemistry\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"88342\",\n   \"descriptions\": [\n    \"Immunohistochemistry or immunocytochemistry, per specimen; initial single antibody stain procedure\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"88346\",\n   \"descriptions\": [\n    \"Immunofluorescence, per specimen; initial single antibody stain procedure\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"88350\",\n   \"descriptions\": [\n    \"Immunofluorescence, per specimen; each additional single antibody stain procedure (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"92921\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary angioplasty; each additional branch of a major coronary artery (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"92924\",\n   \"descriptions\": [\n    \"Percutaneous transluminal coronary atherectomy, with coronary angioplasty when performed; single major coronary artery or branch\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"93308\",\n   \"descriptions\": [\n    \"Echocardiography, transthoracic, real-time with image documentation (2D), includes M-mode recording, when performed, follow-up or limited study\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"93312\",\n   \"descriptions\": [\n    \"Echocardiography, transesophageal, real-time with image documentation (2D) (with or without M-mode recording); including probe placement, image acquisition, interpretation and report\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"93320\",\n   \"descriptions\": [\n    \"Doppler echocardiography, pulsed wave and/or continuous wave with spectral display (List separately in addition to codes for echocardiographic imaging); complete\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"93321\",\n   \"descriptions\": [\n    \"Doppler echocardiography, pulsed wave and/or continuous wave with spectral display (List separately in addition to codes for echocardiographic imaging); follow-up or limited study (List separately in addition to codes for echocardiographic imaging)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"93455\",\n   \"descriptions\": [\n    \"Catheter placement in coronary artery(s) for coronary angiography, including intraprocedural injection(s) for coronary angiography, imaging supervision and interpretation; with catheter placement(s) in bypass graft(s) (internal mammary, free arterial, venous grafts) including intraprocedural injection(s) for bypass graft angiography\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"93568\",\n   \"descriptions\": [\n    \"Injection procedure during cardiac catheterization including imaging supervision, interpretation, and report; for nonselective pulmonary arterial angiography (List separately in addition to code for primary procedure)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"C9600\",\n   \"descriptions\": [\n    \"Percutaneous transcatheter placement of drug eluting intracoronary stent(s), with coronary angioplasty when performed; single major coronary artery or branch\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"C9606\",\n   \"descriptions\": [\n    \"Percutaneous transluminal revascularization of acute total/subtotal occlusion during acute myocardial infarction, coronary artery or coronary artery bypass graft, any combination of drug-eluting intracoronary stent, atherectomy and angioplasty, including aspiration thrombectomy when performed, single vessel\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"G0463\",\n   \"descriptions\": [\n    \"Hospital outpatient clinic visit for assessment and management of a patient\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"J0153\",\n   \"descriptions\": [\n    \"Injection, adenosine, 1 mg (not to be used to report any adenosine phosphate compounds)\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"J2405\",\n   \"descriptions\": [\n    \"Injection, ondansetron hydrochloride, per 1 mg\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"J2704\",\n   \"descriptions\": [\n    \"Injection, propofol, 10 mg\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"J2765\",\n   \"descriptions\": [\n    \"Injection, metoclopramide hcl, up to 10 mg\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"J3490\",\n   \"descriptions\": [\n    \"Unclassified drugs\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  },\n  {\n   \"procedure_code\": \"U0003\",\n   \"descriptions\": [\n    \"Infectious agent detection by nucleic acid (dna or rna); severe acute respiratory syndrome coronavirus 2 (sars-cov-2) (coronavirus disease [covid-19]), amplified probe technique, making use of high throughput technologies as described by  cms-2020-01-r\"\n   ],\n   \"count\": 1,\n   \"percentage_of_work\": 0.0019723865877712033\n  }\n ],\n \"diagnosis_referral_for_top_n_codes\": [\n  {\n   \"diagnosis_code\": \"I25119\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"from_npi_number\": 1366461170,\n   \"from_npi_name\": \"MICHAEL ROBBINS\",\n   \"num_referral_total\": 2\n  },\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I25119\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I259\",\n   \"description\": \"Chronic ischemic heart disease, unspecified\",\n   \"from_npi_number\": 1588665889,\n   \"from_npi_name\": \"VALENTIN FUSTER\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I259\",\n   \"description\": \"Chronic ischemic heart disease, unspecified\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I469\",\n   \"description\": \"Cardiac arrest, cause unspecified\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I509\",\n   \"description\": \"Heart failure, unspecified\",\n   \"from_npi_number\": 1497800734,\n   \"from_npi_name\": \"CHARLES KRIEGEL\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"R079\",\n   \"description\": \"Chest pain, unspecified\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"R9439\",\n   \"description\": \"Abnormal result of other cardiovascular function study\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01810\",\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"from_npi_number\": 1104883321,\n   \"from_npi_name\": \"NINA COTRAN\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01810\",\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01818\",\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I214\",\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01818\",\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"from_npi_number\": 1265499560,\n   \"from_npi_name\": \"MICHAEL GIVERTZ\",\n   \"num_referral_total\": 1\n  }\n ],\n \"diagnosis_diagnosis_referral_per_year_view\": [\n  {\n   \"diagnosis_code\": \"I25119\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"from_npi_number\": 1366461170,\n   \"from_npi_name\": \"MICHAEL ROBBINS\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 2,\n   \"num_referral_total\": 2\n  },\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I2510\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I25119\",\n   \"description\": \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I259\",\n   \"description\": \"Chronic ischemic heart disease, unspecified\",\n   \"from_npi_number\": 1588665889,\n   \"from_npi_name\": \"VALENTIN FUSTER\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 1,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I259\",\n   \"description\": \"Chronic ischemic heart disease, unspecified\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I469\",\n   \"description\": \"Cardiac arrest, cause unspecified\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I509\",\n   \"description\": \"Heart failure, unspecified\",\n   \"from_npi_number\": 1497800734,\n   \"from_npi_name\": \"CHARLES KRIEGEL\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"R079\",\n   \"description\": \"Chest pain, unspecified\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"R9389\",\n   \"description\": \"Abnormal findings on diagnostic imaging of other specified body structures\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"R9439\",\n   \"description\": \"Abnormal result of other cardiovascular function study\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01810\",\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"from_npi_number\": 1104883321,\n   \"from_npi_name\": \"NINA COTRAN\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01810\",\n   \"description\": \"Encounter for preprocedural cardiovascular examination\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01818\",\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"I214\",\n   \"description\": \"Non-ST elevation (NSTEMI) myocardial infarction\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"diagnosis_code\": \"Z01818\",\n   \"description\": \"Encounter for other preprocedural examination\",\n   \"from_npi_number\": 1265499560,\n   \"from_npi_name\": \"MICHAEL GIVERTZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  }\n ],\n \"procedure_referral_for_top_n_codes\": [\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1366461170,\n   \"from_npi_name\": \"MICHAEL ROBBINS\",\n   \"num_referral_total\": 2\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_total\": 1\n  }\n ],\n \"procedure_procedure_referral_per_year_view\": [\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1366461170,\n   \"from_npi_name\": \"MICHAEL ROBBINS\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 2,\n   \"num_referral_total\": 2\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92928\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92929\",\n   \"description\": \"Prq Trluml Coronary Stent W/Angio Addl Art/Brnch\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92978\",\n   \"description\": \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92978\",\n   \"description\": \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92978\",\n   \"description\": \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"92979\",\n   \"description\": \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93000\",\n   \"description\": \"Ecg Routine Ecg W/Least 12 Lds W/I&R\",\n   \"from_npi_number\": 1588665889,\n   \"from_npi_name\": \"VALENTIN FUSTER\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 1,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93451\",\n   \"description\": \"Right Heart Cath O2 Saturation & Cardiac Output\",\n   \"from_npi_number\": 1104883321,\n   \"from_npi_name\": \"NINA COTRAN\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93451\",\n   \"description\": \"Right Heart Cath O2 Saturation & Cardiac Output\",\n   \"from_npi_number\": 1497800734,\n   \"from_npi_name\": \"CHARLES KRIEGEL\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93451\",\n   \"description\": \"Right Heart Cath O2 Saturation & Cardiac Output\",\n   \"from_npi_number\": 1265499560,\n   \"from_npi_name\": \"MICHAEL GIVERTZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93455\",\n   \"description\": \"Cath Plmt & Njx Coronary Art/Grft Angio Img S&I\",\n   \"from_npi_number\": 1366461170,\n   \"from_npi_name\": \"MICHAEL ROBBINS\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 1,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93456\",\n   \"description\": \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93458\",\n   \"description\": \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93460\",\n   \"description\": \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\",\n   \"from_npi_number\": 1366461170,\n   \"from_npi_name\": \"MICHAEL ROBBINS\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 1,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93460\",\n   \"description\": \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93571\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"93572\",\n   \"description\": \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas Addl Vsl\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1003115478,\n   \"from_npi_name\": \"NIRMAL SHARMA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99152\",\n   \"description\": \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1770681017,\n   \"from_npi_name\": \"DAVID FAXON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1932492147,\n   \"from_npi_name\": \"JORGE ALVAREZ\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1316051212,\n   \"from_npi_name\": \"NANDITA SCOTT\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1659720274,\n   \"from_npi_name\": \"DIANA LOPEZ\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1740274620,\n   \"from_npi_name\": \"JUSTYNA NOTARGIACOMO\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1093705725,\n   \"from_npi_name\": \"MARTIN GELMAN\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1548227960,\n   \"from_npi_name\": \"CHRISTOPHER CANNON\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1821071234,\n   \"from_npi_name\": \"PATRICK OGARA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1912963851,\n   \"from_npi_name\": \"ANJU NOHRIA\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 1,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"36415\",\n   \"description\": \"Collection Venous Blood Venipuncture\",\n   \"from_npi_number\": 1588665889,\n   \"from_npi_name\": \"VALENTIN FUSTER\",\n   \"num_referral_year_2021\": 0,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 1,\n   \"num_referral_total\": 1\n  },\n  {\n   \"procedure_code\": \"99153\",\n   \"description\": \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\",\n   \"from_npi_number\": 1023375458,\n   \"from_npi_name\": \"LAUREL LEE\",\n   \"num_referral_year_2021\": 1,\n   \"num_referral_year_2022\": 0,\n   \"num_referral_year_2023\": 0,\n   \"num_referral_year_2024\": 0,\n   \"num_referral_total\": 1\n  }\n ],\n \"payer_summary_by_channel_name\": [\n  {\n   \"claim_count\": 388,\n   \"name\": \"Commercial\",\n   \"percentage_of_claim\": 0.5052083333333334,\n   \"total_charges\": 629681.97\n  },\n  {\n   \"claim_count\": 243,\n   \"name\": \"Medicare\",\n   \"percentage_of_claim\": 0.31640625,\n   \"total_charges\": 464012.0200000001\n  },\n  {\n   \"claim_count\": 128,\n   \"name\": \"Medicaid\",\n   \"percentage_of_claim\": 0.16666666666666666,\n   \"total_charges\": 111718.51\n  },\n  {\n   \"claim_count\": 9,\n   \"name\": \"Other\",\n   \"percentage_of_claim\": 0.01171875,\n   \"total_charges\": 80184.32\n  }\n ],\n \"payer_summary_by_payer_name\": [\n  {\n   \"claim_count\": 140,\n   \"name\": \"All Other Third Party\",\n   \"percentage_of_claim\": 0.18229166666666666,\n   \"total_charges\": 330603.36\n  },\n  {\n   \"claim_count\": 91,\n   \"name\": \"CVS Health\",\n   \"percentage_of_claim\": 0.11848958333333333,\n   \"total_charges\": 252829.08999999994\n  },\n  {\n   \"claim_count\": 107,\n   \"name\": \"Commonwealth Care Alliance\",\n   \"percentage_of_claim\": 0.13932291666666666,\n   \"total_charges\": 168214.61999999997\n  },\n  {\n   \"claim_count\": 2,\n   \"name\": \"Not Specified\",\n   \"percentage_of_claim\": 0.0026041666666666665,\n   \"total_charges\": 74630.52\n  },\n  {\n   \"claim_count\": 68,\n   \"name\": \"Elevance Health\",\n   \"percentage_of_claim\": 0.08854166666666667,\n   \"total_charges\": 73805\n  },\n  {\n   \"claim_count\": 10,\n   \"name\": \"Blue Cross Blue Shield of Massachusetts\",\n   \"percentage_of_claim\": 0.013020833333333334,\n   \"total_charges\": 61762.39\n  },\n  {\n   \"claim_count\": 25,\n   \"name\": \"Point32Health\",\n   \"percentage_of_claim\": 0.032552083333333336,\n   \"total_charges\": 52516.880000000005\n  },\n  {\n   \"claim_count\": 75,\n   \"name\": \"UnitedHealthcare\",\n   \"percentage_of_claim\": 0.09765625,\n   \"total_charges\": 48511.34999999999\n  },\n  {\n   \"claim_count\": 25,\n   \"name\": \"CDPHP\",\n   \"percentage_of_claim\": 0.032552083333333336,\n   \"total_charges\": 44699.51\n  },\n  {\n   \"claim_count\": 67,\n   \"name\": \"Health Partners Plans\",\n   \"percentage_of_claim\": 0.08723958333333333,\n   \"total_charges\": 40796\n  },\n  {\n   \"claim_count\": 38,\n   \"name\": \"Fallon Community Health Plan\",\n   \"percentage_of_claim\": 0.049479166666666664,\n   \"total_charges\": 35749.31\n  },\n  {\n   \"claim_count\": 32,\n   \"name\": \"Molina\",\n   \"percentage_of_claim\": 0.041666666666666664,\n   \"total_charges\": 34928.850000000006\n  },\n  {\n   \"claim_count\": 13,\n   \"name\": \"Independence Blue Cross\",\n   \"percentage_of_claim\": 0.016927083333333332,\n   \"total_charges\": 17797.36\n  },\n  {\n   \"claim_count\": 14,\n   \"name\": \"Boston Medical Center\",\n   \"percentage_of_claim\": 0.018229166666666668,\n   \"total_charges\": 11184\n  },\n  {\n   \"claim_count\": 18,\n   \"name\": \"MVP Healthcare\",\n   \"percentage_of_claim\": 0.0234375,\n   \"total_charges\": 10296.779999999999\n  },\n  {\n   \"claim_count\": 7,\n   \"name\": \"Martin's Point\",\n   \"percentage_of_claim\": 0.009114583333333334,\n   \"total_charges\": 5434\n  },\n  {\n   \"claim_count\": 10,\n   \"name\": \"Medicare Part A\",\n   \"percentage_of_claim\": 0.013020833333333334,\n   \"total_charges\": 4495\n  },\n  {\n   \"claim_count\": 5,\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"percentage_of_claim\": 0.006510416666666667,\n   \"total_charges\": 4177\n  },\n  {\n   \"claim_count\": 5,\n   \"name\": \"Department of Veterans Affairs\",\n   \"percentage_of_claim\": 0.006510416666666667,\n   \"total_charges\": 3132\n  },\n  {\n   \"claim_count\": 3,\n   \"name\": \"Assurant\",\n   \"percentage_of_claim\": 0.00390625,\n   \"total_charges\": 1572\n  },\n  {\n   \"claim_count\": 2,\n   \"name\": \"Express Scripts\",\n   \"percentage_of_claim\": 0.0026041666666666665,\n   \"total_charges\": 1530\n  },\n  {\n   \"claim_count\": 1,\n   \"name\": \"Neighborhood Health Plan (RI)\",\n   \"percentage_of_claim\": 0.0013020833333333333,\n   \"total_charges\": 1406\n  },\n  {\n   \"claim_count\": 1,\n   \"name\": \"Erin Group Administrators\",\n   \"percentage_of_claim\": 0.0013020833333333333,\n   \"total_charges\": 1179\n  },\n  {\n   \"claim_count\": 1,\n   \"name\": \"Blue Cross & Blue Shield of Rhode Island\",\n   \"percentage_of_claim\": 0.0013020833333333333,\n   \"total_charges\": 1126.8\n  },\n  {\n   \"claim_count\": 2,\n   \"name\": \"Group Insurance Service Center\",\n   \"percentage_of_claim\": 0.0026041666666666665,\n   \"total_charges\": 927\n  },\n  {\n   \"claim_count\": 1,\n   \"name\": \"Centene\",\n   \"percentage_of_claim\": 0.0013020833333333333,\n   \"total_charges\": 656\n  },\n  {\n   \"claim_count\": 3,\n   \"name\": \"Horizon BlueCross BlueShield\",\n   \"percentage_of_claim\": 0.00390625,\n   \"total_charges\": 575\n  },\n  {\n   \"claim_count\": 1,\n   \"name\": \"Community Health Options\",\n   \"percentage_of_claim\": 0.0013020833333333333,\n   \"total_charges\": 543\n  },\n  {\n   \"claim_count\": 1,\n   \"name\": \"EmblemHealth\",\n   \"percentage_of_claim\": 0.0013020833333333333,\n   \"total_charges\": 519\n  }\n ],\n \"payer_yearly_summary_by_channel_name\": [\n  {\n   \"year\": 2017,\n   \"data\": [\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 108\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 41\n    }\n   ]\n  },\n  {\n   \"year\": 2018,\n   \"data\": [\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 8\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 37\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 96\n    }\n   ]\n  },\n  {\n   \"year\": 2019,\n   \"data\": [\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 12\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 69\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 20\n    }\n   ]\n  },\n  {\n   \"year\": 2020,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 17\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 18\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 2\n    }\n   ]\n  },\n  {\n   \"year\": 2021,\n   \"data\": [\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 5\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 79\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 34\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 13\n    }\n   ]\n  },\n  {\n   \"year\": 2022,\n   \"data\": [\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 63\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 5\n    }\n   ]\n  },\n  {\n   \"year\": 2023,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 34\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3\n    }\n   ]\n  },\n  {\n   \"year\": 2024,\n   \"data\": [\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 50\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 47\n    }\n   ]\n  }\n ],\n \"payer_yearly_summary_by_payer_name\": [\n  {\n   \"year\": 2017,\n   \"data\": [\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 49\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 11\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 4\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 17\n    },\n    {\n     \"payer_name\": \"Erin Group Administrators\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 55\n    },\n    {\n     \"payer_name\": \"Group Insurance Service Center\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"payer_name\": \"Blue Cross Blue Shield of Massachusetts\",\n     \"total_claim_count\": 10\n    }\n   ]\n  },\n  {\n   \"year\": 2018,\n   \"data\": [\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 17\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 20\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 11\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 27\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"Centene\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"EmblemHealth\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 22\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 7\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 18\n    },\n    {\n     \"payer_name\": \"Neighborhood Health Plan (RI)\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 14\n    }\n   ]\n  },\n  {\n   \"year\": 2019,\n   \"data\": [\n    {\n     \"payer_name\": \"Assurant\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 21\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 40\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 21\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 11\n    },\n    {\n     \"payer_name\": \"Blue Cross & Blue Shield of Rhode Island\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1\n    }\n   ]\n  },\n  {\n   \"year\": 2020,\n   \"data\": [\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 13\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 8\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 7\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 4\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 2\n    }\n   ]\n  },\n  {\n   \"year\": 2021,\n   \"data\": [\n    {\n     \"payer_name\": \"Community Health Options\",\n     \"total_claim_count\": 1\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 9\n    },\n    {\n     \"payer_name\": \"Not Specified\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 4\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 78\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 34\n    }\n   ]\n  },\n  {\n   \"year\": 2022,\n   \"data\": [\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 24\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 33\n    },\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 5\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 6\n    }\n   ]\n  },\n  {\n   \"year\": 2023,\n   \"data\": [\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 8\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 6\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 18\n    }\n   ]\n  },\n  {\n   \"year\": 2024,\n   \"data\": [\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 51\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 11\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 23\n    },\n    {\n     \"payer_name\": \"Horizon BlueCross BlueShield\",\n     \"total_claim_count\": 3\n    },\n    {\n     \"payer_name\": \"Express Scripts\",\n     \"total_claim_count\": 2\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 7\n    }\n   ]\n  }\n ],\n \"payer_payer_channel\": [\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 115,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 120,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1.79,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1.82,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.05,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 5.05,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.83,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 5.95,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 11.22,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 11.39,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 33.5,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 35,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 52,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 80,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 83.75,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 85,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 87,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 88,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 94,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 94,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 105,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 107,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 109,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 111,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 111,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 140,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 168,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 168,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 168,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 174,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 181,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 197,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 200.38,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 233,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 358,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 381,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 408,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 416.16,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 502,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 532,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 546,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 560,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 665,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 740,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 750,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 881,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 941,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 941,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 941,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1147,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1179,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1501.5,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2001,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 2219,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2300.38,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2515,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 3325,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 3548,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 12324,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 19922,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 20420,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 24032,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 7.16,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 11.66,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 20.2,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 22.44,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 32,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 93.8,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 104,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 106,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 120,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 160,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 170,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 222,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 228,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 266,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 400.76,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 454,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 507.16,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1514,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2327.26,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2329.9,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 5554.24,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 22660,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 40785,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 4,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 3177.78,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 8,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 73021.94,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 10,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Medicare / Supplemental (Part B)\",\n   \"total_charge_amount\": 61762.39,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 21,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 169492.11,\n   \"year\": 2017\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 0.01,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 0.01,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 0.01,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 0.01,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1.53,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1.94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1.95,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2.31,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2.33,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2.35,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 3.88,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.33,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.61,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 5.68,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.83,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 16,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 16,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 16,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 41,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 46,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 46,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 47,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 47,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 47,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 48,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 48,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 53,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 53,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 53.6,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 63,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 67,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 82,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 91,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 91,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 105,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 109,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 109,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 109,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 114,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 138,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 140,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 141,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 168,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 168,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 168,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 174,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 174,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 191,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 194.25,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 200.38,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 200.38,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 200.38,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 233,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 233,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 233,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 264,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 276,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 291.38,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 309.93,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 330,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 330,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 369,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 415,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 428,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 519,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 523,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 523,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 546,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 546,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 546,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 656,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 775,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 775,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 799,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Unknown\",\n   \"total_charge_amount\": 846.8,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 923,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 929,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 957,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 957,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 966,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1406,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1481,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Unknown\",\n   \"total_charge_amount\": 1575,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 20420,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 20420,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 82,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 84,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 94,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 184,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 249,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 276,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1598,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1760,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1994.99,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2296,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2358,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2380.89,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2824.27,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5122,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 12363,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 25812,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 26520,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 6,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1375,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 6,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1375,\n   \"year\": 2018\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1.14,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 2.55,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 5.68,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.68,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 6.24,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 7.35,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 16,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 16,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 37,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 47,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 48,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 48,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 48,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 57,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 57,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 86,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 86,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 87.33,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 87.33,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 100,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 100,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 111,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 133,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 141,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 141,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 168,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 184,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 238,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 247,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 418.26,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 432,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 443,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 477,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 500,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 535,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 616,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 622,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 799,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 904,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 956,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 957,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1126.8,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1126.8,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1180,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1227,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1243,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1945,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2658,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 11835,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 19299,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 26090,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2.56,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.34,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5.84,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 9.08,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 32,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 110,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 143.9,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 168,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 224,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 234,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 480,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 672,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 850.5,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 2096.41,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2821.5,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 19263,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 86.11,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 357,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 53765,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 4,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 4082.24,\n   \"year\": 2019\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 10.03,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 47,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 49,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 49,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 49,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 49,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 50,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 87.33,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 94,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 102,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 115,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 141,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 147,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 148,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 235,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 235,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 240,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 247,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 488,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 535,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Government / Veterans Affairs\",\n   \"total_charge_amount\": 535,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 543,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 904,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 924,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 956,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 989,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1097,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1545,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Government / Veterans Affairs\",\n   \"total_charge_amount\": 1575,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2253,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2433,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2664,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 12739,\n   \"year\": 2020\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 0.43,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 25,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 38,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 48,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 48,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 48,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Government / Veterans Affairs\",\n   \"total_charge_amount\": 48,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Government / Veterans Affairs\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 50,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 69,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 96,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 150,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 254,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 304,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 304,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 315,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 315,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 336,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 372,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 379,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 379,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 379,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 379,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 379,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 391,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 391,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 391,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 391,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 391,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 423,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 432,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 528,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 543,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 570,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 825,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 825,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Government / Veterans Affairs\",\n   \"total_charge_amount\": 924,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 924,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 989,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 989,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1012,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1158,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 2438,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 2613,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2741,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2744,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 11185,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 11185,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 16138,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2.4,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 9.86,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 11.2,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35.55,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 62.57,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 197.2,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 236,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 528,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 530.6,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 720,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 720,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2373,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 4343.5,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 4876,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 4876,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 4876,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5250,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 11240,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15732.5,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 17150,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Other\",\n   \"subchannel_name\": \"Other / Unknown\",\n   \"total_charge_amount\": 74630.52,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 48,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 291,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 372,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 912,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 4,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 64552,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 7,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 8997.14,\n   \"year\": 2021\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 4.34,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 6.44,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 8.02,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 16,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 30.35,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 39,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 47,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 47,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 47,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 47,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 49,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 78,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 94,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 120.58,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 122,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 128,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 141,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 141,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 156,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 186,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 235,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 250.25,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 283,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 329,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 372,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 379,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 423,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 543,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 543,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 789,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 789,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 989,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 989,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 989,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1221,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1287,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1287,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1547,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1547,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1547,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2438,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 22950,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 2.78,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 98,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 329,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 939.9,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 1086,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1086,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicaid\",\n   \"subchannel_name\": \"Medicaid / Managed\",\n   \"total_charge_amount\": 3592,\n   \"year\": 2022\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1.2,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 15,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 35,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 45,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 45,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 50,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 80,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 80,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 80,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 120,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 290,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 440,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 440,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 580,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 830,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 830,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 830,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 830,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1200,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1270,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1300,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2550,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 10.58,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 3500,\n   \"year\": 2023\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 0.15,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 0.68,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 0.96,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2.43,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 2.7,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 15,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 20,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 20,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 20,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 20,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 40,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 50,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 50,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 60,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 80,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 120,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 130,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 140,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 140,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 160,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 185,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 190,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 200,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 210,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 210,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 210,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 210,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 250,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 250,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 290,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 290,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 290,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 290,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 420,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 420,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 420,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 420,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 440,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 440,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 440,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 440,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 443.49,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 540,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1050,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 1260,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1280,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1320,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1320,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1320,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 1320,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1450,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 1660,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 1768,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2610,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2610,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 4400,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 7500,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 1,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 13000,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 19.2,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 140,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 145,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 200,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 240,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 320,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 340,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / FFS (Part A)\",\n   \"total_charge_amount\": 420,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 580,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 840,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 2640,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Medicare\",\n   \"subchannel_name\": \"Medicare / Advantage (Part C)\",\n   \"total_charge_amount\": 3103.7,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 1,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 2,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 5220,\n   \"year\": 2024\n  },\n  {\n   \"patient_count\": 2,\n   \"npi_number\": 1962515551,\n   \"claim_count\": 3,\n   \"channel_name\": \"Commercial\",\n   \"subchannel_name\": \"Commercial / Commercial\",\n   \"total_charge_amount\": 630,\n   \"year\": 2024\n  }\n ]\n}"}],"_postman_id":"27e8d8bd-817e-4a93-a1e3-671554c324a8"},{"name":"Get Medicare Procedure Data","id":"8c39df71-4db5-4396-91c0-046bb4f408e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-medicare-procedure","urlObject":{"path":["api","rest","get-medicare-procedure"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"44990b80-011a-44e7-b3b7-9e99401db213","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-medicare-procedure","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-medicare-procedure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2956"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:22:55 GMT"},{"key":"x-amz-apigw-id","value":"dJXD1HMtoAMEmUg="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"2956"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:22:54 GMT"},{"key":"x-amzn-requestid","value":"b6c034be-2ced-49a3-a244-42da46a2d9e3"},{"key":"x-request-id","value":"c6478d49-628d-4b91-ad69-53d7b3ec7eb7"}],"cookie":[],"responseTime":null,"body":"{\n \"medicare_schema_medicare_cpt_procedure\": [\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 18,\n   \"tot_srvcs\": 22,\n   \"tot_bene_day_srvcs\": 19,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 574.39,\n   \"avg_mdcr_pymt_amt\": 457.64,\n   \"avg_mdcr_stdzd_amt\": 455.36,\n   \"avg_sbmtd_chrg\": 2141,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 18,\n   \"tot_srvcs\": 18,\n   \"tot_bene_day_srvcs\": 18,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 133.13,\n   \"avg_mdcr_pymt_amt\": 99.56,\n   \"avg_mdcr_stdzd_amt\": 98.95,\n   \"avg_sbmtd_chrg\": 512.78,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 37,\n   \"tot_srvcs\": 38,\n   \"tot_bene_day_srvcs\": 38,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 225.66,\n   \"avg_mdcr_pymt_amt\": 179.79,\n   \"avg_mdcr_stdzd_amt\": 178.95,\n   \"avg_sbmtd_chrg\": 906.74,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 234.14,\n   \"avg_mdcr_pymt_amt\": 186.55,\n   \"avg_mdcr_stdzd_amt\": 185.67,\n   \"avg_sbmtd_chrg\": 1107.18,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"93505\",\n   \"hcpcs_desc\": \"Biopsy of the wall dividing the left and right heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 12,\n   \"tot_srvcs\": 12,\n   \"tot_bene_day_srvcs\": 12,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 158.43,\n   \"avg_mdcr_pymt_amt\": 126.23,\n   \"avg_mdcr_stdzd_amt\": 124.89,\n   \"avg_sbmtd_chrg\": 897,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"99232\",\n   \"hcpcs_desc\": \"Subsequent hospital inpatient care, typically 25 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 20,\n   \"tot_bene_day_srvcs\": 20,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 74.17,\n   \"avg_mdcr_pymt_amt\": 59.09,\n   \"avg_mdcr_stdzd_amt\": 56.72,\n   \"avg_sbmtd_chrg\": 250.3,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"99233\",\n   \"hcpcs_desc\": \"Subsequent hospital inpatient care, typically 35 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 12,\n   \"tot_srvcs\": 16,\n   \"tot_bene_day_srvcs\": 16,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 106.95,\n   \"avg_mdcr_pymt_amt\": 85.21,\n   \"avg_mdcr_stdzd_amt\": 81.72,\n   \"avg_sbmtd_chrg\": 361.5,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2014,\n   \"hcpcs_cd\": \"99239\",\n   \"hcpcs_desc\": \"Hospital discharge day management, more than 30 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 111.11,\n   \"avg_mdcr_pymt_amt\": 88.53,\n   \"avg_mdcr_stdzd_amt\": 84.26,\n   \"avg_sbmtd_chrg\": 376.27,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"93571\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel during diagnosis or treatment\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 98.99,\n   \"avg_mdcr_pymt_amt\": 78.87,\n   \"avg_mdcr_stdzd_amt\": 79.72,\n   \"avg_sbmtd_chrg\": 320.73,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 34,\n   \"tot_srvcs\": 38,\n   \"tot_bene_day_srvcs\": 34,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 572.18,\n   \"avg_mdcr_pymt_amt\": 457.22,\n   \"avg_mdcr_stdzd_amt\": 472.18,\n   \"avg_sbmtd_chrg\": 2152.84,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 23,\n   \"tot_srvcs\": 23,\n   \"tot_bene_day_srvcs\": 23,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 140.93,\n   \"avg_mdcr_pymt_amt\": 112.29,\n   \"avg_mdcr_stdzd_amt\": 112.61,\n   \"avg_sbmtd_chrg\": 640.09,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 44,\n   \"tot_srvcs\": 44,\n   \"tot_bene_day_srvcs\": 44,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 216.29,\n   \"avg_mdcr_pymt_amt\": 172.33,\n   \"avg_mdcr_stdzd_amt\": 172.94,\n   \"avg_sbmtd_chrg\": 923.05,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"93455\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 12,\n   \"tot_srvcs\": 12,\n   \"tot_bene_day_srvcs\": 12,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 238.77,\n   \"avg_mdcr_pymt_amt\": 190.24,\n   \"avg_mdcr_stdzd_amt\": 191.13,\n   \"avg_sbmtd_chrg\": 1067.17,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 29,\n   \"tot_srvcs\": 29,\n   \"tot_bene_day_srvcs\": 29,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 268.17,\n   \"avg_mdcr_pymt_amt\": 213.66,\n   \"avg_mdcr_stdzd_amt\": 218.81,\n   \"avg_sbmtd_chrg\": 1122.14,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"93505\",\n   \"hcpcs_desc\": \"Biopsy of the wall dividing the left and right heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 14,\n   \"tot_srvcs\": 14,\n   \"tot_bene_day_srvcs\": 14,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 152.93,\n   \"avg_mdcr_pymt_amt\": 121.85,\n   \"avg_mdcr_stdzd_amt\": 122.25,\n   \"avg_sbmtd_chrg\": 897,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 17,\n   \"tot_srvcs\": 17,\n   \"tot_bene_day_srvcs\": 17,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 209.11,\n   \"avg_mdcr_pymt_amt\": 166.61,\n   \"avg_mdcr_stdzd_amt\": 161.43,\n   \"avg_sbmtd_chrg\": 720,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2015,\n   \"hcpcs_cd\": \"99239\",\n   \"hcpcs_desc\": \"Hospital discharge day management, more than 30 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 16,\n   \"tot_srvcs\": 16,\n   \"tot_bene_day_srvcs\": 16,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 111.98,\n   \"avg_mdcr_pymt_amt\": 89.22,\n   \"avg_mdcr_stdzd_amt\": 85.36,\n   \"avg_sbmtd_chrg\": 385.56,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 20,\n   \"tot_srvcs\": 21,\n   \"tot_bene_day_srvcs\": 21,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 132.88,\n   \"avg_mdcr_pymt_amt\": 105.88,\n   \"avg_mdcr_stdzd_amt\": 105.91,\n   \"avg_sbmtd_chrg\": 531.24,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 24,\n   \"tot_srvcs\": 25,\n   \"tot_bene_day_srvcs\": 25,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 614.48,\n   \"avg_mdcr_pymt_amt\": 489.59,\n   \"avg_mdcr_stdzd_amt\": 494.61,\n   \"avg_sbmtd_chrg\": 2189.96,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"99239\",\n   \"hcpcs_desc\": \"Hospital discharge day management, more than 30 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 32,\n   \"tot_srvcs\": 32,\n   \"tot_bene_day_srvcs\": 32,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 111.66,\n   \"avg_mdcr_pymt_amt\": 88.96,\n   \"avg_mdcr_stdzd_amt\": 84.77,\n   \"avg_sbmtd_chrg\": 394.75,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"99233\",\n   \"hcpcs_desc\": \"Subsequent hospital inpatient care, typically 35 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 23,\n   \"tot_srvcs\": 37,\n   \"tot_bene_day_srvcs\": 37,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 107.07,\n   \"avg_mdcr_pymt_amt\": 85.07,\n   \"avg_mdcr_stdzd_amt\": 82.01,\n   \"avg_sbmtd_chrg\": 380.08,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 15,\n   \"tot_srvcs\": 15,\n   \"tot_bene_day_srvcs\": 15,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 208.71,\n   \"avg_mdcr_pymt_amt\": 157.46,\n   \"avg_mdcr_stdzd_amt\": 151.6,\n   \"avg_sbmtd_chrg\": 740,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"93505\",\n   \"hcpcs_desc\": \"Biopsy of the wall dividing the left and right heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 16,\n   \"tot_srvcs\": 16,\n   \"tot_bene_day_srvcs\": 16,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 162.63,\n   \"avg_mdcr_pymt_amt\": 129.57,\n   \"avg_mdcr_stdzd_amt\": 129.88,\n   \"avg_sbmtd_chrg\": 884.81,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 26,\n   \"tot_srvcs\": 26,\n   \"tot_bene_day_srvcs\": 26,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 250.1,\n   \"avg_mdcr_pymt_amt\": 199.27,\n   \"avg_mdcr_stdzd_amt\": 199.86,\n   \"avg_sbmtd_chrg\": 1142.77,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2016,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 55,\n   \"tot_srvcs\": 55,\n   \"tot_bene_day_srvcs\": 55,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 226.68,\n   \"avg_mdcr_pymt_amt\": 178.75,\n   \"avg_mdcr_stdzd_amt\": 177.98,\n   \"avg_sbmtd_chrg\": 937.27,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 38,\n   \"tot_srvcs\": 38,\n   \"tot_bene_day_srvcs\": 38,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 191.73,\n   \"avg_mdcr_pymt_amt\": 147.34,\n   \"avg_mdcr_stdzd_amt\": 142.59,\n   \"avg_sbmtd_chrg\": 945.61,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 38,\n   \"tot_srvcs\": 42,\n   \"tot_bene_day_srvcs\": 39,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 597.85,\n   \"avg_mdcr_pymt_amt\": 471.63,\n   \"avg_mdcr_stdzd_amt\": 463.12,\n   \"avg_sbmtd_chrg\": 2233.14,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 14,\n   \"tot_srvcs\": 14,\n   \"tot_bene_day_srvcs\": 14,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 133.82,\n   \"avg_mdcr_pymt_amt\": 106.62,\n   \"avg_mdcr_stdzd_amt\": 103.1,\n   \"avg_sbmtd_chrg\": 535,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"99239\",\n   \"hcpcs_desc\": \"Hospital discharge day management, more than 30 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 114.51,\n   \"avg_mdcr_pymt_amt\": 91.24,\n   \"avg_mdcr_stdzd_amt\": 85.54,\n   \"avg_sbmtd_chrg\": 407.64,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 37,\n   \"tot_srvcs\": 37,\n   \"tot_bene_day_srvcs\": 37,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 251.76,\n   \"avg_mdcr_pymt_amt\": 198.13,\n   \"avg_mdcr_stdzd_amt\": 191.64,\n   \"avg_sbmtd_chrg\": 1154.78,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"93571\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel during diagnosis or treatment\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 18,\n   \"tot_srvcs\": 18,\n   \"tot_bene_day_srvcs\": 18,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 101.46,\n   \"avg_mdcr_pymt_amt\": 80.84,\n   \"avg_mdcr_stdzd_amt\": 78.22,\n   \"avg_sbmtd_chrg\": 358.44,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"99152\",\n   \"hcpcs_desc\": \"Moderate sedation services by physician also performing a procedure, patient 5 years of age or older, first 15 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 12,\n   \"tot_srvcs\": 12,\n   \"tot_bene_day_srvcs\": 12,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 12.95,\n   \"avg_mdcr_pymt_amt\": 10.32,\n   \"avg_mdcr_stdzd_amt\": 9.85,\n   \"avg_sbmtd_chrg\": 47,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"99221\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 30 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 13,\n   \"tot_srvcs\": 14,\n   \"tot_bene_day_srvcs\": 14,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 106.56,\n   \"avg_mdcr_pymt_amt\": 84.9,\n   \"avg_mdcr_stdzd_amt\": 80.75,\n   \"avg_sbmtd_chrg\": 373,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"99222\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 50 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 19,\n   \"tot_srvcs\": 24,\n   \"tot_bene_day_srvcs\": 24,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 144.12,\n   \"avg_mdcr_pymt_amt\": 114.83,\n   \"avg_mdcr_stdzd_amt\": 108.89,\n   \"avg_sbmtd_chrg\": 503.25,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2017,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 39,\n   \"tot_srvcs\": 58,\n   \"tot_bene_day_srvcs\": 58,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 213.72,\n   \"avg_mdcr_pymt_amt\": 167.12,\n   \"avg_mdcr_stdzd_amt\": 158.11,\n   \"avg_sbmtd_chrg\": 740,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"93571\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel during diagnosis or treatment\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 13,\n   \"tot_srvcs\": 13,\n   \"tot_bene_day_srvcs\": 13,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 104.91,\n   \"avg_mdcr_pymt_amt\": 83.59,\n   \"avg_mdcr_stdzd_amt\": 78.18,\n   \"avg_sbmtd_chrg\": 364.62,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 16,\n   \"tot_srvcs\": 17,\n   \"tot_bene_day_srvcs\": 16,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 624.1,\n   \"avg_mdcr_pymt_amt\": 497.25,\n   \"avg_mdcr_stdzd_amt\": 475.38,\n   \"avg_sbmtd_chrg\": 2298.88,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 13,\n   \"tot_srvcs\": 14,\n   \"tot_bene_day_srvcs\": 14,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 138.38,\n   \"avg_mdcr_pymt_amt\": 110.26,\n   \"avg_mdcr_stdzd_amt\": 99.33,\n   \"avg_sbmtd_chrg\": 538.29,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 24,\n   \"tot_srvcs\": 24,\n   \"tot_bene_day_srvcs\": 24,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 237.16,\n   \"avg_mdcr_pymt_amt\": 188.96,\n   \"avg_mdcr_stdzd_amt\": 176.73,\n   \"avg_sbmtd_chrg\": 965.25,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 25,\n   \"tot_srvcs\": 25,\n   \"tot_bene_day_srvcs\": 25,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 242.93,\n   \"avg_mdcr_pymt_amt\": 193.83,\n   \"avg_mdcr_stdzd_amt\": 192.17,\n   \"avg_sbmtd_chrg\": 1179.16,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"99152\",\n   \"hcpcs_desc\": \"Moderate sedation services by physician also performing a procedure, patient 5 years of age or older, first 15 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 78,\n   \"tot_srvcs\": 79,\n   \"tot_bene_day_srvcs\": 79,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 13.48,\n   \"avg_mdcr_pymt_amt\": 10.75,\n   \"avg_mdcr_stdzd_amt\": 10.21,\n   \"avg_sbmtd_chrg\": 47.16,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 30,\n   \"tot_srvcs\": 40,\n   \"tot_bene_day_srvcs\": 40,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 218.56,\n   \"avg_mdcr_pymt_amt\": 174.14,\n   \"avg_mdcr_stdzd_amt\": 162.61,\n   \"avg_sbmtd_chrg\": 790.6,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"99222\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 50 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 29,\n   \"tot_srvcs\": 35,\n   \"tot_bene_day_srvcs\": 35,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 147.26,\n   \"avg_mdcr_pymt_amt\": 117.33,\n   \"avg_mdcr_stdzd_amt\": 109.23,\n   \"avg_sbmtd_chrg\": 526.66,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2018,\n   \"hcpcs_cd\": \"99239\",\n   \"hcpcs_desc\": \"Hospital discharge day management, more than 30 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 13,\n   \"tot_srvcs\": 13,\n   \"tot_bene_day_srvcs\": 13,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 117.06,\n   \"avg_mdcr_pymt_amt\": 93.27,\n   \"avg_mdcr_stdzd_amt\": 86.08,\n   \"avg_sbmtd_chrg\": 419,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 37,\n   \"tot_srvcs\": 49,\n   \"tot_bene_day_srvcs\": 42,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 593.9,\n   \"avg_mdcr_pymt_amt\": 471.61,\n   \"avg_mdcr_stdzd_amt\": 434.45,\n   \"avg_sbmtd_chrg\": 2353.08,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"92978\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel or graft\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 18,\n   \"tot_srvcs\": 18,\n   \"tot_bene_day_srvcs\": 18,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 107.1,\n   \"avg_mdcr_pymt_amt\": 85.59,\n   \"avg_mdcr_stdzd_amt\": 78.83,\n   \"avg_sbmtd_chrg\": 380.67,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 23,\n   \"tot_srvcs\": 23,\n   \"tot_bene_day_srvcs\": 23,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 139.11,\n   \"avg_mdcr_pymt_amt\": 111.17,\n   \"avg_mdcr_stdzd_amt\": 102.42,\n   \"avg_sbmtd_chrg\": 522.48,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 35,\n   \"tot_srvcs\": 35,\n   \"tot_bene_day_srvcs\": 35,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 242.13,\n   \"avg_mdcr_pymt_amt\": 189.28,\n   \"avg_mdcr_stdzd_amt\": 174.11,\n   \"avg_sbmtd_chrg\": 965.23,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 59,\n   \"tot_srvcs\": 60,\n   \"tot_bene_day_srvcs\": 60,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 248.95,\n   \"avg_mdcr_pymt_amt\": 198.89,\n   \"avg_mdcr_stdzd_amt\": 183.24,\n   \"avg_sbmtd_chrg\": 1186.15,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"93571\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel during diagnosis or treatment\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 18,\n   \"tot_srvcs\": 19,\n   \"tot_bene_day_srvcs\": 19,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 86.41,\n   \"avg_mdcr_pymt_amt\": 69.06,\n   \"avg_mdcr_stdzd_amt\": 63.3,\n   \"avg_sbmtd_chrg\": 379,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"99152\",\n   \"hcpcs_desc\": \"Moderate sedation services by physician also performing a procedure, patient 5 years of age or older, first 15 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 136,\n   \"tot_srvcs\": 145,\n   \"tot_bene_day_srvcs\": 145,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 13.41,\n   \"avg_mdcr_pymt_amt\": 10.72,\n   \"avg_mdcr_stdzd_amt\": 9.89,\n   \"avg_sbmtd_chrg\": 48.15,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"99222\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 50 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 13,\n   \"tot_srvcs\": 13,\n   \"tot_bene_day_srvcs\": 13,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 148.76,\n   \"avg_mdcr_pymt_amt\": 118.88,\n   \"avg_mdcr_stdzd_amt\": 109.07,\n   \"avg_sbmtd_chrg\": 539,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 24,\n   \"tot_srvcs\": 24,\n   \"tot_bene_day_srvcs\": 24,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 219.78,\n   \"avg_mdcr_pymt_amt\": 175.64,\n   \"avg_mdcr_stdzd_amt\": 161.05,\n   \"avg_sbmtd_chrg\": 800.13,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2019,\n   \"hcpcs_cd\": \"99239\",\n   \"hcpcs_desc\": \"Hospital discharge day management, more than 30 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 117.32,\n   \"avg_mdcr_pymt_amt\": 93.76,\n   \"avg_mdcr_stdzd_amt\": 85.33,\n   \"avg_sbmtd_chrg\": 428.73,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"92978\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel or graft\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 33,\n   \"tot_srvcs\": 34,\n   \"tot_bene_day_srvcs\": 34,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 106.02,\n   \"avg_mdcr_pymt_amt\": 84.97,\n   \"avg_mdcr_stdzd_amt\": 77.53,\n   \"avg_sbmtd_chrg\": 393.03,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 223.44,\n   \"avg_mdcr_pymt_amt\": 179.02,\n   \"avg_mdcr_stdzd_amt\": 161.56,\n   \"avg_sbmtd_chrg\": 811.09,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"99152\",\n   \"hcpcs_desc\": \"Moderate sedation services by physician also performing a procedure, patient 5 years of age or older, first 15 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 97,\n   \"tot_srvcs\": 97,\n   \"tot_bene_day_srvcs\": 97,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 13.51,\n   \"avg_mdcr_pymt_amt\": 10.84,\n   \"avg_mdcr_stdzd_amt\": 9.94,\n   \"avg_sbmtd_chrg\": 49.19,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"93571\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel during diagnosis or treatment\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 16,\n   \"tot_srvcs\": 17,\n   \"tot_bene_day_srvcs\": 17,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 81.98,\n   \"avg_mdcr_pymt_amt\": 65.7,\n   \"avg_mdcr_stdzd_amt\": 59.99,\n   \"avg_sbmtd_chrg\": 379,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"93460\",\n   \"hcpcs_desc\": \"Insertion of catheter in right and left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 11,\n   \"tot_srvcs\": 11,\n   \"tot_bene_day_srvcs\": 11,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 286.57,\n   \"avg_mdcr_pymt_amt\": 229.74,\n   \"avg_mdcr_stdzd_amt\": 209.31,\n   \"avg_sbmtd_chrg\": 1545.36,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels or grafts and left lower heart\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 30,\n   \"tot_srvcs\": 30,\n   \"tot_bene_day_srvcs\": 30,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 232.04,\n   \"avg_mdcr_pymt_amt\": 186.02,\n   \"avg_mdcr_stdzd_amt\": 169.54,\n   \"avg_sbmtd_chrg\": 1221,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart blood vessels or grafts\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 29,\n   \"tot_srvcs\": 29,\n   \"tot_bene_day_srvcs\": 29,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 217.47,\n   \"avg_mdcr_pymt_amt\": 173.61,\n   \"avg_mdcr_stdzd_amt\": 158.19,\n   \"avg_sbmtd_chrg\": 989,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"93451\",\n   \"hcpcs_desc\": \"Insertion of catheter for diagnostic evaluation of right heart structures\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 16,\n   \"tot_srvcs\": 16,\n   \"tot_bene_day_srvcs\": 16,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 142.83,\n   \"avg_mdcr_pymt_amt\": 114.52,\n   \"avg_mdcr_stdzd_amt\": 104.17,\n   \"avg_sbmtd_chrg\": 536,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2020,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter insertion of stents in major coronary artery or branch, accessed through the skin\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 30,\n   \"tot_srvcs\": 35,\n   \"tot_bene_day_srvcs\": 30,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 603.93,\n   \"avg_mdcr_pymt_amt\": 483.87,\n   \"avg_mdcr_stdzd_amt\": 443.4,\n   \"avg_sbmtd_chrg\": 2434.43,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"99152\",\n   \"hcpcs_desc\": \"Moderate sedation services by physician also performing a procedure, patient 5 years of age or older, first 15 minutes\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 97,\n   \"tot_srvcs\": 101,\n   \"tot_bene_day_srvcs\": 101,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 13.47,\n   \"avg_mdcr_pymt_amt\": 10.8,\n   \"avg_mdcr_stdzd_amt\": 9.87,\n   \"avg_sbmtd_chrg\": 51.5,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"93571\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel during diagnosis or treatment, initial vessel\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 15,\n   \"tot_srvcs\": 15,\n   \"tot_bene_day_srvcs\": 15,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 74.29,\n   \"avg_mdcr_pymt_amt\": 60.2,\n   \"avg_mdcr_stdzd_amt\": 58.97,\n   \"avg_sbmtd_chrg\": 379,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"93458\",\n   \"hcpcs_desc\": \"Insertion of catheter in left heart for imaging of blood vessels and left lower heart including imaging interpretation and supervision and injection\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 35,\n   \"tot_srvcs\": 35,\n   \"tot_bene_day_srvcs\": 35,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 227.68,\n   \"avg_mdcr_pymt_amt\": 183.29,\n   \"avg_mdcr_stdzd_amt\": 169.33,\n   \"avg_sbmtd_chrg\": 1221,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"93454\",\n   \"hcpcs_desc\": \"Insertion of catheter for imaging of heart including imaging interpretation and supervision and injection\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 31,\n   \"tot_srvcs\": 32,\n   \"tot_bene_day_srvcs\": 32,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 201.25,\n   \"avg_mdcr_pymt_amt\": 161,\n   \"avg_mdcr_stdzd_amt\": 148.96,\n   \"avg_sbmtd_chrg\": 989,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"92978\",\n   \"hcpcs_desc\": \"Ultrasound evaluation of heart blood vessel or graft, initial vessel\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 38,\n   \"tot_srvcs\": 39,\n   \"tot_bene_day_srvcs\": 39,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 101.52,\n   \"avg_mdcr_pymt_amt\": 81.58,\n   \"avg_mdcr_stdzd_amt\": 76.27,\n   \"avg_sbmtd_chrg\": 387.59,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"92928\",\n   \"hcpcs_desc\": \"Catheter placement of stents in major coronary artery or branch, accessed through the skin, each additional artery or branch\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 26,\n   \"tot_srvcs\": 35,\n   \"tot_bene_day_srvcs\": 29,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 554.42,\n   \"avg_mdcr_pymt_amt\": 446.04,\n   \"avg_mdcr_stdzd_amt\": 419.87,\n   \"avg_sbmtd_chrg\": 2438,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  },\n  {\n   \"year\": 2021,\n   \"hcpcs_cd\": \"99223\",\n   \"hcpcs_desc\": \"Initial hospital inpatient care, typically 70 minutes per day\",\n   \"hcpcs_drug_ind\": \"N\",\n   \"tot_benes\": 22,\n   \"tot_srvcs\": 22,\n   \"tot_bene_day_srvcs\": 22,\n   \"place_of_srvc\": \"F\",\n   \"avg_mdcr_alowd_amt\": 211.53,\n   \"avg_mdcr_pymt_amt\": 170.16,\n   \"avg_mdcr_stdzd_amt\": 158.8,\n   \"avg_sbmtd_chrg\": 818.45,\n   \"rndrng_npi\": \"1962515551\",\n   \"rndrng_prvdr_first_name\": \"Deepak\",\n   \"rndrng_prvdr_last_org_name\": \"Bhatt\"\n  }\n ]\n}"}],"_postman_id":"8c39df71-4db5-4396-91c0-046bb4f408e4"},{"name":"Get Payer Mix Data","id":"ca510193-dc76-4d24-b763-765dd7c8e10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"https://hasurarestproxy.docnexus.ai/api/rest/get-payer-mix-data","urlObject":{"path":["api","rest","get-payer-mix-data"],"host":["https://hasurarestproxy.docnexus.ai"],"query":[],"variable":[]}},"response":[{"id":"d7ab6dcc-4f4f-4067-815e-e75f0afc421c","name":"successfully / 200","originalRequest":{"method":"POST","header":[{"key":":authority","value":"hasurarestproxy.docnexus.ai","disabled":true},{"key":":method","value":"POST","disabled":true},{"key":":path","value":"/api/rest/get-payer-mix-data","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"27"},{"key":"content-type","value":"text/plain;charset=UTF-8"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"npi_number\":\"1962515551\"}","options":{"raw":{"language":"text"}}},"url":"{{baseURL13}}/api/rest/get-payer-mix-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-origin","value":"https://platform.docnexus.ai"},{"key":"access-control-expose-headers","value":"X-Hasura-Query-Cache-Key,X-Hasura-Query-Family-Cache-Key,Warning"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"27705"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:04 GMT"},{"key":"x-amz-apigw-id","value":"dJXExE5aoAMErLw="},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amzn-remapped-content-length","value":"27705"},{"key":"x-amzn-remapped-date","value":"Tue, 27 Aug 2024 02:23:00 GMT"},{"key":"x-amzn-requestid","value":"015d20e7-f03a-4269-b741-60c443c248e6"},{"key":"x-request-id","value":"c7cbc77c-f73a-44b8-8c46-83008b561e96"}],"cookie":[],"responseTime":null,"body":"{\n \"payer_diagnosis_summary_by_payer_name\": [\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 62,\n   \"percentage_of_claim\": 0.07506053268765134,\n   \"total_charges\": 175478.95,\n   \"code\": \"I2111\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 21,\n   \"percentage_of_claim\": 0.025423728813559324,\n   \"total_charges\": 169492.11,\n   \"code\": \"J189\",\n   \"descriptions\": [\n    \"Pneumonia, unspecified organism\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Blue Cross Blue Shield of Massachusetts\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 74630.52,\n   \"code\": \"E1365\",\n   \"descriptions\": [\n    \"Other specified diabetes mellitus with hyperglycemia\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 73021.94,\n   \"code\": \"I872\",\n   \"descriptions\": [\n    \"Venous insufficiency (chronic) (peripheral)\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 36,\n   \"percentage_of_claim\": 0.043583535108958835,\n   \"total_charges\": 70084.96,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Blue Cross Blue Shield of Massachusetts\",\n   \"claim_count\": 10,\n   \"percentage_of_claim\": 0.012106537530266344,\n   \"total_charges\": 61762.39,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 40,\n   \"percentage_of_claim\": 0.048426150121065374,\n   \"total_charges\": 61203.67,\n   \"code\": \"I50814\",\n   \"descriptions\": [\n    \"Right heart failure due to left heart failure\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 34,\n   \"percentage_of_claim\": 0.04116222760290557,\n   \"total_charges\": 49399.74,\n   \"code\": \"I2111\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 17,\n   \"percentage_of_claim\": 0.020581113801452784,\n   \"total_charges\": 43464.88,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 51,\n   \"percentage_of_claim\": 0.06174334140435835,\n   \"total_charges\": 42606.31,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 21,\n   \"percentage_of_claim\": 0.025423728813559324,\n   \"total_charges\": 42522.51,\n   \"code\": \"E859\",\n   \"descriptions\": [\n    \"Amyloidosis, unspecified\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 20,\n   \"percentage_of_claim\": 0.024213075060532687,\n   \"total_charges\": 29960.85,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 20,\n   \"percentage_of_claim\": 0.024213075060532687,\n   \"total_charges\": 29467.56,\n   \"code\": \"I25708\",\n   \"descriptions\": [\n    \"Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 17,\n   \"percentage_of_claim\": 0.020581113801452784,\n   \"total_charges\": 29257.44,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 10,\n   \"percentage_of_claim\": 0.012106537530266344,\n   \"total_charges\": 26787.99,\n   \"code\": \"I059\",\n   \"descriptions\": [\n    \"Rheumatic mitral valve disease, unspecified\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 28,\n   \"percentage_of_claim\": 0.03389830508474576,\n   \"total_charges\": 25770,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 21,\n   \"percentage_of_claim\": 0.025423728813559324,\n   \"total_charges\": 25342.31,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 17,\n   \"percentage_of_claim\": 0.020581113801452784,\n   \"total_charges\": 24851.66,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 18,\n   \"percentage_of_claim\": 0.021791767554479417,\n   \"total_charges\": 23564.44,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 21301.01,\n   \"code\": \"I2720\",\n   \"descriptions\": [\n    \"Pulmonary hypertension, unspecified\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 13,\n   \"percentage_of_claim\": 0.015738498789346248,\n   \"total_charges\": 17797.36,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 18,\n   \"percentage_of_claim\": 0.021791767554479417,\n   \"total_charges\": 9576.78,\n   \"code\": \"Z952\",\n   \"descriptions\": [\n    \"Presence of prosthetic heart valve\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 11,\n   \"percentage_of_claim\": 0.013317191283292978,\n   \"total_charges\": 8448,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 7850,\n   \"code\": \"I2102\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 7637,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 7364,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 5186,\n   \"code\": \"R9389\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of other specified body structures\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 5114,\n   \"code\": \"R579\",\n   \"descriptions\": [\n    \"Shock, unspecified\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4980,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4803,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 4793,\n   \"code\": \"I2609\",\n   \"descriptions\": [\n    \"Other pulmonary embolism with acute cor pulmonale\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4603,\n   \"code\": \"I2119\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4177,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 3938,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 18,\n   \"percentage_of_claim\": 0.021791767554479417,\n   \"total_charges\": 3410.04,\n   \"code\": \"M5116\",\n   \"descriptions\": [\n    \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3366,\n   \"code\": \"R9439\",\n   \"descriptions\": [\n    \"Abnormal result of other cardiovascular function study\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 3340,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 3300,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 3195,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 2725,\n   \"code\": \"R931\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2435,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2421.8,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Amida Care\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2340,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 2264,\n   \"code\": \"K5669\",\n   \"descriptions\": [\n    \"Other intestinal obstruction\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2177,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2110,\n   \"code\": \"I2602\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 1992,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1989,\n   \"code\": \"O80\",\n   \"descriptions\": [\n    \"Encounter for full-term uncomplicated delivery\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1986,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 1960,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1950,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1950,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1882,\n   \"code\": \"I442\",\n   \"descriptions\": [\n    \"Atrioventricular block, complete\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1831,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1746,\n   \"code\": \"I259\",\n   \"descriptions\": [\n    \"Chronic ischemic heart disease, unspecified\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1737,\n   \"code\": \"I5020\",\n   \"descriptions\": [\n    \"Unspecified systolic (congestive) heart failure\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1735,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1696,\n   \"code\": \"R079\",\n   \"descriptions\": [\n    \"Chest pain, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1598,\n   \"code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Assurant\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1572,\n   \"code\": \"E859\",\n   \"descriptions\": [\n    \"Amyloidosis, unspecified\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1530,\n   \"code\": \"R079\",\n   \"descriptions\": [\n    \"Chest pain, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Express Scripts\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1530,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1432,\n   \"code\": \"I5189\",\n   \"descriptions\": [\n    \"Other ill-defined heart diseases\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Neighborhood Health Plan (RI)\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1406,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1369,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1336,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1336,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1319,\n   \"code\": \"I469\",\n   \"descriptions\": [\n    \"Cardiac arrest, cause unspecified\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1317,\n   \"code\": \"R9439\",\n   \"descriptions\": [\n    \"Abnormal result of other cardiovascular function study\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1317,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1295,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1213,\n   \"code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Erin Group Administrators\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1179,\n   \"code\": \"I200\",\n   \"descriptions\": [\n    \"Unstable angina\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1146,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1132,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1126.8,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Blue Cross & Blue Shield of Rhode Island\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1126.8,\n   \"code\": \"I200\",\n   \"descriptions\": [\n    \"Unstable angina\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1087,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1086,\n   \"code\": \"I509\",\n   \"descriptions\": [\n    \"Heart failure, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1086,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1085,\n   \"code\": \"I319\",\n   \"descriptions\": [\n    \"Disease of pericardium, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1052,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1052,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1022,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1022,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1016,\n   \"code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 985,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"Q245\",\n   \"descriptions\": [\n    \"Malformation of coronary vessels\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"E7800\",\n   \"descriptions\": [\n    \"Pure hypercholesterolemia, unspecified\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"E782\",\n   \"descriptions\": [\n    \"Mixed hyperlipidemia\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Group Insurance Service Center\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 927,\n   \"code\": \"R0902\",\n   \"descriptions\": [\n    \"Hypoxemia\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"I249\",\n   \"descriptions\": [\n    \"Acute ischemic heart disease, unspecified\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 799,\n   \"code\": \"R109\",\n   \"descriptions\": [\n    \"Unspecified abdominal pain\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 799,\n   \"code\": \"I7101\",\n   \"descriptions\": [\n    \"Dissection of thoracic aorta\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 789,\n   \"code\": \"I2692\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery without acute cor pulmonale\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 775,\n   \"code\": \"I2602\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 740,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Centene\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 656,\n   \"code\": \"I712\",\n   \"descriptions\": [\n    \"Thoracic aortic aneurysm, without rupture\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 639,\n   \"code\": \"I5022\",\n   \"descriptions\": [\n    \"Chronic systolic (congestive) heart failure\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 631,\n   \"code\": \"I5033\",\n   \"descriptions\": [\n    \"Acute on chronic diastolic (congestive) heart failure\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 592,\n   \"code\": \"I509\",\n   \"descriptions\": [\n    \"Heart failure, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 580,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 580,\n   \"code\": \"D649\",\n   \"descriptions\": [\n    \"Anemia, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 580,\n   \"code\": \"R0602\",\n   \"descriptions\": [\n    \"Shortness of breath\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Horizon BlueCross BlueShield\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 575,\n   \"code\": \"R0789\",\n   \"descriptions\": [\n    \"Other chest pain\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 575,\n   \"code\": \"I10\",\n   \"descriptions\": [\n    \"Essential (primary) hypertension\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 575,\n   \"code\": \"Z952\",\n   \"descriptions\": [\n    \"Presence of prosthetic heart valve\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 560,\n   \"code\": \"I480\",\n   \"descriptions\": [\n    \"Paroxysmal atrial fibrillation\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 560,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 560,\n   \"code\": \"R002\",\n   \"descriptions\": [\n    \"Palpitations\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 550,\n   \"code\": \"I259\",\n   \"descriptions\": [\n    \"Chronic ischemic heart disease, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"I422\",\n   \"descriptions\": [\n    \"Other hypertrophic cardiomyopathy\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"R931\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Community Health Options\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 543,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 540,\n   \"code\": \"R0602\",\n   \"descriptions\": [\n    \"Shortness of breath\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 532,\n   \"code\": \"I272\",\n   \"descriptions\": [\n    \"Other secondary pulmonary hypertension\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 523,\n   \"code\": \"S42354A\",\n   \"descriptions\": [\n    \"Nondisplaced comminuted fracture of shaft of humerus, right arm, initial encounter for closed fracture\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"EmblemHealth\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 519,\n   \"code\": \"I340\",\n   \"descriptions\": [\n    \"Nonrheumatic mitral (valve) insufficiency\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 502,\n   \"code\": \"T82390A\",\n   \"descriptions\": [\n    \"Other mechanical complication of aortic (bifurcation) graft (replacement), initial encounter\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 450,\n   \"code\": \"I10\",\n   \"descriptions\": [\n    \"Essential (primary) hypertension\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"E785\",\n   \"descriptions\": [\n    \"Hyperlipidemia, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"I351\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) insufficiency\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"R001\",\n   \"descriptions\": [\n    \"Bradycardia, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"R079\",\n   \"descriptions\": [\n    \"Chest pain, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 428,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 425,\n   \"code\": \"E7801\",\n   \"descriptions\": [\n    \"Familial hypercholesterolemia\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 191,\n   \"code\": \"C50912\",\n   \"descriptions\": [\n    \"Malignant neoplasm of unspecified site of left female breast\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Express Scripts\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 20,\n   \"code\": \"I2129\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving other sites\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"I10\",\n   \"descriptions\": [\n    \"Essential (primary) hypertension\"\n   ],\n   \"year\": 2023\n  }\n ],\n \"payer_diagnosis_summary_by_channel_name\": [\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 62,\n   \"percentage_of_claim\": 0.07506053268765134,\n   \"total_charges\": 175478.95,\n   \"code\": \"I2111\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 21,\n   \"percentage_of_claim\": 0.025423728813559324,\n   \"total_charges\": 169492.11,\n   \"code\": \"J189\",\n   \"descriptions\": [\n    \"Pneumonia, unspecified organism\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 74630.52,\n   \"code\": \"E1365\",\n   \"descriptions\": [\n    \"Other specified diabetes mellitus with hyperglycemia\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 73021.94,\n   \"code\": \"I872\",\n   \"descriptions\": [\n    \"Venous insufficiency (chronic) (peripheral)\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 36,\n   \"percentage_of_claim\": 0.043583535108958835,\n   \"total_charges\": 70084.96,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 10,\n   \"percentage_of_claim\": 0.012106537530266344,\n   \"total_charges\": 61762.39,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 40,\n   \"percentage_of_claim\": 0.048426150121065374,\n   \"total_charges\": 61203.67,\n   \"code\": \"I50814\",\n   \"descriptions\": [\n    \"Right heart failure due to left heart failure\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 34,\n   \"percentage_of_claim\": 0.04116222760290557,\n   \"total_charges\": 49399.74,\n   \"code\": \"I2111\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 22,\n   \"percentage_of_claim\": 0.026634382566585957,\n   \"total_charges\": 45456.88,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 24,\n   \"percentage_of_claim\": 0.029055690072639227,\n   \"total_charges\": 44094.51,\n   \"code\": \"E859\",\n   \"descriptions\": [\n    \"Amyloidosis, unspecified\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 45,\n   \"percentage_of_claim\": 0.05447941888619855,\n   \"total_charges\": 37891.31,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 33,\n   \"percentage_of_claim\": 0.039951573849878935,\n   \"total_charges\": 30750,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 20,\n   \"percentage_of_claim\": 0.024213075060532687,\n   \"total_charges\": 29960.85,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 20,\n   \"percentage_of_claim\": 0.024213075060532687,\n   \"total_charges\": 29467.56,\n   \"code\": \"I25708\",\n   \"descriptions\": [\n    \"Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 17,\n   \"percentage_of_claim\": 0.020581113801452784,\n   \"total_charges\": 29257.44,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 10,\n   \"percentage_of_claim\": 0.012106537530266344,\n   \"total_charges\": 26787.99,\n   \"code\": \"I059\",\n   \"descriptions\": [\n    \"Rheumatic mitral valve disease, unspecified\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 21,\n   \"percentage_of_claim\": 0.025423728813559324,\n   \"total_charges\": 25342.31,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 17,\n   \"percentage_of_claim\": 0.020581113801452784,\n   \"total_charges\": 24851.66,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 18,\n   \"percentage_of_claim\": 0.021791767554479417,\n   \"total_charges\": 23564.44,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 21301.01,\n   \"code\": \"I2720\",\n   \"descriptions\": [\n    \"Pulmonary hypertension, unspecified\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 17,\n   \"percentage_of_claim\": 0.020581113801452784,\n   \"total_charges\": 19974.36,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 18,\n   \"percentage_of_claim\": 0.021791767554479417,\n   \"total_charges\": 9576.78,\n   \"code\": \"Z952\",\n   \"descriptions\": [\n    \"Presence of prosthetic heart valve\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 11,\n   \"percentage_of_claim\": 0.013317191283292978,\n   \"total_charges\": 8448,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 7850,\n   \"code\": \"I2102\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 7637,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 7364,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 13,\n   \"percentage_of_claim\": 0.015738498789346248,\n   \"total_charges\": 7235,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 5186,\n   \"code\": \"R9389\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of other specified body structures\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 5114,\n   \"code\": \"R579\",\n   \"descriptions\": [\n    \"Shock, unspecified\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4803,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 4793,\n   \"code\": \"I2609\",\n   \"descriptions\": [\n    \"Other pulmonary embolism with acute cor pulmonale\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4603,\n   \"code\": \"I2119\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 4177,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 3938,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 3554,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3366,\n   \"code\": \"R9439\",\n   \"descriptions\": [\n    \"Abnormal result of other cardiovascular function study\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 3340,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 3300,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 3195,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 2935,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 2725,\n   \"code\": \"R931\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2435,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2421.8,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2340,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 2264,\n   \"code\": \"K5669\",\n   \"descriptions\": [\n    \"Other intestinal obstruction\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2178.8,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2110,\n   \"code\": \"I2602\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1989,\n   \"code\": \"O80\",\n   \"descriptions\": [\n    \"Encounter for full-term uncomplicated delivery\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1986,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 1960,\n   \"code\": \"R079\",\n   \"descriptions\": [\n    \"Chest pain, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1950,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1831,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1746,\n   \"code\": \"I259\",\n   \"descriptions\": [\n    \"Chronic ischemic heart disease, unspecified\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1737,\n   \"code\": \"I5020\",\n   \"descriptions\": [\n    \"Unspecified systolic (congestive) heart failure\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1735,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 9,\n   \"percentage_of_claim\": 0.010895883777239709,\n   \"total_charges\": 1705.02,\n   \"code\": \"M5116\",\n   \"descriptions\": [\n    \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 9,\n   \"percentage_of_claim\": 0.010895883777239709,\n   \"total_charges\": 1705.02,\n   \"code\": \"M5116\",\n   \"descriptions\": [\n    \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1696,\n   \"code\": \"R079\",\n   \"descriptions\": [\n    \"Chest pain, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1598,\n   \"code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1530,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1432,\n   \"code\": \"I5189\",\n   \"descriptions\": [\n    \"Other ill-defined heart diseases\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1406,\n   \"code\": \"I25118\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1369,\n   \"code\": \"Z01810\",\n   \"descriptions\": [\n    \"Encounter for preprocedural cardiovascular examination\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1336,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1319,\n   \"code\": \"I469\",\n   \"descriptions\": [\n    \"Cardiac arrest, cause unspecified\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1317,\n   \"code\": \"R9439\",\n   \"descriptions\": [\n    \"Abnormal result of other cardiovascular function study\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1317,\n   \"code\": \"I25119\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1295,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1213,\n   \"code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1179,\n   \"code\": \"I200\",\n   \"descriptions\": [\n    \"Unstable angina\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1146,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1126.8,\n   \"code\": \"I200\",\n   \"descriptions\": [\n    \"Unstable angina\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1087,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1086,\n   \"code\": \"I509\",\n   \"descriptions\": [\n    \"Heart failure, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1085,\n   \"code\": \"I319\",\n   \"descriptions\": [\n    \"Disease of pericardium, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1052,\n   \"code\": \"I214\",\n   \"descriptions\": [\n    \"Non-ST elevation (NSTEMI) myocardial infarction\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1022,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1022,\n   \"code\": \"Z941\",\n   \"descriptions\": [\n    \"Heart transplant status\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1016,\n   \"code\": \"I2699\",\n   \"descriptions\": [\n    \"Other pulmonary embolism without acute cor pulmonale\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"E782\",\n   \"descriptions\": [\n    \"Mixed hyperlipidemia\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"Q245\",\n   \"descriptions\": [\n    \"Malformation of coronary vessels\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"E7800\",\n   \"descriptions\": [\n    \"Pure hypercholesterolemia, unspecified\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 950,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 941,\n   \"code\": \"I442\",\n   \"descriptions\": [\n    \"Atrioventricular block, complete\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 941,\n   \"code\": \"I442\",\n   \"descriptions\": [\n    \"Atrioventricular block, complete\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 927,\n   \"code\": \"R0902\",\n   \"descriptions\": [\n    \"Hypoxemia\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"I249\",\n   \"descriptions\": [\n    \"Acute ischemic heart disease, unspecified\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"I25110\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 799,\n   \"code\": \"R109\",\n   \"descriptions\": [\n    \"Unspecified abdominal pain\"\n   ],\n   \"year\": 2019\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 799,\n   \"code\": \"I7101\",\n   \"descriptions\": [\n    \"Dissection of thoracic aorta\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 789,\n   \"code\": \"I2692\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery without acute cor pulmonale\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 775,\n   \"code\": \"I2602\",\n   \"descriptions\": [\n    \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 740,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 656,\n   \"code\": \"I712\",\n   \"descriptions\": [\n    \"Thoracic aortic aneurysm, without rupture\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 639,\n   \"code\": \"I5022\",\n   \"descriptions\": [\n    \"Chronic systolic (congestive) heart failure\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 631,\n   \"code\": \"I5033\",\n   \"descriptions\": [\n    \"Acute on chronic diastolic (congestive) heart failure\"\n   ],\n   \"year\": 2020\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 592,\n   \"code\": \"I509\",\n   \"descriptions\": [\n    \"Heart failure, unspecified\"\n   ],\n   \"year\": 2022\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 590,\n   \"code\": \"I10\",\n   \"descriptions\": [\n    \"Essential (primary) hypertension\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 580,\n   \"code\": \"R0602\",\n   \"descriptions\": [\n    \"Shortness of breath\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 580,\n   \"code\": \"I2510\",\n   \"descriptions\": [\n    \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 580,\n   \"code\": \"D649\",\n   \"descriptions\": [\n    \"Anemia, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 575,\n   \"code\": \"R0789\",\n   \"descriptions\": [\n    \"Other chest pain\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 575,\n   \"code\": \"Z952\",\n   \"descriptions\": [\n    \"Presence of prosthetic heart valve\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 560,\n   \"code\": \"R002\",\n   \"descriptions\": [\n    \"Palpitations\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 560,\n   \"code\": \"I480\",\n   \"descriptions\": [\n    \"Paroxysmal atrial fibrillation\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 550,\n   \"code\": \"I259\",\n   \"descriptions\": [\n    \"Chronic ischemic heart disease, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"R931\",\n   \"descriptions\": [\n    \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"I422\",\n   \"descriptions\": [\n    \"Other hypertrophic cardiomyopathy\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 543,\n   \"code\": \"Z01818\",\n   \"descriptions\": [\n    \"Encounter for other preprocedural examination\"\n   ],\n   \"year\": 2021\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 540,\n   \"code\": \"R0602\",\n   \"descriptions\": [\n    \"Shortness of breath\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 532,\n   \"code\": \"I272\",\n   \"descriptions\": [\n    \"Other secondary pulmonary hypertension\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 523,\n   \"code\": \"S42354A\",\n   \"descriptions\": [\n    \"Nondisplaced comminuted fracture of shaft of humerus, right arm, initial encounter for closed fracture\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 519,\n   \"code\": \"I340\",\n   \"descriptions\": [\n    \"Nonrheumatic mitral (valve) insufficiency\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 502,\n   \"code\": \"T82390A\",\n   \"descriptions\": [\n    \"Other mechanical complication of aortic (bifurcation) graft (replacement), initial encounter\"\n   ],\n   \"year\": 2017\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 450,\n   \"code\": \"I10\",\n   \"descriptions\": [\n    \"Essential (primary) hypertension\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"E785\",\n   \"descriptions\": [\n    \"Hyperlipidemia, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"I351\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) insufficiency\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"R001\",\n   \"descriptions\": [\n    \"Bradycardia, unspecified\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 430,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2024\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 428,\n   \"code\": \"I350\",\n   \"descriptions\": [\n    \"Nonrheumatic aortic (valve) stenosis\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 425,\n   \"code\": \"E7801\",\n   \"descriptions\": [\n    \"Familial hypercholesterolemia\"\n   ],\n   \"year\": 2023\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 191,\n   \"code\": \"C50912\",\n   \"descriptions\": [\n    \"Malignant neoplasm of unspecified site of left female breast\"\n   ],\n   \"year\": 2018\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 20,\n   \"code\": \"I2129\",\n   \"descriptions\": [\n    \"ST elevation (STEMI) myocardial infarction involving other sites\"\n   ],\n   \"year\": 2024\n  }\n ],\n \"payer_diagnosis_yearly_summary_by_channel_name\": [\n  {\n   \"year\": 2017,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I200\",\n     \"descriptions\": [\n      \"Unstable angina\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 10,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 17,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 8,\n     \"code\": \"I872\",\n     \"descriptions\": [\n      \"Venous insufficiency (chronic) (peripheral)\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"K5669\",\n     \"descriptions\": [\n      \"Other intestinal obstruction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"R0902\",\n     \"descriptions\": [\n      \"Hypoxemia\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"I442\",\n     \"descriptions\": [\n      \"Atrioventricular block, complete\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"R9439\",\n     \"descriptions\": [\n      \"Abnormal result of other cardiovascular function study\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 10,\n     \"code\": \"I059\",\n     \"descriptions\": [\n      \"Rheumatic mitral valve disease, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 34,\n     \"code\": \"I2111\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"I272\",\n     \"descriptions\": [\n      \"Other secondary pulmonary hypertension\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"I442\",\n     \"descriptions\": [\n      \"Atrioventricular block, complete\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 21,\n     \"code\": \"J189\",\n     \"descriptions\": [\n      \"Pneumonia, unspecified organism\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"T82390A\",\n     \"descriptions\": [\n      \"Other mechanical complication of aortic (bifurcation) graft (replacement), initial encounter\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 36,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2018,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"C50912\",\n     \"descriptions\": [\n      \"Malignant neoplasm of unspecified site of left female breast\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 8,\n     \"code\": \"I2102\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 18,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 20,\n     \"code\": \"I25708\",\n     \"descriptions\": [\n      \"Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2602\",\n     \"descriptions\": [\n      \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"I2699\",\n     \"descriptions\": [\n      \"Other pulmonary embolism without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I340\",\n     \"descriptions\": [\n      \"Nonrheumatic mitral (valve) insufficiency\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I422\",\n     \"descriptions\": [\n      \"Other hypertrophic cardiomyopathy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5022\",\n     \"descriptions\": [\n      \"Chronic systolic (congestive) heart failure\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I7101\",\n     \"descriptions\": [\n      \"Dissection of thoracic aorta\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 9,\n     \"code\": \"M5116\",\n     \"descriptions\": [\n      \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"O80\",\n     \"descriptions\": [\n      \"Encounter for full-term uncomplicated delivery\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"S42354A\",\n     \"descriptions\": [\n      \"Nondisplaced comminuted fracture of shaft of humerus, right arm, initial encounter for closed fracture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 21,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"I712\",\n     \"descriptions\": [\n      \"Thoracic aortic aneurysm, without rupture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 6,\n     \"code\": \"R931\",\n     \"descriptions\": [\n      \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"I2699\",\n     \"descriptions\": [\n      \"Other pulmonary embolism without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 9,\n     \"code\": \"M5116\",\n     \"descriptions\": [\n      \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"R931\",\n     \"descriptions\": [\n      \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 22,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 2,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2019,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 24,\n     \"code\": \"E859\",\n     \"descriptions\": [\n      \"Amyloidosis, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I200\",\n     \"descriptions\": [\n      \"Unstable angina\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 40,\n     \"code\": \"I50814\",\n     \"descriptions\": [\n      \"Right heart failure due to left heart failure\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 20,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 5,\n     \"code\": \"I2720\",\n     \"descriptions\": [\n      \"Pulmonary hypertension, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5189\",\n     \"descriptions\": [\n      \"Other ill-defined heart diseases\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"R109\",\n     \"descriptions\": [\n      \"Unspecified abdominal pain\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2020,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 17,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5033\",\n     \"descriptions\": [\n      \"Acute on chronic diastolic (congestive) heart failure\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"R579\",\n     \"descriptions\": [\n      \"Shock, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 2,\n     \"code\": \"I2602\",\n     \"descriptions\": [\n      \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2021,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"E1365\",\n     \"descriptions\": [\n      \"Other specified diabetes mellitus with hyperglycemia\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 62,\n     \"code\": \"I2111\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 5,\n     \"code\": \"I2119\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 8,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"I469\",\n     \"descriptions\": [\n      \"Cardiac arrest, cause unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 11,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 5,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 7,\n     \"code\": \"R9389\",\n     \"descriptions\": [\n      \"Abnormal findings on diagnostic imaging of other specified body structures\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 4,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 8,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"I249\",\n     \"descriptions\": [\n      \"Acute ischemic heart disease, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"I259\",\n     \"descriptions\": [\n      \"Chronic ischemic heart disease, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2022,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 5,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 6,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 6,\n     \"code\": \"I2609\",\n     \"descriptions\": [\n      \"Other pulmonary embolism with acute cor pulmonale\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2692\",\n     \"descriptions\": [\n      \"Saddle embolus of pulmonary artery without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"I2699\",\n     \"descriptions\": [\n      \"Other pulmonary embolism without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"I319\",\n     \"descriptions\": [\n      \"Disease of pericardium, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 17,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5020\",\n     \"descriptions\": [\n      \"Unspecified systolic (congestive) heart failure\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"I509\",\n     \"descriptions\": [\n      \"Heart failure, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 4,\n     \"code\": \"R079\",\n     \"descriptions\": [\n      \"Chest pain, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"R9439\",\n     \"descriptions\": [\n      \"Abnormal result of other cardiovascular function study\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 7,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"I509\",\n     \"descriptions\": [\n      \"Heart failure, unspecified\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2023,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"E7800\",\n     \"descriptions\": [\n      \"Pure hypercholesterolemia, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"E7801\",\n     \"descriptions\": [\n      \"Familial hypercholesterolemia\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"E782\",\n     \"descriptions\": [\n      \"Mixed hyperlipidemia\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"I10\",\n     \"descriptions\": [\n      \"Essential (primary) hypertension\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"Q245\",\n     \"descriptions\": [\n      \"Malformation of coronary vessels\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 18,\n     \"code\": \"Z952\",\n     \"descriptions\": [\n      \"Presence of prosthetic heart valve\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z952\",\n     \"descriptions\": [\n      \"Presence of prosthetic heart valve\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2024,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"E785\",\n     \"descriptions\": [\n      \"Hyperlipidemia, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"I10\",\n     \"descriptions\": [\n      \"Essential (primary) hypertension\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2129\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving other sites\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 13,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 8,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 33,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"I351\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) insufficiency\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"I480\",\n     \"descriptions\": [\n      \"Paroxysmal atrial fibrillation\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"R001\",\n     \"descriptions\": [\n      \"Bradycardia, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"R002\",\n     \"descriptions\": [\n      \"Palpitations\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"R0602\",\n     \"descriptions\": [\n      \"Shortness of breath\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"R0789\",\n     \"descriptions\": [\n      \"Other chest pain\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 5,\n     \"code\": \"R079\",\n     \"descriptions\": [\n      \"Chest pain, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 4,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"D649\",\n     \"descriptions\": [\n      \"Anemia, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 45,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"I259\",\n     \"descriptions\": [\n      \"Chronic ischemic heart disease, unspecified\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"R0602\",\n     \"descriptions\": [\n      \"Shortness of breath\"\n     ]\n    }\n   ]\n  }\n ],\n \"payer_diagnosis_yearly_summary_by_payer_name\": [\n  {\n   \"year\": 2017,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 8,\n     \"code\": \"I872\",\n     \"descriptions\": [\n      \"Venous insufficiency (chronic) (peripheral)\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"K5669\",\n     \"descriptions\": [\n      \"Other intestinal obstruction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Blue Cross Blue Shield of Massachusetts\",\n     \"total_claim_count\": 10,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 10,\n     \"code\": \"I059\",\n     \"descriptions\": [\n      \"Rheumatic mitral valve disease, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"I272\",\n     \"descriptions\": [\n      \"Other secondary pulmonary hypertension\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"I442\",\n     \"descriptions\": [\n      \"Atrioventricular block, complete\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 36,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 34,\n     \"code\": \"I2111\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 21,\n     \"code\": \"J189\",\n     \"descriptions\": [\n      \"Pneumonia, unspecified organism\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 17,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"Erin Group Administrators\",\n     \"total_claim_count\": 1,\n     \"code\": \"I200\",\n     \"descriptions\": [\n      \"Unstable angina\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": \"R9439\",\n     \"descriptions\": [\n      \"Abnormal result of other cardiovascular function study\"\n     ]\n    },\n    {\n     \"payer_name\": \"Group Insurance Service Center\",\n     \"total_claim_count\": 2,\n     \"code\": \"R0902\",\n     \"descriptions\": [\n      \"Hypoxemia\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 3,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"T82390A\",\n     \"descriptions\": [\n      \"Other mechanical complication of aortic (bifurcation) graft (replacement), initial encounter\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2018,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"C50912\",\n     \"descriptions\": [\n      \"Malignant neoplasm of unspecified site of left female breast\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5022\",\n     \"descriptions\": [\n      \"Chronic systolic (congestive) heart failure\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"S42354A\",\n     \"descriptions\": [\n      \"Nondisplaced comminuted fracture of shaft of humerus, right arm, initial encounter for closed fracture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 8,\n     \"code\": \"I2102\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"I422\",\n     \"descriptions\": [\n      \"Other hypertrophic cardiomyopathy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"I7101\",\n     \"descriptions\": [\n      \"Dissection of thoracic aorta\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 4,\n     \"code\": \"O80\",\n     \"descriptions\": [\n      \"Encounter for full-term uncomplicated delivery\"\n     ]\n    },\n    {\n     \"payer_name\": \"Centene\",\n     \"total_claim_count\": 1,\n     \"code\": \"I712\",\n     \"descriptions\": [\n      \"Thoracic aortic aneurysm, without rupture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"I2699\",\n     \"descriptions\": [\n      \"Other pulmonary embolism without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 5,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 18,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2602\",\n     \"descriptions\": [\n      \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"I2699\",\n     \"descriptions\": [\n      \"Other pulmonary embolism without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 20,\n     \"code\": \"I25708\",\n     \"descriptions\": [\n      \"Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"EmblemHealth\",\n     \"total_claim_count\": 1,\n     \"code\": \"I340\",\n     \"descriptions\": [\n      \"Nonrheumatic mitral (valve) insufficiency\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 6,\n     \"code\": \"R931\",\n     \"descriptions\": [\n      \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 21,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"R931\",\n     \"descriptions\": [\n      \"Abnormal findings on diagnostic imaging of heart and coronary circulation\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Neighborhood Health Plan (RI)\",\n     \"total_claim_count\": 1,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 17,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 18,\n     \"code\": \"M5116\",\n     \"descriptions\": [\n      \"Intervertebral disc disorders with radiculopathy, lumbar region\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2019,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 40,\n     \"code\": \"I50814\",\n     \"descriptions\": [\n      \"Right heart failure due to left heart failure\"\n     ]\n    },\n    {\n     \"payer_name\": \"Assurant\",\n     \"total_claim_count\": 3,\n     \"code\": \"E859\",\n     \"descriptions\": [\n      \"Amyloidosis, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Blue Cross & Blue Shield of Rhode Island\",\n     \"total_claim_count\": 1,\n     \"code\": \"I200\",\n     \"descriptions\": [\n      \"Unstable angina\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 21,\n     \"code\": \"E859\",\n     \"descriptions\": [\n      \"Amyloidosis, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 5,\n     \"code\": \"I2720\",\n     \"descriptions\": [\n      \"Pulmonary hypertension, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5189\",\n     \"descriptions\": [\n      \"Other ill-defined heart diseases\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 20,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"R109\",\n     \"descriptions\": [\n      \"Unspecified abdominal pain\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2020,\n   \"data\": [\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 4,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 4,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 2,\n     \"code\": \"I2602\",\n     \"descriptions\": [\n      \"Saddle embolus of pulmonary artery with acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 13,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5033\",\n     \"descriptions\": [\n      \"Acute on chronic diastolic (congestive) heart failure\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 4,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 4,\n     \"code\": \"R579\",\n     \"descriptions\": [\n      \"Shock, unspecified\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2021,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 62,\n     \"code\": \"I2111\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving right coronary artery\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 5,\n     \"code\": \"I2119\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 8,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"I469\",\n     \"descriptions\": [\n      \"Cardiac arrest, cause unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Blue Cross Blue Shield of Massachusetts\",\n     \"total_claim_count\": 2,\n     \"code\": \"E1365\",\n     \"descriptions\": [\n      \"Other specified diabetes mellitus with hyperglycemia\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 8,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"I249\",\n     \"descriptions\": [\n      \"Acute ischemic heart disease, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Community Health Options\",\n     \"total_claim_count\": 1,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 11,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 5,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 7,\n     \"code\": \"R9389\",\n     \"descriptions\": [\n      \"Abnormal findings on diagnostic imaging of other specified body structures\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 4,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z941\",\n     \"descriptions\": [\n      \"Heart transplant status\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 4,\n     \"code\": \"I259\",\n     \"descriptions\": [\n      \"Chronic ischemic heart disease, unspecified\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2022,\n   \"data\": [\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 5,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"I214\",\n     \"descriptions\": [\n      \"Non-ST elevation (NSTEMI) myocardial infarction\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2692\",\n     \"descriptions\": [\n      \"Saddle embolus of pulmonary artery without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 17,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": \"I509\",\n     \"descriptions\": [\n      \"Heart failure, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 6,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 6,\n     \"code\": \"I2609\",\n     \"descriptions\": [\n      \"Other pulmonary embolism with acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"I2699\",\n     \"descriptions\": [\n      \"Other pulmonary embolism without acute cor pulmonale\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"I319\",\n     \"descriptions\": [\n      \"Disease of pericardium, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"I5020\",\n     \"descriptions\": [\n      \"Unspecified systolic (congestive) heart failure\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 4,\n     \"code\": \"R079\",\n     \"descriptions\": [\n      \"Chest pain, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"R9439\",\n     \"descriptions\": [\n      \"Abnormal result of other cardiovascular function study\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 2,\n     \"code\": \"Z01810\",\n     \"descriptions\": [\n      \"Encounter for preprocedural cardiovascular examination\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 2,\n     \"code\": \"I509\",\n     \"descriptions\": [\n      \"Heart failure, unspecified\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2023,\n   \"data\": [\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"Q245\",\n     \"descriptions\": [\n      \"Malformation of coronary vessels\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"E7800\",\n     \"descriptions\": [\n      \"Pure hypercholesterolemia, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"E7801\",\n     \"descriptions\": [\n      \"Familial hypercholesterolemia\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"I10\",\n     \"descriptions\": [\n      \"Essential (primary) hypertension\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"Z952\",\n     \"descriptions\": [\n      \"Presence of prosthetic heart valve\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 3,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 18,\n     \"code\": \"Z952\",\n     \"descriptions\": [\n      \"Presence of prosthetic heart valve\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"E782\",\n     \"descriptions\": [\n      \"Mixed hyperlipidemia\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"I10\",\n     \"descriptions\": [\n      \"Essential (primary) hypertension\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"Z01818\",\n     \"descriptions\": [\n      \"Encounter for other preprocedural examination\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2024,\n   \"data\": [\n    {\n     \"payer_name\": \"Amida Care\",\n     \"total_claim_count\": 4,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"R0602\",\n     \"descriptions\": [\n      \"Shortness of breath\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"R079\",\n     \"descriptions\": [\n      \"Chest pain, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"E785\",\n     \"descriptions\": [\n      \"Hyperlipidemia, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 4,\n     \"code\": \"I10\",\n     \"descriptions\": [\n      \"Essential (primary) hypertension\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 28,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"I351\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) insufficiency\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"I480\",\n     \"descriptions\": [\n      \"Paroxysmal atrial fibrillation\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"R001\",\n     \"descriptions\": [\n      \"Bradycardia, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Express Scripts\",\n     \"total_claim_count\": 1,\n     \"code\": \"I2129\",\n     \"descriptions\": [\n      \"ST elevation (STEMI) myocardial infarction involving other sites\"\n     ]\n    },\n    {\n     \"payer_name\": \"Express Scripts\",\n     \"total_claim_count\": 2,\n     \"code\": \"I25110\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unstable angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Horizon BlueCross BlueShield\",\n     \"total_claim_count\": 3,\n     \"code\": \"R0789\",\n     \"descriptions\": [\n      \"Other chest pain\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"D649\",\n     \"descriptions\": [\n      \"Anemia, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 2,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"I25118\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 4,\n     \"code\": \"I25119\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 4,\n     \"code\": \"I259\",\n     \"descriptions\": [\n      \"Chronic ischemic heart disease, unspecified\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"I350\",\n     \"descriptions\": [\n      \"Nonrheumatic aortic (valve) stenosis\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"R0602\",\n     \"descriptions\": [\n      \"Shortness of breath\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 51,\n     \"code\": \"I2510\",\n     \"descriptions\": [\n      \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"R002\",\n     \"descriptions\": [\n      \"Palpitations\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 3,\n     \"code\": \"R079\",\n     \"descriptions\": [\n      \"Chest pain, unspecified\"\n     ]\n    }\n   ]\n  }\n ],\n \"payer_procedure_summary_by_payer_name\": [\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 24,\n   \"percentage_of_claim\": 0.029055690072639227,\n   \"total_charges\": 175046.35,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Blue Cross Blue Shield of Massachusetts\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 74630.52,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 73021.94,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 69428,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Blue Cross Blue Shield of Massachusetts\",\n   \"claim_count\": 10,\n   \"percentage_of_claim\": 0.012106537530266344,\n   \"total_charges\": 61762.39,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 53765,\n   \"code\": \"93456\",\n   \"descriptions\": [\n    \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 40785,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 26520,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 26090,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 25812,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 24032,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 23939,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 22660,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 21386,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 20420,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 20420,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 19922,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 19299,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 19263,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 17150,\n   \"code\": \"92929\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio Addl Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 17150,\n   \"code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/cov w/del sys\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 15732.5,\n   \"code\": \"C1725\",\n   \"descriptions\": [\n    \"Cath, translumin non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 13050,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 13000,\n   \"code\": \"C9600\",\n   \"descriptions\": [\n    \"Perc drug-el cor stent sing\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 12739,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 12363,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 12324,\n   \"code\": \"C9606\",\n   \"descriptions\": [\n    \"Perc d-e cor revasc w ami s\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 12022,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11835,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11185,\n   \"code\": \"92921\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angioplasty Addl Branch\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11185,\n   \"code\": \"92920\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 9240,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 8997.14,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 8820,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 7314,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 5507.68,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5250,\n   \"code\": \"C1753\",\n   \"descriptions\": [\n    \"Cath, intravas ultrasound\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5122,\n   \"code\": \"92941\",\n   \"descriptions\": [\n    \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 4884,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 4884,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 4876,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 4820,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 4343.5,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 4082.24,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3592,\n   \"code\": \"37184\",\n   \"descriptions\": [\n    \"Prim Prq Trluml Mchnl Thrmbc N-Cor N-Icra 1St\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 3548,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3500,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 3325,\n   \"code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/cov w/del sys\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3103.7,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3094,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2824.27,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2821.5,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 12,\n   \"percentage_of_claim\": 0.014527845036319613,\n   \"total_charges\": 2750,\n   \"code\": \"97110\",\n   \"descriptions\": [\n    \"Therapeutic Px 1/> Areas Each 15 Min Exercises\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2744,\n   \"code\": \"93306\",\n   \"descriptions\": [\n    \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2741,\n   \"code\": \"92941\",\n   \"descriptions\": [\n    \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2664,\n   \"code\": \"93306\",\n   \"descriptions\": [\n    \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2658,\n   \"code\": \"88350\",\n   \"descriptions\": [\n    \"Immunofluorescence Pr Spec Ea Add Singl Antb Stn\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2640,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2613,\n   \"code\": \"92924\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angio/Atherect One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2610,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2610,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2574,\n   \"code\": \"93456\",\n   \"descriptions\": [\n    \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2550,\n   \"code\": \"93312\",\n   \"descriptions\": [\n    \"Echo Transesophag R-T 2D W/Prb Img Acquisj I&R\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2515,\n   \"code\": \"93306\",\n   \"descriptions\": [\n    \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2442,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2438,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2433,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2380.89,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2373,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2358,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2327.26,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2300.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2296,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 2295,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2253,\n   \"code\": \"33990\",\n   \"descriptions\": [\n    \"Insj Perq Vad W/Rs&I L Hrt Arterial Access Only\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2219,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 2100,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 2100,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2096.41,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2001,\n   \"code\": \"92920\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1994.99,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1945,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1882,\n   \"code\": \"33210\",\n   \"descriptions\": [\n    \"Insj/Rplcmt Temp Transvns 1Chmbr Eltrd/Pm Cath\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1803.8,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 1770,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1768,\n   \"code\": \"C1725\",\n   \"descriptions\": [\n    \"Cath, translumin non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1760,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 1680,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1660,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1660,\n   \"code\": \"99205\",\n   \"descriptions\": [\n    \"Office/Outpatient New High Mdm 60 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1629,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1598,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1575,\n   \"code\": \"37211\",\n   \"descriptions\": [\n    \"Thrombolysis Arterial Infusion Icra Rs&I Init Tx\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1575,\n   \"code\": \"92941\",\n   \"descriptions\": [\n    \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1574,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1547,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1545,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1514,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1501.5,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1481,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1473,\n   \"code\": \"92979\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1450,\n   \"code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/cov w/del sys\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 1450,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Neighborhood Health Plan (RI)\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1406,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1320,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1320,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Amida Care\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1320,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Express Scripts\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1320,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1300,\n   \"code\": \"93320\",\n   \"descriptions\": [\n    \"Doppler Echocard Pulse Wave W/Spectral Display\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1280,\n   \"code\": \"C1753\",\n   \"descriptions\": [\n    \"Cath, intravas ultrasound\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1270,\n   \"code\": \"93325\",\n   \"descriptions\": [\n    \"Dop Echocard Color Flow Velocity Mapping\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1260,\n   \"code\": \"93455\",\n   \"descriptions\": [\n    \"Cath Plmt & Njx Coronary Art/Grft Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1243,\n   \"code\": \"93456\",\n   \"descriptions\": [\n    \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1227,\n   \"code\": \"93308\",\n   \"descriptions\": [\n    \"Echo Transthorc R-T 2D W/Wo M-Mode Rec F-Up/Lmtd\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 9,\n   \"percentage_of_claim\": 0.010895883777239709,\n   \"total_charges\": 1222,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1221,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1221,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1221,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1221,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1200,\n   \"code\": \"75572\",\n   \"descriptions\": [\n    \"Ct Heart Contrast Eval Cardiac Structure&Morph\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1180,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Erin Group Administrators\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1179,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1154,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1147,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1137,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1126.8,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Blue Cross & Blue Shield of Rhode Island\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1126.8,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1097,\n   \"code\": \"33992\",\n   \"descriptions\": [\n    \"Removal Perq Left Hrt Vad Artl/Artl&Ven Sep Insj\"\n   ]\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1086,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1080,\n   \"code\": \"92972\",\n   \"descriptions\": [\n    \"Percutaneous Transluminal Coronary Lithotripsy\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1050,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 957,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 957,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 956,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 956,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 941,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 939.9,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 929,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 924,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 924,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 924,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 923,\n   \"code\": \"37191\",\n   \"descriptions\": [\n    \"Ins Intrvas Vc Filtr W/Wo Vas Acs Vsl Selxn Rs&I\"\n   ]\n  },\n  {\n   \"name\": \"Assurant\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 904,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 904,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 881,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 870,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 850.5,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 830,\n   \"code\": \"99205\",\n   \"descriptions\": [\n    \"Office/Outpatient New High Mdm 60 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 830,\n   \"code\": \"99205\",\n   \"descriptions\": [\n    \"Office/Outpatient New High Mdm 60 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 799,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 789,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 789,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 775,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 750,\n   \"code\": \"99255\",\n   \"descriptions\": [\n    \"Ip/Obs Consltj New/Est Pt High Mdm 80 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 740,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 720,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 720,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 720,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 675.16,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 672,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 665,\n   \"code\": \"C1725\",\n   \"descriptions\": [\n    \"Cath, translumin non-laser\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 660,\n   \"code\": \"97162\",\n   \"descriptions\": [\n    \"Physical Therapy Evaluation Mod Complex 30 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Centene\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 656,\n   \"code\": \"99254\",\n   \"descriptions\": [\n    \"Ip/Obs Consltj New/Est Pt Mod Mdm 60 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 630,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 622,\n   \"code\": \"93325\",\n   \"descriptions\": [\n    \"Dop Echocard Color Flow Velocity Mapping\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 616,\n   \"code\": \"76932\",\n   \"descriptions\": [\n    \"Us Endomyocardial Biopsy Rs&I\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 608,\n   \"code\": \"93572\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas Addl Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 601.14,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 580,\n   \"code\": \"99215\",\n   \"descriptions\": [\n    \"Office/Outpatient Established High Mdm 40 Min\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 580,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 560,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Group Insurance Service Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Community Health Options\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 543,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 543,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 543,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 540,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Assurant\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 535,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 535,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 535,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 532,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 530.6,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 528,\n   \"code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation Time Activated\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 523,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 523,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"EmblemHealth\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 519,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 502,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 500,\n   \"code\": \"88313\",\n   \"descriptions\": [\n    \"Spcl Stn 2 I&R Excpt Microorg/Enzyme/Imcyt\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 488,\n   \"code\": \"83880\",\n   \"descriptions\": [\n    \"Natriuretic Peptide\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 480,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 477,\n   \"code\": \"93321\",\n   \"descriptions\": [\n    \"Dop Echocard Pulse Wave W/Spectral F-Up/Lmtd Std\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 460,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 454,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 443.49,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 443,\n   \"code\": \"88346\",\n   \"descriptions\": [\n    \"Immunofluorescence Per Spec 1St Single Antb Stn\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Horizon BlueCross BlueShield\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 432,\n   \"code\": \"88305\",\n   \"descriptions\": [\n    \"Level Iv Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 428,\n   \"code\": \"99239\",\n   \"descriptions\": [\n    \"Hospital Ip/Obs Discharge Day Mgmt > 30 Min\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 420,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Amida Care\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 420,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 420,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 420,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 420,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 418.26,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 416.16,\n   \"code\": \"J0153\",\n   \"descriptions\": [\n    \"Adenosine inj 1mg\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 415,\n   \"code\": \"99239\",\n   \"descriptions\": [\n    \"Hospital Ip/Obs Discharge Day Mgmt > 30 Min\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 408,\n   \"code\": \"88342\",\n   \"descriptions\": [\n    \"Imhchem/Imcytchm 1St Single Antb Stain Procedure\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 407,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 392,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 391,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Amida Care\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 390,\n   \"code\": \"93463\",\n   \"descriptions\": [\n    \"Medication Admin & Hemodynamic Measurment\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 381,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Group Insurance Service Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 381,\n   \"code\": \"93463\",\n   \"descriptions\": [\n    \"Medication Admin & Hemodynamic Measurment\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 379,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 379,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 379,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 372,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 372,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 369,\n   \"code\": \"71046\",\n   \"descriptions\": [\n    \"Radiologic Exam Chest 2 Views\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 360,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 360,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Martin's Point\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 358,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 357,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 340,\n   \"code\": \"80051\",\n   \"descriptions\": [\n    \"Electrolyte Panel\"\n   ]\n  },\n  {\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 329,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 320,\n   \"code\": \"82565\",\n   \"descriptions\": [\n    \"Creatinine Blood\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 315,\n   \"code\": \"92979\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 309.93,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 299,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 291.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 291,\n   \"code\": \"83735\",\n   \"descriptions\": [\n    \"Assay Of Magnesium\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 290,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 290,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 289,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 283,\n   \"code\": \"99232\",\n   \"descriptions\": [\n    \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 282,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 276,\n   \"code\": \"99232\",\n   \"descriptions\": [\n    \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 276,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 266,\n   \"code\": \"84484\",\n   \"descriptions\": [\n    \"Assay Of Troponin Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 264,\n   \"code\": \"87081\",\n   \"descriptions\": [\n    \"Cul Prsmptv Pthgnc Organism Scrn W/Colony Estimj\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 254,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 250.25,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 250,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 249,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 247,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 247,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 240,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 240,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 238,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 236,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 235,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 235,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 234,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 233,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 233,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 233,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 233,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 228,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 224,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 222,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Express Scripts\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 210,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Amida Care\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 210,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 200.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 200.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 200.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 200,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 200,\n   \"code\": \"84520\",\n   \"descriptions\": [\n    \"Assay Of Urea Nitrogen Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 197.2,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 197,\n   \"code\": \"84134\",\n   \"descriptions\": [\n    \"Prealbumin\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 194.25,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 191,\n   \"code\": \"99251\",\n   \"descriptions\": [\n    \"Initial Inpatient Consult New/Estab Pt 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 190,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 188,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 187,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Health Partners Plans\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 186,\n   \"code\": \"93568\",\n   \"descriptions\": [\n    \"Njx Drg C-Cathj Nslctv P-Art Angiography\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 185,\n   \"code\": \"86140\",\n   \"descriptions\": [\n    \"C-Reactive Protein\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 184,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 181,\n   \"code\": \"80061\",\n   \"descriptions\": [\n    \"Lipid Panel\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 174,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 174,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 174,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 170,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 168,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 160,\n   \"code\": \"82565\",\n   \"descriptions\": [\n    \"Creatinine Blood\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 160,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 160,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 156,\n   \"code\": \"G0463\",\n   \"descriptions\": [\n    \"Hospital outpt clinic visit\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 150,\n   \"code\": \"U0003\",\n   \"descriptions\": [\n    \"Cov-19 amp prb hgh thruput\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 148,\n   \"code\": \"80053\",\n   \"descriptions\": [\n    \"Comprehensive Metabolic Panel\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 147,\n   \"code\": \"99211\",\n   \"descriptions\": [\n    \"Office/Outpatient Est Pt May Not Req Phys/Qhp\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 147,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 145,\n   \"code\": \"82947\",\n   \"descriptions\": [\n    \"Glucose Quantitative Blood Xcpt Reagent Strip\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 143.9,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"80053\",\n   \"descriptions\": [\n    \"Comprehensive Metabolic Panel\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 140,\n   \"code\": \"82553\",\n   \"descriptions\": [\n    \"Creatine Kinase Mb Fraction Only\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"83036\",\n   \"descriptions\": [\n    \"Hemoglobin Glycosylated A1C\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 138,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 137,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Assurant\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 133,\n   \"code\": \"76932\",\n   \"descriptions\": [\n    \"Us Endomyocardial Biopsy Rs&I\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 130,\n   \"code\": \"80061\",\n   \"descriptions\": [\n    \"Lipid Panel\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 129,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 128,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 127.3,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 122,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120.58,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 120,\n   \"code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation Time Activated\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation Time Activated\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"84484\",\n   \"descriptions\": [\n    \"Assay Of Troponin Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 120,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 120,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Horizon BlueCross BlueShield\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 115,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 115,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 114,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 111,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 111,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 111,\n   \"code\": \"80076\",\n   \"descriptions\": [\n    \"Hepatic Function Panel\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 110,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 109,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 109,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 109,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 109,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 107,\n   \"code\": \"82553\",\n   \"descriptions\": [\n    \"Creatine Kinase Mb Fraction Only\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 106,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 105,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 104,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 102,\n   \"code\": \"80197\",\n   \"descriptions\": [\n    \"Drug Screen Quantitative Tacrolimus\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 100,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 100,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 99,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 96,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 96,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 95,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Boston Medical Center\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 94,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 94,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"83735\",\n   \"descriptions\": [\n    \"Assay Of Magnesium\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 91,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 91,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 88,\n   \"code\": \"83735\",\n   \"descriptions\": [\n    \"Assay Of Magnesium\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 87.33,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 87.33,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 87.33,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 87,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 86.11,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 86,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 86,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 85,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 84,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 83.75,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 82,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 82,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 82,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 81,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 80,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 80,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 80,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 80,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 69,\n   \"code\": \"84132\",\n   \"descriptions\": [\n    \"Potassium Serum Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 67,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 63,\n   \"code\": \"84550\",\n   \"descriptions\": [\n    \"Assay Of Blood/Uric Acid\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 62.57,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 60,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 57,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 57,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 53.6,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 53,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 53,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 52,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"84460\",\n   \"descriptions\": [\n    \"Transferase Alanine Amino Alt Sgpt\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"84450\",\n   \"descriptions\": [\n    \"Transferase Aspartate Amino Ast Sgot\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"84520\",\n   \"descriptions\": [\n    \"Assay Of Urea Nitrogen Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 49,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 49,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"BlueCross and BlueShield of Vermont\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 49,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 49,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 48,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Department of Veterans Affairs\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 48,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 48,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 48,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 47,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 47,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 47,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 45,\n   \"code\": \"84295\",\n   \"descriptions\": [\n    \"Sodium Serum Plasma Or Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 45,\n   \"code\": \"84132\",\n   \"descriptions\": [\n    \"Potassium Serum Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 41,\n   \"code\": \"81001\",\n   \"descriptions\": [\n    \"Urnls Dip Stick/Tablet Reagent Auto Microscopy\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 40,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 37,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 35.55,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"82374\",\n   \"descriptions\": [\n    \"Carbon Dioxide Bicarbonate\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 35,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"82435\",\n   \"descriptions\": [\n    \"Chloride Bld\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 33.83,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 32,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 32,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 30.35,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 30,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 25.25,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 25,\n   \"code\": \"U0005\",\n   \"descriptions\": [\n    \"Infec agen detec ampli probe\"\n   ]\n  },\n  {\n   \"name\": \"Express Scripts\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 20,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 19.2,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 17.61,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Fallon Community Health Plan\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Horizon BlueCross BlueShield\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Medicare Part A\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11.22,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 11.2,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 10.58,\n   \"code\": \"J2704\",\n   \"descriptions\": [\n    \"Inj, propofol, 10 mg\"\n   ]\n  },\n  {\n   \"name\": \"Independence Blue Cross\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 10.03,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 9.86,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 9.08,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 8.98,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 8.02,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 7.35,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 6.44,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 6.24,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5.84,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.83,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.83,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"CDPHP\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.68,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.68,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.68,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.61,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5.34,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.33,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.05,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 4.34,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 3.88,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commonwealth Care Alliance\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2.78,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.7,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2.56,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.55,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.43,\n   \"code\": \"J2765\",\n   \"descriptions\": [\n    \"Metoclopramide hcl injection\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2.4,\n   \"code\": \"J2405\",\n   \"descriptions\": [\n    \"Ondansetron hcl injection\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.35,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.33,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.31,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Point32Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.95,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.94,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Elevance Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.79,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"CVS Health\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.53,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"MVP Healthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.2,\n   \"code\": \"J2371\",\n   \"descriptions\": [\n    \"Inj phenylephrine hcl 20 mcg\"\n   ]\n  },\n  {\n   \"name\": \"Molina\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.14,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.96,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.68,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"All Other Third Party\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.43,\n   \"code\": \"J3490\",\n   \"descriptions\": [\n    \"Drugs unclassified injection\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.15,\n   \"code\": \"J2371\",\n   \"descriptions\": [\n    \"Inj phenylephrine hcl 20 mcg\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 0.02,\n   \"code\": \"G8978\",\n   \"descriptions\": [\n    \"Mobility current status\"\n   ]\n  },\n  {\n   \"name\": \"UnitedHealthcare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 0.02,\n   \"code\": \"G8979\",\n   \"descriptions\": [\n    \"Mobility goal status\"\n   ]\n  }\n ],\n \"payer_procedure_summary_by_channel_name\": [\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 30,\n   \"percentage_of_claim\": 0.03631961259079903,\n   \"total_charges\": 180554.03,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 20,\n   \"percentage_of_claim\": 0.024213075060532687,\n   \"total_charges\": 137111.59,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 9,\n   \"percentage_of_claim\": 0.010895883777239709,\n   \"total_charges\": 83627.66,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 69428,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 62146,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 53765,\n   \"code\": \"93456\",\n   \"descriptions\": [\n    \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 41797,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 28170,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 26520,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 26090,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 24928,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 24032,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 22660,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 19922,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 19834,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 19263,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 18270,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 17150,\n   \"code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/cov w/del sys\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 17150,\n   \"code\": \"92929\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio Addl Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 15732.5,\n   \"code\": \"C1725\",\n   \"descriptions\": [\n    \"Cath, translumin non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 11,\n   \"percentage_of_claim\": 0.013317191283292978,\n   \"total_charges\": 14520,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 14123,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 13643,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 13000,\n   \"code\": \"C9600\",\n   \"descriptions\": [\n    \"Perc drug-el cor stent sing\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 12739,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 12324,\n   \"code\": \"C9606\",\n   \"descriptions\": [\n    \"Perc d-e cor revasc w ami s\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 12022,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11185,\n   \"code\": \"92921\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angioplasty Addl Branch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11185,\n   \"code\": \"92920\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 8820,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 7314,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 6903.74,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 6671.879999999999,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5250,\n   \"code\": \"C1753\",\n   \"descriptions\": [\n    \"Cath, intravas ultrasound\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5122,\n   \"code\": \"92941\",\n   \"descriptions\": [\n    \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 4884,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 4884,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 4876,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 4641,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 4400,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 4343.5,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 3663,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3592,\n   \"code\": \"37184\",\n   \"descriptions\": [\n    \"Prim Prq Trluml Mchnl Thrmbc N-Cor N-Icra 1St\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 3548,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3500,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 3325,\n   \"code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/cov w/del sys\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 3320,\n   \"code\": \"99205\",\n   \"descriptions\": [\n    \"Office/Outpatient New High Mdm 60 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 3103.7,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 2940,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2824.27,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2744,\n   \"code\": \"93306\",\n   \"descriptions\": [\n    \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2741,\n   \"code\": \"92941\",\n   \"descriptions\": [\n    \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2664,\n   \"code\": \"93306\",\n   \"descriptions\": [\n    \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2658,\n   \"code\": \"88350\",\n   \"descriptions\": [\n    \"Immunofluorescence Pr Spec Ea Add Singl Antb Stn\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2613,\n   \"code\": \"92924\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angio/Atherect One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 9,\n   \"percentage_of_claim\": 0.010895883777239709,\n   \"total_charges\": 2610,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2574,\n   \"code\": \"93456\",\n   \"descriptions\": [\n    \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2550,\n   \"code\": \"93312\",\n   \"descriptions\": [\n    \"Echo Transesophag R-T 2D W/Prb Img Acquisj I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 2520,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 12,\n   \"percentage_of_claim\": 0.014527845036319613,\n   \"total_charges\": 2520,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2515,\n   \"code\": \"93306\",\n   \"descriptions\": [\n    \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2442,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2438,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2433,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2373,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 2349,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2300.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 2295,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2253.6,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2253,\n   \"code\": \"33990\",\n   \"descriptions\": [\n    \"Insj Perq Vad W/Rs&I L Hrt Arterial Access Only\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2219,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 2172,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2096.41,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2001,\n   \"code\": \"92920\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1945,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 1770,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1768,\n   \"code\": \"C1725\",\n   \"descriptions\": [\n    \"Cath, translumin non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1760,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1660,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 12,\n   \"percentage_of_claim\": 0.014527845036319613,\n   \"total_charges\": 1629,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1611,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1598,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1578,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1575,\n   \"code\": \"37211\",\n   \"descriptions\": [\n    \"Thrombolysis Arterial Infusion Icra Rs&I Init Tx\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1575,\n   \"code\": \"92941\",\n   \"descriptions\": [\n    \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1545,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1514,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1501.5,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1481,\n   \"code\": \"93460\",\n   \"descriptions\": [\n    \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1473,\n   \"code\": \"92979\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1450,\n   \"code\": \"C1874\",\n   \"descriptions\": [\n    \"Stent, coated/cov w/del sys\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 12,\n   \"percentage_of_claim\": 0.014527845036319613,\n   \"total_charges\": 1440,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1406,\n   \"code\": \"92928\",\n   \"descriptions\": [\n    \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 1375,\n   \"code\": \"97110\",\n   \"descriptions\": [\n    \"Therapeutic Px 1/> Areas Each 15 Min Exercises\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 1375,\n   \"code\": \"97110\",\n   \"descriptions\": [\n    \"Therapeutic Px 1/> Areas Each 15 Min Exercises\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1320,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1320,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1300,\n   \"code\": \"93320\",\n   \"descriptions\": [\n    \"Doppler Echocard Pulse Wave W/Spectral Display\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1280,\n   \"code\": \"C1753\",\n   \"descriptions\": [\n    \"Cath, intravas ultrasound\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1270,\n   \"code\": \"93325\",\n   \"descriptions\": [\n    \"Dop Echocard Color Flow Velocity Mapping\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1260,\n   \"code\": \"93455\",\n   \"descriptions\": [\n    \"Cath Plmt & Njx Coronary Art/Grft Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1243,\n   \"code\": \"93456\",\n   \"descriptions\": [\n    \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1227,\n   \"code\": \"93308\",\n   \"descriptions\": [\n    \"Echo Transthorc R-T 2D W/Wo M-Mode Rec F-Up/Lmtd\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1221,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1200,\n   \"code\": \"75572\",\n   \"descriptions\": [\n    \"Ct Heart Contrast Eval Cardiac Structure&Morph\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1180,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1179,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 1161.1399999999999,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1154,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1147,\n   \"code\": \"93458\",\n   \"descriptions\": [\n    \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1137,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1097,\n   \"code\": \"33992\",\n   \"descriptions\": [\n    \"Removal Perq Left Hrt Vad Artl/Artl&Ven Sep Insj\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1086,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 1080,\n   \"code\": \"92972\",\n   \"descriptions\": [\n    \"Percutaneous Transluminal Coronary Lithotripsy\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1078,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1050,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 1046,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 989,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 966,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 957,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 957,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 956,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 956,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 941,\n   \"code\": \"33210\",\n   \"descriptions\": [\n    \"Insj/Rplcmt Temp Transvns 1Chmbr Eltrd/Pm Cath\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 941,\n   \"code\": \"33210\",\n   \"descriptions\": [\n    \"Insj/Rplcmt Temp Transvns 1Chmbr Eltrd/Pm Cath\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 939.9,\n   \"code\": null,\n   \"descriptions\": [\n    null\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 929,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 924,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 924,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 924,\n   \"code\": \"93505\",\n   \"descriptions\": [\n    \"Endomyocardial Biopsy\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 923,\n   \"code\": \"37191\",\n   \"descriptions\": [\n    \"Ins Intrvas Vc Filtr W/Wo Vas Acs Vsl Selxn Rs&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 881,\n   \"code\": \"88307\",\n   \"descriptions\": [\n    \"Level V Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 880,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 880,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 850.5,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 846.8,\n   \"code\": \"93454\",\n   \"descriptions\": [\n    \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 843.16,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 843,\n   \"code\": \"99239\",\n   \"descriptions\": [\n    \"Hospital Ip/Obs Discharge Day Mgmt > 30 Min\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 7,\n   \"percentage_of_claim\": 0.00847457627118644,\n   \"total_charges\": 840,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 825,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 816,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 799,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 759.33,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 758,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 750,\n   \"code\": \"99255\",\n   \"descriptions\": [\n    \"Ip/Obs Consltj New/Est Pt High Mdm 80 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 749,\n   \"code\": \"76932\",\n   \"descriptions\": [\n    \"Us Endomyocardial Biopsy Rs&I\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 740,\n   \"code\": \"99223\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 720,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 699,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 692.14,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 687,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 8,\n   \"percentage_of_claim\": 0.009685230024213076,\n   \"total_charges\": 684,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 14,\n   \"percentage_of_claim\": 0.01694915254237288,\n   \"total_charges\": 676,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 665,\n   \"code\": \"C1725\",\n   \"descriptions\": [\n    \"Cath, translumin non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 663,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 656,\n   \"code\": \"99254\",\n   \"descriptions\": [\n    \"Ip/Obs Consltj New/Est Pt Mod Mdm 60 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 622,\n   \"code\": \"93325\",\n   \"descriptions\": [\n    \"Dop Echocard Color Flow Velocity Mapping\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 608,\n   \"code\": \"93572\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas Addl Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 580,\n   \"code\": \"99215\",\n   \"descriptions\": [\n    \"Office/Outpatient Established High Mdm 40 Min\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 580,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 546,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 543,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 540,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 535,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 532,\n   \"code\": \"93451\",\n   \"descriptions\": [\n    \"Right Heart Cath O2 Saturation & Cardiac Output\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 530.6,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 528,\n   \"code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation Time Activated\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 504,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 502,\n   \"code\": \"99222\",\n   \"descriptions\": [\n    \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 500,\n   \"code\": \"88313\",\n   \"descriptions\": [\n    \"Spcl Stn 2 I&R Excpt Microorg/Enzyme/Imcyt\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 488,\n   \"code\": \"83880\",\n   \"descriptions\": [\n    \"Natriuretic Peptide\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 480,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 477,\n   \"code\": \"93321\",\n   \"descriptions\": [\n    \"Dop Echocard Pulse Wave W/Spectral F-Up/Lmtd Std\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 450,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 443.49,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 443,\n   \"code\": \"88346\",\n   \"descriptions\": [\n    \"Immunofluorescence Per Spec 1St Single Antb Stn\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 440,\n   \"code\": \"99203\",\n   \"descriptions\": [\n    \"Office/Outpatient New Low Mdm 30 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 434,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 432,\n   \"code\": \"88305\",\n   \"descriptions\": [\n    \"Level Iv Surg Pathology Gross&Microscopic Exam\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 420,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 420,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 418.26,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 416.16,\n   \"code\": \"J0153\",\n   \"descriptions\": [\n    \"Adenosine inj 1mg\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 408,\n   \"code\": \"88342\",\n   \"descriptions\": [\n    \"Imhchem/Imcytchm 1St Single Antb Stain Procedure\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 404,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 391,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 390,\n   \"code\": \"93463\",\n   \"descriptions\": [\n    \"Medication Admin & Hemodynamic Measurment\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 9,\n   \"percentage_of_claim\": 0.010895883777239709,\n   \"total_charges\": 388,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 381,\n   \"code\": \"93463\",\n   \"descriptions\": [\n    \"Medication Admin & Hemodynamic Measurment\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 379,\n   \"code\": \"93571\",\n   \"descriptions\": [\n    \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 372,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 372,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 369,\n   \"code\": \"71046\",\n   \"descriptions\": [\n    \"Radiologic Exam Chest 2 Views\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 358,\n   \"code\": \"92978\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 348,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 340,\n   \"code\": \"80051\",\n   \"descriptions\": [\n    \"Electrolyte Panel\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 330,\n   \"code\": \"97162\",\n   \"descriptions\": [\n    \"Physical Therapy Evaluation Mod Complex 30 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 330,\n   \"code\": \"97162\",\n   \"descriptions\": [\n    \"Physical Therapy Evaluation Mod Complex 30 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 329,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 327,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 320,\n   \"code\": \"82565\",\n   \"descriptions\": [\n    \"Creatinine Blood\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 315,\n   \"code\": \"92979\",\n   \"descriptions\": [\n    \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 309.93,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 6,\n   \"percentage_of_claim\": 0.007263922518159807,\n   \"total_charges\": 299,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 291,\n   \"code\": \"83735\",\n   \"descriptions\": [\n    \"Assay Of Magnesium\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 290,\n   \"code\": \"99213\",\n   \"descriptions\": [\n    \"Office/Outpatient Established Low Mdm 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 283,\n   \"code\": \"99232\",\n   \"descriptions\": [\n    \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 282,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 276,\n   \"code\": \"99232\",\n   \"descriptions\": [\n    \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 266,\n   \"code\": \"84484\",\n   \"descriptions\": [\n    \"Assay Of Troponin Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 264,\n   \"code\": \"87081\",\n   \"descriptions\": [\n    \"Cul Prsmptv Pthgnc Organism Scrn W/Colony Estimj\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 257,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 254,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 254,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 250.25,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 250,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 247,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 247,\n   \"code\": \"93005\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 238,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 236,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 235,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 234,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 5,\n   \"percentage_of_claim\": 0.006053268765133172,\n   \"total_charges\": 226,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 224,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 211.6,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 210,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 210,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 11,\n   \"percentage_of_claim\": 0.013317191283292978,\n   \"total_charges\": 205,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 200.38,\n   \"code\": \"C1769\",\n   \"descriptions\": [\n    \"Guide wire\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 200,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 200,\n   \"code\": \"84520\",\n   \"descriptions\": [\n    \"Assay Of Urea Nitrogen Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 197.2,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 197,\n   \"code\": \"84134\",\n   \"descriptions\": [\n    \"Prealbumin\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 197,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 194.25,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 191,\n   \"code\": \"99251\",\n   \"descriptions\": [\n    \"Initial Inpatient Consult New/Estab Pt 20 Min\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 190,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 188,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 188,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 188,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 186,\n   \"code\": \"93568\",\n   \"descriptions\": [\n    \"Njx Drg C-Cathj Nslctv P-Art Angiography\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 185,\n   \"code\": \"86140\",\n   \"descriptions\": [\n    \"C-Reactive Protein\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 184,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 184,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 181,\n   \"code\": \"80061\",\n   \"descriptions\": [\n    \"Lipid Panel\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 174,\n   \"code\": \"86850\",\n   \"descriptions\": [\n    \"Antibody Screen Rbc Each Serum Technique\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 168,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 168,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 167,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 160,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 160,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 160,\n   \"code\": \"82565\",\n   \"descriptions\": [\n    \"Creatinine Blood\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 156,\n   \"code\": \"G0463\",\n   \"descriptions\": [\n    \"Hospital outpt clinic visit\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 150,\n   \"code\": \"U0003\",\n   \"descriptions\": [\n    \"Cov-19 amp prb hgh thruput\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 148,\n   \"code\": \"80053\",\n   \"descriptions\": [\n    \"Comprehensive Metabolic Panel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 147,\n   \"code\": \"99211\",\n   \"descriptions\": [\n    \"Office/Outpatient Est Pt May Not Req Phys/Qhp\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 145,\n   \"code\": \"82947\",\n   \"descriptions\": [\n    \"Glucose Quantitative Blood Xcpt Reagent Strip\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 143.9,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"83036\",\n   \"descriptions\": [\n    \"Hemoglobin Glycosylated A1C\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 140,\n   \"code\": \"82553\",\n   \"descriptions\": [\n    \"Creatine Kinase Mb Fraction Only\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"80053\",\n   \"descriptions\": [\n    \"Comprehensive Metabolic Panel\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 140,\n   \"code\": \"C1887\",\n   \"descriptions\": [\n    \"Catheter, guiding\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 130,\n   \"code\": \"80061\",\n   \"descriptions\": [\n    \"Lipid Panel\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 128,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 127.3,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 122,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120.58,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"93000\",\n   \"descriptions\": [\n    \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 120,\n   \"code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation Time Activated\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"85347\",\n   \"descriptions\": [\n    \"Coagulation Time Activated\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 120,\n   \"code\": \"84484\",\n   \"descriptions\": [\n    \"Assay Of Troponin Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 115,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 115,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 114,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 111,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 111,\n   \"code\": \"80048\",\n   \"descriptions\": [\n    \"Basic Metabolic Panel Calcium Total\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 111,\n   \"code\": \"80076\",\n   \"descriptions\": [\n    \"Hepatic Function Panel\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 109,\n   \"code\": \"85025\",\n   \"descriptions\": [\n    \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 107,\n   \"code\": \"82553\",\n   \"descriptions\": [\n    \"Creatine Kinase Mb Fraction Only\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 106,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 105,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 102,\n   \"code\": \"80197\",\n   \"descriptions\": [\n    \"Drug Screen Quantitative Tacrolimus\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 100,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 100,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 100,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 96,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86900\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Abo\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"86901\",\n   \"descriptions\": [\n    \"Blood Typing Serologic Rh (D)\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 94,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 94,\n   \"code\": \"83735\",\n   \"descriptions\": [\n    \"Assay Of Magnesium\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 91,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 88,\n   \"code\": \"83735\",\n   \"descriptions\": [\n    \"Assay Of Magnesium\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 87.33,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 87.33,\n   \"code\": \"C1894\",\n   \"descriptions\": [\n    \"Intro/sheath, non-laser\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 86.11,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 86,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 85,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 83.75,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 82,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 80,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 80,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 80,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 80,\n   \"code\": \"85730\",\n   \"descriptions\": [\n    \"Thromboplastin Time Partial Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 69,\n   \"code\": \"84132\",\n   \"descriptions\": [\n    \"Potassium Serum Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 63,\n   \"code\": \"84550\",\n   \"descriptions\": [\n    \"Assay Of Blood/Uric Acid\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 62.57,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 60,\n   \"code\": \"85027\",\n   \"descriptions\": [\n    \"Blood Count Complete Automated\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 4,\n   \"percentage_of_claim\": 0.004842615012106538,\n   \"total_charges\": 60,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 57,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 52,\n   \"code\": \"85610\",\n   \"descriptions\": [\n    \"Prothrombin Time\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"84460\",\n   \"descriptions\": [\n    \"Transferase Alanine Amino Alt Sgpt\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"84450\",\n   \"descriptions\": [\n    \"Transferase Aspartate Amino Ast Sgot\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"84520\",\n   \"descriptions\": [\n    \"Assay Of Urea Nitrogen Quantitative\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 50,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 49,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 49,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 48,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 48,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 48,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Other\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 48,\n   \"code\": \"99153\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 45,\n   \"code\": \"84132\",\n   \"descriptions\": [\n    \"Potassium Serum Plasma/Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 45,\n   \"code\": \"84295\",\n   \"descriptions\": [\n    \"Sodium Serum Plasma Or Whole Blood\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 41,\n   \"code\": \"81001\",\n   \"descriptions\": [\n    \"Urnls Dip Stick/Tablet Reagent Auto Microscopy\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 40,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 37,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 35.55,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"82374\",\n   \"descriptions\": [\n    \"Carbon Dioxide Bicarbonate\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"99152\",\n   \"descriptions\": [\n    \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 35,\n   \"code\": \"82435\",\n   \"descriptions\": [\n    \"Chloride Bld\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 33.83,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 32,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 30.35,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 25.25,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 25,\n   \"code\": \"U0005\",\n   \"descriptions\": [\n    \"Infec agen detec ampli probe\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 19.2,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 17.61,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 16,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"Q9967\",\n   \"descriptions\": [\n    \"Locm 300-399mg/ml iodine,1ml\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 15,\n   \"code\": \"36415\",\n   \"descriptions\": [\n    \"Collection Venous Blood Venipuncture\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 14.76,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 11.22,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 11.2,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 10.58,\n   \"code\": \"J2704\",\n   \"descriptions\": [\n    \"Inj, propofol, 10 mg\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 10.03,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 9.86,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 3,\n   \"percentage_of_claim\": 0.0036319612590799033,\n   \"total_charges\": 8.98,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 8.16,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 8.02,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 7.640000000000001,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 7.35,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 7.140000000000001,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 6.44,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 6.24,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5.84,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.83,\n   \"code\": \"J1644\",\n   \"descriptions\": [\n    \"Inj heparin sodium per 1000u\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5.82,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.68,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.68,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 5.34,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 5.05,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 4.34,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2.78,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.7,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2.56,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.55,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.43,\n   \"code\": \"J2765\",\n   \"descriptions\": [\n    \"Metoclopramide hcl injection\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 2,\n   \"percentage_of_claim\": 0.002421307506053269,\n   \"total_charges\": 2.4,\n   \"code\": \"J2405\",\n   \"descriptions\": [\n    \"Ondansetron hcl injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 2.35,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.95,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.79,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.2,\n   \"code\": \"J2371\",\n   \"descriptions\": [\n    \"Inj phenylephrine hcl 20 mcg\"\n   ]\n  },\n  {\n   \"name\": \"Medicaid\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 1.14,\n   \"code\": \"J2001\",\n   \"descriptions\": [\n    \"Lidocaine injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.96,\n   \"code\": \"J3010\",\n   \"descriptions\": [\n    \"Fentanyl citrate injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.68,\n   \"code\": \"J2250\",\n   \"descriptions\": [\n    \"Inj midazolam hydrochloride\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.43,\n   \"code\": \"J3490\",\n   \"descriptions\": [\n    \"Drugs unclassified injection\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.15,\n   \"code\": \"J2371\",\n   \"descriptions\": [\n    \"Inj phenylephrine hcl 20 mcg\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.01,\n   \"code\": \"G8979\",\n   \"descriptions\": [\n    \"Mobility goal status\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.01,\n   \"code\": \"G8978\",\n   \"descriptions\": [\n    \"Mobility current status\"\n   ]\n  },\n  {\n   \"name\": \"Commercial\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.01,\n   \"code\": \"G8979\",\n   \"descriptions\": [\n    \"Mobility goal status\"\n   ]\n  },\n  {\n   \"name\": \"Medicare\",\n   \"claim_count\": 1,\n   \"percentage_of_claim\": 0.0012106537530266344,\n   \"total_charges\": 0.01,\n   \"code\": \"G8978\",\n   \"descriptions\": [\n    \"Mobility current status\"\n   ]\n  }\n ],\n \"payer_procedure_yearly_summary_by_channel_name\": [\n  {\n   \"year\": 2017,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93463\",\n     \"descriptions\": [\n      \"Medication Admin & Hemodynamic Measurment\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99255\",\n     \"descriptions\": [\n      \"Ip/Obs Consltj New/Est Pt High Mdm 80 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J0153\",\n     \"descriptions\": [\n      \"Adenosine inj 1mg\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 20,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"33210\",\n     \"descriptions\": [\n      \"Insj/Rplcmt Temp Transvns 1Chmbr Eltrd/Pm Cath\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"33210\",\n     \"descriptions\": [\n      \"Insj/Rplcmt Temp Transvns 1Chmbr Eltrd/Pm Cath\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"80061\",\n     \"descriptions\": [\n      \"Lipid Panel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"80076\",\n     \"descriptions\": [\n      \"Hepatic Function Panel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"82553\",\n     \"descriptions\": [\n      \"Creatine Kinase Mb Fraction Only\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"83735\",\n     \"descriptions\": [\n      \"Assay Of Magnesium\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84134\",\n     \"descriptions\": [\n      \"Prealbumin\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"84484\",\n     \"descriptions\": [\n      \"Assay Of Troponin Quantitative\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"85347\",\n     \"descriptions\": [\n      \"Coagulation Time Activated\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"88342\",\n     \"descriptions\": [\n      \"Imhchem/Imcytchm 1St Single Antb Stain Procedure\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"92920\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93306\",\n     \"descriptions\": [\n      \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 5,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1725\",\n     \"descriptions\": [\n      \"Cath, translumin non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1874\",\n     \"descriptions\": [\n      \"Stent, coated/cov w/del sys\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C9606\",\n     \"descriptions\": [\n      \"Perc d-e cor revasc w ami s\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 30,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2018,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"37191\",\n     \"descriptions\": [\n      \"Ins Intrvas Vc Filtr W/Wo Vas Acs Vsl Selxn Rs&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"71046\",\n     \"descriptions\": [\n      \"Radiologic Exam Chest 2 Views\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"80053\",\n     \"descriptions\": [\n      \"Comprehensive Metabolic Panel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"81001\",\n     \"descriptions\": [\n      \"Urnls Dip Stick/Tablet Reagent Auto Microscopy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"84550\",\n     \"descriptions\": [\n      \"Assay Of Blood/Uric Acid\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"87081\",\n     \"descriptions\": [\n      \"Cul Prsmptv Pthgnc Organism Scrn W/Colony Estimj\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"92941\",\n     \"descriptions\": [\n      \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 6,\n     \"code\": \"97110\",\n     \"descriptions\": [\n      \"Therapeutic Px 1/> Areas Each 15 Min Exercises\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"97162\",\n     \"descriptions\": [\n      \"Physical Therapy Evaluation Mod Complex 30 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 9,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 8,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99232\",\n     \"descriptions\": [\n      \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"99239\",\n     \"descriptions\": [\n      \"Hospital Ip/Obs Discharge Day Mgmt > 30 Min\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99251\",\n     \"descriptions\": [\n      \"Initial Inpatient Consult New/Estab Pt 20 Min\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"G8978\",\n     \"descriptions\": [\n      \"Mobility current status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"G8979\",\n     \"descriptions\": [\n      \"Mobility goal status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 6,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"99254\",\n     \"descriptions\": [\n      \"Ip/Obs Consltj New/Est Pt Mod Mdm 60 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 6,\n     \"code\": \"97110\",\n     \"descriptions\": [\n      \"Therapeutic Px 1/> Areas Each 15 Min Exercises\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"97162\",\n     \"descriptions\": [\n      \"Physical Therapy Evaluation Mod Complex 30 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 5,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"G8978\",\n     \"descriptions\": [\n      \"Mobility current status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"G8979\",\n     \"descriptions\": [\n      \"Mobility goal status\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"92941\",\n     \"descriptions\": [\n      \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2019,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"76932\",\n     \"descriptions\": [\n      \"Us Endomyocardial Biopsy Rs&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"88305\",\n     \"descriptions\": [\n      \"Level Iv Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"88313\",\n     \"descriptions\": [\n      \"Spcl Stn 2 I&R Excpt Microorg/Enzyme/Imcyt\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"88346\",\n     \"descriptions\": [\n      \"Immunofluorescence Per Spec 1St Single Antb Stn\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"88350\",\n     \"descriptions\": [\n      \"Immunofluorescence Pr Spec Ea Add Singl Antb Stn\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93308\",\n     \"descriptions\": [\n      \"Echo Transthorc R-T 2D W/Wo M-Mode Rec F-Up/Lmtd\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93321\",\n     \"descriptions\": [\n      \"Dop Echocard Pulse Wave W/Spectral F-Up/Lmtd Std\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93325\",\n     \"descriptions\": [\n      \"Dop Echocard Color Flow Velocity Mapping\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"93456\",\n     \"descriptions\": [\n      \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 6,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93456\",\n     \"descriptions\": [\n      \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2020,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"80053\",\n     \"descriptions\": [\n      \"Comprehensive Metabolic Panel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"80197\",\n     \"descriptions\": [\n      \"Drug Screen Quantitative Tacrolimus\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"83735\",\n     \"descriptions\": [\n      \"Assay Of Magnesium\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"83880\",\n     \"descriptions\": [\n      \"Natriuretic Peptide\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93306\",\n     \"descriptions\": [\n      \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99211\",\n     \"descriptions\": [\n      \"Office/Outpatient Est Pt May Not Req Phys/Qhp\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"33990\",\n     \"descriptions\": [\n      \"Insj Perq Vad W/Rs&I L Hrt Arterial Access Only\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"33992\",\n     \"descriptions\": [\n      \"Removal Perq Left Hrt Vad Artl/Artl&Ven Sep Insj\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"37211\",\n     \"descriptions\": [\n      \"Thrombolysis Arterial Infusion Icra Rs&I Init Tx\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2021,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"83735\",\n     \"descriptions\": [\n      \"Assay Of Magnesium\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"84132\",\n     \"descriptions\": [\n      \"Potassium Serum Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"85347\",\n     \"descriptions\": [\n      \"Coagulation Time Activated\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"92920\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"92921\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angioplasty Addl Branch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 6,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"92929\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio Addl Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"92941\",\n     \"descriptions\": [\n      \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"92979\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93306\",\n     \"descriptions\": [\n      \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 5,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1725\",\n     \"descriptions\": [\n      \"Cath, translumin non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1753\",\n     \"descriptions\": [\n      \"Cath, intravas ultrasound\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1874\",\n     \"descriptions\": [\n      \"Stent, coated/cov w/del sys\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2405\",\n     \"descriptions\": [\n      \"Ondansetron hcl injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3490\",\n     \"descriptions\": [\n      \"Drugs unclassified injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"U0003\",\n     \"descriptions\": [\n      \"Cov-19 amp prb hgh thruput\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"U0005\",\n     \"descriptions\": [\n      \"Infec agen detec ampli probe\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 9,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"92924\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angio/Atherect One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"92979\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 4,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"93572\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas Addl Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 6,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 8,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Other\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2022,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"37184\",\n     \"descriptions\": [\n      \"Prim Prq Trluml Mchnl Thrmbc N-Cor N-Icra 1St\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 4,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"93456\",\n     \"descriptions\": [\n      \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 4,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 3,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93568\",\n     \"descriptions\": [\n      \"Njx Drg C-Cathj Nslctv P-Art Angiography\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 14,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 12,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"99232\",\n     \"descriptions\": [\n      \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"G0463\",\n     \"descriptions\": [\n      \"Hospital outpt clinic visit\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2023,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"75572\",\n     \"descriptions\": [\n      \"Ct Heart Contrast Eval Cardiac Structure&Morph\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"82374\",\n     \"descriptions\": [\n      \"Carbon Dioxide Bicarbonate\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"82435\",\n     \"descriptions\": [\n      \"Chloride Bld\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"82565\",\n     \"descriptions\": [\n      \"Creatinine Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"84132\",\n     \"descriptions\": [\n      \"Potassium Serum Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"84295\",\n     \"descriptions\": [\n      \"Sodium Serum Plasma Or Whole Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"84520\",\n     \"descriptions\": [\n      \"Assay Of Urea Nitrogen Quantitative\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 7,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93312\",\n     \"descriptions\": [\n      \"Echo Transesophag R-T 2D W/Prb Img Acquisj I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93320\",\n     \"descriptions\": [\n      \"Doppler Echocard Pulse Wave W/Spectral Display\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"93325\",\n     \"descriptions\": [\n      \"Dop Echocard Color Flow Velocity Mapping\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"99205\",\n     \"descriptions\": [\n      \"Office/Outpatient New High Mdm 60 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99215\",\n     \"descriptions\": [\n      \"Office/Outpatient Established High Mdm 40 Min\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2371\",\n     \"descriptions\": [\n      \"Inj phenylephrine hcl 20 mcg\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2704\",\n     \"descriptions\": [\n      \"Inj, propofol, 10 mg\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2024,\n   \"data\": [\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 11,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 7,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 3,\n     \"code\": \"92972\",\n     \"descriptions\": [\n      \"Percutaneous Transluminal Coronary Lithotripsy\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 7,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 12,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 11,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 6,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 12,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 4,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 9,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"channel_name\": \"Commercial\",\n     \"total_claim_count\": 1,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93463\",\n     \"descriptions\": [\n      \"Medication Admin & Hemodynamic Measurment\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicaid\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"80051\",\n     \"descriptions\": [\n      \"Electrolyte Panel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"80061\",\n     \"descriptions\": [\n      \"Lipid Panel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82553\",\n     \"descriptions\": [\n      \"Creatine Kinase Mb Fraction Only\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82565\",\n     \"descriptions\": [\n      \"Creatinine Blood\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82947\",\n     \"descriptions\": [\n      \"Glucose Quantitative Blood Xcpt Reagent Strip\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"83036\",\n     \"descriptions\": [\n      \"Hemoglobin Glycosylated A1C\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84450\",\n     \"descriptions\": [\n      \"Transferase Aspartate Amino Ast Sgot\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84460\",\n     \"descriptions\": [\n      \"Transferase Alanine Amino Alt Sgpt\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84484\",\n     \"descriptions\": [\n      \"Assay Of Troponin Quantitative\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"84520\",\n     \"descriptions\": [\n      \"Assay Of Urea Nitrogen Quantitative\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85347\",\n     \"descriptions\": [\n      \"Coagulation Time Activated\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86140\",\n     \"descriptions\": [\n      \"C-Reactive Protein\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 6,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93455\",\n     \"descriptions\": [\n      \"Cath Plmt & Njx Coronary Art/Grft Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 4,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 3,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1725\",\n     \"descriptions\": [\n      \"Cath, translumin non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1753\",\n     \"descriptions\": [\n      \"Cath, intravas ultrasound\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1874\",\n     \"descriptions\": [\n      \"Stent, coated/cov w/del sys\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C9600\",\n     \"descriptions\": [\n      \"Perc drug-el cor stent sing\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2371\",\n     \"descriptions\": [\n      \"Inj phenylephrine hcl 20 mcg\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2765\",\n     \"descriptions\": [\n      \"Metoclopramide hcl injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"channel_name\": \"Medicare\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    }\n   ]\n  }\n ],\n \"payer_procedure_yearly_summary_by_payer_name\": [\n  {\n   \"year\": 2017,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"99255\",\n     \"descriptions\": [\n      \"Ip/Obs Consltj New/Est Pt High Mdm 80 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 8,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Blue Cross Blue Shield of Massachusetts\",\n     \"total_claim_count\": 10,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"33210\",\n     \"descriptions\": [\n      \"Insj/Rplcmt Temp Transvns 1Chmbr Eltrd/Pm Cath\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"88342\",\n     \"descriptions\": [\n      \"Imhchem/Imcytchm 1St Single Antb Stain Procedure\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 6,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"80061\",\n     \"descriptions\": [\n      \"Lipid Panel\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"80076\",\n     \"descriptions\": [\n      \"Hepatic Function Panel\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"82553\",\n     \"descriptions\": [\n      \"Creatine Kinase Mb Fraction Only\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"83735\",\n     \"descriptions\": [\n      \"Assay Of Magnesium\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"84134\",\n     \"descriptions\": [\n      \"Prealbumin\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"84484\",\n     \"descriptions\": [\n      \"Assay Of Troponin Quantitative\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"85347\",\n     \"descriptions\": [\n      \"Coagulation Time Activated\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93306\",\n     \"descriptions\": [\n      \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1725\",\n     \"descriptions\": [\n      \"Cath, translumin non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1874\",\n     \"descriptions\": [\n      \"Stent, coated/cov w/del sys\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C9606\",\n     \"descriptions\": [\n      \"Perc d-e cor revasc w ami s\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 24,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J0153\",\n     \"descriptions\": [\n      \"Adenosine inj 1mg\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Erin Group Administrators\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Group Insurance Service Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Group Insurance Service Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"93463\",\n     \"descriptions\": [\n      \"Medication Admin & Hemodynamic Measurment\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"92920\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2018,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"92941\",\n     \"descriptions\": [\n      \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"99239\",\n     \"descriptions\": [\n      \"Hospital Ip/Obs Discharge Day Mgmt > 30 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"99251\",\n     \"descriptions\": [\n      \"Initial Inpatient Consult New/Estab Pt 20 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 2,\n     \"code\": \"92941\",\n     \"descriptions\": [\n      \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 2,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"99232\",\n     \"descriptions\": [\n      \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Boston Medical Center\",\n     \"total_claim_count\": 1,\n     \"code\": \"99239\",\n     \"descriptions\": [\n      \"Hospital Ip/Obs Discharge Day Mgmt > 30 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"Centene\",\n     \"total_claim_count\": 1,\n     \"code\": \"99254\",\n     \"descriptions\": [\n      \"Ip/Obs Consltj New/Est Pt Mod Mdm 60 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"37191\",\n     \"descriptions\": [\n      \"Ins Intrvas Vc Filtr W/Wo Vas Acs Vsl Selxn Rs&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"EmblemHealth\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"71046\",\n     \"descriptions\": [\n      \"Radiologic Exam Chest 2 Views\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"80053\",\n     \"descriptions\": [\n      \"Comprehensive Metabolic Panel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"81001\",\n     \"descriptions\": [\n      \"Urnls Dip Stick/Tablet Reagent Auto Microscopy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"84550\",\n     \"descriptions\": [\n      \"Assay Of Blood/Uric Acid\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"87081\",\n     \"descriptions\": [\n      \"Cul Prsmptv Pthgnc Organism Scrn W/Colony Estimj\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 3,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 3,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Neighborhood Health Plan (RI)\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 12,\n     \"code\": \"97110\",\n     \"descriptions\": [\n      \"Therapeutic Px 1/> Areas Each 15 Min Exercises\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"97162\",\n     \"descriptions\": [\n      \"Physical Therapy Evaluation Mod Complex 30 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"G8978\",\n     \"descriptions\": [\n      \"Mobility current status\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"G8979\",\n     \"descriptions\": [\n      \"Mobility goal status\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2019,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"93456\",\n     \"descriptions\": [\n      \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 4,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Assurant\",\n     \"total_claim_count\": 1,\n     \"code\": \"76932\",\n     \"descriptions\": [\n      \"Us Endomyocardial Biopsy Rs&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Assurant\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Assurant\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Blue Cross & Blue Shield of Rhode Island\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"76932\",\n     \"descriptions\": [\n      \"Us Endomyocardial Biopsy Rs&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"88305\",\n     \"descriptions\": [\n      \"Level Iv Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"88313\",\n     \"descriptions\": [\n      \"Spcl Stn 2 I&R Excpt Microorg/Enzyme/Imcyt\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"88346\",\n     \"descriptions\": [\n      \"Immunofluorescence Per Spec 1St Single Antb Stn\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"88350\",\n     \"descriptions\": [\n      \"Immunofluorescence Pr Spec Ea Add Singl Antb Stn\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93308\",\n     \"descriptions\": [\n      \"Echo Transthorc R-T 2D W/Wo M-Mode Rec F-Up/Lmtd\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93321\",\n     \"descriptions\": [\n      \"Dop Echocard Pulse Wave W/Spectral F-Up/Lmtd Std\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93325\",\n     \"descriptions\": [\n      \"Dop Echocard Color Flow Velocity Mapping\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93456\",\n     \"descriptions\": [\n      \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"85730\",\n     \"descriptions\": [\n      \"Thromboplastin Time Partial Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 2,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2020,\n   \"data\": [\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"CDPHP\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 1,\n     \"code\": \"37211\",\n     \"descriptions\": [\n      \"Thrombolysis Arterial Infusion Icra Rs&I Init Tx\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"80053\",\n     \"descriptions\": [\n      \"Comprehensive Metabolic Panel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"80197\",\n     \"descriptions\": [\n      \"Drug Screen Quantitative Tacrolimus\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"83735\",\n     \"descriptions\": [\n      \"Assay Of Magnesium\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"83880\",\n     \"descriptions\": [\n      \"Natriuretic Peptide\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"88307\",\n     \"descriptions\": [\n      \"Level V Surg Pathology Gross&Microscopic Exam\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"93306\",\n     \"descriptions\": [\n      \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 2,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"99211\",\n     \"descriptions\": [\n      \"Office/Outpatient Est Pt May Not Req Phys/Qhp\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Independence Blue Cross\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"33990\",\n     \"descriptions\": [\n      \"Insj Perq Vad W/Rs&I L Hrt Arterial Access Only\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"33992\",\n     \"descriptions\": [\n      \"Removal Perq Left Hrt Vad Artl/Artl&Ven Sep Insj\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Point32Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2021,\n   \"data\": [\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 3,\n     \"code\": \"83735\",\n     \"descriptions\": [\n      \"Assay Of Magnesium\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"84132\",\n     \"descriptions\": [\n      \"Potassium Serum Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"85347\",\n     \"descriptions\": [\n      \"Coagulation Time Activated\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"92920\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angioplasty One Art/Branch\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"92921\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angioplasty Addl Branch\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 6,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"92929\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio Addl Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"92941\",\n     \"descriptions\": [\n      \"Prq Trluml Coronry Tot Occlus Revasc Mi One Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 4,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"92979\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"93005\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds Trcg Only W/O I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"93306\",\n     \"descriptions\": [\n      \"Echo Tthrc R-T 2D W/Wom-Mode Compl Spec&Colr D\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 4,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 5,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1725\",\n     \"descriptions\": [\n      \"Cath, translumin non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1753\",\n     \"descriptions\": [\n      \"Cath, intravas ultrasound\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1874\",\n     \"descriptions\": [\n      \"Stent, coated/cov w/del sys\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2405\",\n     \"descriptions\": [\n      \"Ondansetron hcl injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3490\",\n     \"descriptions\": [\n      \"Drugs unclassified injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 2,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"U0003\",\n     \"descriptions\": [\n      \"Cov-19 amp prb hgh thruput\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 1,\n     \"code\": \"U0005\",\n     \"descriptions\": [\n      \"Infec agen detec ampli probe\"\n     ]\n    },\n    {\n     \"payer_name\": \"All Other Third Party\",\n     \"total_claim_count\": 7,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Blue Cross Blue Shield of Massachusetts\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Community Health Options\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Department of Veterans Affairs\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"92924\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Angio/Atherect One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"92979\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Addl Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 4,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"93505\",\n     \"descriptions\": [\n      \"Endomyocardial Biopsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 2,\n     \"code\": \"93572\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas Addl Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 6,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 8,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Molina\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2022,\n   \"data\": [\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"BlueCross and BlueShield of Vermont\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"80048\",\n     \"descriptions\": [\n      \"Basic Metabolic Panel Calcium Total\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"85025\",\n     \"descriptions\": [\n      \"Blood Count Complete Auto&Auto Difrntl Wbc\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 3,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"G0463\",\n     \"descriptions\": [\n      \"Hospital outpt clinic visit\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"Commonwealth Care Alliance\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 1,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 2,\n     \"code\": \"93456\",\n     \"descriptions\": [\n      \"Cath Plmt R Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Fallon Community Health Plan\",\n     \"total_claim_count\": 3,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 2,\n     \"code\": \"37184\",\n     \"descriptions\": [\n      \"Prim Prq Trluml Mchnl Thrmbc N-Cor N-Icra 1St\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 3,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"93454\",\n     \"descriptions\": [\n      \"Cath Placement & Njx Coronary Art Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 4,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 2,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"93568\",\n     \"descriptions\": [\n      \"Njx Drg C-Cathj Nslctv P-Art Angiography\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 8,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 9,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"99223\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care High Mdm 75 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Health Partners Plans\",\n     \"total_claim_count\": 1,\n     \"code\": \"99232\",\n     \"descriptions\": [\n      \"Sbsq Hospital Ip/Obs Care Mod Mdm 35 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Martin's Point\",\n     \"total_claim_count\": 2,\n     \"code\": \"93451\",\n     \"descriptions\": [\n      \"Right Heart Cath O2 Saturation & Cardiac Output\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2023,\n   \"data\": [\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99205\",\n     \"descriptions\": [\n      \"Office/Outpatient New High Mdm 60 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99205\",\n     \"descriptions\": [\n      \"Office/Outpatient New High Mdm 60 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"75572\",\n     \"descriptions\": [\n      \"Ct Heart Contrast Eval Cardiac Structure&Morph\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"82374\",\n     \"descriptions\": [\n      \"Carbon Dioxide Bicarbonate\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"82435\",\n     \"descriptions\": [\n      \"Chloride Bld\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82565\",\n     \"descriptions\": [\n      \"Creatinine Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84132\",\n     \"descriptions\": [\n      \"Potassium Serum Plasma/Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84295\",\n     \"descriptions\": [\n      \"Sodium Serum Plasma Or Whole Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84520\",\n     \"descriptions\": [\n      \"Assay Of Urea Nitrogen Quantitative\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93312\",\n     \"descriptions\": [\n      \"Echo Transesophag R-T 2D W/Prb Img Acquisj I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93320\",\n     \"descriptions\": [\n      \"Doppler Echocard Pulse Wave W/Spectral Display\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"93325\",\n     \"descriptions\": [\n      \"Dop Echocard Color Flow Velocity Mapping\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2371\",\n     \"descriptions\": [\n      \"Inj phenylephrine hcl 20 mcg\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"J2704\",\n     \"descriptions\": [\n      \"Inj, propofol, 10 mg\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"MVP Healthcare\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99205\",\n     \"descriptions\": [\n      \"Office/Outpatient New High Mdm 60 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99215\",\n     \"descriptions\": [\n      \"Office/Outpatient Established High Mdm 40 Min\"\n     ]\n    }\n   ]\n  },\n  {\n   \"year\": 2024,\n   \"data\": [\n    {\n     \"payer_name\": \"Amida Care\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Amida Care\",\n     \"total_claim_count\": 1,\n     \"code\": \"93463\",\n     \"descriptions\": [\n      \"Medication Admin & Hemodynamic Measurment\"\n     ]\n    },\n    {\n     \"payer_name\": \"Amida Care\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Amida Care\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"CVS Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99222\",\n     \"descriptions\": [\n      \"1St Hospital Ip/Obs Care Moderate Mdm 55 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 6,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 3,\n     \"code\": \"92972\",\n     \"descriptions\": [\n      \"Percutaneous Transluminal Coronary Lithotripsy\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 6,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 7,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 8,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Elevance Health\",\n     \"total_claim_count\": 5,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"Express Scripts\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Express Scripts\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Express Scripts\",\n     \"total_claim_count\": 1,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Horizon BlueCross BlueShield\",\n     \"total_claim_count\": 1,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Horizon BlueCross BlueShield\",\n     \"total_claim_count\": 1,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Horizon BlueCross BlueShield\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 4,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 6,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"93455\",\n     \"descriptions\": [\n      \"Cath Plmt & Njx Coronary Art/Grft Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"93460\",\n     \"descriptions\": [\n      \"R & L Hrt Cath Winjx Hrt Art& L Ventr Img\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 1,\n     \"code\": \"93571\",\n     \"descriptions\": [\n      \"Iv Dop Vel&/Or Press C/Flo Rsrv Meas 1St Vsl\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 3,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"Medicare Part A\",\n     \"total_claim_count\": 2,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"36415\",\n     \"descriptions\": [\n      \"Collection Venous Blood Venipuncture\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"80051\",\n     \"descriptions\": [\n      \"Electrolyte Panel\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"80061\",\n     \"descriptions\": [\n      \"Lipid Panel\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82553\",\n     \"descriptions\": [\n      \"Creatine Kinase Mb Fraction Only\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82565\",\n     \"descriptions\": [\n      \"Creatinine Blood\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"82947\",\n     \"descriptions\": [\n      \"Glucose Quantitative Blood Xcpt Reagent Strip\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"83036\",\n     \"descriptions\": [\n      \"Hemoglobin Glycosylated A1C\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84450\",\n     \"descriptions\": [\n      \"Transferase Aspartate Amino Ast Sgot\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84460\",\n     \"descriptions\": [\n      \"Transferase Alanine Amino Alt Sgpt\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"84484\",\n     \"descriptions\": [\n      \"Assay Of Troponin Quantitative\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"84520\",\n     \"descriptions\": [\n      \"Assay Of Urea Nitrogen Quantitative\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85027\",\n     \"descriptions\": [\n      \"Blood Count Complete Automated\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85347\",\n     \"descriptions\": [\n      \"Coagulation Time Activated\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"85610\",\n     \"descriptions\": [\n      \"Prothrombin Time\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86140\",\n     \"descriptions\": [\n      \"C-Reactive Protein\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86850\",\n     \"descriptions\": [\n      \"Antibody Screen Rbc Each Serum Technique\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86900\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Abo\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"86901\",\n     \"descriptions\": [\n      \"Blood Typing Serologic Rh (D)\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"92928\",\n     \"descriptions\": [\n      \"Prq Trluml Coronary Stent W/Angio One Art/Brnch\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"92978\",\n     \"descriptions\": [\n      \"Endoluminal Coronary Ivus Oct I&R Initial Vessel\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 3,\n     \"code\": \"93000\",\n     \"descriptions\": [\n      \"Ecg Routine Ecg W/Least 12 Lds W/I&R\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"93458\",\n     \"descriptions\": [\n      \"Cath Plmt L Hrt & Arts W/Njx & Angio Img S&I\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"99152\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Initial 15 Mins 5/> Yrs\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99153\",\n     \"descriptions\": [\n      \"Mod Sed Same Phys/Qhp Each Addl 15 Mins\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"99203\",\n     \"descriptions\": [\n      \"Office/Outpatient New Low Mdm 30 Minutes\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 3,\n     \"code\": \"99213\",\n     \"descriptions\": [\n      \"Office/Outpatient Established Low Mdm 20 Min\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1725\",\n     \"descriptions\": [\n      \"Cath, translumin non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1753\",\n     \"descriptions\": [\n      \"Cath, intravas ultrasound\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1769\",\n     \"descriptions\": [\n      \"Guide wire\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1874\",\n     \"descriptions\": [\n      \"Stent, coated/cov w/del sys\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1887\",\n     \"descriptions\": [\n      \"Catheter, guiding\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C1894\",\n     \"descriptions\": [\n      \"Intro/sheath, non-laser\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"C9600\",\n     \"descriptions\": [\n      \"Perc drug-el cor stent sing\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": \"J1644\",\n     \"descriptions\": [\n      \"Inj heparin sodium per 1000u\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2001\",\n     \"descriptions\": [\n      \"Lidocaine injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2250\",\n     \"descriptions\": [\n      \"Inj midazolam hydrochloride\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2371\",\n     \"descriptions\": [\n      \"Inj phenylephrine hcl 20 mcg\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J2765\",\n     \"descriptions\": [\n      \"Metoclopramide hcl injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"J3010\",\n     \"descriptions\": [\n      \"Fentanyl citrate injection\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 1,\n     \"code\": \"Q9967\",\n     \"descriptions\": [\n      \"Locm 300-399mg/ml iodine,1ml\"\n     ]\n    },\n    {\n     \"payer_name\": \"UnitedHealthcare\",\n     \"total_claim_count\": 2,\n     \"code\": null,\n     \"descriptions\": [\n      null\n     ]\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"ca510193-dc76-4d24-b763-765dd7c8e10c"}],"id":"99d90f99-f919-435e-a4ad-fac621b6214f","_postman_id":"99d90f99-f919-435e-a4ad-fac621b6214f","description":""}],"id":"41476f96-29bf-4b45-9547-217b59bd4f42","description":"<p>This folder and sub-folders contains requests required for creating healthcare provider profile pages.</p>\n","_postman_id":"41476f96-29bf-4b45-9547-217b59bd4f42"},{"name":"Altmetric","item":[{"name":"Get Publication Statistics","id":"d8097160-4e62-46b2-a34a-64351a3ddaac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"url":"https://api.altmetric.com/v1/pmid/:pmid","description":"<p>The endpoint retrieves information related to a specific PubMed ID (PMID) using an HTTP GET request. The response returned is a JSON object with various fields such as title, DOI, PMID, journal details, publication date, citation counts, readership statistics, and more.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"title\": \"\",\n    \"doi\": \"\",\n    \"pmid\": \"\",\n    \"altmetric_jid\": \"\",\n    \"issns\": [\"\"],\n    \"journal\": \"\",\n    \"cohorts\": {\n        \"pub\": 0,\n        \"com\": 0,\n        \"doc\": 0,\n        \"sci\": 0\n    },\n    \"context\": {\n        \"all\": {\n            \"count\": 0,\n            \"mean\": 0,\n            \"rank\": 0,\n            \"pct\": 0,\n            \"higher_than\": 0\n        },\n        \"journal\": {\n            \"count\": 0,\n            \"mean\": 0,\n            \"rank\": 0,\n            \"pct\": 0,\n            \"higher_than\": 0\n        },\n        \"similar_age_3m\": {\n            \"count\": 0,\n            \"mean\": 0,\n            \"rank\": 0,\n            \"pct\": 0,\n            \"higher_than\": 0\n        },\n        \"similar_age_journal_3m\": {\n            \"count\": 0,\n            \"mean\": 0,\n            \"rank\": 0,\n            \"pct\": 0,\n            \"higher_than\": 0\n        }\n    },\n    \"authors\": [\"\"],\n    \"type\": \"\",\n    \"pubdate\": 0,\n    \"epubdate\": 0,\n    \"dimensions_publication_id\": \"\",\n    \"altmetric_id\": 0,\n    \"schema\": \"\",\n    \"is_oa\": true,\n    \"publisher_subjects\": [\n        {\n            \"name\": \"\",\n            \"scheme\": \"\"\n        }\n    ],\n    \"cited_by_posts_count\": 0,\n    \"cited_by_tweeters_count\": 0,\n    \"cited_by_msm_count\": 0,\n    \"cited_by_fbwalls_count\": 0,\n    \"cited_by_rh_count\": 0,\n    \"cited_by_wikipedia_count\": 0,\n    \"cited_by_videos_count\": 0,\n    \"cited_by_patents_count\": 0,\n    \"cited_by_policies_count\": 0,\n    \"cited_by_feeds_count\": 0,\n    \"cited_by_accounts_count\": 0,\n    \"last_updated\": 0,\n    \"score\": 0,\n    \"history\": {\n        \"1y\": 0,\n        \"6m\": 0,\n        \"3m\": 0,\n        \"1m\": 0,\n        \"1w\": 0,\n        \"6d\": 0,\n        \"5d\": 0,\n        \"4d\": 0,\n        \"3d\": 0,\n        \"2d\": 0,\n        \"1d\": 0,\n        \"at\": 0\n    },\n    \"url\": \"\",\n    \"added_on\": 0,\n    \"published_on\": 0,\n    \"scopus_subjects\": [\"\"],\n    \"readers\": {\n        \"citeulike\": 0,\n        \"mendeley\": 0,\n        \"connotea\": 0\n    },\n    \"readers_count\": 0,\n    \"images\": {\n        \"small\": \"\",\n        \"medium\": \"\",\n        \"large\": \"\"\n    },\n    \"details_url\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["v1","pmid",":pmid"],"host":["https://api.altmetric.com"],"query":[],"variable":[{"id":"73e59543-3161-42fc-82db-2f6748bdaa0c","type":"any","value":"32860058","key":"pmid"}]}},"response":[{"id":"5890bf54-c8ab-40cf-b4aa-e50d79fbbeb5","name":"successfully / 200","originalRequest":{"method":"GET","header":[{"key":":authority","value":"api.altmetric.com","disabled":true},{"key":":method","value":"GET","disabled":true},{"key":":path","value":"/v1/pmid/32860058","disabled":true},{"key":":scheme","value":"https","disabled":true},{"key":"accept","value":"*/*"},{"key":"accept-encoding","value":"gzip, deflate, br, zstd"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"dnt","value":"1"},{"key":"origin","value":"https://platform.docnexus.ai"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://platform.docnexus.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"129\", \"Not=A?Brand\";v=\"8\", \"Chromium\";v=\"129\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"}],"url":"{{baseURL20}}/v1/pmid/32860058"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"cache-control","value":"public, max-age=3600"},{"key":"cf-cache-status","value":"MISS"},{"key":"cf-ray","value":"8b9899722c5a1859-EWR"},{"key":"content-encoding","value":"br"},{"key":"content-security-policy","value":"upgrade-insecure-requests; frame-ancestors 'self';"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Aug 2024 02:23:24 GMT"},{"key":"etag","value":"W/\"e44-z/Nl6YJIKbZn3zMev/DPxLEjf7M\""},{"key":"server","value":"cloudflare"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-apirequestid","value":"35e106f3-fffa-4d70-8255-ed0fa1af676d"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dailyratelimit-limit","value":"1200"},{"key":"x-dailyratelimit-remaining","value":"1196"},{"key":"x-frame-options","value":"DENY"},{"key":"x-hourlyratelimit-limit","value":"720"},{"key":"x-hourlyratelimit-remaining","value":"716"},{"key":"x-served-by","value":"6df69579a5b0"}],"cookie":[],"responseTime":null,"body":"{\n \"title\": \"2020 ESC Guidelines for the management of acute coronary syndromes in patients presenting without persistent ST-segment elevation\",\n \"doi\": \"10.1093/eurheartj/ehaa575\",\n \"pmid\": \"32860058\",\n \"altmetric_jid\": \"4f6fa6173cf058f610007331\",\n \"issns\": [\n  \"0195-668X\",\n  \"1522-9645\"\n ],\n \"journal\": \"European Heart Journal\",\n \"cohorts\": {\n  \"pub\": 477,\n  \"com\": 29,\n  \"doc\": 88,\n  \"sci\": 72\n },\n \"context\": {\n  \"all\": {\n   \"count\": 26491309,\n   \"mean\": 10.909336579857191,\n   \"rank\": 41633,\n   \"pct\": 99,\n   \"higher_than\": 26449802\n  },\n  \"journal\": {\n   \"count\": 11467,\n   \"mean\": 33.14672835092007,\n   \"rank\": 91,\n   \"pct\": 99,\n   \"higher_than\": 11376\n  },\n  \"similar_age_3m\": {\n   \"count\": 429155,\n   \"mean\": 18.186623527629898,\n   \"rank\": 1539,\n   \"pct\": 99,\n   \"higher_than\": 427610\n  },\n  \"similar_age_journal_3m\": {\n   \"count\": 152,\n   \"mean\": 74.70869736842107,\n   \"rank\": 5,\n   \"pct\": 96,\n   \"higher_than\": 147\n  }\n },\n \"authors\": [\n  \"Jean-Philippe Collet\",\n  \"Holger Thiele\",\n  \"Emanuele Barbato\",\n  \"Olivier Barthélémy\",\n  \"Johann Bauersachs\",\n  \"Deepak L Bhatt\",\n  \"Paul Dendale\",\n  \"Maria Dorobantu\",\n  \"Thor Edvardsen\",\n  \"Thierry Folliguet\",\n  \"Chris P Gale\",\n  \"Martine Gilard\",\n  \"Alexander Jobs\",\n  \"Peter Jüni\",\n  \"Ekaterini Lambrinou\",\n  \"Basil S Lewis\",\n  \"Julinda Mehilli\",\n  \"Emanuele Meliga\",\n  \"Béla Merkely\",\n  \"Christian Mueller\",\n  \"Marco Roffi\",\n  \"Frans H Rutten\",\n  \"Dirk Sibbing\",\n  \"George C M Siontis\",\n  \"Adnan Kastrati\",\n  \"Mamas A Mamas\",\n  \"Victor Aboyans\",\n  \"Dominick J Angiolillo\",\n  \"Hector Bueno\",\n  \"Raffaele Bugiardini\",\n  \"Robert A Byrne\",\n  \"Silvia Castelletti\",\n  \"Alaide Chieffo\",\n  \"Veronique Cornelissen\",\n  \"Filippo Crea\",\n  \"Victoria Delgado\",\n  \"Heinz Drexel\",\n  \"Marek Gierlotka\",\n  \"Sigrun Halvorsen\",\n  \"Kristina Hermann Haugaa\",\n  \"Ewa A Jankowska\",\n  \"Hugo A Katus\",\n  \"Tim Kinnaird\",\n  \"Jolanda Kluin\",\n  \"Vijay Kunadian\",\n  \"Ulf Landmesser\",\n  \"Christophe Leclercq\",\n  \"Maddalena Lettino\",\n  \"Leena Meinila\",\n  \"Darren Mylotte\",\n  \"Gjin Ndrepepa\",\n  \"Elmir Omerovic\",\n  \"Roberto F E Pedretti\",\n  \"Steffen E Petersen\",\n  \"Anna Sonia Petronio\",\n  \"Gianluca Pontone\",\n  \"Bogdan A Popescu\",\n  \"Tatjana Potpara\",\n  \"Kausik K Ray\",\n  \"Flavio Luciano\",\n  \"Dimitrios J Richter\",\n  \"Evgeny Shlyakhto\",\n  \"Iain A Simpson\",\n  \"Miguel Sousa-Uva\",\n  \"Robert F Storey\",\n  \"Rhian M Touyz\",\n  \"Marco Valgimigli\",\n  \"Pascal Vranckx\",\n  \"Robert W Yeh\",\n  \"Emanuele Barbato\",\n  \"Olivier Barthélémy\",\n  \"Johann Bauersachs\",\n  \"Deepak L Bhatt\",\n  \"Paul Dendale\",\n  \"Maria Dorobantu\",\n  \"Thor Edvardsen\",\n  \"Thierry Folliguet\",\n  \"Chris P Gale\",\n  \"Martine Gilard\",\n  \"Alexander Jobs\",\n  \"Peter Jüni\",\n  \"Ekaterini Lambrinou\",\n  \"Basil S Lewis\",\n  \"Julinda Mehilli\",\n  \"Emanuele Meliga\",\n  \"Béla Merkely\",\n  \"Christian Mueller\",\n  \"Marco Roffi\",\n  \"Frans H Rutten\",\n  \"Dirk Sibbing\",\n  \"George C M Siontis\"\n ],\n \"type\": \"article\",\n \"pubdate\": 1617753600,\n \"epubdate\": 1598659200,\n \"dimensions_publication_id\": \"pub.1129260722\",\n \"altmetric_id\": 89113097,\n \"schema\": \"1.5.4\",\n \"is_oa\": false,\n \"publisher_subjects\": [\n  {\n   \"name\": \"Cardiovascular Medicine And Haematology\",\n   \"scheme\": \"era\"\n  }\n ],\n \"cited_by_posts_count\": 905,\n \"cited_by_tweeters_count\": 666,\n \"cited_by_msm_count\": 22,\n \"cited_by_fbwalls_count\": 2,\n \"cited_by_rh_count\": 1,\n \"cited_by_wikipedia_count\": 9,\n \"cited_by_videos_count\": 1,\n \"cited_by_patents_count\": 3,\n \"cited_by_policies_count\": 1,\n \"cited_by_feeds_count\": 1,\n \"cited_by_accounts_count\": 706,\n \"last_updated\": 1723397862,\n \"score\": 590.5800000000013,\n \"history\": {\n  \"1y\": 17.93,\n  \"6m\": 3,\n  \"3m\": 3,\n  \"1m\": 3,\n  \"1w\": 0,\n  \"6d\": 0,\n  \"5d\": 0,\n  \"4d\": 0,\n  \"3d\": 0,\n  \"2d\": 0,\n  \"1d\": 0,\n  \"at\": 590.5800000000013\n },\n \"url\": \"http://dx.doi.org/10.1093/eurheartj/ehaa575\",\n \"added_on\": 1598684807,\n \"published_on\": 1598659200,\n \"scopus_subjects\": [\n  \"Medicine\",\n  \"Health Sciences\"\n ],\n \"readers\": {\n  \"citeulike\": 0,\n  \"mendeley\": 3541,\n  \"connotea\": 0\n },\n \"readers_count\": 3541,\n \"images\": {\n  \"small\": \"https://badges.altmetric.com/?size=64&score=591&types=mavtwfd1\",\n  \"medium\": \"https://badges.altmetric.com/?size=100&score=591&types=mavtwfd1\",\n  \"large\": \"https://badges.altmetric.com/?size=180&score=591&types=mavtwfd1\"\n },\n \"details_url\": \"https://www.altmetric.com/details.php?citation_id=89113097\"\n}"}],"_postman_id":"d8097160-4e62-46b2-a34a-64351a3ddaac"}],"id":"ad61888d-166e-45ed-a25b-bfef8fb8740e","_postman_id":"ad61888d-166e-45ed-a25b-bfef8fb8740e","description":""},{"name":"Strapi CMS3","item":[{"name":"Get Projects","event":[{"listen":"test","script":{"id":"55b8d6cf-4b35-4f07-adcb-b999da782d4e","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Response body has the required fields - id, attributes, data, meta\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.have.property('data');","    pm.expect(responseData).to.have.property('meta');","    pm.expect(responseData).to.have.nested.property('data[0].id');","    pm.expect(responseData).to.have.nested.property('data[0].attributes');","});","","","pm.test(\"Validate the createdAt and updatedAt fields are in a valid date format\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.data).to.be.an('array');","    ","    responseData.data.forEach((item) => {","        pm.expect(item.attributes.createdAt).to.match(/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}Z$/, \"createdAt should be in valid date format\");","        pm.expect(item.attributes.updatedAt).to.match(/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}Z$/, \"updatedAt should be in valid date format\");","    });","});","","","pm.test(\"Data array is present and contains at least one element\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.data).to.be.an('array').and.to.have.lengthOf.at.least(1);","});","","","pm.test(\"Response time is less than 300ms\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});",""],"type":"text/javascript","packages":{}}}],"id":"7c1519d8-e9f0-4520-96be-4b975db603c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"6fa21dba4f137a4347c4b460f9fcd71e032748b0d9a686f3eea0ba18afe9d2ea9aa3cbdeb20b657d7d9d2f82f3041ce9f319eb6e855a9e81de8d55b51b7ebe8599fc02671e7a81c8d3e5c271dbf5d06b95084d3af20fedfd5778484d203048e7a759334ae40c1de1981b7cf12d21fe0f3399d8d0f809bb0b5507ef056b4ea4dd"}]},"isInherited":false},"method":"GET","header":[],"url":"https://cms3.docnexus.ai/api/projects?populate=*","description":"<p>The endpoint retrieves a list of projects with their associated data. The response is a JSON object containing an array of project objects, each with an \"id\" and \"attributes\" object. The \"attributes\" object includes \"project_name\", \"createdAt\", \"updatedAt\", \"publishedAt\", \"media\" object, \"email_domain\" array, \"user_email\" array, and \"project_component\" array. The \"media\" object contains \"data\" with \"id\" and \"attributes\" for media details. The \"email_domain\" and \"user_email\" arrays contain \"id\" and respective values. The \"project_component\" array includes \"id\", \"__component\", and \"dashboard_id\" values. The response also includes a \"meta\" object with \"pagination\" details such as \"page\", \"pageSize\", \"pageCount\", and \"total\".</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"id\": 0,\n      \"attributes\": {\n        \"project_name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"publishedAt\": \"\",\n        \"media\": {\n          \"data\": {\n            \"id\": 0,\n            \"attributes\": {\n              \"name\": \"\",\n              \"alternativeText\": null,\n              \"caption\": null,\n              \"width\": 0,\n              \"height\": 0,\n              \"formats\": {\n                \"large\": {\n                  \"ext\": \"\",\n                  \"url\": \"\",\n                  \"hash\": \"\",\n                  \"mime\": \"\",\n                  \"name\": \"\",\n                  \"path\": null,\n                  \"size\": 0,\n                  \"width\": 0,\n                  \"height\": 0,\n                  \"sizeInBytes\": 0\n                },\n                \"small\": {\n                  \"ext\": \"\",\n                  \"url\": \"\",\n                  \"hash\": \"\",\n                  \"mime\": \"\",\n                  \"name\": \"\",\n                  \"path\": null,\n                  \"size\": 0,\n                  \"width\": 0,\n                  \"height\": 0,\n                  \"sizeInBytes\": 0\n                },\n                \"medium\": {\n                  \"ext\": \"\",\n                  \"url\": \"\",\n                  \"hash\": \"\",\n                  \"mime\": \"\",\n                  \"name\": \"\",\n                  \"path\": null,\n                  \"size\": 0,\n                  \"width\": 0,\n                  \"height\": 0,\n                  \"sizeInBytes\": 0\n                },\n                \"thumbnail\": {\n                  \"ext\": \"\",\n                  \"url\": \"\",\n                  \"hash\": \"\",\n                  \"mime\": \"\",\n                  \"name\": \"\",\n                  \"path\": null,\n                  \"size\": 0,\n                  \"width\": 0,\n                  \"height\": 0,\n                  \"sizeInBytes\": 0\n                }\n              },\n              \"hash\": \"\",\n              \"ext\": \"\",\n              \"mime\": \"\",\n              \"size\": 0,\n              \"url\": \"\",\n              \"previewUrl\": null,\n              \"provider\": \"\",\n              \"provider_metadata\": null,\n              \"createdAt\": \"\",\n              \"updatedAt\": \"\"\n            }\n          }\n        },\n        \"email_domain\": [],\n        \"user_email\": [\n          {\n            \"id\": 0,\n            \"user_email\": \"\"\n          }\n        ],\n        \"project_component\": [\n          {\n            \"id\": 0,\n            \"__component\": \"\",\n            \"dashboard_id\": \"\"\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"page\": 0,\n      \"pageSize\": 0,\n      \"pageCount\": 0,\n      \"total\": 0\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","projects"],"host":["cms3","docnexus","ai"],"query":[{"key":"populate","value":"*"}],"variable":[]}},"response":[],"_postman_id":"7c1519d8-e9f0-4520-96be-4b975db603c0"}],"id":"c0d12f29-3374-4c65-a9f1-b3302c52788d","_postman_id":"c0d12f29-3374-4c65-a9f1-b3302c52788d","description":""},{"name":"Strapi CMS8","item":[{"name":"Healthcare Providers","item":[{"name":"Get Healthcare Provider","id":"190e9936-f11f-4fcb-add4-605cd4dd2bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"26587fae9d8fccdc4015cfea33b654056417ba7d047d7575e3f701370723691495538b037276a3fa62a8e93c0963ba3db695fd91529f4c796c688e982c93aad02bf7daa64a6dde43354601b67f457a4a0780a15be90ad28c1a7b730274abc17fd95016c1b1c4468c2e5a0c3c5ce360950217ea45863721f442bd491da89c2019"}]},"isInherited":false},"method":"GET","header":[],"url":"https://cms8.docnexus.ai/api/:content-type?filters[docnexus_provider_id][$eq]=us-npi-1750316402","urlObject":{"path":["api",":content-type"],"host":["https://cms8.docnexus.ai"],"query":[{"key":"filters[docnexus_provider_id][$eq]","value":"us-npi-1750316402"}],"variable":[{"id":"5739e8d7-0430-47d3-8220-2f5b4558a68d","type":"any","value":"healthcare-providers","key":"content-type"}]}},"response":[],"_postman_id":"190e9936-f11f-4fcb-add4-605cd4dd2bd9"}],"id":"7f2dccd1-4b31-4c47-8a73-9ca44d34f809","_postman_id":"7f2dccd1-4b31-4c47-8a73-9ca44d34f809","description":""},{"name":"Blog Posts","item":[{"name":"Blog Posts","id":"5c58a399-b502-4cbe-b6b2-bb0915a4d18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"26587fae9d8fccdc4015cfea33b654056417ba7d047d7575e3f701370723691495538b037276a3fa62a8e93c0963ba3db695fd91529f4c796c688e982c93aad02bf7daa64a6dde43354601b67f457a4a0780a15be90ad28c1a7b730274abc17fd95016c1b1c4468c2e5a0c3c5ce360950217ea45863721f442bd491da89c2019"}]},"isInherited":false},"method":"GET","header":[],"url":"https://cms8.docnexus.ai/api/:content-type?populate[0]=author.avatar&populate[1]=cover","urlObject":{"path":["api",":content-type"],"host":["https://cms8.docnexus.ai"],"query":[{"disabled":true,"key":"filters[docnexus_provider_id][$eq]","value":"us-npi-1750316402"},{"key":"populate[0]","value":"author.avatar"},{"key":"populate[1]","value":"cover"}],"variable":[{"type":"any","value":"blog-posts","key":"content-type"}]}},"response":[],"_postman_id":"5c58a399-b502-4cbe-b6b2-bb0915a4d18a"}],"id":"64574233-613a-4617-abfd-7eab64daa71d","_postman_id":"64574233-613a-4617-abfd-7eab64daa71d","description":""},{"name":"Get Life Science Firm","id":"23fa0f4e-0737-4b58-a641-ff2a72ff04be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"26587fae9d8fccdc4015cfea33b654056417ba7d047d7575e3f701370723691495538b037276a3fa62a8e93c0963ba3db695fd91529f4c796c688e982c93aad02bf7daa64a6dde43354601b67f457a4a0780a15be90ad28c1a7b730274abc17fd95016c1b1c4468c2e5a0c3c5ce360950217ea45863721f442bd491da89c2019"}]},"isInherited":false},"method":"GET","header":[],"url":"https://cms8.docnexus.ai/api/:content-type?filters[life_science_firm_id][$eq]=346","urlObject":{"path":["api",":content-type"],"host":["https://cms8.docnexus.ai"],"query":[{"key":"filters[life_science_firm_id][$eq]","value":"346"}],"variable":[{"id":"c8a87266-8733-4e0a-ac8a-70e422629acf","type":"any","value":"life-science-firms","key":"content-type"}]}},"response":[],"_postman_id":"23fa0f4e-0737-4b58-a641-ff2a72ff04be"},{"name":"Get Condition","id":"e1d3bfdb-c4b0-4d39-9508-ea0d04dc94a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"26587fae9d8fccdc4015cfea33b654056417ba7d047d7575e3f701370723691495538b037276a3fa62a8e93c0963ba3db695fd91529f4c796c688e982c93aad02bf7daa64a6dde43354601b67f457a4a0780a15be90ad28c1a7b730274abc17fd95016c1b1c4468c2e5a0c3c5ce360950217ea45863721f442bd491da89c2019"}]},"isInherited":false},"method":"GET","header":[],"url":"https://cms8.docnexus.ai/api/:content-type?filters[condition_id][$eq]=5034","urlObject":{"path":["api",":content-type"],"host":["https://cms8.docnexus.ai"],"query":[{"key":"filters[condition_id][$eq]","value":"5034"}],"variable":[{"id":"a1525f47-3a97-4e2e-b7c1-bad204cc45a4","type":"any","value":"conditions","key":"content-type"}]}},"response":[],"_postman_id":"e1d3bfdb-c4b0-4d39-9508-ea0d04dc94a4"}],"id":"63179ccd-b7bc-4e4f-8891-26d1f9de047e","_postman_id":"63179ccd-b7bc-4e4f-8891-26d1f9de047e","description":""},{"name":"Search","item":[{"name":"All Indices","item":[{"name":"Cat Indices","id":"35fb05d9-a0b7-4c70-88be-9a29222963a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/_cat/indices?s=index&v=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["_cat","indices"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[{"key":"s","value":"index"},{"key":"v","value":"true"}],"variable":[]}},"response":[],"_postman_id":"35fb05d9-a0b7-4c70-88be-9a29222963a1"}],"id":"ec089186-748a-4a84-b993-2f89b9e81d52","_postman_id":"ec089186-748a-4a84-b993-2f89b9e81d52","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}}},{"name":"Areas of Expertise","item":[{"name":"Get All Areas of Expertise","id":"3e9e6e71-2c2a-4f53-8c29-408a6e5a3453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"match_all\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/areas-of-expertise/_search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["areas-of-expertise","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e9e6e71-2c2a-4f53-8c29-408a6e5a3453"}],"id":"00490191-3230-4fe9-8460-c5fc27c20b4e","_postman_id":"00490191-3230-4fe9-8460-c5fc27c20b4e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}}},{"name":"Conditions","item":[{"name":"Get All Conditions","id":"75bf246e-984e-4e98-9f8c-9580f1aa4505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"size\": 5000,\n    \"query\": {\n        \"match_all\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/conditions/_search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["conditions","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"75bf246e-984e-4e98-9f8c-9580f1aa4505"}],"id":"56ba5a22-6c84-4e51-b3c7-c1b97b2db238","_postman_id":"56ba5a22-6c84-4e51-b3c7-c1b97b2db238","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}}},{"name":"Locations","item":[{"name":"Get Locations Autocomplete","event":[{"listen":"test","script":{"id":"4542a107-2563-4bc9-969e-27341c578584","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is less than specific threshold\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});"],"type":"text/javascript","packages":{}}}],"id":"258417b6-c209-4000-a281-980e8bac7d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"size\": 20,\n    \"sort\":{\n        \"num_occurrences\": {\n            \"order\": \"desc\"\n        }\n    },\n    \"query\": {\n        \"match\":{\n            \"location\": \"Los Angeles\"\n        } \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/locations/_search","description":"<p>This API endpoint is a POST request to search for providers. The request payload should be in raw format and include a query with a match_all parameter.</p>\n<p>The response to the request returns a status code of 200 along with information about the search results. The response includes details about the providers such as their names, gender, specialties, biography, locations, areas of expertise, publications, clinical trials, payments, and associated life science firms and products.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["locations","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"258417b6-c209-4000-a281-980e8bac7d93"},{"name":"Get Locations Ranked","event":[{"listen":"test","script":{"id":"4542a107-2563-4bc9-969e-27341c578584","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is less than specific threshold\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});"],"type":"text/javascript","packages":{}}}],"id":"e86ea0cf-dc1a-44b3-bf70-e22dd55c5b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"size\": 0,\n    \"_source\": [\n        \"locations\"\n    ],\n    \"query\": {\n        \"match\":{\n            \"locations\" : \"Los Angeles\"\n        } \n    },\n    \"aggs\": {\n        \"locations\": {\n            \"terms\": {\n                \"size\": 1000,\n                \"field\": \"address.location.keyword\",\n                \"order\": {\n                    \"_key\": \"asc\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This API endpoint is a POST request to search for providers. The request payload should be in raw format and include a query with a match_all parameter.</p>\n<p>The response to the request returns a status code of 200 along with information about the search results. The response includes details about the providers such as their names, gender, specialties, biography, locations, areas of expertise, publications, clinical trials, payments, and associated life science firms and products.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e86ea0cf-dc1a-44b3-bf70-e22dd55c5b26"}],"id":"730da7d0-514f-4120-88c6-fda6dfc85406","_postman_id":"730da7d0-514f-4120-88c6-fda6dfc85406","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}}},{"name":"Providers","item":[{"name":"Get Mapping","event":[{"listen":"test","script":{"id":"4542a107-2563-4bc9-969e-27341c578584","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is less than specific threshold\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});"],"type":"text/javascript","packages":{}}}],"id":"23b5a49e-cba6-466e-abd2-dfabfee6f6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_mapping","description":"<p>This API endpoint is a POST request to search for providers. The request payload should be in raw format and include a query with a match_all parameter.</p>\n<p>The response to the request returns a status code of 200 along with information about the search results. The response includes details about the providers such as their names, gender, specialties, biography, locations, areas of expertise, publications, clinical trials, payments, and associated life science firms and products.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_mapping"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"23b5a49e-cba6-466e-abd2-dfabfee6f6ec"},{"name":"Match All","event":[{"listen":"test","script":{"id":"4542a107-2563-4bc9-969e-27341c578584","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is less than specific threshold\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});"],"type":"text/javascript","packages":{}}}],"id":"b8ed1cf7-1ce5-45d4-a4c9-0c7adee70be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"match_all\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This API endpoint is a POST request to search for providers. The request payload should be in raw format and include a query with a match_all parameter.</p>\n<p>The response to the request returns a status code of 200 along with information about the search results. The response includes details about the providers such as their names, gender, specialties, biography, locations, areas of expertise, publications, clinical trials, payments, and associated life science firms and products.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8ed1cf7-1ce5-45d4-a4c9-0c7adee70be6"},{"name":"Match Providers By Name","event":[{"listen":"test","script":{"id":"b2a9ee3d-cae6-4429-a97b-f93a60313051","exec":["","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is within acceptable range\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});","","","pm.test(\"Ensure that the response contains the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.include.all.keys('took', 'timed_out', 'hits', '_shards', '_source');","});","","","pm.test(\"Specialties array is present and has expected number of elements\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.have.property('hits');","    pm.expect(responseData.hits.hits[0]._source).to.have.property('specialties').that.is.an('array');","    pm.expect(responseData.hits.hits[0]._source.specialties).to.have.lengthOf(1);","});","",""],"type":"text/javascript","packages":{}}}],"id":"7f894746-0da7-4093-83b7-b3bada156d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"match\": {\n            \"full_name\": {\n                \"query\": \"Deepak Bhatt\",\n                \"fuzziness\": \"AUTO\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This HTTP POST request is used to search for providers. The request body should contain a query with a match for the full name, with an optional fuzziness parameter. The response returns a status code of 200 along with detailed information about the providers matching the search criteria, including their full name, practitioner type, primary specialty, gender, biography, locations, addresses, areas of expertise, associated life science firms, associated products, and hospitals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f894746-0da7-4093-83b7-b3bada156d92"},{"name":"Multimatch Multiple Fields","event":[{"listen":"test","script":{"id":"b2a9ee3d-cae6-4429-a97b-f93a60313051","exec":["","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is within acceptable range\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});","","","pm.test(\"Ensure that the response contains the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.include.all.keys('took', 'timed_out', 'hits', '_shards', '_source');","});","","","pm.test(\"Specialties array is present and has expected number of elements\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.have.property('hits');","    pm.expect(responseData.hits.hits[0]._source).to.have.property('specialties').that.is.an('array');","    pm.expect(responseData.hits.hits[0]._source.specialties).to.have.lengthOf(1);","});","",""],"type":"text/javascript","packages":{}}}],"id":"977124c4-bc2e-4488-b9d8-00bb2588a6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"multi_match\": {\n            \"query\": \"Deepak, Interventional Cardiology\",\n            \"type\": \"best_fields\",\n            \"fields\": [\"full_name\", \"primary_specialty^3\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This HTTP POST request is used to search for providers. The request body should contain a query with a match for the full name, with an optional fuzziness parameter. The response returns a status code of 200 along with detailed information about the providers matching the search criteria, including their full name, practitioner type, primary specialty, gender, biography, locations, addresses, areas of expertise, associated life science firms, associated products, and hospitals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"977124c4-bc2e-4488-b9d8-00bb2588a6b0"},{"name":"Match Providers On Name and Specialty With dis_max","event":[{"listen":"test","script":{"id":"b2a9ee3d-cae6-4429-a97b-f93a60313051","exec":["","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is within acceptable range\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});","","","pm.test(\"Ensure that the response contains the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.include.all.keys('took', 'timed_out', 'hits', '_shards', '_source');","});","","","pm.test(\"Specialties array is present and has expected number of elements\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.have.property('hits');","    pm.expect(responseData.hits.hits[0]._source).to.have.property('specialties').that.is.an('array');","    pm.expect(responseData.hits.hits[0]._source.specialties).to.have.lengthOf(1);","});","",""],"type":"text/javascript","packages":{}}}],"id":"0b7a0e1b-5801-4278-be14-615c9947ab40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"dis_max\": {\n            \"queries\": [\n                {\n                    \"bool\": {\n                        \"must\": [\n                            {\n                                \"match\": {\n                                    \"primary_specialty\": {\n                                        \"query\": \"Deepak Bhatt Cardiology\",\n                                        \"fuzziness\": \"AUTO\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"bool\": {\n                        \"must\": [\n                            {\n                                \"match\": {\n                                    \"full_name\": {\n                                        \"query\": \"Deepak Bhatt Cardiology\",\n                                        \"fuzziness\": \"AUTO\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"bool\": {\n                        \"must\": [\n                            {\n                                \"match\": {\n                                    \"full_name\": {\n                                        \"query\": \"Deepak Bhatt Cardiology\",\n                                        \"fuzziness\": \"AUTO\"\n                                    }\n                                }\n                            },\n                            {\n                                \"match\": {\n                                    \"primary_specialty\": {\n                                        \"query\": \"Deepak Bhatt Cardiology\",\n                                        \"fuzziness\": \"AUTO\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"tie_breaker\": 0.7\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This HTTP POST request is used to search for providers. The request body should contain a query with a match for the full name, with an optional fuzziness parameter. The response returns a status code of 200 along with detailed information about the providers matching the search criteria, including their full name, practitioner type, primary specialty, gender, biography, locations, addresses, areas of expertise, associated life science firms, associated products, and hospitals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b7a0e1b-5801-4278-be14-615c9947ab40"},{"name":"Match Providers On Name, Specialty, and Location With dis_max","event":[{"listen":"test","script":{"id":"b2a9ee3d-cae6-4429-a97b-f93a60313051","exec":["","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is within acceptable range\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});","","","pm.test(\"Ensure that the response contains the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.include.all.keys('took', 'timed_out', 'hits', '_shards', '_source');","});","","","pm.test(\"Specialties array is present and has expected number of elements\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.have.property('hits');","    pm.expect(responseData.hits.hits[0]._source).to.have.property('specialties').that.is.an('array');","    pm.expect(responseData.hits.hits[0]._source.specialties).to.have.lengthOf(1);","});","",""],"type":"text/javascript","packages":{}}}],"id":"9434300e-1195-4c10-bb71-d8e0a382090f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"dis_max\": {\n      \"queries\": [\n        {\n          \"match\": {\n            \"full_name\":{\n                \"query\": \"Deepak Bhatt Cardiology Boston\",\n                \"fuzziness\": \"AUTO\"\n            }\n          }\n        },\n        {\n          \"match\": {\n            \"primary_specialty\": {\n                \"query\": \"Deepak Bhatt Cardiology Boston\",\n                \"fuzziness\": \"AUTO\"\n            }\n          }\n        },\n        {\n          \"match\": {\n            \"locations\": {\n                \"query\": \"Deepak Bhatt Cardiology Boston\",\n                \"fuzziness\": \"AUTO\"\n            }\n          }\n        }\n      ],\n      \"tie_breaker\": 0.7\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This HTTP POST request is used to search for providers. The request body should contain a query with a match for the full name, with an optional fuzziness parameter. The response returns a status code of 200 along with detailed information about the providers matching the search criteria, including their full name, practitioner type, primary specialty, gender, biography, locations, addresses, areas of expertise, associated life science firms, associated products, and hospitals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9434300e-1195-4c10-bb71-d8e0a382090f"},{"name":"Match Providers By Name and Specialty","id":"5e3a4e5c-1256-4353-844a-8918c8d63d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"bool\": {\n            \"must\": [\n                {\n                    \"match\": {\n                        \"full_name\": {\n                            \"query\": \"Deepak Bhatt\",\n                            \"fuzziness\": \"AUTO\"\n                        }\n                    }\n                },\n                {\n                    \"match\": {\n                        \"primary_specialty\": {\n                            \"query\": \"Cardiovascular Disease\",\n                            \"fuzziness\": \"AUTO\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<h2 id=\"description\">Description</h2>\n<p>This API endpoint is a POST request to search for providers. The request body should contain a query with a boolean condition for matching the full name with optional fuzziness. The response returns provider information based on the search criteria.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>query</code>: The main query object containing a boolean condition for matching the full name with optional fuzziness.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><code>took</code>: The time taken for the search operation.</li>\n<li><code>timed_out</code>: Indicates if the search operation timed out.</li>\n<li><code>_shards</code>: Details about the shards involved in the search operation.</li>\n<li><code>hits</code>: Contains the total number of hits and an array of matched provider information, including their details such as names, specialties, biography, locations, areas of expertise, publications, clinical trials, payments, associated life science firms, associated products, and hospitals.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e3a4e5c-1256-4353-844a-8918c8d63d2b"},{"name":"Match Providers By Specialty and Location","id":"457e3e02-0447-4988-8782-9487e6aee467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"bool\": {\n            \"must\": [\n                {\n                    \"match\": {\n                        \"locations\": {\n                            \"query\": \"Los Angeles\",\n                            \"fuzziness\": \"AUTO\"\n                        }\n                    }\n                },\n                {\n                    \"match\": {\n                        \"primary_specialty\": {\n                            \"query\": \"Cardiovascular Disease\",\n                            \"fuzziness\": \"AUTO\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This HTTP POST request is used to search for providers. The request payload includes a query with specific search criteria. Upon execution, the request returns provider information based on the search criteria.</p>\n<p>The request payload for the last call:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query\": {\n    \"bool\": {\n      \"must\": [\n        {\n          \"match\": {\n            \"locations\": {\n              \"query\": \"\",\n              \"fuzziness\": \"\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>Status: 200</li>\n<li>Body:<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"took\": 0,\n  \"timed_out\": true,\n  \"_shards\": {\n    \"total\": 0,\n    \"successful\": 0,\n    \"skipped\": 0,\n    \"failed\": 0\n  },\n  \"hits\": {\n    \"total\": {\n      \"value\": 0,\n      \"relation\": \"\"\n    },\n    \"max_score\": 0,\n    \"hits\": [\n      {\n        \"_index\": \"\",\n        \"_id\": \"\",\n        \"_score\": 0,\n        \"_source\": {\n          \"docnexus_provider_id\": \"\",\n          \"npi_number\": 0,\n          \"doc_id\": null,\n          \"profile_photo_url\": null,\n          \"first_name\": \"\",\n          \"middle_name\": \"\",\n          \"last_name\": \"\",\n          \"full_name\": \"\",\n          \"gender\": null,\n          \"practitioner_type\": \"\",\n          \"primary_specialty\": \"\",\n          \"specialties\": [\n            {\n              \"id\": 0,\n              \"taxonomy_code\": \"\",\n              \"display_name\": \"\",\n              \"primary_specialty\": \"\",\n              \"subspecialty\": \"\",\n              \"is_primary\": true,\n              \"docnexus_provider_id\": \"\"\n            }\n          ],\n          \"biography\": null,\n          \"country\": \"\",\n          \"locations\": [\"\"],\n          \"addresses\": [\n            {\n              \"address_1\": \"\",\n              \"address_2\": \"\",\n              \"city\": \"\",\n              \"state\": \"\",\n              \"postal_code\": \"\",\n              \"country\": \"\",\n              \"lat\": null,\n              \"lon\": null\n            }\n          ],\n          \"areas_of_expertise\": null,\n          \"num_publications\": 0,\n          \"num_clinical_trials\": 0,\n          \"num_payments\": 0,\n          \"total_payments\": 0,\n          \"score\": null,\n          \"num_areas_of_expertise\": 0,\n          \"associated_life_science_firms\": [\n            {\n              \"num_payments\": 0,\n              \"relationship_types\": [\"\"],\n              \"life_science_firm_id\": 0,\n              \"total_payment_amount\": 0,\n              \"life_science_firm_name\": \"\"\n            }\n          ],\n          \"associated_products\": [\n            {\n              \"product_id\": 0,\n              \"num_payments\": 0,\n              \"product_name\": \"\",\n              \"product_type\": \"\",\n              \"relationship_types\": [\"\"],\n              \"life_science_firm_id\": 0,\n              \"total_payment_amount\": 0,\n              \"life_science_firm_name\": \"\"\n            }\n          ],\n          \"hospitals\": null\n        }\n      }\n    ]\n  }\n}\n</code></pre>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"457e3e02-0447-4988-8782-9487e6aee467"},{"name":"Match Providers By Area of Expertise","id":"8b4006d9-2cec-403b-8c98-b34e06723e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"nested\": {\n      \"path\": \"areas_of_expertise\",\n      \"query\": {\n        \"match\": {\n          \"areas_of_expertise.condition.keyword\": \"Colorectal Cancer\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This HTTP POST request is used to search for providers using the specified query. The request payload should be in raw format and include a nested query with a match condition on the \"areas_of_expertise.condition.keyword\" field.</p>\n<p>The response to the request has a status code of 200 and includes detailed information about the providers that match the search criteria. The response contains data such as provider IDs, names, specialties, areas of expertise, publications, clinical trials, payments, associated life science firms, associated products, and affiliated hospitals.</p>\n<p>The user can use this endpoint to search for providers based on specific areas of expertise and retrieve comprehensive information about the matched providers.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b4006d9-2cec-403b-8c98-b34e06723e05"},{"name":"Match Providers By Hospital","id":"5c89634d-2fbb-44c0-8036-8f942492137c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"nested\": {\n      \"path\": \"hospitals\",\n      \"query\": {\n        \"match\": {\n          \"hospitals.hospital_ccn\": \"010001\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<h3 id=\"add-documentation\">Add Documentation</h3>\n<p>This HTTP POST request is used to search for providers at the specified endpoint. The request payload is in raw format and includes a query to search for providers based on hospital CCN.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>query</code> (object)<ul>\n<li><code>nested</code> (object)<ul>\n<li><code>path</code> (string): The path for the nested query.</li>\n<li><code>query</code> (object)<ul>\n<li><code>match</code> (object)<ul>\n<li><code>hospitals.hospital_ccn</code> (string): The hospital CCN to match.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response returns a status code of 200 along with the search results for providers. The response includes various provider details such as provider ID, NPI number, name, gender, practitioner type, specialties, biography, locations, addresses, areas of expertise, publications, clinical trials, payments, associated life science firms, associated products, and hospitals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c89634d-2fbb-44c0-8036-8f942492137c"},{"name":"Match Providers By Hospital With A Specific Disease Condition and Specialty","id":"7c97c927-3fce-4185-98fa-9ccf93e3feef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"bool\": {\n      \"must\": [\n        {\n          \"nested\": {\n            \"path\": \"hospitals\",\n            \"query\": {\n              \"match\": {\n                \"hospitals.hospital_name\": \"Lenox Hill\"\n              }\n            }\n          }\n        },\n        {\n          \"nested\": {\n            \"path\": \"areas_of_expertise\",\n            \"query\": {\n              \"match\": {\n                \"areas_of_expertise.condition.keyword\": \"Colorectal Cancer\"\n              }\n            }\n          }\n        },\n        {\n          \"nested\": {\n            \"path\": \"specialties\",\n            \"query\": {\n              \"match\": {\n                \"specialties.display_name\": \"Oncology\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<h3 id=\"search-providers\">Search Providers</h3>\n<p>This endpoint allows you to search for providers based on specific criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>The request should be sent as an HTTP POST to <code>{{baseUrl}}/providers/_search</code>.</li>\n<li>The request body should be in raw format and include a JSON payload with a query for searching providers based on hospital name.</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query\": {\n    \"bool\": {\n      \"must\": [\n        {\n          \"nested\": {\n            \"path\": \"\",\n            \"query\": {\n              \"match\": {\n                \"hospitals.hospital_name\": \"\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>Status: 200</li>\n<li>The response will include information about the providers that match the search criteria, including their profile details, specialties, areas of expertise, associated firms and products, and hospital affiliations.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c97c927-3fce-4185-98fa-9ccf93e3feef"},{"name":"Match the Most Published Providers at a Given Institution","id":"69e4b766-6866-46c4-b50c-a4902f83457f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sort\": [\n    {\n      \"num_publications\": {\n        \"order\": \"desc\"\n      }\n    }\n  ],\n  \"query\": {\n    \"nested\": {\n      \"path\": \"hospitals\",\n      \"query\": {\n        \"match\": {\n          \"hospitals.hospital_name\": {\n            \"query\": \"Mount Sinai\",\n            \"fuzziness\": \"AUTO\"\n          }\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This API endpoint is a POST request to search for providers. The request payload includes sorting criteria and a nested query for searching by hospital name. The response returns a status code of 200 along with the search results, including provider details and associated information such as specialties, addresses, areas of expertise, publications, clinical trials, payments, and associated life science firms and products.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"69e4b766-6866-46c4-b50c-a4902f83457f"},{"name":"Match Providers By Location Having A Life Science Firm Relationship","id":"5e457805-9c8c-4e64-804b-643f0391c694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"bool\": {\n            \"must\": [\n                {\n                    \"match\": {\n                        \"locations\": {\n                            \"query\": \"New York\",\n                            \"fuzziness\": \"AUTO\"\n                        }\n                    }\n                },\n                {\n                    \"nested\": {\n                        \"path\": \"associated_life_science_firms\",\n                        \"query\": {\n                            \"bool\": {\n                                \"must\": [\n                                    {\n                                        \"match\": {\n                                            \"associated_life_science_firms.relationship_types\": {\n                                                \"query\": \"Consulting\",\n                                                \"fuzziness\": \"AUTO\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"match\": {\n                                            \"associated_life_science_firms.life_science_firm_name\": {\n                                                \"query\": \"Pfizer\",\n                                                \"fuzziness\": \"AUTO\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                },\n                {\n                    \"nested\": {\n                        \"path\": \"specialties\",\n                        \"query\": {\n                            \"match\": {\n                                \"specialties.display_name\": \"Oncology\"\n                            }\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<h3 id=\"add-documentation\">Add Documentation</h3>\n<p>This HTTP POST request is used to search for providers using the specified payload. The request body should be in raw format and include a query with specific parameters.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>query</code> (object)<ul>\n<li><code>bool</code> (object)<ul>\n<li><code>must</code> (array)<ul>\n<li><code>match</code> (object)<ul>\n<li><code>locations</code> (object)<ul>\n<li><code>query</code> (string, optional): The location query.</li>\n<li><code>fuzziness</code> (string, optional): The fuzziness for the location query.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>Status: 200</li>\n<li><code>took</code> (number): Time taken for the search operation.</li>\n<li><code>timed_out</code> (boolean): Indicates if the search operation timed out.</li>\n<li><code>_shards</code> (object): Information about the shards involved in the operation.</li>\n<li><code>hits</code> (object): Information about the search hits.<ul>\n<li><code>total</code> (object)<ul>\n<li><code>value</code> (number): The total number of hits.</li>\n<li><code>relation</code> (string): The relation of the total hits.</li>\n</ul>\n</li>\n<li><code>max_score</code> (number): The maximum score of the hits.</li>\n<li><code>hits</code> (array): Array of hit objects containing provider information.</li>\n</ul>\n</li>\n</ul>\n<p>The response provides detailed information about the providers matching the search criteria, including their profile, specialties, biography, areas of expertise, publications, clinical trials, payments, associated life science firms, associated products, and hospitals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e457805-9c8c-4e64-804b-643f0391c694"},{"name":"MultiSearch","id":"d4029304-c0ca-4c29-83a8-2c00e1d4cd9c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-ndjson","type":"text"}],"body":{"mode":"raw","raw":"{\"index\": \"providers\"}\n{\"query\": {\"match_all\": {}}}\n{\"index\": \"providers\"}\n{\"size\": 0, \"aggs\": {\"items\": {\"terms\": {\"field\": \"primary_specialty.keyword\"}}}}\n","options":{"raw":{"language":"text"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_msearch","description":"<p>This HTTP POST request is used to perform a multi-search across the \"providers\" index. The request payload consists of two separate JSON objects, each representing a search query. The first query is a \"match_all\" query, while the second query includes a \"terms\" aggregation based on the \"primary_specialty.keyword\" field.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><strong>index</strong> (string): Specifies the index \"providers\" for the search.</li>\n<li><strong>query</strong> (object): Contains the search query details, including the \"match_all\" query and the \"terms\" aggregation.</li>\n</ul>\n<p>Upon successful execution, the API returns a 200 status code along with a JSON response. The response includes the execution time, shard information, and the search results in the \"responses\" array.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><strong>took</strong> (number): Indicates the time taken for the search operation.</li>\n<li><strong>responses</strong> (array): Contains the search response for each query.<ul>\n<li><strong>took</strong> (number): Time taken for the individual search operation.</li>\n<li><strong>timed_out</strong> (boolean): Indicates if the search operation timed out.</li>\n<li><strong>hits</strong> (object): Contains the search hits and related information.<ul>\n<li><strong>total</strong> (object): Provides the total number of hits and the relation.</li>\n<li><strong>hits</strong> (array): Contains the individual search results with fields like provider details, addresses, specialties, and more.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_msearch"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4029304-c0ca-4c29-83a8-2c00e1d4cd9c"}],"id":"3e5c5355-25ac-4f70-b667-9f8e9d1756fc","_postman_id":"3e5c5355-25ac-4f70-b667-9f8e9d1756fc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}}},{"name":"Specialties","item":[{"name":"Get All Specialties","event":[{"listen":"test","script":{"id":"4542a107-2563-4bc9-969e-27341c578584","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type header is application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});","","","pm.test(\"Response time is less than specific threshold\", function () {","  pm.expect(pm.response.responseTime).to.be.below(300);","});"],"type":"text/javascript","packages":{}}}],"id":"6ecd2e93-2f70-45d4-a59b-0d8ab4fb0b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"size\": 0,\n    \"aggs\": {\n        \"specialties\": {\n            \"terms\": {\n                \"size\": 1000,\n                \"field\": \"primary_specialty.keyword\",\n                \"order\": {\n                    \"_key\": \"asc\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://docnexus-deployment-2.es.us-east-1.aws.found.io/providers/_search","description":"<p>This API endpoint is a POST request to search for providers. The request payload should be in raw format and include a query with a match_all parameter.</p>\n<p>The response to the request returns a status code of 200 along with information about the search results. The response includes details about the providers such as their names, gender, specialties, biography, locations, areas of expertise, publications, clinical trials, payments, and associated life science firms and products.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}},"urlObject":{"path":["providers","_search"],"host":["https://docnexus-deployment-2.es.us-east-1.aws.found.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ecd2e93-2f70-45d4-a59b-0d8ab4fb0b2f"}],"id":"223de3c7-0902-4ddd-959d-a9cccda1de3b","_postman_id":"223de3c7-0902-4ddd-959d-a9cccda1de3b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","id":"79838c04-dd51-43be-ba35-beca531e06a3","name":"Search","type":"folder"}}}],"id":"79838c04-dd51-43be-ba35-beca531e06a3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a89a1a11-24fc-4c22-997f-e10124648148","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b97de979-fc4c-4693-86f0-3e58d2070658","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"79838c04-dd51-43be-ba35-beca531e06a3","description":""}],"event":[{"listen":"prerequest","script":{"id":"b1c4f437-f2fa-4ae3-b1d8-97e2730baa32","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"dd93982d-3e44-431c-a438-8e90a76cf43a","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"RestEndpoint","value":"https://hasurarestproxy.docnexus.ai","type":"string"},{"key":"AltmetricEndpoint","value":"https://api.altmetric.com","type":"string"},{"key":"ClinicalTrialsEndpoint","value":"https://clinicaltrials.docnexus.ai","type":"string"},{"key":"CMS3_BEARER_TOKEN","value":"6fa21dba4f137a4347c4b460f9fcd71e032748b0d9a686f3eea0ba18afe9d2ea9aa3cbdeb20b657d7d9d2f82f3041ce9f319eb6e855a9e81de8d55b51b7ebe8599fc02671e7a81c8d3e5c271dbf5d06b95084d3af20fedfd5778484d203048e7a759334ae40c1de1981b7cf12d21fe0f3399d8d0f809bb0b5507ef056b4ea4dd","type":"string"},{"key":"CMS8_BEARER_TOKEN","value":"26587fae9d8fccdc4015cfea33b654056417ba7d047d7575e3f701370723691495538b037276a3fa62a8e93c0963ba3db695fd91529f4c796c688e982c93aad02bf7daa64a6dde43354601b67f457a4a0780a15be90ad28c1a7b730274abc17fd95016c1b1c4468c2e5a0c3c5ce360950217ea45863721f442bd491da89c2019","type":"string"},{"key":"CMS3Endpoint","value":"https://cms3.docnexus.ai","type":"string"},{"key":"CMS8Endpoint","value":"https://cms8.docnexus.ai","type":"string"},{"key":"ElasticSearchEndpoint","value":"https://docnexus-deployment-2.es.us-east-1.aws.found.io","type":"string"},{"key":"ElasticSearchApiKey","value":"bW5IU1pvd0JyMkdvTE5LbDJLNFE6OUtBZlJGalBTSUsxSUJubG9XN09UZw==","type":"string"}]}