{"info":{"_postman_id":"70e488e5-4278-46c4-b115-097ccd2febb4","name":"HJ Chart Notes API","description":"<html><head></head><body><p>The Healthjump Chart Notes API is an Elasticsearch environment that allows for 2 primary techniques for searching and retreiving data. The URI Search and the Request Body Search. While the URI search is a simple and efficient way to query your cluster, you’ll quickly find that it doesn’t support all of the features ES offers. The full power of Elasticsearch is evident through Request Body Search. Using Request Body Search allows you to build a complex search request using various elements and query clauses that will match, filter, and order as well as manipulate documents depending on multiple criteria.</p>\n<p>We have provided examples for both use cases below.</p>\n<h2 id=\"uri-search\">URI Search</h2>\n<p>The easiest way to search your Elasticsearch cluster is through URI search. You can pass a simple query to Elasticsearch using the q query parameter. The following query will search your whole cluster for documents with a diagnosis field equal to “eczyma”:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl “https://chart-notes.healthjump.com/_search?q=diagnosis:eczyma”\n</code></pre><p>With the Lucene syntax, you can build quite impressive searches. Usually you’ll have to URL-encode characters such as spaces (we omitted it in these examples for clarity):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl “https://chart-notes.healthjump.com/_search?q=diagnosis:eczyma AND (age:[30 TO 40}) AND -city”\n</code></pre><p>A number of options are available that allow you to customize the URI search, specifically in terms of which analyzer to use (analyzer), whether the query should be fault-tolerant (lenient), and whether an explanation of the scoring should be provided (explain).</p>\n<h2 id=\"the-request-body-search\">The Request Body Search</h2>\n<p>Although you can use URI searches to perform simple searches, the Elasticsearch query domain-specific language (DSL) lets you specify the full range of search options. The query DSL uses the HTTP request body. Queries specified in this way have the added advantage of being more explicit in their intent and easier to tune over time.</p>\n<p>Request Body Search uses a JSON document that contains various elements to create a search on your Elasticsearch cluster. Not only can you specify search criteria, you can also specify the range and number of documents that you expect back, the fields that you want, and various other options.</p>\n<p>The first element of a search is the query element that uses Query DSL. Using Query DSL can sometimes be confusing because the DSL can be used to combine and build up query clauses into a query that can be nested deeply. Since most of the Elasticsearch documentation only refers to clauses in isolation, it’s easy to lose sight of where clauses should be placed.</p>\n<p>To use the Query DSL, you need to include a “query” element in your search body and populate it with a query built using the DSL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"query\": { \"match\": { \"_all\": \"meaning\" } } }\n</code></pre>\n<p>In this case, the “query” element contains a “match” query clause that looks for the term “meaning” in all of the fields in all of the documents in your cluster.</p>\n<p>The query element is used along with other elements in the search body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\n    \"query\": {\n    \"match\": { \"_all\": \"meaning\" }\n    },\n    \"fields\": [\"name\", \"surname\", \"age\"],\n    \"from\": 100, \"size\": 20\n    }\n</code></pre>\n<p>Here, we’re using the “fields” element to restrict which fields should be returned and the “from” and “size” elements to tell Elasticsearch we’re looking for documents 100 to 119 (starting at 100 and counting 20 documents).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"253578","collectionId":"70e488e5-4278-46c4-b115-097ccd2febb4","publishedId":"TVsuDT1j","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-22T19:07:10.000Z"},"item":[{"name":"All documents (10 Results)","id":"0e9e6f36-f451-45a4-92c6-18c122fbbda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search","description":"<p>By default, with no parameters set,  _search call will return a maximum of 10 documents. </p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[],"variable":[]}},"response":[{"id":"4a776a9e-e047-4011-9760-9b74a4718a28","name":"All documents (10 Results)","originalRequest":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:54:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"34612"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090132368495198217326494790042255394.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ecbbc7e81e81081dc2bfb38699dd1999516cff93\",\n                    \"content\": \"<html><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Patient\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Patient</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Patient\\\"><a id=\\\"Patient_Summary\\\" name=\\\"Patient_Summary\\\"></a><table class=\\\"clinicalsummary\\\" style=\\\"table-layout: fixed;\\\"><tr><th>Name <td>RedactedLastName, RedactedFirstName (65, F) ID# 47635 <th>Appt. Date/Time <td>05/09/2014 03:00PM <tr><th>DOB <td>RedactedDOB <th>Service Dept. <td>TLC_WBK_Adult <tr><th>Provider <td colspan=\\\"3\\\">MIRZA BAIG <tr><th>Insurance <td colspan=\\\"3\\\"><div class=\\\"itemcontainer\\\" style=\\\"font-size: 12px; padding-left: 15px;\\\"><div class=\\\"item\\\">Med Primary: CAREFIRST ADMINISTRATORS (PPO FOR STATES OF MD, DC, VA)<br /> Insurance # : BAC000211<br /> Policy/Group # : BAC </div><div class=\\\"item\\\">Med Payment plan: PAYMENT PLAN #1122 </div><div class=\\\"item\\\">Prescription: <a href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;prescriptioneligibility&#39;, TITLE:&#39;prescription eligibility&#39;, URL:&#39;/3167/58/eligibility/pharmacyeligibility.esp?PATIENTID=47635&amp;NOHEADER=1&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;&#39;, SECTION:&#39;&#39;   });\\\" title=\\\"no check performed in the last 72 hrs. check prescription eligibility now.\\\">check now</a></div></div></td></th></tr></td></th></tr></td></th></td></th></tr></td></th></td></th></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"EncounterReason\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Chief Complaint</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"EncounterReason\\\"><a id=\\\"EncounterReason_Summary\\\" name=\\\"EncounterReason_Summary\\\"></a>Adult Female Physical </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"HPI\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">HPI</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"HPI\\\"><a id=\\\"HPI_Summary\\\" name=\\\"HPI_Summary\\\"></a>65 year old female came for PMV. she has no c/o today.&nbsp;&nbsp; </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ProblemList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Problems</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ProblemList\\\"><a id=\\\"ProblemList_Summary\\\" name=\\\"ProblemList_Summary\\\"></a><ul class=\\\"problemlist\\\"><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Hyperlipidemia</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Benign essential hypertension</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Atopic dermatitis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Psoriasis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Mammography abnormal</span></ul></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AllergyList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Allergies</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AllergyList\\\"><a id=\\\"AllergyList_Summary\\\" name=\\\"AllergyList_Summary\\\"></a>Reviewed Allergies<br /><span class=\\\"activeallergy\\\">CODEINE</span>: Vomiting </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"MedicationList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Medications</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"MedicationList\\\"><a id=\\\"MedicationList_Summary\\\" name=\\\"MedicationList_Summary\\\"></a><table class=\\\"medicationtable\\\"><tr><td class=\\\"reviewedtext\\\" colspan=\\\"3\\\"><div>Reviewed Medications<br /></div><tr><th><div class=\\\"indented\\\">Name </div><th>Date <th class=\\\"hideforprintfax\\\">Source <tr><td><div class=\\\"indented\\\">betamethasone valerate 0.1 % topical cream </div><div class=\\\"medicationdetails\\\">APPLY TO THE AFFECTED AREA EACH DAY AS NEEDED </div></td><td>03/07/14&nbsp;&nbsp;&nbsp;filled </td><td class=\\\"hideforprintfax\\\">Caremark </td></tr></th></th></th></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"VaccineList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vaccines</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"VaccineList\\\"><a id=\\\"VaccineList_Summary\\\" name=\\\"VaccineList_Summary\\\"></a><div class=\\\"clinical_patient_vaccinelist_htmlsummary_sub\\\">Reviewed Vaccines<br /><table class=\\\"slimgrid\\\" id=\\\"VACCINELIST_SUMMARY\\\"></table> declined FLu vaccine 2013 and had tdap in last 10 years </div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PastMedicalHistory\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Past Medical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PastMedicalHistory\\\"><a id=\\\"PastMedicalHistory_Summary\\\" name=\\\"PastMedicalHistory_Summary\\\"></a>Reviewed Past Medical History<br /> Last Pap Smear: N - declined<br /> Colonoscopy: N - declined<br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SocialHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Social History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SocialHistoryList\\\"><a id=\\\"SocialHistoryList_Summary\\\" name=\\\"SocialHistoryList_Summary\\\"></a>Social History not reviewed (last reviewed 08/03/2012)<br /><strong>Adult</strong><br /> Occupation: homemaker.<br /> Marital status: Married.<br /> Live alone or with others?: with others.<br /> Smoking Status: Never smoker.<br /> Alcohol intake: Occasional.<br /> Caffeine intake: Moderate.<br /> Chewing tobacco: none.<br /> Illicit drugs: none.<br /> Seat belts used routinely: Y.<br /> Sunscreen used routinely: Y.<br /> Smoke alarm in home: Y.<br /> Advance directive: N. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"FamilyHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Family History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"FamilyHistoryList\\\"><a id=\\\"FamilyHistoryList_Summary\\\" name=\\\"FamilyHistoryList_Summary\\\"></a>Family History not reviewed (last reviewed 08/03/2012)<br /><table class=\\\"familyhxtable\\\"><tr><td colspan=\\\"2\\\">Non-contributory. </td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SurgicalHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Surgical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SurgicalHistoryList\\\"><a id=\\\"SurgicalHistoryList_Summary\\\" name=\\\"SurgicalHistoryList_Summary\\\"></a>Reviewed Surgical History<br /> one ovary removed </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"DocumentReview\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Document Review</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"DocumentReview\\\"><a id=\\\"DocumentReview_Summary\\\" name=\\\"DocumentReview_Summary\\\"></a><dl style=\\\"display: inline\\\"><span style=\\\"font-weight:bold\\\">Discussed the following orders:</span><dt><li>Vitamin D2 50,000 unit capsule - 11/22/13</dl><dl style=\\\"display: inline\\\"><span style=\\\"font-weight:bold\\\">Discussed the following results:</span><dt><li>CARDIOVASULAR DISEASES (CVD) RISK PROFILE - 11/21/13<dd><dd>Results: <br /> - INTERPRETATION: NOTE&nbsp;&nbsp;&nbsp;<br /> - PDF IMAGE: NOT APPLICABLE&nbsp;&nbsp;&nbsp;<br /><dt><li>VITAMIN D,25-HYDROXY - 11/21/13<dd><dd>Result: <br /><strong>- VITAMIN D, 25-HYDROXY: 25.6&nbsp;&nbsp;&nbsp;Low</strong><br /><dt><li>THYROID STIMULATING HORMONE (TSH) - 11/21/13<dd><dd>Result: <br /> - TSH: 1.920&nbsp;&nbsp;&nbsp;<br /><dt><li>HEMOGLOBIN A1C - 11/21/13<dd><dd>Result: <br /><strong>- HEMOGLOBIN A1C: 5.7&nbsp;&nbsp;&nbsp;High</strong><br /><dt><li>LIPID PANEL - 11/21/13<dd><dd>Results: <br /><strong>- CHOLESTEROL, TOTAL: 272&nbsp;&nbsp;&nbsp;High</strong><br /><strong>- TRIGLYCERIDES: 191&nbsp;&nbsp;&nbsp;High</strong><br /> - HDL CHOLESTEROL: 48&nbsp;&nbsp;&nbsp;<br /> - VLDL CHOLESTEROL CAL: 38&nbsp;&nbsp;&nbsp;<br /><strong>- LDL CHOLESTEROL CALC: 186&nbsp;&nbsp;&nbsp;High</strong><br /><dt><li>URINALYSIS W/ REFLEX MICROSCOPIC - 11/21/13<dd><dd>Results: <br /> - SPECIFIC GRAVITY: 1.025&nbsp;&nbsp;&nbsp;<br /> - PH: 6.5&nbsp;&nbsp;&nbsp;<br /> - URINE-COLOR: YELLOW&nbsp;&nbsp;&nbsp;<br /><strong>- APPEARANCE: CLOUDY&nbsp;&nbsp;&nbsp;Abnormal</strong><br /><strong>- WBC ESTERASE: TRACE&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - PROTEIN: TRACE&nbsp;&nbsp;&nbsp;<br /> - GLUCOSE: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - KETONES: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - OCCULT BLOOD: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - BILIRUBIN: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - UROBILINOGEN,SEMI-QN: 0.2&nbsp;&nbsp;&nbsp;<br /> - NITRITE, URINE: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - MICROSCOPIC EXAMINATION: SEE BELOW:&nbsp;&nbsp;&nbsp;<br /><strong>- WBC: 6-10&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - RBC: 0-3&nbsp;&nbsp;&nbsp;<br /><strong>- EPITHELIAL CELLS (NON RENAL): &gt;10&nbsp;&nbsp;&nbsp;Abnormal</strong><br /><strong>- CRYSTALS: PRESENT&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - CRYSTAL TYPE: CALCIUM OXALATE&nbsp;&nbsp;&nbsp;<br /> - MUCUS THREADS: PRESENT&nbsp;&nbsp;&nbsp;<br /> - BACTERIA: FEW&nbsp;&nbsp;&nbsp;<br /><dt><li>COMP. METABOLIC PANEL (14) - 11/21/13<dd><dd>Results: <br /><strong>- GLUCOSE, SERUM: 102&nbsp;&nbsp;&nbsp;High</strong><br /> - BUN: 12&nbsp;&nbsp;&nbsp;<br /> - CREATININE, SERUM: 0.81&nbsp;&nbsp;&nbsp;<br /> - EGFR IF NONAFRICN AM: 77&nbsp;&nbsp;&nbsp;<br /> - EGFR IF AFRICN AM: 89&nbsp;&nbsp;&nbsp;<br /> - BUN/CREATININE RATIO: 15&nbsp;&nbsp;&nbsp;<br /> - SODIUM, SERUM: 139&nbsp;&nbsp;&nbsp;<br /> - POTASSIUM, SERUM: 4.3&nbsp;&nbsp;&nbsp;<br /> - CHLORIDE, SERUM: 101&nbsp;&nbsp;&nbsp;<br /> - CARBON DIOXIDE, TOTAL: 27&nbsp;&nbsp;&nbsp;<br /> - CALCIUM, SERUM: 9.8&nbsp;&nbsp;&nbsp;<br /> - PROTEIN, TOTAL, SERUM: 6.8&nbsp;&nbsp;&nbsp;<br /> - ALBUMIN, SERUM: 4.2&nbsp;&nbsp;&nbsp;<br /> - GLOBULIN, TOTAL: 2.6&nbsp;&nbsp;&nbsp;<br /> - A/G RATIO: 1.6&nbsp;&nbsp;&nbsp;<br /> - BILIRUBIN, TOTAL: 0.4&nbsp;&nbsp;&nbsp;<br /> - ALKALINE PHOSPHATASE, S: 81&nbsp;&nbsp;&nbsp;<br /> - AST (SGOT): 20&nbsp;&nbsp;&nbsp;<br /> - ALT (SGPT): 20&nbsp;&nbsp;&nbsp;<br /><dt><li>CBC W/DIFF - 11/21/13<dd><dd>Results: <br /> - WBC: 7.6&nbsp;&nbsp;&nbsp;<br /> - RBC: 4.53&nbsp;&nbsp;&nbsp;<br /> - HEMOGLOBIN: 14.0&nbsp;&nbsp;&nbsp;<br /> - HEMATOCRIT: 41.6&nbsp;&nbsp;&nbsp;<br /> - MCV: 92&nbsp;&nbsp;&nbsp;<br /> - MCH: 30.9&nbsp;&nbsp;&nbsp;<br /> - MCHC: 33.7&nbsp;&nbsp;&nbsp;<br /> - RDW: 12.7&nbsp;&nbsp;&nbsp;<br /> - PLATELETS: 282&nbsp;&nbsp;&nbsp;<br /> - NEUTROPHILS: 65&nbsp;&nbsp;&nbsp;<br /> - LYMPHS: 22&nbsp;&nbsp;&nbsp;<br /> - MONOCYTES: 7&nbsp;&nbsp;&nbsp;<br /> - EOS: 5&nbsp;&nbsp;&nbsp;<br /> - BASOS: 1&nbsp;&nbsp;&nbsp;<br /> - NEUTROPHILS (ABSOLUTE): 5.0&nbsp;&nbsp;&nbsp;<br /> - LYMPHS (ABSOLUTE): 1.7&nbsp;&nbsp;&nbsp;<br /> - MONOCYTES(ABSOLUTE): 0.5&nbsp;&nbsp;&nbsp;<br /> - EOS (ABSOLUTE): 0.4&nbsp;&nbsp;&nbsp;<br /> - BASO (ABSOLUTE): 0.0&nbsp;&nbsp;&nbsp;<br /> - IMMATURE GRANS (ABS): 0.0&nbsp;&nbsp;&nbsp;<br /></dl></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Vitals\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vitals</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Vitals\\\"><a id=\\\"Vitals_Summary\\\" name=\\\"Vitals_Summary\\\"></a><span class=\\\"graytext\\\">05/09/2014 03:02 pm</span><br /><table class=\\\"vitalssummary\\\"><tr><td class=\\\"vitalssummarytitle\\\">Ht: </td><td class=\\\"vitalssummarydata\\\">5 ft 7 in<br /></td><td class=\\\"vitalssummarytitle\\\">Wt: </td><td class=\\\"vitalssummarydata\\\">132 lbs <br /></td><td class=\\\"vitalssummarytitle\\\">BMI: </td><td class=\\\"vitalssummarydata\\\">20.7<br /><tr><td class=\\\"vitalssummarytitle\\\">BP: </td><td class=\\\"vitalssummarydata\\\">158/94 sitting R arm<br /></td><td class=\\\"vitalssummarytitle\\\">T: </td><td class=\\\"vitalssummarydata\\\">98 F&deg; oral<br /></td><td class=\\\"vitalssummarytitle\\\">Pulse: </td><td class=\\\"vitalssummarydata\\\">73 bpm regular<br /><tr><td class=\\\"vitalssummarytitle\\\">RR: </td><td class=\\\"vitalssummarydata\\\">18<br /></td><td class=\\\"vitalssummarytitle\\\">O2Sat: </td><td class=\\\"vitalssummarydata\\\">100% Room Air at Rest<br /></td><td class=\\\"vitalssummarytitle\\\">Pain Scale: </td><td class=\\\"vitalssummarydata\\\">0<br /></td></tr></td></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ReviewOfSystems\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">ROS</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ReviewOfSystems\\\"><a id=\\\"ReviewOfSystems_Summary\\\" name=\\\"ReviewOfSystems_Summary\\\"></a>Patient reports no fever, no night sweats, no significant weight gain, no significant weight loss, and no exercise intolerance. She reports no dry eyes, no irritation, and no vision change. She reports no difficulty hearing and no ear pain. She reports no frequent nosebleeds and no nose/sinus problems. She reports no sore throat, no bleeding gums, no snoring, no dry mouth, no mouth ulcers, no oral abnormalities, and no teeth problems. She reports no chest pain, no arm pain on exertion, no shortness of breath when walking, no shortness of breath when lying down, no palpitations, and no known heart murmur. She reports no cough, no wheezing, no shortness of breath, and no coughing up blood. She reports no abdominal pain, no vomiting, normal appetite, no diarrhea, and not vomiting blood. She reports no incontinence, no difficulty urinating, no hematuria, and no increased frequency. She reports no muscle aches, no muscle weakness, no arthralgias/joint pain, no back pain, and no swelling in the extremities. She reports no abnormal mole, no jaundice, and no rashes. She reports no loss of consciousness, no weakness, no numbness, no seizures, no dizziness, and no headaches. She reports no depression, no sleep disturbances, feeling safe in relationship, and no alcohol abuse. She reports no fatigue. She reports no swollen glands and no bruising. She reports no runny nose, no sinus pressure, no itching, no hives, and no frequent sneezing. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PhysicalExam\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Physical Exam</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PhysicalExam\\\"><a id=\\\"PhysicalExam_Summary\\\" name=\\\"PhysicalExam_Summary\\\"></a><span class=\\\"encountersummaryexam\\\"><div>Patient is a 65-year-old female. </div><br /><div><span class=\\\"paragraphpe\\\">Constitutional:</span> <span class=\\\"paragraphcontents\\\">General Appearance: healthy-appearing, well-nourished, and well-developed. Level of Distress: NAD. Ambulation: ambulating normally. </span></div><br /><div><span class=\\\"paragraphpe\\\">Psychiatric:</span> <span class=\\\"paragraphcontents\\\">Insight: good judgement. Mental Status: normal mood and affect and active and alert. Orientation: to time, place, and person. Memory: recent memory normal and remote memory normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Head:</span> <span class=\\\"paragraphcontents\\\">Head: normocephalic and atraumatic. </span></div><br /><div><span class=\\\"paragraphpe\\\">Eyes:</span> <span class=\\\"paragraphcontents\\\">Lids and Conjunctivae: no discharge or pallor and non-injected. Pupils: PERRLA. Corneas: grossly intact and fluorescein stain--normal. Fundoscopic: normal vessels and optic discs, no exudates or hemorrhages, and grossly normal except where noted. EOM: EOMI. Lens: clear. Sclerae: non-icteric. Vision: peripheral vision grossly intact and acuity grossly intact. </span></div><br /><div><span class=\\\"paragraphpe\\\">ENMT:</span> <span class=\\\"paragraphcontents\\\">Ears: no lesions on external ear, EACs clear, TMs clear, and TM mobility normal. Hearing: no hearing loss and Rinne AC&gt;BC. Nose: no lesions on external nose, septal deviation, sinus tenderness, or nasal discharge and nares patent and nasal passages clear. Lips, Teeth, and Gums: no mouth or lip ulcers or bleeding gums and normal dentition. Oropharynx: no erythema or exudates and moist mucous membranes and tonsils not enlarged. </span></div><br /><div><span class=\\\"paragraphpe\\\">Neck:</span> <span class=\\\"paragraphcontents\\\">Neck: supple, FROM, trachea midline, and no masses. Lymph Nodes: no cervical LAD, supraclavicular LAD, axillary LAD, or inguinal LAD. Thyroid: no enlargement or nodules and non-tender. </span></div><br /><div><span class=\\\"paragraphpe\\\">Lungs:</span> <span class=\\\"paragraphcontents\\\">Respiratory effort: no dyspnea. Auscultation: no wheezing, rales/crackles, or rhonchi and breath sounds normal, good air movement, and CTA except as noted. </span></div><br /><div><span class=\\\"paragraphpe\\\">Cardiovascular:</span> <span class=\\\"paragraphcontents\\\">Apical Impulse: not displaced. Heart Auscultation: normal S1 and S2; no murmurs, rubs, or gallops; and RRR. Neck vessels: no carotid bruits. Pulses including femoral / pedal: normal throughout. </span></div><br /><div><span class=\\\"paragraphpe\\\">Abdomen:</span> <span class=\\\"paragraphcontents\\\">Bowel Sounds: normal. Inspection and Palpation: no tenderness, guarding, masses, rebound tenderness, or CVA tenderness and soft and non-distended. Liver: non-tender and no hepatomegaly. Spleen: non-tender and no splenomegaly. Hernia: none palpable. </span></div><br /><div><span class=\\\"paragraphpe\\\">Musculoskeletal::</span> <span class=\\\"paragraphcontents\\\">Motor Strength and Tone: normal tone and motor strength. Joints, Bones, and Muscles: no contractures, malalignment, tenderness, or bony abnormalities and normal movement of all extremities. Extremities: no cyanosis, edema, varicosities, or palpable cord. </span></div><br /><div><span class=\\\"paragraphpe\\\">Neurologic:</span> <span class=\\\"paragraphcontents\\\">Gait and Station: normal gait and station. Cranial Nerves: grossly intact. Sensation: grossly intact and monofilament test intact. Reflexes: DTRs 2+ bilaterally throughout. Coordination and Cerebellum: finger-to-nose intact and no tremor. </span></div><br /><div><span class=\\\"paragraphpe\\\">Skin:</span> <span class=\\\"paragraphcontents\\\">Inspection and palpation: no rash, lesions, ulcer, induration, nodules, jaundice, or abnormal nevi and good turgor. Nails: normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Back:</span> <span class=\\\"paragraphcontents\\\">Thoracolumbar Appearance: normal curvature. </span></div></span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AssessmentPlan\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Assessment / Plan</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AssessmentPlan\\\"><a id=\\\"AssessmentPlan_Summary\\\" name=\\\"AssessmentPlan_Summary\\\"></a><div class=\\\"boldblack\\\"><div blockname=\\\"diagnosisorders\\\"><div class=\\\"dxheadingsummary\\\"><strong>1. Adult health examination</strong> - Patient again declined to have colonosocpy,PAP smears.she also does not want any vaccination including Zostavax. <div style=\\\"text-indent:0\\\">V70.0: Routine general medical examination at a health care facility </div></div><br /><div class=\\\"dxheadingsummary\\\"><strong>2. Hyperlipidemia</strong><div style=\\\"text-indent:0\\\">272.4: Other and unspecified hyperlipidemia </div></div><br /><div class=\\\"dxheadingsummary\\\"><strong>3. Psoriasis</strong><div style=\\\"text-indent:0\\\">696.1: Other psoriasis </div><ul><li class=\\\"dxorderssummary\\\">PSORIASIS: AFTER YOUR VISIT<l></l></ul></div><br /></div><div class=\\\"encountercareplan_summary\\\"><span class=\\\"clinicalsubsubheading\\\">Discussion</span><div blockname=\\\"discussion\\\" class=\\\"dxheadingsummary\\\"><div class=\\\"encountercareplan_summary_subsection\\\"><strong>Discussion Notes</strong><div class=\\\"encountercareplan_summary_textblock\\\">Advised patient to exercise at least 3 times per week, use sunscreen/sunblock, wear seat belts and maintain smoke and carbon dioxide detectors in home. Colon cancer screening discussion (for patients age 50 and above). </div></div></div></div><br /><span class=\\\"clinicalsubsubheading\\\">Return to Office</span><br /><div blockname=\\\"returntooffice\\\" class=\\\"dxheadingsummary\\\"><ul><li class=\\\"dxorderssummary\\\">Mirza Baig for INT MED OFFICE VISIT - 15 at TLC_WBK_Adult on 11/10/2014 at 03:30 PM </ul></div></div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SignOff\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Encounter Sign-Off</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SignOff\\\"><a id=\\\"SignOff_Summary\\\" name=\\\"SignOff_Summary\\\"></a>Encounter signed-off by Mirza Baig, 05/19/2014. </div></div><br /> Encounter performed and documented by Mirza Baig <br />Encounter reviewed &amp; signed by Mirza Baig on 05/19/2014 at 11:17am </html>\",\n                    \"encounter_date\": \"2014-05-09\",\n                    \"encounter_id\": \"683288\",\n                    \"note_type\": \"Encounter Summary\",\n                    \"patient_hash\": \"c4d63692613ca841354ba7bd75f3eb2ebef9aa98\",\n                    \"practice_id\": \"3167\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142518283373362426028208542449698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"PT. Stated that she's unable to make today apt. I did advise her that next available is in may. Pt stated that she is needing to be seen due to new medication she is on. Pt stated that she can only di Monday. Please advise, thank you.  \",\n                    \"encounter_date\": \"2018-03-26\",\n                    \"encounter_id\": \"105173559\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142524202274175259252922781794338.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Med refill on Tramadol ER 100  Nxt OV 08/23  Shannon Pharmacy   \",\n                    \"encounter_date\": \"2019-07-25\",\n                    \"encounter_id\": \"110126733\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142530636177387248309734165446690.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2018-01-26\",\n                    \"encounter_id\": \"101822375\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142538421659665566521894151127074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt is employed by Shannon.  I phoned in the prescription again to be sure they received it at Shannon pharmacy.    \",\n                    \"encounter_date\": \"2019-11-27\",\n                    \"encounter_id\": \"111637099\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142551244735834218894168734826530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Can you Call patient and let him know Dr. Greeson tried calling him he did not answer and he left voice mail to call back. He needs to book appointment for further refills. Thanks.  \",\n                    \"encounter_date\": \"2018-02-07\",\n                    \"encounter_id\": \"104653441\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142568967588349769358763280564258.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt was able to stand up and walk out. During the exam she did have some pain but after sitting she had a little discomfort leaving. But felt fine leaving the department     \",\n                    \"encounter_date\": \"2019-09-13\",\n                    \"encounter_id\": \"110579518\",\n                    \"note_type\": \"Nursing Note - IP\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142572408191232392593531933294626.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\"     Chief Complaint:RedactedFirstName D RedactedLastName, is a 34 y.o. year old female who presents for Establish Care.    Works in opthalmology with Dr Lui.    Follows with Kellie Ryan and Kelly Wilson, MD in OB/GYN    Working now to lose weight, regular diet and exercise- losing inches already. Would like to have her thyroid checked.    Had wellness labs for shannon already- normal.     Already had flu shot.      Review of Systems   Constitutional: Negative for fatigue and fever.   Eyes: Negative for visual disturbance.   Respiratory: Negative for cough and shortness of breath.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for abdominal pain, constipation and diarrhea.   Genitourinary: Negative for flank pain and frequency.   Musculoskeletal: Negative for arthralgias.   Skin: Negative for color change.   Neurological: Negative for dizziness, light-headedness and headaches.   Psychiatric/Behavioral: Negative for sleep disturbance.       No current outpatient prescriptions on file prior to visit.     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • No Known Drug Allergies        History reviewed. No pertinent past medical history.  Past Surgical History:   Procedure Laterality Date   • CESAREAN SECTION, CLASSIC  2009 2015     Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • No Known Problems Father      Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: occasionally   • Drug use: Unknown   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Vitals:    10/27/17 0806   BP: 112/80   Pulse: 71   SpO2: 98%    Weight: 72.1 kg (159 lb)   Height: 4' 11\\\"\\\" (1.499 m)     Physical Exam   Constitutional: She is oriented to person, place, and time. She appears well-developed and well-nourished.   HENT:   Head: Normocephalic.   Right Ear: Tympanic membrane normal. No decreased hearing (impacted cerumen) is noted.   Left Ear: Tympanic membrane normal. No decreased hearing (impacted cerumen) is noted.   Eyes: Conjunctivae are normal. Pupils are equal, round, and reactive to light.   Neck: Normal range of motion. Neck supple.   Cardiovascular: Normal rate, regular rhythm, normal heart sounds and intact distal pulses.  Exam reveals no gallop and no friction rub.    No murmur heard.  Pulmonary/Chest: Effort normal and breath sounds normal. She has no wheezes.   Abdominal: Soft. Bowel sounds are normal. She exhibits no distension. There is no tenderness.   Musculoskeletal: Normal range of motion.   Neurological: She is alert and oriented to person, place, and time.   Skin: Skin is warm and dry. No rash noted. No erythema.   Psychiatric: She has a normal mood and affect. Her behavior is normal.   Vitals reviewed.        No results found for: HGBA1C      ASSESSMENT  1. Routine general medical examination at a health care facility        PLAN  1. She will have non fasting lab performed in future- TSH, CBC, CMP  2. Discussed impacted cerumen- we can bring her back sometime for just a cleaning- not a booked appointment  3. We will call with results and follow up accordingly  4. Work note today  5. Encouraged to continue with exercise recommendations- 30 minutes of strenous physical activity with sustained elevated heart rate- 5 days a week.  6. Healthy and clean diet recommendations discussed- less processed foods, healthy carbohydrates, more fruits and vegetables, grilled meats, protein for breakfast, and smaller more frequent meals throughout the day.  Heather Dallas, FNP  \\\"\",\n                    \"encounter_date\": \"2017-10-27\",\n                    \"encounter_id\": \"101836808\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573245976825385531618724151330.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Please advise.   \",\n                    \"encounter_date\": \"2018-07-17\",\n                    \"encounter_id\": \"106146623\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573568760019222637608370700322.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg 1 tablet per day; 30, 1 refill.       We will refill   Ultracet 37.5/325 mg up to 3 tablets per day as needed for pain; 90, no refill.     We will refill tizanidine 2 mg up to an average of 3 tablets per day as needed; 270/90 days, no refill.    Continue to take Cymbalta and Elavil as prescribed.  You may consider Cymbalta 60 mg daily instead of 30 mg 2 per day.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     You reports that bilateral C5-6 and C6-7 intra-articular facet injection aggravated neck pain.  We discuss bilateral C4-7 medial branch block with progression to RFA.       Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-10-21\",\n                    \"encounter_id\": \"110465396\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 1,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 953\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 2\n}"},{"id":"568f348f-0610-45a3-8f63-accfc09171b2","name":"All documents (10 Results)","originalRequest":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:54:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"34612"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090132368495198217326494790042255394.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ecbbc7e81e81081dc2bfb38699dd1999516cff93\",\n                    \"content\": \"<html><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Patient\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Patient</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Patient\\\"><a id=\\\"Patient_Summary\\\" name=\\\"Patient_Summary\\\"></a><table class=\\\"clinicalsummary\\\" style=\\\"table-layout: fixed;\\\"><tr><th>Name <td>RedactedLastName, RedactedFirstName (65, F) ID# 47635 <th>Appt. Date/Time <td>05/09/2014 03:00PM <tr><th>DOB <td>RedactedDOB <th>Service Dept. <td>TLC_WBK_Adult <tr><th>Provider <td colspan=\\\"3\\\">MIRZA BAIG <tr><th>Insurance <td colspan=\\\"3\\\"><div class=\\\"itemcontainer\\\" style=\\\"font-size: 12px; padding-left: 15px;\\\"><div class=\\\"item\\\">Med Primary: CAREFIRST ADMINISTRATORS (PPO FOR STATES OF MD, DC, VA)<br /> Insurance # : BAC000211<br /> Policy/Group # : BAC </div><div class=\\\"item\\\">Med Payment plan: PAYMENT PLAN #1122 </div><div class=\\\"item\\\">Prescription: <a href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;prescriptioneligibility&#39;, TITLE:&#39;prescription eligibility&#39;, URL:&#39;/3167/58/eligibility/pharmacyeligibility.esp?PATIENTID=47635&amp;NOHEADER=1&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;&#39;, SECTION:&#39;&#39;   });\\\" title=\\\"no check performed in the last 72 hrs. check prescription eligibility now.\\\">check now</a></div></div></td></th></tr></td></th></tr></td></th></td></th></tr></td></th></td></th></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"EncounterReason\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Chief Complaint</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"EncounterReason\\\"><a id=\\\"EncounterReason_Summary\\\" name=\\\"EncounterReason_Summary\\\"></a>Adult Female Physical </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"HPI\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">HPI</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"HPI\\\"><a id=\\\"HPI_Summary\\\" name=\\\"HPI_Summary\\\"></a>65 year old female came for PMV. she has no c/o today.&nbsp;&nbsp; </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ProblemList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Problems</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ProblemList\\\"><a id=\\\"ProblemList_Summary\\\" name=\\\"ProblemList_Summary\\\"></a><ul class=\\\"problemlist\\\"><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Hyperlipidemia</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Benign essential hypertension</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Atopic dermatitis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Psoriasis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Mammography abnormal</span></ul></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AllergyList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Allergies</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AllergyList\\\"><a id=\\\"AllergyList_Summary\\\" name=\\\"AllergyList_Summary\\\"></a>Reviewed Allergies<br /><span class=\\\"activeallergy\\\">CODEINE</span>: Vomiting </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"MedicationList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Medications</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"MedicationList\\\"><a id=\\\"MedicationList_Summary\\\" name=\\\"MedicationList_Summary\\\"></a><table class=\\\"medicationtable\\\"><tr><td class=\\\"reviewedtext\\\" colspan=\\\"3\\\"><div>Reviewed Medications<br /></div><tr><th><div class=\\\"indented\\\">Name </div><th>Date <th class=\\\"hideforprintfax\\\">Source <tr><td><div class=\\\"indented\\\">betamethasone valerate 0.1 % topical cream </div><div class=\\\"medicationdetails\\\">APPLY TO THE AFFECTED AREA EACH DAY AS NEEDED </div></td><td>03/07/14&nbsp;&nbsp;&nbsp;filled </td><td class=\\\"hideforprintfax\\\">Caremark </td></tr></th></th></th></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"VaccineList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vaccines</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"VaccineList\\\"><a id=\\\"VaccineList_Summary\\\" name=\\\"VaccineList_Summary\\\"></a><div class=\\\"clinical_patient_vaccinelist_htmlsummary_sub\\\">Reviewed Vaccines<br /><table class=\\\"slimgrid\\\" id=\\\"VACCINELIST_SUMMARY\\\"></table> declined FLu vaccine 2013 and had tdap in last 10 years </div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PastMedicalHistory\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Past Medical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PastMedicalHistory\\\"><a id=\\\"PastMedicalHistory_Summary\\\" name=\\\"PastMedicalHistory_Summary\\\"></a>Reviewed Past Medical History<br /> Last Pap Smear: N - declined<br /> Colonoscopy: N - declined<br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SocialHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Social History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SocialHistoryList\\\"><a id=\\\"SocialHistoryList_Summary\\\" name=\\\"SocialHistoryList_Summary\\\"></a>Social History not reviewed (last reviewed 08/03/2012)<br /><strong>Adult</strong><br /> Occupation: homemaker.<br /> Marital status: Married.<br /> Live alone or with others?: with others.<br /> Smoking Status: Never smoker.<br /> Alcohol intake: Occasional.<br /> Caffeine intake: Moderate.<br /> Chewing tobacco: none.<br /> Illicit drugs: none.<br /> Seat belts used routinely: Y.<br /> Sunscreen used routinely: Y.<br /> Smoke alarm in home: Y.<br /> Advance directive: N. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"FamilyHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Family History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"FamilyHistoryList\\\"><a id=\\\"FamilyHistoryList_Summary\\\" name=\\\"FamilyHistoryList_Summary\\\"></a>Family History not reviewed (last reviewed 08/03/2012)<br /><table class=\\\"familyhxtable\\\"><tr><td colspan=\\\"2\\\">Non-contributory. </td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SurgicalHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Surgical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SurgicalHistoryList\\\"><a id=\\\"SurgicalHistoryList_Summary\\\" name=\\\"SurgicalHistoryList_Summary\\\"></a>Reviewed Surgical History<br /> one ovary removed </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"DocumentReview\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Document Review</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"DocumentReview\\\"><a id=\\\"DocumentReview_Summary\\\" name=\\\"DocumentReview_Summary\\\"></a><dl style=\\\"display: inline\\\"><span style=\\\"font-weight:bold\\\">Discussed the following orders:</span><dt><li>Vitamin D2 50,000 unit capsule - 11/22/13</dl><dl style=\\\"display: inline\\\"><span style=\\\"font-weight:bold\\\">Discussed the following results:</span><dt><li>CARDIOVASULAR DISEASES (CVD) RISK PROFILE - 11/21/13<dd><dd>Results: <br /> - INTERPRETATION: NOTE&nbsp;&nbsp;&nbsp;<br /> - PDF IMAGE: NOT APPLICABLE&nbsp;&nbsp;&nbsp;<br /><dt><li>VITAMIN D,25-HYDROXY - 11/21/13<dd><dd>Result: <br /><strong>- VITAMIN D, 25-HYDROXY: 25.6&nbsp;&nbsp;&nbsp;Low</strong><br /><dt><li>THYROID STIMULATING HORMONE (TSH) - 11/21/13<dd><dd>Result: <br /> - TSH: 1.920&nbsp;&nbsp;&nbsp;<br /><dt><li>HEMOGLOBIN A1C - 11/21/13<dd><dd>Result: <br /><strong>- HEMOGLOBIN A1C: 5.7&nbsp;&nbsp;&nbsp;High</strong><br /><dt><li>LIPID PANEL - 11/21/13<dd><dd>Results: <br /><strong>- CHOLESTEROL, TOTAL: 272&nbsp;&nbsp;&nbsp;High</strong><br /><strong>- TRIGLYCERIDES: 191&nbsp;&nbsp;&nbsp;High</strong><br /> - HDL CHOLESTEROL: 48&nbsp;&nbsp;&nbsp;<br /> - VLDL CHOLESTEROL CAL: 38&nbsp;&nbsp;&nbsp;<br /><strong>- LDL CHOLESTEROL CALC: 186&nbsp;&nbsp;&nbsp;High</strong><br /><dt><li>URINALYSIS W/ REFLEX MICROSCOPIC - 11/21/13<dd><dd>Results: <br /> - SPECIFIC GRAVITY: 1.025&nbsp;&nbsp;&nbsp;<br /> - PH: 6.5&nbsp;&nbsp;&nbsp;<br /> - URINE-COLOR: YELLOW&nbsp;&nbsp;&nbsp;<br /><strong>- APPEARANCE: CLOUDY&nbsp;&nbsp;&nbsp;Abnormal</strong><br /><strong>- WBC ESTERASE: TRACE&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - PROTEIN: TRACE&nbsp;&nbsp;&nbsp;<br /> - GLUCOSE: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - KETONES: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - OCCULT BLOOD: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - BILIRUBIN: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - UROBILINOGEN,SEMI-QN: 0.2&nbsp;&nbsp;&nbsp;<br /> - NITRITE, URINE: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - MICROSCOPIC EXAMINATION: SEE BELOW:&nbsp;&nbsp;&nbsp;<br /><strong>- WBC: 6-10&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - RBC: 0-3&nbsp;&nbsp;&nbsp;<br /><strong>- EPITHELIAL CELLS (NON RENAL): &gt;10&nbsp;&nbsp;&nbsp;Abnormal</strong><br /><strong>- CRYSTALS: PRESENT&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - CRYSTAL TYPE: CALCIUM OXALATE&nbsp;&nbsp;&nbsp;<br /> - MUCUS THREADS: PRESENT&nbsp;&nbsp;&nbsp;<br /> - BACTERIA: FEW&nbsp;&nbsp;&nbsp;<br /><dt><li>COMP. METABOLIC PANEL (14) - 11/21/13<dd><dd>Results: <br /><strong>- GLUCOSE, SERUM: 102&nbsp;&nbsp;&nbsp;High</strong><br /> - BUN: 12&nbsp;&nbsp;&nbsp;<br /> - CREATININE, SERUM: 0.81&nbsp;&nbsp;&nbsp;<br /> - EGFR IF NONAFRICN AM: 77&nbsp;&nbsp;&nbsp;<br /> - EGFR IF AFRICN AM: 89&nbsp;&nbsp;&nbsp;<br /> - BUN/CREATININE RATIO: 15&nbsp;&nbsp;&nbsp;<br /> - SODIUM, SERUM: 139&nbsp;&nbsp;&nbsp;<br /> - POTASSIUM, SERUM: 4.3&nbsp;&nbsp;&nbsp;<br /> - CHLORIDE, SERUM: 101&nbsp;&nbsp;&nbsp;<br /> - CARBON DIOXIDE, TOTAL: 27&nbsp;&nbsp;&nbsp;<br /> - CALCIUM, SERUM: 9.8&nbsp;&nbsp;&nbsp;<br /> - PROTEIN, TOTAL, SERUM: 6.8&nbsp;&nbsp;&nbsp;<br /> - ALBUMIN, SERUM: 4.2&nbsp;&nbsp;&nbsp;<br /> - GLOBULIN, TOTAL: 2.6&nbsp;&nbsp;&nbsp;<br /> - A/G RATIO: 1.6&nbsp;&nbsp;&nbsp;<br /> - BILIRUBIN, TOTAL: 0.4&nbsp;&nbsp;&nbsp;<br /> - ALKALINE PHOSPHATASE, S: 81&nbsp;&nbsp;&nbsp;<br /> - AST (SGOT): 20&nbsp;&nbsp;&nbsp;<br /> - ALT (SGPT): 20&nbsp;&nbsp;&nbsp;<br /><dt><li>CBC W/DIFF - 11/21/13<dd><dd>Results: <br /> - WBC: 7.6&nbsp;&nbsp;&nbsp;<br /> - RBC: 4.53&nbsp;&nbsp;&nbsp;<br /> - HEMOGLOBIN: 14.0&nbsp;&nbsp;&nbsp;<br /> - HEMATOCRIT: 41.6&nbsp;&nbsp;&nbsp;<br /> - MCV: 92&nbsp;&nbsp;&nbsp;<br /> - MCH: 30.9&nbsp;&nbsp;&nbsp;<br /> - MCHC: 33.7&nbsp;&nbsp;&nbsp;<br /> - RDW: 12.7&nbsp;&nbsp;&nbsp;<br /> - PLATELETS: 282&nbsp;&nbsp;&nbsp;<br /> - NEUTROPHILS: 65&nbsp;&nbsp;&nbsp;<br /> - LYMPHS: 22&nbsp;&nbsp;&nbsp;<br /> - MONOCYTES: 7&nbsp;&nbsp;&nbsp;<br /> - EOS: 5&nbsp;&nbsp;&nbsp;<br /> - BASOS: 1&nbsp;&nbsp;&nbsp;<br /> - NEUTROPHILS (ABSOLUTE): 5.0&nbsp;&nbsp;&nbsp;<br /> - LYMPHS (ABSOLUTE): 1.7&nbsp;&nbsp;&nbsp;<br /> - MONOCYTES(ABSOLUTE): 0.5&nbsp;&nbsp;&nbsp;<br /> - EOS (ABSOLUTE): 0.4&nbsp;&nbsp;&nbsp;<br /> - BASO (ABSOLUTE): 0.0&nbsp;&nbsp;&nbsp;<br /> - IMMATURE GRANS (ABS): 0.0&nbsp;&nbsp;&nbsp;<br /></dl></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Vitals\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vitals</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Vitals\\\"><a id=\\\"Vitals_Summary\\\" name=\\\"Vitals_Summary\\\"></a><span class=\\\"graytext\\\">05/09/2014 03:02 pm</span><br /><table class=\\\"vitalssummary\\\"><tr><td class=\\\"vitalssummarytitle\\\">Ht: </td><td class=\\\"vitalssummarydata\\\">5 ft 7 in<br /></td><td class=\\\"vitalssummarytitle\\\">Wt: </td><td class=\\\"vitalssummarydata\\\">132 lbs <br /></td><td class=\\\"vitalssummarytitle\\\">BMI: </td><td class=\\\"vitalssummarydata\\\">20.7<br /><tr><td class=\\\"vitalssummarytitle\\\">BP: </td><td class=\\\"vitalssummarydata\\\">158/94 sitting R arm<br /></td><td class=\\\"vitalssummarytitle\\\">T: </td><td class=\\\"vitalssummarydata\\\">98 F&deg; oral<br /></td><td class=\\\"vitalssummarytitle\\\">Pulse: </td><td class=\\\"vitalssummarydata\\\">73 bpm regular<br /><tr><td class=\\\"vitalssummarytitle\\\">RR: </td><td class=\\\"vitalssummarydata\\\">18<br /></td><td class=\\\"vitalssummarytitle\\\">O2Sat: </td><td class=\\\"vitalssummarydata\\\">100% Room Air at Rest<br /></td><td class=\\\"vitalssummarytitle\\\">Pain Scale: </td><td class=\\\"vitalssummarydata\\\">0<br /></td></tr></td></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ReviewOfSystems\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">ROS</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ReviewOfSystems\\\"><a id=\\\"ReviewOfSystems_Summary\\\" name=\\\"ReviewOfSystems_Summary\\\"></a>Patient reports no fever, no night sweats, no significant weight gain, no significant weight loss, and no exercise intolerance. She reports no dry eyes, no irritation, and no vision change. She reports no difficulty hearing and no ear pain. She reports no frequent nosebleeds and no nose/sinus problems. She reports no sore throat, no bleeding gums, no snoring, no dry mouth, no mouth ulcers, no oral abnormalities, and no teeth problems. She reports no chest pain, no arm pain on exertion, no shortness of breath when walking, no shortness of breath when lying down, no palpitations, and no known heart murmur. She reports no cough, no wheezing, no shortness of breath, and no coughing up blood. She reports no abdominal pain, no vomiting, normal appetite, no diarrhea, and not vomiting blood. She reports no incontinence, no difficulty urinating, no hematuria, and no increased frequency. She reports no muscle aches, no muscle weakness, no arthralgias/joint pain, no back pain, and no swelling in the extremities. She reports no abnormal mole, no jaundice, and no rashes. She reports no loss of consciousness, no weakness, no numbness, no seizures, no dizziness, and no headaches. She reports no depression, no sleep disturbances, feeling safe in relationship, and no alcohol abuse. She reports no fatigue. She reports no swollen glands and no bruising. She reports no runny nose, no sinus pressure, no itching, no hives, and no frequent sneezing. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PhysicalExam\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Physical Exam</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PhysicalExam\\\"><a id=\\\"PhysicalExam_Summary\\\" name=\\\"PhysicalExam_Summary\\\"></a><span class=\\\"encountersummaryexam\\\"><div>Patient is a 65-year-old female. </div><br /><div><span class=\\\"paragraphpe\\\">Constitutional:</span> <span class=\\\"paragraphcontents\\\">General Appearance: healthy-appearing, well-nourished, and well-developed. Level of Distress: NAD. Ambulation: ambulating normally. </span></div><br /><div><span class=\\\"paragraphpe\\\">Psychiatric:</span> <span class=\\\"paragraphcontents\\\">Insight: good judgement. Mental Status: normal mood and affect and active and alert. Orientation: to time, place, and person. Memory: recent memory normal and remote memory normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Head:</span> <span class=\\\"paragraphcontents\\\">Head: normocephalic and atraumatic. </span></div><br /><div><span class=\\\"paragraphpe\\\">Eyes:</span> <span class=\\\"paragraphcontents\\\">Lids and Conjunctivae: no discharge or pallor and non-injected. Pupils: PERRLA. Corneas: grossly intact and fluorescein stain--normal. Fundoscopic: normal vessels and optic discs, no exudates or hemorrhages, and grossly normal except where noted. EOM: EOMI. Lens: clear. Sclerae: non-icteric. Vision: peripheral vision grossly intact and acuity grossly intact. </span></div><br /><div><span class=\\\"paragraphpe\\\">ENMT:</span> <span class=\\\"paragraphcontents\\\">Ears: no lesions on external ear, EACs clear, TMs clear, and TM mobility normal. Hearing: no hearing loss and Rinne AC&gt;BC. Nose: no lesions on external nose, septal deviation, sinus tenderness, or nasal discharge and nares patent and nasal passages clear. Lips, Teeth, and Gums: no mouth or lip ulcers or bleeding gums and normal dentition. Oropharynx: no erythema or exudates and moist mucous membranes and tonsils not enlarged. </span></div><br /><div><span class=\\\"paragraphpe\\\">Neck:</span> <span class=\\\"paragraphcontents\\\">Neck: supple, FROM, trachea midline, and no masses. Lymph Nodes: no cervical LAD, supraclavicular LAD, axillary LAD, or inguinal LAD. Thyroid: no enlargement or nodules and non-tender. </span></div><br /><div><span class=\\\"paragraphpe\\\">Lungs:</span> <span class=\\\"paragraphcontents\\\">Respiratory effort: no dyspnea. Auscultation: no wheezing, rales/crackles, or rhonchi and breath sounds normal, good air movement, and CTA except as noted. </span></div><br /><div><span class=\\\"paragraphpe\\\">Cardiovascular:</span> <span class=\\\"paragraphcontents\\\">Apical Impulse: not displaced. Heart Auscultation: normal S1 and S2; no murmurs, rubs, or gallops; and RRR. Neck vessels: no carotid bruits. Pulses including femoral / pedal: normal throughout. </span></div><br /><div><span class=\\\"paragraphpe\\\">Abdomen:</span> <span class=\\\"paragraphcontents\\\">Bowel Sounds: normal. Inspection and Palpation: no tenderness, guarding, masses, rebound tenderness, or CVA tenderness and soft and non-distended. Liver: non-tender and no hepatomegaly. Spleen: non-tender and no splenomegaly. Hernia: none palpable. </span></div><br /><div><span class=\\\"paragraphpe\\\">Musculoskeletal::</span> <span class=\\\"paragraphcontents\\\">Motor Strength and Tone: normal tone and motor strength. Joints, Bones, and Muscles: no contractures, malalignment, tenderness, or bony abnormalities and normal movement of all extremities. Extremities: no cyanosis, edema, varicosities, or palpable cord. </span></div><br /><div><span class=\\\"paragraphpe\\\">Neurologic:</span> <span class=\\\"paragraphcontents\\\">Gait and Station: normal gait and station. Cranial Nerves: grossly intact. Sensation: grossly intact and monofilament test intact. Reflexes: DTRs 2+ bilaterally throughout. Coordination and Cerebellum: finger-to-nose intact and no tremor. </span></div><br /><div><span class=\\\"paragraphpe\\\">Skin:</span> <span class=\\\"paragraphcontents\\\">Inspection and palpation: no rash, lesions, ulcer, induration, nodules, jaundice, or abnormal nevi and good turgor. Nails: normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Back:</span> <span class=\\\"paragraphcontents\\\">Thoracolumbar Appearance: normal curvature. </span></div></span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AssessmentPlan\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Assessment / Plan</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AssessmentPlan\\\"><a id=\\\"AssessmentPlan_Summary\\\" name=\\\"AssessmentPlan_Summary\\\"></a><div class=\\\"boldblack\\\"><div blockname=\\\"diagnosisorders\\\"><div class=\\\"dxheadingsummary\\\"><strong>1. Adult health examination</strong> - Patient again declined to have colonosocpy,PAP smears.she also does not want any vaccination including Zostavax. <div style=\\\"text-indent:0\\\">V70.0: Routine general medical examination at a health care facility </div></div><br /><div class=\\\"dxheadingsummary\\\"><strong>2. Hyperlipidemia</strong><div style=\\\"text-indent:0\\\">272.4: Other and unspecified hyperlipidemia </div></div><br /><div class=\\\"dxheadingsummary\\\"><strong>3. Psoriasis</strong><div style=\\\"text-indent:0\\\">696.1: Other psoriasis </div><ul><li class=\\\"dxorderssummary\\\">PSORIASIS: AFTER YOUR VISIT<l></l></ul></div><br /></div><div class=\\\"encountercareplan_summary\\\"><span class=\\\"clinicalsubsubheading\\\">Discussion</span><div blockname=\\\"discussion\\\" class=\\\"dxheadingsummary\\\"><div class=\\\"encountercareplan_summary_subsection\\\"><strong>Discussion Notes</strong><div class=\\\"encountercareplan_summary_textblock\\\">Advised patient to exercise at least 3 times per week, use sunscreen/sunblock, wear seat belts and maintain smoke and carbon dioxide detectors in home. Colon cancer screening discussion (for patients age 50 and above). </div></div></div></div><br /><span class=\\\"clinicalsubsubheading\\\">Return to Office</span><br /><div blockname=\\\"returntooffice\\\" class=\\\"dxheadingsummary\\\"><ul><li class=\\\"dxorderssummary\\\">Mirza Baig for INT MED OFFICE VISIT - 15 at TLC_WBK_Adult on 11/10/2014 at 03:30 PM </ul></div></div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SignOff\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Encounter Sign-Off</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SignOff\\\"><a id=\\\"SignOff_Summary\\\" name=\\\"SignOff_Summary\\\"></a>Encounter signed-off by Mirza Baig, 05/19/2014. </div></div><br /> Encounter performed and documented by Mirza Baig <br />Encounter reviewed &amp; signed by Mirza Baig on 05/19/2014 at 11:17am </html>\",\n                    \"encounter_date\": \"2014-05-09\",\n                    \"encounter_id\": \"683288\",\n                    \"note_type\": \"Encounter Summary\",\n                    \"patient_hash\": \"c4d63692613ca841354ba7bd75f3eb2ebef9aa98\",\n                    \"practice_id\": \"3167\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142518283373362426028208542449698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"PT. Stated that she's unable to make today apt. I did advise her that next available is in may. Pt stated that she is needing to be seen due to new medication she is on. Pt stated that she can only di Monday. Please advise, thank you.  \",\n                    \"encounter_date\": \"2018-03-26\",\n                    \"encounter_id\": \"105173559\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142524202274175259252922781794338.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Med refill on Tramadol ER 100  Nxt OV 08/23  Shannon Pharmacy   \",\n                    \"encounter_date\": \"2019-07-25\",\n                    \"encounter_id\": \"110126733\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142530636177387248309734165446690.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2018-01-26\",\n                    \"encounter_id\": \"101822375\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142538421659665566521894151127074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt is employed by Shannon.  I phoned in the prescription again to be sure they received it at Shannon pharmacy.    \",\n                    \"encounter_date\": \"2019-11-27\",\n                    \"encounter_id\": \"111637099\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142551244735834218894168734826530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Can you Call patient and let him know Dr. Greeson tried calling him he did not answer and he left voice mail to call back. He needs to book appointment for further refills. Thanks.  \",\n                    \"encounter_date\": \"2018-02-07\",\n                    \"encounter_id\": \"104653441\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142568967588349769358763280564258.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt was able to stand up and walk out. During the exam she did have some pain but after sitting she had a little discomfort leaving. But felt fine leaving the department     \",\n                    \"encounter_date\": \"2019-09-13\",\n                    \"encounter_id\": \"110579518\",\n                    \"note_type\": \"Nursing Note - IP\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142572408191232392593531933294626.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\"     Chief Complaint:RedactedFirstName D RedactedLastName, is a 34 y.o. year old female who presents for Establish Care.    Works in opthalmology with Dr Lui.    Follows with Kellie Ryan and Kelly Wilson, MD in OB/GYN    Working now to lose weight, regular diet and exercise- losing inches already. Would like to have her thyroid checked.    Had wellness labs for shannon already- normal.     Already had flu shot.      Review of Systems   Constitutional: Negative for fatigue and fever.   Eyes: Negative for visual disturbance.   Respiratory: Negative for cough and shortness of breath.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for abdominal pain, constipation and diarrhea.   Genitourinary: Negative for flank pain and frequency.   Musculoskeletal: Negative for arthralgias.   Skin: Negative for color change.   Neurological: Negative for dizziness, light-headedness and headaches.   Psychiatric/Behavioral: Negative for sleep disturbance.       No current outpatient prescriptions on file prior to visit.     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • No Known Drug Allergies        History reviewed. No pertinent past medical history.  Past Surgical History:   Procedure Laterality Date   • CESAREAN SECTION, CLASSIC  2009 2015     Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • No Known Problems Father      Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: occasionally   • Drug use: Unknown   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Vitals:    10/27/17 0806   BP: 112/80   Pulse: 71   SpO2: 98%    Weight: 72.1 kg (159 lb)   Height: 4' 11\\\"\\\" (1.499 m)     Physical Exam   Constitutional: She is oriented to person, place, and time. She appears well-developed and well-nourished.   HENT:   Head: Normocephalic.   Right Ear: Tympanic membrane normal. No decreased hearing (impacted cerumen) is noted.   Left Ear: Tympanic membrane normal. No decreased hearing (impacted cerumen) is noted.   Eyes: Conjunctivae are normal. Pupils are equal, round, and reactive to light.   Neck: Normal range of motion. Neck supple.   Cardiovascular: Normal rate, regular rhythm, normal heart sounds and intact distal pulses.  Exam reveals no gallop and no friction rub.    No murmur heard.  Pulmonary/Chest: Effort normal and breath sounds normal. She has no wheezes.   Abdominal: Soft. Bowel sounds are normal. She exhibits no distension. There is no tenderness.   Musculoskeletal: Normal range of motion.   Neurological: She is alert and oriented to person, place, and time.   Skin: Skin is warm and dry. No rash noted. No erythema.   Psychiatric: She has a normal mood and affect. Her behavior is normal.   Vitals reviewed.        No results found for: HGBA1C      ASSESSMENT  1. Routine general medical examination at a health care facility        PLAN  1. She will have non fasting lab performed in future- TSH, CBC, CMP  2. Discussed impacted cerumen- we can bring her back sometime for just a cleaning- not a booked appointment  3. We will call with results and follow up accordingly  4. Work note today  5. Encouraged to continue with exercise recommendations- 30 minutes of strenous physical activity with sustained elevated heart rate- 5 days a week.  6. Healthy and clean diet recommendations discussed- less processed foods, healthy carbohydrates, more fruits and vegetables, grilled meats, protein for breakfast, and smaller more frequent meals throughout the day.  Heather Dallas, FNP  \\\"\",\n                    \"encounter_date\": \"2017-10-27\",\n                    \"encounter_id\": \"101836808\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573245976825385531618724151330.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Please advise.   \",\n                    \"encounter_date\": \"2018-07-17\",\n                    \"encounter_id\": \"106146623\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573568760019222637608370700322.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg 1 tablet per day; 30, 1 refill.       We will refill   Ultracet 37.5/325 mg up to 3 tablets per day as needed for pain; 90, no refill.     We will refill tizanidine 2 mg up to an average of 3 tablets per day as needed; 270/90 days, no refill.    Continue to take Cymbalta and Elavil as prescribed.  You may consider Cymbalta 60 mg daily instead of 30 mg 2 per day.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     You reports that bilateral C5-6 and C6-7 intra-articular facet injection aggravated neck pain.  We discuss bilateral C4-7 medial branch block with progression to RFA.       Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-10-21\",\n                    \"encounter_id\": \"110465396\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 1,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 953\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 2\n}"}],"_postman_id":"0e9e6f36-f451-45a4-92c6-18c122fbbda6"},{"name":"All documents (200 Results)","id":"9b639dc8-6829-48dc-b5ae-6744e765ad14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search?size=200","description":"<p>To increase the maximum request output, the parameter of <strong>size</strong> can be added and set as shown in this example.    </p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[{"key":"size","value":"200"}],"variable":[]}},"response":[{"id":"6296dd30-ea84-47fd-a1c9-cb6c6705dc56","name":"All documents (200 Results)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://chart-notes.healthjump.com/_search?size=200","protocol":"https","host":["chart-notes","healthjump","com"],"path":["_search"],"query":[{"key":"size","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:55:00 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"523361"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090132368495198217326494790042255394.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ecbbc7e81e81081dc2bfb38699dd1999516cff93\",\n                    \"content\": \"<html><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Patient\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Patient</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Patient\\\"><a id=\\\"Patient_Summary\\\" name=\\\"Patient_Summary\\\"></a><table class=\\\"clinicalsummary\\\" style=\\\"table-layout: fixed;\\\"><tr><th>Name <td>RedactedLastName, RedactedFirstName (65, F) ID# 47635 <th>Appt. Date/Time <td>05/09/2014 03:00PM <tr><th>DOB <td>RedactedDOB <th>Service Dept. <td>TLC_WBK_Adult <tr><th>Provider <td colspan=\\\"3\\\">MIRZA BAIG <tr><th>Insurance <td colspan=\\\"3\\\"><div class=\\\"itemcontainer\\\" style=\\\"font-size: 12px; padding-left: 15px;\\\"><div class=\\\"item\\\">Med Primary: CAREFIRST ADMINISTRATORS (PPO FOR STATES OF MD, DC, VA)<br /> Insurance # : BAC000211<br /> Policy/Group # : BAC </div><div class=\\\"item\\\">Med Payment plan: PAYMENT PLAN #1122 </div><div class=\\\"item\\\">Prescription: <a href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;prescriptioneligibility&#39;, TITLE:&#39;prescription eligibility&#39;, URL:&#39;/3167/58/eligibility/pharmacyeligibility.esp?PATIENTID=47635&amp;NOHEADER=1&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;&#39;, SECTION:&#39;&#39;   });\\\" title=\\\"no check performed in the last 72 hrs. check prescription eligibility now.\\\">check now</a></div></div></td></th></tr></td></th></tr></td></th></td></th></tr></td></th></td></th></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"EncounterReason\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Chief Complaint</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"EncounterReason\\\"><a id=\\\"EncounterReason_Summary\\\" name=\\\"EncounterReason_Summary\\\"></a>Adult Female Physical </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"HPI\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">HPI</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"HPI\\\"><a id=\\\"HPI_Summary\\\" name=\\\"HPI_Summary\\\"></a>65 year old female came for PMV. she has no c/o today.&nbsp;&nbsp; </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ProblemList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Problems</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ProblemList\\\"><a id=\\\"ProblemList_Summary\\\" name=\\\"ProblemList_Summary\\\"></a><ul class=\\\"problemlist\\\"><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Hyperlipidemia</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Benign essential hypertension</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Atopic dermatitis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Psoriasis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Mammography abnormal</span></ul></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AllergyList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Allergies</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AllergyList\\\"><a id=\\\"AllergyList_Summary\\\" name=\\\"AllergyList_Summary\\\"></a>Reviewed Allergies<br /><span class=\\\"activeallergy\\\">CODEINE</span>: Vomiting </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"MedicationList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Medications</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"MedicationList\\\"><a id=\\\"MedicationList_Summary\\\" name=\\\"MedicationList_Summary\\\"></a><table class=\\\"medicationtable\\\"><tr><td class=\\\"reviewedtext\\\" colspan=\\\"3\\\"><div>Reviewed Medications<br /></div><tr><th><div class=\\\"indented\\\">Name </div><th>Date <th class=\\\"hideforprintfax\\\">Source <tr><td><div class=\\\"indented\\\">betamethasone valerate 0.1 % topical cream </div><div class=\\\"medicationdetails\\\">APPLY TO THE AFFECTED AREA EACH DAY AS NEEDED </div></td><td>03/07/14&nbsp;&nbsp;&nbsp;filled </td><td class=\\\"hideforprintfax\\\">Caremark </td></tr></th></th></th></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"VaccineList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vaccines</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"VaccineList\\\"><a id=\\\"VaccineList_Summary\\\" name=\\\"VaccineList_Summary\\\"></a><div class=\\\"clinical_patient_vaccinelist_htmlsummary_sub\\\">Reviewed Vaccines<br /><table class=\\\"slimgrid\\\" id=\\\"VACCINELIST_SUMMARY\\\"></table> declined FLu vaccine 2013 and had tdap in last 10 years </div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PastMedicalHistory\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Past Medical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PastMedicalHistory\\\"><a id=\\\"PastMedicalHistory_Summary\\\" name=\\\"PastMedicalHistory_Summary\\\"></a>Reviewed Past Medical History<br /> Last Pap Smear: N - declined<br /> Colonoscopy: N - declined<br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SocialHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Social History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SocialHistoryList\\\"><a id=\\\"SocialHistoryList_Summary\\\" name=\\\"SocialHistoryList_Summary\\\"></a>Social History not reviewed (last reviewed 08/03/2012)<br /><strong>Adult</strong><br /> Occupation: homemaker.<br /> Marital status: Married.<br /> Live alone or with others?: with others.<br /> Smoking Status: Never smoker.<br /> Alcohol intake: Occasional.<br /> Caffeine intake: Moderate.<br /> Chewing tobacco: none.<br /> Illicit drugs: none.<br /> Seat belts used routinely: Y.<br /> Sunscreen used routinely: Y.<br /> Smoke alarm in home: Y.<br /> Advance directive: N. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"FamilyHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Family History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"FamilyHistoryList\\\"><a id=\\\"FamilyHistoryList_Summary\\\" name=\\\"FamilyHistoryList_Summary\\\"></a>Family History not reviewed (last reviewed 08/03/2012)<br /><table class=\\\"familyhxtable\\\"><tr><td colspan=\\\"2\\\">Non-contributory. </td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SurgicalHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Surgical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SurgicalHistoryList\\\"><a id=\\\"SurgicalHistoryList_Summary\\\" name=\\\"SurgicalHistoryList_Summary\\\"></a>Reviewed Surgical History<br /> one ovary removed </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"DocumentReview\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Document Review</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"DocumentReview\\\"><a id=\\\"DocumentReview_Summary\\\" name=\\\"DocumentReview_Summary\\\"></a><dl style=\\\"display: inline\\\"><span style=\\\"font-weight:bold\\\">Discussed the following orders:</span><dt><li>Vitamin D2 50,000 unit capsule - 11/22/13</dl><dl style=\\\"display: inline\\\"><span style=\\\"font-weight:bold\\\">Discussed the following results:</span><dt><li>CARDIOVASULAR DISEASES (CVD) RISK PROFILE - 11/21/13<dd><dd>Results: <br /> - INTERPRETATION: NOTE&nbsp;&nbsp;&nbsp;<br /> - PDF IMAGE: NOT APPLICABLE&nbsp;&nbsp;&nbsp;<br /><dt><li>VITAMIN D,25-HYDROXY - 11/21/13<dd><dd>Result: <br /><strong>- VITAMIN D, 25-HYDROXY: 25.6&nbsp;&nbsp;&nbsp;Low</strong><br /><dt><li>THYROID STIMULATING HORMONE (TSH) - 11/21/13<dd><dd>Result: <br /> - TSH: 1.920&nbsp;&nbsp;&nbsp;<br /><dt><li>HEMOGLOBIN A1C - 11/21/13<dd><dd>Result: <br /><strong>- HEMOGLOBIN A1C: 5.7&nbsp;&nbsp;&nbsp;High</strong><br /><dt><li>LIPID PANEL - 11/21/13<dd><dd>Results: <br /><strong>- CHOLESTEROL, TOTAL: 272&nbsp;&nbsp;&nbsp;High</strong><br /><strong>- TRIGLYCERIDES: 191&nbsp;&nbsp;&nbsp;High</strong><br /> - HDL CHOLESTEROL: 48&nbsp;&nbsp;&nbsp;<br /> - VLDL CHOLESTEROL CAL: 38&nbsp;&nbsp;&nbsp;<br /><strong>- LDL CHOLESTEROL CALC: 186&nbsp;&nbsp;&nbsp;High</strong><br /><dt><li>URINALYSIS W/ REFLEX MICROSCOPIC - 11/21/13<dd><dd>Results: <br /> - SPECIFIC GRAVITY: 1.025&nbsp;&nbsp;&nbsp;<br /> - PH: 6.5&nbsp;&nbsp;&nbsp;<br /> - URINE-COLOR: YELLOW&nbsp;&nbsp;&nbsp;<br /><strong>- APPEARANCE: CLOUDY&nbsp;&nbsp;&nbsp;Abnormal</strong><br /><strong>- WBC ESTERASE: TRACE&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - PROTEIN: TRACE&nbsp;&nbsp;&nbsp;<br /> - GLUCOSE: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - KETONES: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - OCCULT BLOOD: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - BILIRUBIN: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - UROBILINOGEN,SEMI-QN: 0.2&nbsp;&nbsp;&nbsp;<br /> - NITRITE, URINE: NEGATIVE&nbsp;&nbsp;&nbsp;<br /> - MICROSCOPIC EXAMINATION: SEE BELOW:&nbsp;&nbsp;&nbsp;<br /><strong>- WBC: 6-10&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - RBC: 0-3&nbsp;&nbsp;&nbsp;<br /><strong>- EPITHELIAL CELLS (NON RENAL): &gt;10&nbsp;&nbsp;&nbsp;Abnormal</strong><br /><strong>- CRYSTALS: PRESENT&nbsp;&nbsp;&nbsp;Abnormal</strong><br /> - CRYSTAL TYPE: CALCIUM OXALATE&nbsp;&nbsp;&nbsp;<br /> - MUCUS THREADS: PRESENT&nbsp;&nbsp;&nbsp;<br /> - BACTERIA: FEW&nbsp;&nbsp;&nbsp;<br /><dt><li>COMP. METABOLIC PANEL (14) - 11/21/13<dd><dd>Results: <br /><strong>- GLUCOSE, SERUM: 102&nbsp;&nbsp;&nbsp;High</strong><br /> - BUN: 12&nbsp;&nbsp;&nbsp;<br /> - CREATININE, SERUM: 0.81&nbsp;&nbsp;&nbsp;<br /> - EGFR IF NONAFRICN AM: 77&nbsp;&nbsp;&nbsp;<br /> - EGFR IF AFRICN AM: 89&nbsp;&nbsp;&nbsp;<br /> - BUN/CREATININE RATIO: 15&nbsp;&nbsp;&nbsp;<br /> - SODIUM, SERUM: 139&nbsp;&nbsp;&nbsp;<br /> - POTASSIUM, SERUM: 4.3&nbsp;&nbsp;&nbsp;<br /> - CHLORIDE, SERUM: 101&nbsp;&nbsp;&nbsp;<br /> - CARBON DIOXIDE, TOTAL: 27&nbsp;&nbsp;&nbsp;<br /> - CALCIUM, SERUM: 9.8&nbsp;&nbsp;&nbsp;<br /> - PROTEIN, TOTAL, SERUM: 6.8&nbsp;&nbsp;&nbsp;<br /> - ALBUMIN, SERUM: 4.2&nbsp;&nbsp;&nbsp;<br /> - GLOBULIN, TOTAL: 2.6&nbsp;&nbsp;&nbsp;<br /> - A/G RATIO: 1.6&nbsp;&nbsp;&nbsp;<br /> - BILIRUBIN, TOTAL: 0.4&nbsp;&nbsp;&nbsp;<br /> - ALKALINE PHOSPHATASE, S: 81&nbsp;&nbsp;&nbsp;<br /> - AST (SGOT): 20&nbsp;&nbsp;&nbsp;<br /> - ALT (SGPT): 20&nbsp;&nbsp;&nbsp;<br /><dt><li>CBC W/DIFF - 11/21/13<dd><dd>Results: <br /> - WBC: 7.6&nbsp;&nbsp;&nbsp;<br /> - RBC: 4.53&nbsp;&nbsp;&nbsp;<br /> - HEMOGLOBIN: 14.0&nbsp;&nbsp;&nbsp;<br /> - HEMATOCRIT: 41.6&nbsp;&nbsp;&nbsp;<br /> - MCV: 92&nbsp;&nbsp;&nbsp;<br /> - MCH: 30.9&nbsp;&nbsp;&nbsp;<br /> - MCHC: 33.7&nbsp;&nbsp;&nbsp;<br /> - RDW: 12.7&nbsp;&nbsp;&nbsp;<br /> - PLATELETS: 282&nbsp;&nbsp;&nbsp;<br /> - NEUTROPHILS: 65&nbsp;&nbsp;&nbsp;<br /> - LYMPHS: 22&nbsp;&nbsp;&nbsp;<br /> - MONOCYTES: 7&nbsp;&nbsp;&nbsp;<br /> - EOS: 5&nbsp;&nbsp;&nbsp;<br /> - BASOS: 1&nbsp;&nbsp;&nbsp;<br /> - NEUTROPHILS (ABSOLUTE): 5.0&nbsp;&nbsp;&nbsp;<br /> - LYMPHS (ABSOLUTE): 1.7&nbsp;&nbsp;&nbsp;<br /> - MONOCYTES(ABSOLUTE): 0.5&nbsp;&nbsp;&nbsp;<br /> - EOS (ABSOLUTE): 0.4&nbsp;&nbsp;&nbsp;<br /> - BASO (ABSOLUTE): 0.0&nbsp;&nbsp;&nbsp;<br /> - IMMATURE GRANS (ABS): 0.0&nbsp;&nbsp;&nbsp;<br /></dl></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Vitals\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vitals</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Vitals\\\"><a id=\\\"Vitals_Summary\\\" name=\\\"Vitals_Summary\\\"></a><span class=\\\"graytext\\\">05/09/2014 03:02 pm</span><br /><table class=\\\"vitalssummary\\\"><tr><td class=\\\"vitalssummarytitle\\\">Ht: </td><td class=\\\"vitalssummarydata\\\">5 ft 7 in<br /></td><td class=\\\"vitalssummarytitle\\\">Wt: </td><td class=\\\"vitalssummarydata\\\">132 lbs <br /></td><td class=\\\"vitalssummarytitle\\\">BMI: </td><td class=\\\"vitalssummarydata\\\">20.7<br /><tr><td class=\\\"vitalssummarytitle\\\">BP: </td><td class=\\\"vitalssummarydata\\\">158/94 sitting R arm<br /></td><td class=\\\"vitalssummarytitle\\\">T: </td><td class=\\\"vitalssummarydata\\\">98 F&deg; oral<br /></td><td class=\\\"vitalssummarytitle\\\">Pulse: </td><td class=\\\"vitalssummarydata\\\">73 bpm regular<br /><tr><td class=\\\"vitalssummarytitle\\\">RR: </td><td class=\\\"vitalssummarydata\\\">18<br /></td><td class=\\\"vitalssummarytitle\\\">O2Sat: </td><td class=\\\"vitalssummarydata\\\">100% Room Air at Rest<br /></td><td class=\\\"vitalssummarytitle\\\">Pain Scale: </td><td class=\\\"vitalssummarydata\\\">0<br /></td></tr></td></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ReviewOfSystems\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">ROS</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ReviewOfSystems\\\"><a id=\\\"ReviewOfSystems_Summary\\\" name=\\\"ReviewOfSystems_Summary\\\"></a>Patient reports no fever, no night sweats, no significant weight gain, no significant weight loss, and no exercise intolerance. She reports no dry eyes, no irritation, and no vision change. She reports no difficulty hearing and no ear pain. She reports no frequent nosebleeds and no nose/sinus problems. She reports no sore throat, no bleeding gums, no snoring, no dry mouth, no mouth ulcers, no oral abnormalities, and no teeth problems. She reports no chest pain, no arm pain on exertion, no shortness of breath when walking, no shortness of breath when lying down, no palpitations, and no known heart murmur. She reports no cough, no wheezing, no shortness of breath, and no coughing up blood. She reports no abdominal pain, no vomiting, normal appetite, no diarrhea, and not vomiting blood. She reports no incontinence, no difficulty urinating, no hematuria, and no increased frequency. She reports no muscle aches, no muscle weakness, no arthralgias/joint pain, no back pain, and no swelling in the extremities. She reports no abnormal mole, no jaundice, and no rashes. She reports no loss of consciousness, no weakness, no numbness, no seizures, no dizziness, and no headaches. She reports no depression, no sleep disturbances, feeling safe in relationship, and no alcohol abuse. She reports no fatigue. She reports no swollen glands and no bruising. She reports no runny nose, no sinus pressure, no itching, no hives, and no frequent sneezing. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PhysicalExam\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Physical Exam</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PhysicalExam\\\"><a id=\\\"PhysicalExam_Summary\\\" name=\\\"PhysicalExam_Summary\\\"></a><span class=\\\"encountersummaryexam\\\"><div>Patient is a 65-year-old female. </div><br /><div><span class=\\\"paragraphpe\\\">Constitutional:</span> <span class=\\\"paragraphcontents\\\">General Appearance: healthy-appearing, well-nourished, and well-developed. Level of Distress: NAD. Ambulation: ambulating normally. </span></div><br /><div><span class=\\\"paragraphpe\\\">Psychiatric:</span> <span class=\\\"paragraphcontents\\\">Insight: good judgement. Mental Status: normal mood and affect and active and alert. Orientation: to time, place, and person. Memory: recent memory normal and remote memory normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Head:</span> <span class=\\\"paragraphcontents\\\">Head: normocephalic and atraumatic. </span></div><br /><div><span class=\\\"paragraphpe\\\">Eyes:</span> <span class=\\\"paragraphcontents\\\">Lids and Conjunctivae: no discharge or pallor and non-injected. Pupils: PERRLA. Corneas: grossly intact and fluorescein stain--normal. Fundoscopic: normal vessels and optic discs, no exudates or hemorrhages, and grossly normal except where noted. EOM: EOMI. Lens: clear. Sclerae: non-icteric. Vision: peripheral vision grossly intact and acuity grossly intact. </span></div><br /><div><span class=\\\"paragraphpe\\\">ENMT:</span> <span class=\\\"paragraphcontents\\\">Ears: no lesions on external ear, EACs clear, TMs clear, and TM mobility normal. Hearing: no hearing loss and Rinne AC&gt;BC. Nose: no lesions on external nose, septal deviation, sinus tenderness, or nasal discharge and nares patent and nasal passages clear. Lips, Teeth, and Gums: no mouth or lip ulcers or bleeding gums and normal dentition. Oropharynx: no erythema or exudates and moist mucous membranes and tonsils not enlarged. </span></div><br /><div><span class=\\\"paragraphpe\\\">Neck:</span> <span class=\\\"paragraphcontents\\\">Neck: supple, FROM, trachea midline, and no masses. Lymph Nodes: no cervical LAD, supraclavicular LAD, axillary LAD, or inguinal LAD. Thyroid: no enlargement or nodules and non-tender. </span></div><br /><div><span class=\\\"paragraphpe\\\">Lungs:</span> <span class=\\\"paragraphcontents\\\">Respiratory effort: no dyspnea. Auscultation: no wheezing, rales/crackles, or rhonchi and breath sounds normal, good air movement, and CTA except as noted. </span></div><br /><div><span class=\\\"paragraphpe\\\">Cardiovascular:</span> <span class=\\\"paragraphcontents\\\">Apical Impulse: not displaced. Heart Auscultation: normal S1 and S2; no murmurs, rubs, or gallops; and RRR. Neck vessels: no carotid bruits. Pulses including femoral / pedal: normal throughout. </span></div><br /><div><span class=\\\"paragraphpe\\\">Abdomen:</span> <span class=\\\"paragraphcontents\\\">Bowel Sounds: normal. Inspection and Palpation: no tenderness, guarding, masses, rebound tenderness, or CVA tenderness and soft and non-distended. Liver: non-tender and no hepatomegaly. Spleen: non-tender and no splenomegaly. Hernia: none palpable. </span></div><br /><div><span class=\\\"paragraphpe\\\">Musculoskeletal::</span> <span class=\\\"paragraphcontents\\\">Motor Strength and Tone: normal tone and motor strength. Joints, Bones, and Muscles: no contractures, malalignment, tenderness, or bony abnormalities and normal movement of all extremities. Extremities: no cyanosis, edema, varicosities, or palpable cord. </span></div><br /><div><span class=\\\"paragraphpe\\\">Neurologic:</span> <span class=\\\"paragraphcontents\\\">Gait and Station: normal gait and station. Cranial Nerves: grossly intact. Sensation: grossly intact and monofilament test intact. Reflexes: DTRs 2+ bilaterally throughout. Coordination and Cerebellum: finger-to-nose intact and no tremor. </span></div><br /><div><span class=\\\"paragraphpe\\\">Skin:</span> <span class=\\\"paragraphcontents\\\">Inspection and palpation: no rash, lesions, ulcer, induration, nodules, jaundice, or abnormal nevi and good turgor. Nails: normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Back:</span> <span class=\\\"paragraphcontents\\\">Thoracolumbar Appearance: normal curvature. </span></div></span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AssessmentPlan\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Assessment / Plan</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AssessmentPlan\\\"><a id=\\\"AssessmentPlan_Summary\\\" name=\\\"AssessmentPlan_Summary\\\"></a><div class=\\\"boldblack\\\"><div blockname=\\\"diagnosisorders\\\"><div class=\\\"dxheadingsummary\\\"><strong>1. Adult health examination</strong> - Patient again declined to have colonosocpy,PAP smears.she also does not want any vaccination including Zostavax. <div style=\\\"text-indent:0\\\">V70.0: Routine general medical examination at a health care facility </div></div><br /><div class=\\\"dxheadingsummary\\\"><strong>2. Hyperlipidemia</strong><div style=\\\"text-indent:0\\\">272.4: Other and unspecified hyperlipidemia </div></div><br /><div class=\\\"dxheadingsummary\\\"><strong>3. Psoriasis</strong><div style=\\\"text-indent:0\\\">696.1: Other psoriasis </div><ul><li class=\\\"dxorderssummary\\\">PSORIASIS: AFTER YOUR VISIT<l></l></ul></div><br /></div><div class=\\\"encountercareplan_summary\\\"><span class=\\\"clinicalsubsubheading\\\">Discussion</span><div blockname=\\\"discussion\\\" class=\\\"dxheadingsummary\\\"><div class=\\\"encountercareplan_summary_subsection\\\"><strong>Discussion Notes</strong><div class=\\\"encountercareplan_summary_textblock\\\">Advised patient to exercise at least 3 times per week, use sunscreen/sunblock, wear seat belts and maintain smoke and carbon dioxide detectors in home. Colon cancer screening discussion (for patients age 50 and above). </div></div></div></div><br /><span class=\\\"clinicalsubsubheading\\\">Return to Office</span><br /><div blockname=\\\"returntooffice\\\" class=\\\"dxheadingsummary\\\"><ul><li class=\\\"dxorderssummary\\\">Mirza Baig for INT MED OFFICE VISIT - 15 at TLC_WBK_Adult on 11/10/2014 at 03:30 PM </ul></div></div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SignOff\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Encounter Sign-Off</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SignOff\\\"><a id=\\\"SignOff_Summary\\\" name=\\\"SignOff_Summary\\\"></a>Encounter signed-off by Mirza Baig, 05/19/2014. </div></div><br /> Encounter performed and documented by Mirza Baig <br />Encounter reviewed &amp; signed by Mirza Baig on 05/19/2014 at 11:17am </html>\",\n                    \"encounter_date\": \"2014-05-09\",\n                    \"encounter_id\": \"683288\",\n                    \"note_type\": \"Encounter Summary\",\n                    \"patient_hash\": \"c4d63692613ca841354ba7bd75f3eb2ebef9aa98\",\n                    \"practice_id\": \"3167\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142518283373362426028208542449698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"PT. Stated that she's unable to make today apt. I did advise her that next available is in may. Pt stated that she is needing to be seen due to new medication she is on. Pt stated that she can only di Monday. Please advise, thank you.  \",\n                    \"encounter_date\": \"2018-03-26\",\n                    \"encounter_id\": \"105173559\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142524202274175259252922781794338.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Med refill on Tramadol ER 100  Nxt OV 08/23  Shannon Pharmacy   \",\n                    \"encounter_date\": \"2019-07-25\",\n                    \"encounter_id\": \"110126733\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142530636177387248309734165446690.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2018-01-26\",\n                    \"encounter_id\": \"101822375\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142538421659665566521894151127074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt is employed by Shannon.  I phoned in the prescription again to be sure they received it at Shannon pharmacy.    \",\n                    \"encounter_date\": \"2019-11-27\",\n                    \"encounter_id\": \"111637099\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142551244735834218894168734826530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Can you Call patient and let him know Dr. Greeson tried calling him he did not answer and he left voice mail to call back. He needs to book appointment for further refills. Thanks.  \",\n                    \"encounter_date\": \"2018-02-07\",\n                    \"encounter_id\": \"104653441\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142568967588349769358763280564258.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt was able to stand up and walk out. During the exam she did have some pain but after sitting she had a little discomfort leaving. But felt fine leaving the department     \",\n                    \"encounter_date\": \"2019-09-13\",\n                    \"encounter_id\": \"110579518\",\n                    \"note_type\": \"Nursing Note - IP\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142572408191232392593531933294626.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\"     Chief Complaint:RedactedFirstName D RedactedLastName, is a 34 y.o. year old female who presents for Establish Care.    Works in opthalmology with Dr Lui.    Follows with Kellie Ryan and Kelly Wilson, MD in OB/GYN    Working now to lose weight, regular diet and exercise- losing inches already. Would like to have her thyroid checked.    Had wellness labs for shannon already- normal.     Already had flu shot.      Review of Systems   Constitutional: Negative for fatigue and fever.   Eyes: Negative for visual disturbance.   Respiratory: Negative for cough and shortness of breath.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for abdominal pain, constipation and diarrhea.   Genitourinary: Negative for flank pain and frequency.   Musculoskeletal: Negative for arthralgias.   Skin: Negative for color change.   Neurological: Negative for dizziness, light-headedness and headaches.   Psychiatric/Behavioral: Negative for sleep disturbance.       No current outpatient prescriptions on file prior to visit.     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • No Known Drug Allergies        History reviewed. No pertinent past medical history.  Past Surgical History:   Procedure Laterality Date   • CESAREAN SECTION, CLASSIC  2009 2015     Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • No Known Problems Father      Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: occasionally   • Drug use: Unknown   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Vitals:    10/27/17 0806   BP: 112/80   Pulse: 71   SpO2: 98%    Weight: 72.1 kg (159 lb)   Height: 4' 11\\\"\\\" (1.499 m)     Physical Exam   Constitutional: She is oriented to person, place, and time. She appears well-developed and well-nourished.   HENT:   Head: Normocephalic.   Right Ear: Tympanic membrane normal. No decreased hearing (impacted cerumen) is noted.   Left Ear: Tympanic membrane normal. No decreased hearing (impacted cerumen) is noted.   Eyes: Conjunctivae are normal. Pupils are equal, round, and reactive to light.   Neck: Normal range of motion. Neck supple.   Cardiovascular: Normal rate, regular rhythm, normal heart sounds and intact distal pulses.  Exam reveals no gallop and no friction rub.    No murmur heard.  Pulmonary/Chest: Effort normal and breath sounds normal. She has no wheezes.   Abdominal: Soft. Bowel sounds are normal. She exhibits no distension. There is no tenderness.   Musculoskeletal: Normal range of motion.   Neurological: She is alert and oriented to person, place, and time.   Skin: Skin is warm and dry. No rash noted. No erythema.   Psychiatric: She has a normal mood and affect. Her behavior is normal.   Vitals reviewed.        No results found for: HGBA1C      ASSESSMENT  1. Routine general medical examination at a health care facility        PLAN  1. She will have non fasting lab performed in future- TSH, CBC, CMP  2. Discussed impacted cerumen- we can bring her back sometime for just a cleaning- not a booked appointment  3. We will call with results and follow up accordingly  4. Work note today  5. Encouraged to continue with exercise recommendations- 30 minutes of strenous physical activity with sustained elevated heart rate- 5 days a week.  6. Healthy and clean diet recommendations discussed- less processed foods, healthy carbohydrates, more fruits and vegetables, grilled meats, protein for breakfast, and smaller more frequent meals throughout the day.  Heather Dallas, FNP  \\\"\",\n                    \"encounter_date\": \"2017-10-27\",\n                    \"encounter_id\": \"101836808\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573245976825385531618724151330.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Please advise.   \",\n                    \"encounter_date\": \"2018-07-17\",\n                    \"encounter_id\": \"106146623\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573568760019222637608370700322.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg 1 tablet per day; 30, 1 refill.       We will refill   Ultracet 37.5/325 mg up to 3 tablets per day as needed for pain; 90, no refill.     We will refill tizanidine 2 mg up to an average of 3 tablets per day as needed; 270/90 days, no refill.    Continue to take Cymbalta and Elavil as prescribed.  You may consider Cymbalta 60 mg daily instead of 30 mg 2 per day.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     You reports that bilateral C5-6 and C6-7 intra-articular facet injection aggravated neck pain.  We discuss bilateral C4-7 medial branch block with progression to RFA.       Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-10-21\",\n                    \"encounter_id\": \"110465396\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142574384784947462512370016845858.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt calling states she needs to order 1 box of CTL's  \",\n                    \"encounter_date\": \"2018-11-06\",\n                    \"encounter_id\": \"107159634\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142581463045621306166600238366754.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"May 26, 2020     Patient: RedactedFirstName Nicholas RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 5/26/2020       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 5/26/2020 at 8:00 a.m. Please excuse Renee RedactedLastName for her absence from work during this time to make the appointment for RedactedFirstName.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Generic Nurse - De La Cerda        CC: No Recipients  \",\n                    \"encounter_date\": \"2020-05-26\",\n                    \"encounter_id\": \"113645923\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142583180929210978554657495842850.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Chief Complaint: cyst, stone, frequency      HPI  This patient is a 41 y.o. y/o here today for several urologic issues.     She reports new onset frequency and urgency. She has had symptoms over the past month or two. She does not wear pads, but she received very little warning before she tries to make it to the bathroom.  She does not usually get urinary tract infections.  She has never tried any bladder medications    In addition, she had a MRI done for chronic low back pain.  The MRI showed a renal cyst.  She then had a renal ultrasound done showing that the cyst is simple.  However, there is an echogenic focus in the other kidney that is perhaps a nonobstructing 5 mm nephrolith.  She has never had a kidney stone.  She denies any hematuria or renal colic.  Current Outpatient Prescriptions   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet      • diazePAM (VALIUM) 10 mg tablet      • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet      • meloxicam (MOBIC) 7.5 mg tablet      • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet      • traMADol (ULTRAM) 50 mg tablet Take 50 mg by mouth 1 (one) time each day.     • cephalexin (KEFLEX) 500 mg capsule Take 1 capsule (500 mg total) by mouth 3 (three) times a day for 7 days. 21 capsule 0   • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for up to 10 days. 30 tablet 0   • omeprazole (PriLOSEC) 40 mg DR capsule        No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical History:   Diagnosis Date   • Acute depression    • Anemia     • Anxiety    • Migraine    • Migraine        Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Positive for frequency and urgency. Negative for dysuria.   Musculoskeletal: Positive for arthralgias, back pain, gait problem, joint swelling, neck pain and neck stiffness. Negative for myalgias.   Skin: Negative for rash.   Neurological: Positive for tremors and weakness. Negative for seizures and syncope.    Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Vitals:    01/02/18 1130   BP: 132/82   Weight: 83.9 kg (185 lb)   Height: 5' 2\\\"\\\" (1.575 m)       Physical Exam    In general she is in no acute distress.  She is alert and oriented, and her judgment appears intact  HEENT: Normocephalic/ atraumatic.  She has moist mucous membranes.  Oropharynx is clear.  Neck is supple.  Good oral dentition.  Chest: Symmetric without increased work of breathing  Cardiovascular: Regular rate and rhythm  Back: Straight without CVA tenderness  Extremities: No clubbing, cyanosis, edema  Integumentary: No rashes or lesions, skin is warm  Neuro: All cranial nerves are grossly intact, all extremities move equally  Psychiatric: She is alert and oriented, she does not appear anxious         Urinalysis:  Many bacteria    We reviewed the renal ultrasound together.  There is no hydronephrosis, but there is a 5 mm echogenic focus that could be a kidney stone.  In addition, the left renal cyst is simple  ASSESSMENT  Problem List Items Addressed This Visit     None      Visit Diagnoses     Frequency of micturition    -  Primary    Renal stone        Relevant Medications    traMADol (ULTRAM) 50 mg tablet    Urge incontinence of urine        Urgency of urination        Relevant Orders    Culture, urine    Acute cystitis            I think that her new onset of urgency and frequency with occasional incontinence could be secondary to her acute cystitis.  I am sending her urine for culture.  In addition, I am going to go ahead and start her on Keflex.  I will call her and let her know the culture results.  If she continues to be symptomatic after the resolution of her urinary tract infection, I have given her samples of Toviaz and VESIcare at low doses to take.    PLAN  Treat UTI  Try samples of anticholinergics  Call me for prescription if they work well     We discussed CT imaging for possible stone.  I do not think that her back pain is related to a stone as it is nonobstructing and there is no hydronephrosis.    The left renal cyst is simple in needs no further follow-up    Thank you for the courtesy of this consultation          Electronically signed by: Elisa Brantly MD  \\\"\",\n                    \"encounter_date\": \"2018-01-02\",\n                    \"encounter_id\": \"104127774\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142585849028494868041383511326754.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"I called patient he did not answer. I left a voice mail to call back.  \",\n                    \"encounter_date\": \"2018-02-19\",\n                    \"encounter_id\": \"104848363\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142587998498602142852124858384418.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Called pt informed rx called in on 2/16/18 to pharmacy. Pt voiced understanding states pharmacy did send her a text this a.m.  \",\n                    \"encounter_date\": \"2018-02-19\",\n                    \"encounter_id\": \"104857200\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142595349976511219412479844024354.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"The pt wold like to speak to the nurse about having her ears irrigated and if the pt is needing an appointment. The pt states Heather Dallas told the pt to just stop by during her lunch any day.   \",\n                    \"encounter_date\": \"2017-11-06\",\n                    \"encounter_id\": \"103636252\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142596344922460762252359346683938.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Office Visit    Chief Complaint:RedactedFirstName M RedactedLastName, is a 44 y.o. year old female who presents for No chief complaint on file..    Patient is here for follow-up on obesity.  I had started her on phentermine with Topamax 5/25 mg daily on her previous visit.  She has lost 4 lb and has more energy although she states that her symptoms start week turning about 4:00 a.m. in the afternoon.  She has had no side effects from the medication.  She denies any trouble sleeping.    Review of Systems   Constitutional: Negative for appetite change and fatigue.   HENT: Negative for trouble swallowing.    Respiratory: Negative for cough, chest tightness, shortness of breath and wheezing.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for abdominal pain, constipation, diarrhea, nausea and vomiting.   Musculoskeletal: Negative for back pain.   Psychiatric/Behavioral: Negative for behavioral problems, sleep disturbance and suicidal ideas. The patient is not nervous/anxious.        Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • amitriptyline (Elavil) 50 mg tablet Take 1 tablet (50 mg total) by mouth every night. 90 tablet 0   • baclofen (Lioresal) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 times a day. 90 tablet 4   • betamethasone dipropionate (Diprolene) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 times weekly for maintenance. 45 g 2   • DULoxetine (Cymbalta) 60 mg capsule Take 1 capsule (60 mg total) by mouth every night. 90 capsule 0   • ergocalciferol (Vitamin D-2) 50,000 unit capsule Take 1 capsule (50,000 Units total) by mouth 1 (one) time per week. 12 capsule 0   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.        • promethazine (Phenergan) 25 mg tablet Take 1 tablet (25 mg total) by mouth 2 (two) times a day if needed for nausea or vomiting. 60 tablet 1   • rizatriptan MLT (Maxalt-MLT) 10 mg disintegrating tablet Dissole 1 tablet (10 mg total) in mouth if needed for migraine. 10 tablet 0   • traMADol ER (Ultram-Er) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split. 30 tablet 1   • [DISCONTINUED] phentermine-topiramate capsule Take 1 capsule by mouth 1 (one) time each day. Each capsule contains phentermine 5 mg - topiramate 25 mg. 30 capsule 1   • dupilumab (Dupixent) 300 mg/2 mL syringe Inject 1 Syringe (300 mg total) under the skin every 14 (fourteen) days. (Patient not taking: Reported on 8/18/2020 ) 6 Syringe 3     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine      Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL       Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other      Social History     Tobacco Use   • Smoking status: Former Smoker    • Smokeless tobacco: Never Used   Substance Use Topics   • Alcohol use: Yes     Comment: social drinker   • Drug use: No       Vitals:    09/21/20 1421   BP: 126/74   Pulse: 80   Temp: 98.3 °F (36.8 °C)   SpO2: 96%   Weight: 86.3 kg (190 lb 3.2 oz)   Height: 5' 2\\\"\\\" (1.575 m)     Physical Exam   Constitutional: She is well-developed.   HENT:   Head: Normocephalic and atraumatic.    Cardiovascular: Normal rate and regular rhythm.    Pulmonary:      Effort: Pulmonary effort is normal. No respiratory distress.      Breath sounds: Normal breath sounds.     Abdominal: Soft. She exhibits no distension.   Neurological: She is alert and oriented to person, place, and time. no focal deficit present.  Psychiatric:         Mood and Affect: Mood normal.         Behavior: Behavior normal.    Vitals signs and nursing note reviewed.           No results found for this or any previous visit (from the past 672 hour(s)).    Immunization History   Administered Date(s) Administered   • Influenza (IM) 10/21/2003, 10/24/2005, 10/28/2008, 09/02/2009, 09/15/2010, 09/23/2011, 10/02/2012, 09/24/2013   • Influenza (IM) Preservative Free 09/28/2017, 09/27/2018, 10/04/2019, 09/21/2020   • Influenza, Injectable, Quadrivalent, Contains Preservative 10/09/2014, 10/02/2015, 09/29/2016   • Influenza, Injectable, Quadrivalent, Preservative Free 09/28/2017   • Tdap 08/14/2012       ASSESSMENT/PLAN  Diagnoses and all orders for this visit:    Obesity, not otherwise specified (Primary), I have increased her dosage from 05/25 to 10/25 q.day and will see her back in 3 months.  -     phentermine-topiramate capsule; Take 1 capsule by mouth 1 (one) time each day. Each capsule contains phentermine 10 mg - topiramate 25 mg.    Immunization  -     Influenza Quadravalent - single dose vial/syringe - 0.5 mL - greater than 6 months           Viki A Forlano, MD  \\\"\",\n                    \"encounter_date\": \"2020-09-21\",\n                    \"encounter_id\": \"114742016\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142599074676961452085173272182818.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Script has been sent to pharmacy   \",\n                    \"encounter_date\": \"2020-09-30\",\n                    \"encounter_id\": \"115302697\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142611519359348565078447453372450.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Patient ID: RedactedFirstName Ray RedactedLastName is a 56 y.o. male.    Chief Complaint:  Rash has much improved since the last visit, but itching is starting to come back.    HPI:  56yo here for 1 month follow-up.  Patient states that he has been much improved while on prednisone but once off prednisone , the itching has started to return.  He has acquired recent URI symptoms (some nasal congestion, scratchy throat, but no fever).   He has been taking meds as prescribed.         Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Heart disease    • Hyperlipidemia    • Hypertension    • Stroke (HCC)      Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Former Smoker     Packs/day: 1.50     Years: 27.00     Quit date: 2007   • Smokeless tobacco: Never Used   • Alcohol use 2.4 - 3.0 oz/week     4 - 5 Glasses of wine per week      Comment: SOCIAL   • Drug use: No   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None     Past Surgical History:   Procedure Laterality Date   • CARDIAC CATHETERIZATION     • CORONARY ANGIOPLASTY WITH STENT PLACEMENT      2008 / 2011   • CORONARY ARTERY BYPASS GRAFT     • NASAL SEPTUM SURGERY       Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        Review of Systems   Constitutional: Negative for fatigue and fever.   HENT: Positive for congestion, rhinorrhea and sore throat (mild, scratchy). Negative for ear pain, nosebleeds, postnasal drip, sinus pain, sinus pressure and sneezing.    Eyes: Negative for redness and itching.   Respiratory: Negative for cough, chest tightness, shortness of breath and wheezing.     Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative.    Endocrine: Negative.    Genitourinary: Negative.    Musculoskeletal: Negative for arthralgias, joint swelling and myalgias.   Skin: Negative for rash.   Neurological: Negative for weakness and headaches.   Hematological: Negative for adenopathy. Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for behavioral problems. The patient is not nervous/anxious.        Objective:    Physical Exam   Constitutional: He is oriented to person, place, and time. He appears well-developed and well-nourished.   HENT:   Head: Normocephalic and atraumatic.   Right Ear: External ear normal.   Left Ear: External ear normal.   Slight bumpy posterior pharynx, clear and thin nasal drainage, mild turbinate swelling bilaterally.   Eyes: Conjunctivae and EOM are normal. Pupils are equal, round, and reactive to light. No scleral icterus.   Neck: Normal range of motion. Neck supple.   Cardiovascular: Normal rate, regular rhythm and normal heart sounds.    No murmur heard.  Pulmonary/Chest: No respiratory distress. He has no wheezes. He has no rales. He exhibits no tenderness.   Musculoskeletal: Normal range of motion. He exhibits no edema.   Lymphadenopathy:     He has no cervical adenopathy.   Neurological: He is alert and oriented to person, place, and time. He has normal strength. No cranial nerve deficit. He exhibits normal muscle tone.   Skin: Skin is intact. Rash (mild erythema on legs with some patchy mild eczema) noted. Rash is not urticarial. No erythema.   Psychiatric: His mood appears not anxious. He does not exhibit a depressed mood.         Assessment:    Eczema, severe, improved.  URI, mild.      Plan:     Education and counseling given  1.  Continue Prednisone 10mg qAM (disp #90).  2.  Continue cetirizine 10mg BID (disp # 180).  3.  Continue topical management of eczema as previously prescribed.   4.  Try Benzedrex OTC nasal inhaler 2 inhalations up to TID for not more than 3 days.  5. Gargle with 1/2 tsp salt/8 oz. glass of warm water TID for throat irritation.  Consdier Chloraseptic throat spray and/or Motrin or Tylenol for sore throat pain.  6.  RTC in 2 months.    \",\n                    \"encounter_date\": \"2018-02-19\",\n                    \"encounter_id\": \"104503721\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142615767524678690885573529305122.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Patient mother stated pharmacy has not received rx for dupixent.   \",\n                    \"encounter_date\": \"2020-10-29\",\n                    \"encounter_id\": \"115302697\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142616920839910603241874918473762.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"The patient was reevaluated immediately before moderate or deep sedation use and before anesthesia induction.  \",\n                    \"encounter_date\": \"2018-09-26\",\n                    \"encounter_id\": \"106769405\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142617213399958949982135197368354.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"LMTCB BColumbusRN  \",\n                    \"encounter_date\": \"2019-06-27\",\n                    \"encounter_id\": \"109805858\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142620456947932976032348372992034.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"I faxed enrollment form for Dupixent to Dupixent MyWay to see about pt assistance since pt has no insurance.   \",\n                    \"encounter_date\": \"2020-07-01\",\n                    \"encounter_id\": \"114109760\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142630113847380057690676962263074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Sent refill to pharmacy.  Will call pt to inform and need to follow up. Still pending Dupixent approval.   \",\n                    \"encounter_date\": \"2018-01-24\",\n                    \"encounter_id\": \"104527867\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142631116046884518218331513159714.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Shannon Clinic  RedactedCity, Texas  Radiology Report     NAME: RedactedLastName, RedactedFirstName Michelle  DOB: RedactedDOB  SEX: F  MR#: 28887     EXAM DESC: SPINE CERVICAL 2 VIEW     EXAM DATE: 8/9/2016 9:23:37 AM  ORDERED BY: HUTCHINS, LESLIE  ACCESSION: SC0000003125491  REASON FOR EXAM: Cerv disc d/o radiculopath uns cerv     REPORT:     Comparison:06/14/2016    Views: AP and lateral views of cervical spine    Findings/impression: Postoperative changes of a ACDF are unchanged at C5-6.  Cervical spine alignment is normal. There is preservation of the vertebral body  heights and intervertebral disc heights. Prevertebral soft tissues and predental  space have a normal appearance. No significant facet disease is noted.  Visualized lung apices are clear. No fracture or significant subluxation is  appreciated.     Chris Cole, MD     This document has been electronically signed by: Chris Cole, MD 8/9/2016 2:18 PM          Electronically Signed By: Chris  Cole 2016-08-09 14:18:01  \",\n                    \"encounter_date\": \"2017-09-14\",\n                    \"encounter_id\": \"note_826152\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142633862726346682655953884545058.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Follow up in 4 months    Referral was submitted to physical therapy for dry needling; they will contact you with session details once approved by your insurance, thank youEating for Your Health  Better eating habits can improve your health by lowering blood pressure and cholesterol and help to maintain a healthy weight.  Follow these 5 simple steps to make this lifestyle change.    1. Choose Heart Healthy Fats  ? Olive oil, canola oil, avocado, nuts, and seeds are types of fats that can improve heart health.  ? Boneless &amp; skinless poultry, fish, and tofu are common, easy to prepare lean meats.  ? Meats with loin or round in the name such as pork loin, sirloin, and round roast have less fat.  ? Eat less cheese, ice cream, and heavy whipping cream.  2. Reduce Salt Intake  ? Limit salt when cooking and try other flavors such as lemon, garlic, onion, and other non-sodium spice blends.  ? Keep the saltshaker off the table.  ? Check the Nutrition Facts label and limit sodium intake to 650 mg per meal.  Do this when buying boxed or frozen meals.  3. Limit Sugar Intake  ? All added sugars such as white and brown sugar, molasses, honey, syrup, etc can be harmful to your health.  Start by cutting the amount you use in half.  ? Low-calorie sweeteners can help to add some sweetness but limit use.  ? Remember water is the best choice.    ? Remove sugary beverages such as soda, juices, sports drinks, and sweet tea.  Replace with drinks that have less than 10 calories.  4. Add Fiber to Your Meal  ? Fill ½ of your plate with non-starchy vegetables such as most green vegetables, carrots, cabbage, lettuce, peppers, and tomatoes. Use fresh, frozen, or low sodium canned without added sauces.  ? Choose fresh fruit or no added sugar canned fruit in place of sugary desserts  ? Choose whole grains such as whole grain bread, oats, brown rice &amp; pasta, etc.   ? Use beans &amp; lentils to add fiber to your plate as well as protein and a healthy serving of carbs.  5.   Exercise More   ? Check with your PCP before starting a new activity.  It is recommended to get 30 minutes of physical activity 5 days each week.    For more information about nutrition, you can ask your PCP for an appointment to speak with our Registered Dietitian.                      \",\n                    \"encounter_date\": \"2020-02-03\",\n                    \"encounter_id\": \"111637069\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142637941642062062414995501613090.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Addended by: FARRIS, BROOKE on: 1/8/2019 10:44 AM     Modules accepted: Orders    \",\n                    \"encounter_date\": \"2019-01-08\",\n                    \"encounter_id\": \"107763260\",\n                    \"note_type\": \"Addendum Note - IP\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142640145513831219884049710448674.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Tried calling patient on EXT. Given w/ no answer. The Dupixent was approved some time last week and the pharmacy states it is available for pick up. I am not sure why they would tell her otherwise. It has a $0 copay.   \",\n                    \"encounter_date\": \"2018-09-05\",\n                    \"encounter_id\": \"106577795\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142645083975804345644503263084578.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Addended by: RICHEH, WAEL on: 6/5/2020 03:59 PM     Modules accepted: Level of Service    \",\n                    \"encounter_date\": \"2020-06-05\",\n                    \"encounter_id\": \"112421728\",\n                    \"note_type\": \"Addendum Note - IP\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142647530841663245654021587861538.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Shannon Medial Center  RedactedCity, Texas  Radiology Report    Name: RedactedFirstName M. RedactedLastName  DOB: RedactedDOB  Sex: F  MR#: 000570952  ACCT#: 9076815  EXAM DESC: MRA CIRCLE OF WILLIS WO C    EXAM DATE: 03/14/2016 03:00:00  ORDERED BY: WILKE, ANGELA CNS FNP  ACCESSION #: 1000553769  REASON FOR EXAM: frequent falls  Exam: MRA circle of Willis dated 3/14/2016 at 0957    Comparison:  None    TECHNIQUE: MR angiography of the circle of Willis and major cerebral vessels  using 3-D time of flight imaging was performed.    FINDINGS: The MR angiogram shows a normal appearance of the circle of Willis.  All of the major vessels are patent. No aneurysm or vascular malformation is  visible. There is no occlusion or significant stenosis.    IMPRESSION: Normal MR angiogram of the circle of Willis.    Victor Schulze, MD    This document has been electronically signed by: Victor Schulze, MD 3/14/2016  2:18 PM      READ BY: SCHULZE, VICTOR E MD  .  Date:  03/14/2016 14:21    \",\n                    \"encounter_date\": \"2017-09-16\",\n                    \"encounter_id\": \"note_1117023\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142653062886213802197399921229858.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Interventional Radiology Brief Preprocedure Note    Ordering: Leslie M. Hutchins, MD    Description of procedure: Ir transformainal nerve root block lumbar    Diagnosis:   1. Lumbar radiculopathy        Relevant Labs:   Lab Results   Component Value Date    CREATININE 0.58 (L) 11/06/2017    EGFR 114.9 11/06/2017    INR 1.10 06/07/2016       This risks and benefits of the procedure were discussed with the patient and informed consent was obtained.    Other comments: None  \",\n                    \"encounter_date\": \"2018-03-16\",\n                    \"encounter_id\": \"105041486\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142657890127011523411900681420834.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ba3d5886f2344c024c28035ca662dc9dff8c072c\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Lauren RedactedLastName  MRN: 20214274  Date of Birth: RedactedDOB 19 y.o.  Date of Service: 10/5/2019  PCP: CHARLES   PAJESTKA, MD     Chief Complaint   Patient presents with   • Follow-up   • Rash       History of Present Illness:    RedactedFirstName is a 19 y/o female that presents today as a follow up for eczema and acne. At her last visit, she was to continue TAC 0.1% cream BID and Differin 0.1% gel. She tolerated topicals well. Today eczema is flared throughout her body. She is only using TAC once daily. She admits being very stressed due to school. She states acne is stable. Patient denies any new or changing moles. She does not have a personal or family history of skin cancer.       Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.      History reviewed. No pertinent past medical history.    Family History   Problem Relation Age of Onset   • Skin cancer Neg Hx        Current Outpatient Medications   Medication Sig Dispense Refill   • busPIRone (BUSPAR) 5 mg tablet      • cycloSPORINE (SandIMMUNE) 100 mg capsule Take 1 capsule (100 mg total) by mouth 1 (one) time each day. 30 capsule 1   • FLUoxetine (PROzac) 10 mg capsule      • ibuprofen (ADVIL,MOTRIN) 600 mg tablet      • methylphenidate ER 27 mg tablet extended release 24hr      • nystatin-triamcinolone (MYCOLOG II) cream      • triamcinolone (KENALOG) 0.1 % cream Apply 1 application topically 2 (two) times a day. 454 g 1   • TRINESSA, 28, 0.18/0.215/0.25 mg-35 mcg (28) per tablet        No current facility-administered medications for this visit.        No Known Allergies      Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.   Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen, right lower extremity, left lower extremity, palms/soles was examined. Significant finding are marked on skin map    Derm Physical Exam          Assessment and Plan:    1. Eczema/Atopic Dermatitis- Chronic: Moderate to severe, flared today : failed topicals low and high potency topical steroids, protopic, eucrisa in the past, side effects of stria and skin infections from topical steroid use,  patient interested in Dupixent for long term management.  Discussed condition and treatment options.  Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Continue bleach baths again as needed - handout given and explained.  Moisturize BID - Dry skin handout given and explained.  Recommend Dove for sensitive skin body wash and Cerave moisturizer.  ContinueTriamicinolone 0.1% cream BID until resolved and then as needed for flares.  Start Cyclosporine 100 mg BID. Side effects reviewed,. Patient will check her BP daily with home BP cuff, if elevated &gt;140/85 patient will call the office.   Paperwork for Dupixent started   Start TAC 0.025% ointment BID for face and neck, protopic burns    2. Folliculitis, bilateral lower legs, likely worsened by the steroid creams  Start BPO wash or Hibaclens wash in the shower.  Continue bleach baths.     Follow Up: 2 weeks    Electronically signed by: Ashley B. Delacerda, MD  10/8/2019  10:29 AM          \",\n                    \"encounter_date\": \"2019-10-08\",\n                    \"encounter_id\": \"110281496\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"2009c512f9db7e0ce6d78f14a10cdedbabef2857\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142660639224325327078712682741794.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Physical therapy initial evaluation    History:  The patient is a 43 year old female referred to physical therapy for left shoulder pain and subluxation.  The patient reports pain in the left shoulder for the past few months since January 2019.  The patient had to be caring for her father who was having seizures and she is having to lift him.  The patient reports she has also had a right Bankart repair previously and a neck surgery with ACDF at C5-6.  The patient has been told that she has a C4 disc problem that may affect her strength in her arms as well.  Current aggravating factors include left side-lying, and reaching.  The patient reports that she does have to drive in from Dallas from a doctor's appointment for her father and notes that she is in more pain now.  Alleviating factors include heat, and tramadol.  The patient rates pain as a 5/10 burning aching type pain.  The patient does report night pain.  The patient reports working at Shannon clinic in the billing office requires computer work all day and having her left arm in a position to use a keyboard all day is aggravating.  The patient reports she would like to have a decrease in pain to have an improvement in function to continue her active lifestyle as she has been responsibilities caring for her children, elderly parents, and a heavy workload at her job.      Evaluation:  Patient presents in no apparent distress with general good mobility.  The patient does have a forward flexed head posture noted at 30°.  Current cervical range of motion flexion 20° with increase in neck pain, extension 45°, left side bend 25°, with right side bend 20° rotation is moderately limited bilaterally with SCM activation and impaired kinematics.  Current active range of motion of the left shoulder in sitting flexion 100 is 15°, abduction 105°, the patient can functionally internally rotate on the left the quadratus lumborum on the right L1.  Right shoulder active range of motion flexion 150°, abduction 145°.  The patient notes a decreased ability to detect light touch along the right medial arm and 2nd through 4th digits on the right more so than the left.  The patient reports occasional hand numbness.  Upper extremity strength right shoulder flexion abduction 4-/5 left shoulder shrugging abduction and flexion all 2/5 due to limited range of motion, shoulder external and internal rotation 4-/5 bilaterally wrist flexion and extension 3+/5 and hand intrinsics 3/5.  There is weaning noted and excess scapular motion with left shoulder flexion and abduction.  Neer's test is positive, Hawkins Kennedy test positive, drop-arm test negative, full can empty can test positive for pain and weakness graded 3+/5 on the left.  Speed's test is positive.  The patient has tenderness to touch along the upper trapezius, teres insertion and anterior shoulder.  Informed consent was received.    Assessment:  Neck pain with neurologic issues that are affecting strength of the shoulder that have led to impingement.    Goals:  1.  Decrease pain to 2/10 to have an improvement in functional mobility.  2.  Improve left upper extremity range of motion to within normal limits actively and passively.  3.  Improve upper extremity strength to 4/5 all motions tested.  4.  Independent with home exercise program     Prognosis:  Good    Treatment plan:  Today evaluation was performed.  Treatment session consisted of moist hot pack and electrical stimulation with interferential current to decrease pain and improve mobility.  The patient then received manual therapy performed by the therapist for 10 min with instrument assisted manual therapy to the left upper trapezius and scapular region to decrease pain and myofascial restrictions.  The patient then performed therapeutic exercise to improve deep neck flexor strength, improve postural stabilizing muscles, and improve range of motion strength of the left shoulder girdle. Superfiscial dry needling was performed to the left teres minor in sitting to address myofascial restrictions and pain with superficial technique with 0.25 x 2 5 mm needle.  Patient response was excellent.  The patient had Kinesio tape donned to promote scapular retraction and improve posture and decrease pain.    The patient was given home exercise program handout.  Plan to continue seeing the patient 1 to 2 times a week for 4-6 weeks.  Treatment sessions will consist of moist hot pack, electrical stimulation, therapeutic exercise, and manual therapy as appropriate to achieve maximal functional mobility and stated goals.    Electronically signed: Shauna Owens, PT, DPT     \",\n                    \"encounter_date\": \"2019-04-25\",\n                    \"encounter_id\": \"108932339\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142661867492958055542091623170082.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2019-01-28\",\n                    \"encounter_id\": \"107173197\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142663205773840368936656742383650.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Patient: RedactedFirstName A RedactedLastName    Procedure Summary     Date: 11/06/20 Room / Location: SSC GI 04 / SHANNON MEDICAL CENTER    Anesthesia Start: 1214 Anesthesia Stop: 1234    Procedure: COLONOSCOPY (N/A ) Diagnosis:       Chronic diarrhea      Flatulence      (internal hemorrhoids)    Providers: Stephen W. Coates, MD Responsible Provider: James A. Parker Jr., MD    Anesthesia Type: MAC ASA Status: 2          Anesthesia Type: MAC    Last vitals:   Vitals Value Taken Time   BP 130/80 11/06/20 1300   Temp 98.8 °F (37.1 °C) 11/06/20 1240   Pulse 60 11/06/20 1300   Resp 16 11/06/20 1300   SpO2 100 % 11/06/20 1300        Anesthesia Post Evaluation    Level of consciousness: awake  Airway patency: patent  Anesthetic complications: no  Post Op Nausea and Vomiting: no  Cardiovascular status: acceptable  Respiratory status: acceptable  Hydration status: acceptable      \",\n                    \"encounter_date\": \"2020-11-06\",\n                    \"encounter_id\": \"115854348\",\n                    \"note_type\": \"Anesthesia Post-procedure Evaluation - IP\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142670500432235923609440516833314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"On  Hold until further notice  \",\n                    \"encounter_date\": \"2018-07-05\",\n                    \"encounter_id\": \"105987209\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142679534734885903733606693470242.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Shannon Pain Management Clinic       DOB: RedactedDOB   Referring Provider:  No ref. provider found  Primary Provider:  Viki A Forlano, MD    PREVIOUS PAIN DIAGNOSIS:  Cervicalgia  Chronic low back pain  Lumbosacral spondylosis with radiculopathy  Primary osteoarthritis of right hip  Bilateral inflammation of sacroiliac joint  Trochanteric bursitis of right hip      PREVIOUS INTERVENTIONS:   Effective Therapies:    Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.    Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017.   Medications.    Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.    Diagnostic block of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017.   80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.       Failed Medications/Therapies:    Gabapentin caused cognitive changes that were intolerable.  T1-T2 ESI - no benefit  Right shoulder injection - 1 day relief.  Left C4-7 MBB - 30% relief     Treatment Side Effects/Complications:    Weakness/fatigue, tremor      ORT:   Moderate    02/25/20    PHQ-15: 9  Cage: 0  PHQ-9: 3      HPI   RedactedFirstName M RedactedLastName is a 43 y.o. female who comes today with a chief complaint of pain related to above diagnosis.  She reports good relief following right trochanter bursa steroid injection procedure performed recently.  She understands that the procedure can be performed up to 4 times in a year.  For now, she has canceled the bilateral SI joint injection and bilateral L4 and L5 transforaminal epidural steroid injection.  If she has increasing symptoms, she will call the practice to reschedule this procedures.      She continues to take tramadol ER 100 mg daily.  She reports that this medications is helping.  She barely takes Ultracet as evidence by this medication being filled last in October of 2019.  She takes tizanidine also as needed, but mostly at bedtime.  Her other medications are Cymbalta and Elavil.  She reports that all these medications are helping.  She denies adverse side effect reaction to these medications.    Per her request, we will give a referral to Dr. Hutchins in Abilene Texas.    Will not order a drug screen today.  Follow-up in about 2 months.    Pain Description  Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot  Avg. Pain NRS Score (x/10):  6  Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fall  Pain Worsened By:  Standing, Walking, Sitting, Bending, Turning in bed and Cold  Pain Improved By:  Medications, Stretching, Massage, PT and Lying Down  Pain Described As:  Fatigued, Numb, Pins/Needles and Burning  Pain Pattern: Traveling to arm and Traveling to leg  Pain Intensity/Limitations:  Moderate  Timing:  Constant    Rationale for opioid use: The patient suffers from the above noted pain conditions. Reported benefits of opioid use include decreased pain perception, improved functionality, improved quality of life and improved ability to complete their activities of daily living.     Goals of opioid treatment: Our primary goal is to see an increase in function.      Rationale for urine drug screen: Last UDS was obtained on 10/21/2019. A urine drug screen is done in order to ensure compliance with the patient's current medications. It is also done to detect any illicit substances that the patient may be using.     Pain Review of Systems  Yes No  []   [x]   New focal neurolfogical deficits  []   [x]   New Loss of bladder control     []   [x]   New saddle anesthesia       []   [x]   New gait abnormality        []   [x]   New medication side effects     []   [x]   Suicidal ideation        []   [x]   Uncontrolled depression       []   [x]   Recreational drug use      []   [x]   Prescription drug misuse       []   [x]   Alcohol abuse        []   [x]   Implantable devices       []   [x]   Anticoagulation            LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017    MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    GLUCOSE 91 10/04/2019    CALCIUM 9.3 11/06/2017    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017    BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017     Lab Results   Component Value Date    TSH 1.07 11/06/2017     Pain Management Panel     There is no flowsheet data to display.        No results found for: HGBA1C, MBG    Urine Drug Confirmation: Reviewed and ordered per protocol.    Pain Medications             amitriptyline (Elavil) 25 mg tablet Take 1 tablet (25 mg total) by mouth every night.    DULoxetine (Cymbalta) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day.    traMADol ER (Ultram-Er) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split.    tiZANidine (Zanaflex) 2 mg tablet Take 1 tablet (2 mg total) by mouth at night if needed for muscle spasms.          ASSESSMENT  1. Lumbosacral spondylosis with radiculopathy    2. Cervical radiculopathy    3. Bilateral inflammation of sacroiliac joint (HCC)    4. Osteoarthritis of lumbar spinal facet joint    5. Spasm        PLAN  1.  Interventions performed today:  None      2.  Interventions scheduled:  None.      3.  Medications:               Neuropathic:  Cymbalta 30 mg, b.i.d.. - by Dr. Richeh              Muscle Relaxants:  Tizanidine 2 mg, t.i.d..              NSAIDs:  None.               Opioids:  Tramadol ER 100 mg, q.d., #30, 1 refill.  Ultracet 37.5 mg, 7.i.d., p.r.n., #90, 1 refill.       [x]   Patient under controlled substance agreement    [x]   Urine Drug Screen reviewed   [x]   Texas Prescription Drug Monitoring Program reviewed   [x]   No evidence of aberrant behavior or red flags   [x]   Opioid regimen is not resulting in any significant side effects      The patient is aware that we will maximize alternative treatment options (adjuvant medications, physical therapy, interventional procedures, etc) in order to minimize and/or wean their opioids as tolerated with our ultimate goal of discontinuing opioid therapy if/when possible.     4.  Physical Therapy/Lifestyle Modifications: Counseled patient on exercise, diet and importance of remaining socially engaged.      5.  Imaging/Diagnostic Testing: None      6.  Outside Records Ordered/Reviewed: None  Clinical Charts Ordered, Obtained, Reviewed and Summarized: none   Additional Records Ordered:  Viki A Forlano, MD    7.  Outside Referral:  None       8.  Follow-up:  2 months    9.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see below).     ================== Additional Record Information Below ==================  Oswestry Pain Disability Questionnaire 08/23/19  Pain Intensity: (3) Pain killers give moderate relief from pain   Personal Care: (1) I can look after myself normally but it causes extra pain   Lifting: (4) I can lift only very light weights   Walking: (2) Pain prevents me from walking more than 0.5 mile   Sitting: (2) Pain prevents me from sitting more than 1 hour   Standing: (3) Pain prevents me from standing for more than 30 minutes   Sleeping: (1) Even when I take tablets, I have have less than 4 hours of sleep   Sex Life: (0) My sex life is normal but causes some extra pain    Social Life: (3) Pain has restricted my social life, and I do not go out as often as I used to   Traveling: (2) The pain is bad, but I manage journeys longer than 2 hours   Average Score: 48%        IMAGING:  No results found.    Vitals:    02/25/20 1444   BP: 121/91   Pulse: 86   SpO2: 98%   Weight: 87.1 kg (192 lb)   Height: 5' 2\\\"\\\" (1.575 m)     Body mass index is 35.12 kg/m².    PHYSICAL EXAM:  Constitutional: Normal appearing. is obese. No apparent distress.   HEENT: Normocephalic without masses, lesions, or gross asymmetry, atraumatic. Extra-occular muscles are intact   Eyes: PERRLA. Anicteric. Conjunctiva clear.  Neck: Thyroid WNL. No JVD  Skin: No Rash  No lesion/ulceration Normal Temp to Palp Normal Moisture to Palp  No mottling/color change  Nails WNL  Hair Growth Pattern WNL  CV: No pedal edema. No clubbing/cyanosis  Respiratory: Good chest excursion bilaterally. Symmetrical expansion. No accessory muscle use. No intercostal retractions.  MS/Spine:      Note: if no check box checked, then test was not performed.  Gait:      [x] Non-Antalgic      [] Antalgic Gait Noted     Cervical     [x] Normal alignment/lordosis of the cervical spine      [] FROM of cervical spine.      [] Loss of normal cervical lordosis     [x] ROM is diminished in extension, lateral sidebending, and bilateral rotation        [x] Left  [x] Right   []Negative          Tenderness to Cervical Facet Palpation     [] Left  [x] Right   []Negative          Cervical Facet Loading     [] Left  [] Right   []Negative          Spurling's     Thoracic:      [x] Normal alignment/kyphosis of the thoracic spine.      [] Loss of normal kyphosis of thoracic spine     Lumbosacral     [x] Normal alignment/lordosis of the lumbar spine      [x] FROM of lumbar spine.        [] Loss of normal lumbar lordosis     [] ROM is diminished in extension, lateral sidebending, and bilateral rotation        [x] Left  [] Right   []Negative          Lumbar Facet Loading      [] Left  [x] Right   []Negative          Straight Leg Raise     [x] Left  [x] Right   []Negative          Sacroiliac Joint Pain            [x] Left  [x] Right   []Negative          FABERS            [x] Left  [x] Right   []Negative          Pelvic compression/distraction      [x] Left  [x] Right   []Negative          Gaenslen's     [] Left  [x] Right   []Negative          Yoeman's     Hips/Knees/ankles     [x] FROM of knees     [] Diminished ROM of knees     [x] FROM of ankles     [] Diminished ROM of ankles     [x] No deformities noted        [] Left  [] Right   []Negative          Internal Hip Rotation     [] Left  [] Right   []Negative          Stinchfield     [x] Left  [x] Right   []Negative          GT Bursa Tenderness     [] Left  [] Right   []Negative          Knee Crepitus     [] Left  [] Right   []Negative          McMurray Lateral Meniscus     [] Left  [] Right   []Negative          McMurray Medial Meniscus     Shoulders/Elbows     [x] FROM of Elbows     [] Diminished ROM of Elbows        [x] Left  [] Right   []Negative          Hawkins     [] Left  [] Right   []Negative          Tenderness over AC joint     [x] Left  [] Right   []Negative          Neer's     [x] Left  [] Right   []Negative          Shoulder Apprehension Test     [x] Left  [] Right   []Negative          Empty Can Test     Neuro: AAOx3.CN 2-12 WNL.      Motor Strength within normal limits  No fasciculation/fibrillation. No focal atrophy. No Clonus.   Normal Sensation without Hyperalgesia/Allodynia      PSYCH: Normal Appearance. Normal Affect. Behavior WNL.     PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia, other site   • Other spondylosis, sacral and sacrococcygeal region   • Cervical post-laminectomy syndrome    • Pain in right shoulder   • Long term use of opiate analgesic   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint (HCC)   • Cervical spondylosis without myelopathy   • Shoulder pain &lt;Left side&gt;   • Cervical radiculopathy   • Lumbar radiculopathy   • Spondylosis without myelopathy or radiculopathy, cervical region   • Spasm   • Bilateral trochanteric bursitis   • Osteoarthritis of lumbar spinal facet joint       CURRENT MEDICATIONS  Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • amitriptyline (Elavil) 25 mg tablet Take 1 tablet (25 mg total) by mouth every night. 30 tablet 3   • betamethasone dipropionate (Diprolene) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 times weekly for maintenance. 45 g 2   • diazePAM (VALIUM) 10 mg tablet Take 10 mg by mouth if needed.       • DULoxetine (Cymbalta) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. 180 capsule 0   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (Maxalt-MLT) 10 mg disintegrating tablet Take 1 tablet (10 mg total) by mouth if needed for migraine. 10 tablet 0   • traMADol ER (Ultram-Er) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split. 30 tablet 1     No current facility-administered medications on file prior to visit.        ALLERGIES  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate     • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Socioeconomic History   • Marital status: Legally Separated     Spouse name: Not on file   • Number of children: Not on file   • Years of education: Not on file   • Highest education level: Not on file   Occupational History   • Occupation: Business Office     Employer: SHANNON CLINIC   Social Needs   • Financial resource strain: Not on file   • Food insecurity     Worry: Not on file     Inability: Not on file   • Transportation needs     Medical: Not on file     Non-medical: Not on file   Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   Substance and Sexual Activity   • Alcohol use: Yes     Comment: social drinker   • Drug use: No   • Sexual activity: Not on file   Lifestyle   • Physical activity     Days per week: Not on file     Minutes per session: Not on file   • Stress: Not on file   Relationships   • Social connections     Talks on phone: Not on file     Gets together: Not on file     Attends religious service: Not on file     Active member of club or organization: Not on file     Attends meetings of clubs or organizations: Not on file     Relationship status: Not on file   • Intimate partner violence     Fear of current or ex partner: Not on file     Emotionally abused: Not on file     Physically abused: Not on file     Forced sexual activity: Not on file   Other Topics Concern   • Not on file   Social History Narrative   • Not on file       MEDICAL HISTORY  Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine     • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         REVIEW OF SYSTEMS  Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Negative for dysuria.   Musculoskeletal: Positive for arthralgias, back pain, gait problem, joint swelling, myalgias and neck pain.   Skin: Positive for rash.   Neurological: Positive for tremors, numbness and headaches. Negative for seizures and syncope.   Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Patient's questions were answered.     Patient will read and sign a patient-physician agreement regarding controlled-substance therapies, updated annually if patient is receiving controlled substance.     Patient agrees to provide a urine sample any time for urine drug screen with confirmation of positive results and/or unanticipated findings if receiving controlled substances.    Patient will complete an Opioid Risk Assessment Tool to determine risk of abuse for controlled substances with results documented and updated annually.      Transcribed using voice recognition technology (M*Modal/Direct Fluency).  Some sound-alike errors may have been missed in review and editing.     Electronically signed by KAYODE OLATUNJI, APRN FNP on 02/25/20 at 5:10 PM          \\\"\",\n                    \"encounter_date\": \"2020-02-25\",\n                    \"encounter_id\": \"111805070\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142685330325265136266145112784930.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"PATIENT: RedactedFirstName M RedactedLastName      PATIENT ID: 28887  DOB: RedactedDOB              SEX: F  DATE: 03/23/2016             ORDER #: 2939581                PROCEDURE: XRAY FOOT  REFERRED BY: Scott Westmoreland, DPM      RIGHT FOOT X-RAY THREE VIEWS:    INDICATION FOR X-RAY:  Pain great toe joint.    FINDINGS:  Three views show a mild hallux valgus deformity of the 1st  metatarsophalangeal joint.  There is a slight increase in the 1st  intermetatarsal angle.  No other fracture, pathology, or subluxation is  identified.      Scott Westmoreland DPM    SW:ln        D: 03/23/2016 09:05:36 T: 03/23/2016 14:39:09  Confirmation #: 220900 Dictation ID: 408991      Electronically Signed By: Scott Westmoreland, DPM 2016-03-23 17:10:13    \",\n                    \"encounter_date\": \"2017-09-14\",\n                    \"encounter_id\": \"note_826151\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142690357038823093894459699494946.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Indication for x-ray:  Pain ball of left foot and left heel  Three views left foot show no signs of any fracture no subluxation.  Joint spaces appear to be well preserved.  Good anatomical alignment appreciated.  No soft tissue edema.  No other obvious pathology identified  \",\n                    \"encounter_date\": \"2019-08-09\",\n                    \"encounter_id\": \"note_64577767\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142697276930214568032130595553314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Continue pravastatin.  \",\n                    \"encounter_date\": \"2018-04-17\",\n                    \"encounter_id\": \"103577894\",\n                    \"note_type\": \"Assessment & Plan Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142706326948900203146476043370530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt works for Coding.\",\n                    \"encounter_date\": \"2020-07-31\",\n                    \"encounter_id\": \"114491396\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142713449939829372541985729019938.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Eating for Your Health  Better eating habits can improve your health by lowering blood pressure and cholesterol and help to maintain a healthy weight.  Follow these 5 simple steps to make this lifestyle change.    1. Choose Heart Healthy Fats  ? Olive oil, canola oil, avocado, nuts, and seeds are types of fats that can improve heart health.  ? Boneless &amp; skinless poultry, fish, and tofu are common, easy to prepare lean meats.  ? Meats with loin or round in the name such as pork loin, sirloin, and round roast have less fat.  ? Eat less cheese, ice cream, and heavy whipping cream.  2. Reduce Salt Intake  ? Limit salt when cooking and try other flavors such as lemon, garlic, onion, and other non-sodium spice blends.  ? Keep the saltshaker off the table.  ? Check the Nutrition Facts label and limit sodium intake to 650 mg per meal.  Do this when buying boxed or frozen meals.  3. Limit Sugar Intake  ? All added sugars such as white and brown sugar, molasses, honey, syrup, etc can be harmful to your health.  Start by cutting the amount you use in half.  ? Low-calorie sweeteners can help to add some sweetness but limit use.  ? Remember water is the best choice.    ? Remove sugary beverages such as soda, juices, sports drinks, and sweet tea.  Replace with drinks that have less than 10 calories.  4. Add Fiber to Your Meal  ? Fill ½ of your plate with non-starchy vegetables such as most green vegetables, carrots, cabbage, lettuce, peppers, and tomatoes. Use fresh, frozen, or low sodium canned without added sauces.  ? Choose fresh fruit or no added sugar canned fruit in place of sugary desserts  ? Choose whole grains such as whole grain bread, oats, brown rice &amp; pasta, etc.  ? Use beans &amp; lentils to add fiber to your plate as well as protein and a healthy serving of carbs.  5.   Exercise More   ? Check with your PCP before starting a new activity.  It is recommended to get 30 minutes of physical activity 5 days each week.     For more information about nutrition, you can ask your PCP for an appointment to speak with our Registered Dietitian.                      \",\n                    \"encounter_date\": \"2019-08-09\",\n                    \"encounter_id\": \"110023254\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142714054402739179856573082107938.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"June 26, 2018     Patient: RedactedFirstName RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 6/26/2018       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 6/26/2018 at 2:30pm . Please excuse RedactedFirstName for his absence from work on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Charles E. Greeson, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2018-06-26\",\n                    \"encounter_id\": \"105985033\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142729535906785164798334125211682.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"August 16, 2019     Jose Ayala-Torres, MD, MD  2030 Pulliam St  RedactedCity TX 76905    Patient: RedactedFirstName Ray RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 8/13/2019       Dear Dr. Ayala-Torres:    Thank you for referring RedactedFirstName RedactedLastName to me for evaluation. Below are my notes for this consultation.    If you have questions, please do not hesitate to call me. I look forward to following your patient along with you.         Sincerely,        Charles E. Greeson, MD        CC: No Recipients  Charles E. Greeson, MD  8/16/2019  9:40 AM  Signed  Dermatology Office Note    Name: RedactedFirstName Ray RedactedLastName  MRN: 20483726  Date of Birth: RedactedDOB 57 y.o.  Date of Service: 8/13/2019  PCP: JOSE ANTONIO  AYALA TORRES JR, MD     Chief Complaint   Patient presents with   • Follow-up     3wk fu Derm NOS       History of Present Illness:    Patient is a 57 y/o male here for 3 week follow up for Derm NOS on face/chest/arms.  Possible medication reaction vs contact dermatitis.  He has held his Losartan but has not discussed with his PCM about replacing with another medication. He has readings of his blood pressure since.   He has restarted his Pravastatin about 1 week ago. He has improved. He reports his pruritus is significantly better.  However, he just completed a prednisone taper 1 week ago,          Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars. Mild pruritus    Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Stroke (HCC)        Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        Current Outpatient Medications   Medication Sig Dispense Refill   • aspirin (ASPIRIN LOW DOSE) 81 mg tablet TAKE ONE TABLET ORALLY EACH  MORNING AFTER BREAKFAST FOR HEART (DO NOT CHEW OR CRUSH)     • carvedilol (COREG) 25 mg tablet Take 25 mg by mouth 2 (two) times a day.     • cetirizine 10 mg capsule Take 1 tablet by mouth 2 (two) times a day. 180 capsule 0   • CHOLECALCIFEROL, VITAMIN D3, (D3-50 CHOLECALCIFEROL ORAL) Take 2,000 Units by mouth 2 (two) times a day.      • fluocinonide (LIDEX) 0.05 % ointment Apply thin layer twice a day to lower legs x 2 weeks. 60 g 2   • hydrochlorothiazide (HYDRODIURIL) 25 mg tablet Take 25 mg by mouth 1 (one) time each day.     • hydrocortisone 1 % ointment Apply 1 application topically 2 (two) times a day. Apply to rash on face 2 times a day. 56 g 1   • isosorbide mononitrate (IMDUR) 30 mg 24 hr tablet Take 30 mg by mouth 1 (one) time each day.     • losartan (COZAAR) 50 mg tablet Take 50 mg by mouth 2 (two) times a day.     • methocarbamol (ROBAXIN) 500 mg tablet Take 500 mg by mouth 1 (one) time each day.     • montelukast (SINGULAIR) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day in the morning. 90 tablet 0   • mupirocin (BACTROBAN) 2 % ointment Apply thin layer to affected area on toe BID x 7- 10 days. 22 g 0   • nitroglycerin (NITROSTAT) 0.4 mg SL tablet DISSOLVE ONE TABLET UNDER THE TONGUE EVERY 5 MINUTES FOR UP TO 3 DOSES AT FIRST SIGN OF CHEST PAIN - IF NOT RELIEVED WITHIN FIVE MINUTES OF FIRST DOSE SEEK IMMEDIATE MEDICAL ATTENTION     • omeprazole (PriLOSEC) 20 mg DR capsule Take 20 mg by mouth 2 (two) times a day.       • pravastatin (PRAVACHOL) 40 mg tablet Take 40 mg by mouth 1 (one) time each day.     • predniSONE (DELTASONE) 20 mg tablet Take 3 tabs PO x 5 days, take 2 tabs x 5 days, take 1 tab x 5 days. 30 tablet 0     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash          Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Skin: scalp/face/chest/arms/back/neck    Derm Physical Exam          Assessment and Plan:  1. Derm NOS- suspect medication reaction vs contact dermatitis  Improved   Continue Lidex PRN    Will continue to monitor.  I reviewed his BP printout and his pressures have remained stable.  I recommend he discuss with his PCM.  However, I am uncertain his dermatitis will remain clear.  We will give it 2-3 more weeks after being off of prednisone and losartan before confirming association.            Follow Up: if rash recurs.                       \",\n                    \"encounter_date\": \"2019-08-16\",\n                    \"encounter_id\": \"110038490\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142730133116140054425146430062626.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"\\\" OptumRx:    \\\"\\\"Your request for Dupixent injection 300/2mL has been approved for 12 months through 05/12/2021 if used as directed.\\\"\\\"    Status of Request: Approve  GPI/NDC: 9027302000E520  Patient ID: 00757334004  \\\"\",\n                    \"encounter_date\": \"2020-05-12\",\n                    \"encounter_id\": \"113532849\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142730599761506425672145305600034.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"February 15, 2019     Patient: RedactedFirstName M RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 2/15/2019       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 2/15/2019 at 3:15 pm. Please excuse RedactedFirstName for her absence from work on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Scott K. Ross, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2019-02-15\",\n                    \"encounter_id\": \"108282828\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142739108181424873432551765573666.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Spoke to pt. Pt stated she already addressed it with Cynthia.  \",\n                    \"encounter_date\": \"2017-11-16\",\n                    \"encounter_id\": \"103881260\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142741669895236636831841687437346.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Spoke to pt. 1 box $62.70 emp price  \",\n                    \"encounter_date\": \"2020-07-06\",\n                    \"encounter_id\": \"114148838\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142746309752532317778751648694306.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt's chart and PMP reviewed, refill approved. Earliest fill date 7/28/19.  \",\n                    \"encounter_date\": \"2019-07-26\",\n                    \"encounter_id\": \"110126733\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142760446931066891252801699053602.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Use Vaniply moisturizer instead of Albolene.  Use at bedtime and as needed during the day.  Use after steroid cream.    Start Singulair 10 mg 1 tablet every morning.  90 day.      Continue Dupixent as prescribed.    Return for appointment in 3 months.      \",\n                    \"encounter_date\": \"2018-09-24\",\n                    \"encounter_id\": \"106008059\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142763928637427381384962291793954.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Pt calling states for aprox 6 days  LLL drooping , and OS upper lid swelling aprox 2 days  \",\n                    \"encounter_date\": \"2019-06-26\",\n                    \"encounter_id\": \"109805858\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142767051292819445972326716276770.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Subjective   Patient ID: RedactedFirstName M RedactedLastName is a 42 y.o. female.  MRN: 20325618    Chief Complaint:   42 yo female with sinus congestion, cough, body aches, drainage, sneezing, ear pressure, sore throat, headache for 1 day; some shortness of breath; she had asthma as a child; she has bad allergies; no fever            Current Outpatient Medications:   •  baclofen (LIORESAL) 20 mg tablet, Take 1 tablet (20 mg total) by mouth 2 (two) times a day if needed for muscle spasms., Disp: 180 tablet, Rfl: 0  •  betamethasone dipropionate (DIPROLENE) 0.05 % ointment, Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 weekly for maintenance., Disp: 45 g, Rfl: 1  •  cyclobenzaprine (FLEXERIL) 10 mg tablet, Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed., Disp: 90 tablet, Rfl: 2  •  diazePAM (VALIUM) 10 mg tablet, Take 10 mg by mouth if needed.  , Disp: , Rfl:   •  DULoxetine (CYMBALTA) 30 mg capsule, Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW., Disp: 180 capsule, Rfl: 1  •  fexofenadine (ALLEGRA ALLERGY) 60 mg tablet, Take 60 mg by mouth if needed.  , Disp: , Rfl:   •  omeprazole (PriLOSEC) 40 mg DR capsule, Take 40 mg by mouth if needed.  , Disp: , Rfl:   •  traMADol (ULTRAM) 50 mg tablet, Take 1 tablet (50 mg total) by mouth twice a day as needed, Disp: 42 tablet, Rfl: 0  •  cefdinir (OMNICEF) 300 mg capsule, Take 1 capsule (300 mg total) by mouth 2 (two) times a day for 7 days., Disp: 14 capsule, Rfl: 0  •  rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet, Take 10 mg by mouth if needed.  , Disp: , Rfl:     Current Facility-Administered Medications:   •  cefTRIAXone (ROCEPHIN) injection 1 g, 1 g, intramuscular, Once, Scott K. Ross, MD  •  triamcinolone acetonide (KENALOG-40) 40 mg/1 mL injection 40 mg, 40 mg, intramuscular, Once, Scott K. Ross, MD   Eletriptan hbr; Naproxen sodium; Nortriptyline; Phentermine-topiramate; and Sulfamethoxazole-trimethoprim    Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine      Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL       Social History     Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   Substance Use Topics   • Alcohol use: Yes     Comment: social drinker   • Drug use: No     Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        Review of Systems   Constitutional: Negative for fever.   HENT: Positive for congestion, ear pain, postnasal drip, sinus pressure, sneezing and sore throat.    Respiratory: Positive for cough and shortness of breath.    Gastrointestinal: Negative for diarrhea and vomiting.   Musculoskeletal: Positive for myalgias.   Neurological: Positive for headaches.       Objective   Vitals:    02/15/19 1504   BP: 116/84   Pulse: 105   Temp: 98.6 °F (37 °C)   SpO2: 98%       Physical Exam   Constitutional: She appears well-developed and well-nourished. No distress.   HENT:   Head: Normocephalic.   Right Ear: Tympanic membrane normal.   Left Ear: Tympanic membrane normal.    Nose: Mucosal edema present. Right sinus exhibits maxillary sinus tenderness. Right sinus exhibits no frontal sinus tenderness. Left sinus exhibits maxillary sinus tenderness. Left sinus exhibits no frontal sinus tenderness.   Mouth/Throat: Uvula is midline and mucous membranes are normal. Posterior oropharyngeal erythema present.  Posterior oropharyngeal edema.   Postnasal drainage   Eyes: Conjunctivae are normal.   Cardiovascular: Regular rhythm and normal heart sounds. Tachycardia present.   Pulmonary/Chest: Effort normal and breath sounds normal.   Lymphadenopathy:     She has no cervical adenopathy.   Neurological: She is alert.   Skin: Skin is warm and dry.   Psychiatric: She has a normal mood and affect.   Nursing note and vitals reviewed.      Assessment/Plan   Problem List Items Addressed This Visit     None      Visit Diagnoses     Acute maxillary sinusitis, not otherwise specified    -  Primary    Relevant Medications    triamcinolone acetonide (KENALOG-40) 40 mg/1 mL injection 40 mg (Start on 2/15/2019  4:00 PM)    cefTRIAXone (ROCEPHIN) injection 1 g (Start on 2/15/2019  4:00 PM)    cefdinir (OMNICEF) 300 mg capsule        No problem-specific Assessment &amp; Plan notes found for this encounter.     Take medication as prescribed.  Use Tylenol or Ibuprofen for fever or pain.  Use OTC medications for symptom relief.  Get rest and plenty of fluids.  Follow-up for worsening.     Patient education was provided.  \",\n                    \"encounter_date\": \"2019-02-15\",\n                    \"encounter_id\": \"108282828\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142769362758986549143377473962018.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Pt advised come to day during her lunch pt agreed.   \",\n                    \"encounter_date\": \"2017-11-06\",\n                    \"encounter_id\": \"103636252\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142779326725591812917378999648290.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient ID: RedactedFirstName M RedactedLastName is a 42 y.o. female.    MRN: 20325618  Account Number (CSN): 107204431  PCP: Viki A Forlano, MD     Chief Complaint:  Follow-up for cervical radiculopathy, lumbar radiculopathy and headaches.    History of Present Illness:  42 years old, right-handed woman with migraine headache, depression , lumbar radiculopathy and cervical radiculopathy.  The patient is in neurology clinic today for a follow-up appointment.    The patient was initially seen in neurology clinic for gait abnormalities and falls.  Based on the clinical presentation, the neuroimaging and the physical exam findings, the patient was diagnosed with cervical radiculopathy and myelopathy.  The patient had a C5/C6 ACDF surgery on 06/13/2016.  The neck pain and stiffness has improved after the surgery.   The gait has improved after the surgery.  The patient was having pain in the right lower extremity.  She has been seen and evaluated by neurosurgery and pain management: She received an epidural steroidal injection that provided improvement.  The patient also has migraine headache.  The patient was having the migraine once every 3-4 weeks.   Since last visit, the patient was complaining of more neck pain and stiffness.  The pain is radiating to bilateral upper extremities.  The patient is having intermittent tingling and numbness radiating to the upper extremities.  The patient's gait has deteriorated since last visit.  She had a recent cervical spine MRI that showed multilevel degenerative changes but mainly at the level C6-C7 ; 1 level below the previous surgery.  He has been followed and managed by Neurosurgery and pain management.  He received epidural steroid injection for lumbar radiculopathy pain.  The patient has stop baclofen.  She is having muscle spasm and pain on intermittent basis.      Problem List:    Patient Active Problem List   Diagnosis   • Cervicalgia    • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia   • Other spondylosis, sacral and sacrococcygeal region   • Pain in right shoulder   • Long-term current use of opiate analgesic drug   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint (HCC)   • Cervical spondylosis without myelopathy       Medications:    Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet Take 1 tablet (20 mg total) by mouth 2 (two) times a day if needed for muscle spasms. 180 tablet 0   • betamethasone dipropionate (DIPROLENE) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 weekly for maintenance. 45 g 1   • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed. 90 tablet 2   • diazePAM (VALIUM) 10 mg tablet Take 10 mg by mouth if needed.       • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet Take 10 mg by mouth if needed.       • traMADol (ULTRAM) 50 mg tablet Take 1 tablet (50 mg total) by mouth twice a day as needed 60 tablet 0     No current facility-administered medications on file prior to visit.        Allergies:    Allergies   Allergen Reactions    • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical, Surgical and Family History:    Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine        Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        Social History     Socioeconomic History   • Marital status: Legally Separated     Spouse name: Not on file   • Number of children: Not on file   • Years of education: Not on file   • Highest education level: Not on file   Social Needs   • Financial resource strain: Not on file   • Food insecurity - worry: Not on file   • Food insecurity - inability: Not on file   • Transportation needs - medical: Not on file   • Transportation needs - non-medical: Not on file   Occupational History   • Occupation: Business Office     Employer: SHANNON CLINIC   Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   Substance and Sexual Activity   • Alcohol use: Yes     Comment: social drinker   • Drug use: No   • Sexual activity: Not on file   Other Topics Concern   • Not on file   Social History Narrative   • Not on file       Review of Systems:    Review of Systems    Constitutional: Negative for activity change, chills and unexpected weight change.   HENT: Negative for congestion, facial swelling and nosebleeds.    Eyes: Negative for photophobia, pain and discharge.   Respiratory: Negative for chest tightness, shortness of breath and stridor.    Cardiovascular: Negative for chest pain, palpitations and leg swelling.   Endocrine: Negative for cold intolerance, polydipsia and polyuria.   Allergic/Immunologic: Negative for environmental allergies, food allergies and immunocompromised state.   Hematological: Negative for adenopathy. Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for agitation, behavioral problems and confusion.    Neurology:  Positive for sensory disturbances, pain.        Physical Exam:    Physical Exam  Const: Well developed, in no acute distress  Eyes: No redness or discharges.  ENT: No sores or ulcers..  Skin: No rashes or other lesions seen  Cardio: Regular heart rate  GI: Normal palpation, no hepatomegaly.  Psych: Normal mood and affect  Pulmonary:  Clear to auscultation bilaterally.      Neurologic Exam  Mental Status: Alert and oriented × 3, good recent and remote memory  Cranial Nerve Testing: PERL, EOMI, Fundi: normal, normal facial sensation, normal sense of smell, no facial asymmetry, normal hearing, tongue and uvula are midline, normal swallowing  Motor: 5/5 strength on all 4 extremities, normal tone on all four extremities  Reflexes:  Hyperactive, 3+, symmetrical,  on all four extremities  Cerebellar exam: Normal on all four extremities, no dysmetria, no ataxia.  Sensory:  Hypoesthesia to light touch and pinprick of bilateral upper extremities and at the lateral aspect of the right thigh.  Normal vibration and proprioception on all four extremities  Rhomberg's: Negative  Gait:    Spastic gait, Difficult to stand on heels or toes secondary to the lower back pain.      Assessment:   1.  Cervical radiculopathy:   Continues to have neck pain   2.  Lumbar radiculopathy and lower back pain:  The patient continues to have lower back pain.  3.  Migraine headache:   Well controlled with current medical regimen.      Plan:  1.Regarding cervical radiculopathy and neck pain:    Continue Cymbalta By mouth Twice daily.  Resume baclofen 20 mg By mouth Twice daily on p.r.n. Basis.  Continue to follow with Neurosurgery and pain management.  2.  Regarding lumbar radiculopathy and lower back pain:  Continue Cymbalta to 30 mg By mouth Twice daily.  Resume baclofen 20 mg By mouth Twice daily on p.r.n. basis.  Continue to follow with Neurosurgery and pain management.    3.  Regarding headache:  Continue current medical regimen.    I explained the diagnosis and the treatment plan to the patient .  The patient verbalized understanding the plan.  The patient agreed to adhere to the plan..  The patient will follow up in neurology clinic in 4 months.  Thank you for giving me the privileges of participating in this patient's care.  Transcribed using voiced recognition technology. Some sound alike errors may have been missed in editing.       \",\n                    \"encounter_date\": \"2019-03-11\",\n                    \"encounter_id\": \"107204431\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142780187480775378533351390445602.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName D RedactedLastName  MRN: 20225618  Date of Birth: RedactedDOB 37 y.o.  Date of Service: 6/29/2020  PCP: Heather Dallas, NP     Chief Complaint   Patient presents with   • Hair/Scalp Problem   • Skin Problem     severe itching       History of Present Illness:    RedactedFirstName D RedactedLastName is a 37 y.o. female here for a 1 year follow up for severe atopic deramtitis that involves &gt;50% of BSA. She has been off her dupixent medication since March of this past year. Today she c/o severe itching on the scalp, back, toes, and every where in between for many years that she has tried many things to treat. Uses Tac 0.01% ointment and  received a steroid injection in May by her primary physician with little relief. She was previously on dupixent for several years with dramatic improvement and complete clearance of her atopic dermatitis. She had remained clear until her insurance changed and she could not afford her dupixent. Since she has stopped the medication, it has signficantly flared. In the past, before dupixent, she had failed topical steroid, topical protopic, topical eucrisa, oral cellcept.  Denies any growing, changing, or bleeding moles. No personal or family history of skin cancer.      Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.      Past Medical History:   Diagnosis Date   • Atopic dermatitis        Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • Stroke Mother    • No Known Problems Father    • Skin cancer Neg Hx        Current Outpatient Medications   Medication Sig Dispense Refill   • amoxicillin (Amoxil) 500 mg capsule Take 1 capsule (500 mg total) by mouth 3 times a day. 30 capsule 1   • betamethasone dipropionate (Diprolene) 0.05 % ointment Apply 1 application topically 2 (two) times a day. 50 g 3    • dupilumab (Dupixent) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 4 mL 3   • mometasone (Elocon) 0.1 % solution Apply topically 1 (one) time each day. 60 mL 3   • mycophenolate (CELLCEPT) 500 mg tablet Take 2 tablets (1,000 mg total) by mouth 2 (two) times a day. 84 tablet 1   • triamcinolone (Kenalog) 0.1 % ointment Apply 1 application topically 2 (two) times a day. Apply to trunk/extremities. 454 g 0     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • No Known Drug Allergies          Physical Exam  General: No Acute Distress, Well Groomed, Obese Yes  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen, right lower extremity, left lower extremity, palms/soles was examined. Significant finding are marked on skin map    Derm Physical Exam             Assessment and Plan:    1. Atopic Dermatitis- Chronic, moderate to severe, significant flaring since interruption of her dupixent therapy.   Discussed condition and treatment options.  Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Moisturize BID - Dry skin handout given and explained.  Recommend Dove for sensitive skin body wash and Cerave moisturizing cream daily.   Continue Triamicinolone cream BID until resolved and then as needed for flares  Start betamethasone 0.05% ointment 1 application twice daily  State mometasone 0.1% solution to scalp BID.  IM Kenalog 40 mg given today in the deltoid.    Restart Dupixent injections as soon as possible. Patients insurance pending. Can not afford to buy medication without insurance.       Follow Up:  2-3 months    Electronically signed by: Ashley B. Delacerda, MD  6/29/2020  9:33 PM    This office visit was conducted following the requirements of the Texas Medical Board's minimum safe practice standards. The patient was screened at the door for potential symptoms as standard at our facility, including temperature and Covid screening questions. Patient was positive for Covid 19 on 6/18/20 and released from the health department on 6/22/20. The patient was required to wear a mask throughout the encounter and provided one if they did not bring their own and the physician and staff also wore masks at all times. The required notice published by the TMB was posted in each public area and treatment room/area of the office, practice/facility.               \",\n                    \"encounter_date\": \"2020-06-29\",\n                    \"encounter_id\": \"113855463\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142793752837397274287870524260386.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Patient: RedactedFirstName A RedactedLastName    Procedure Summary     Date:  09/26/18 Room / Location:  SSC OR 02 / SHANNON SURGICAL CENTER    Anesthesia Start:  0744 Anesthesia Stop:      Procedure:  PHACOEMULSIFICATION/IOL (Right ) Diagnosis:       Nuclear sclerosis cataract of right eye      (Nuclear sclerosis cataract of right eye [H25.11])    Surgeon:  Matthew A Goldman, MD Responsible Provider:  Stephan G. Pizzola, MD    Anesthesia Type:  MAC ASA Status:  2          Anesthesia Type: MAC  Last vitals  BP 142/89 (09/26/18 0756)    Temp 98.6 °F (37 °C) (09/26/18 0756)    Pulse 82 (09/26/18 0756)   Resp 16 (09/26/18 0756)    SpO2 100 % (09/26/18 0756)      Anesthesia Post Evaluation    Patient location during evaluation: PACU  Patient participation: complete - patient participated  Level of consciousness: calm  Pain management: adequate  Airway patency: patent  Anesthetic complications: no  Cardiovascular status: acceptable  Respiratory status: acceptable  Hydration status: acceptable      \",\n                    \"encounter_date\": \"2018-09-26\",\n                    \"encounter_id\": \"106769404\",\n                    \"note_type\": \"Anesthesia Post-procedure Evaluation - IP\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142803568106126725462689719517218.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" January 17, 2018     Viki A Forlano, MD  4235 Southwest Blvd.  RedactedCity TX 769##-5635    Patient: RedactedFirstName M RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 1/16/2018       Dear Dr. Forlano:    Thank you for referring RedactedFirstName RedactedLastName to me for evaluation. Below are my notes for this consultation.    If you have questions, please do not hesitate to call me. I look forward to following your patient along with you.         Sincerely,        KAYODE OLATUNJI, NP        CC: No Recipients  KAYODE OLATUNJI, NP  1/17/2018  8:34 AM  Cosign Needed  Shannon Pain Management Clinic   1/17/2018    Patient Name: RedactedFirstName M RedactedLastName   Sex: female   DOB: RedactedDOB   Referring Provider:  Dr. Leslie Hutchins, MD  Primary Provider:  Viki A Forlano, MD    CHIEF COMPLAINT:    Chief Complaint   Patient presents with   • Follow-up     3 mo       HPI     Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot  Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fall    Avg. Pain NRS Score (x/10):  4    Pain Worsened By:  Walking, Squatting, Climbing stairs and Cold    Pain Improved By:  Medications, Changing Positions, Stretching, Massage, PT, Lying Down and Heat    Pain Described As:  Stabbing, Shooting, Electric, Numb and Burning    Pain Pattern: Traveling to arm and Traveling to leg    Pain Intensity/Limitations: Moderate, Annoying, Limits activity and Limits sleep    Timing: Content    Effective Therapies:  Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.  Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017. Medications.  Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.  Diagnostic block  of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017  Failed Medications/Therapies:  Gabapentin caused cognitive changes that were intolerable.  Treatment Side Effects/Complications:  Weakness/fatigue, tremor    Comments:  The patient returned to the clinic today describing neck and left shoulder pain. She rated the pain level as 4/10 without medication. Currently the patient takes tramadol 50 mg at bedtime once a day.  She is requesting for a refill today.  Regarding her neck and shoulder pain, she would like to defer treatment or any kind of intervention until she has been seen by Dr. Hutchins in February.  She will inform this practice of Dr. Hutchins recommendations.  On further questioning about any additional pain symptoms, she describes pain in the right buttock, right thigh and lower back.  Physical assessment is consistent with L2-3, L3-4, L5-5 bilateral facet arthropathy, right trochanteric bursitis, and bilateral sacroiliitis: right greater than left.  She would like to treat right trochanteric bursitis and bilateral sacroiliitis as soon as possible.  We will schedule as appropriate. Apart from these, she has no other concerns today. Previous urine drug screens were reviewed with the patient and found to be within normal limits.   All questions were answered to her satisfaction. Repeat urine drug screen was ordered today. We will see her back in 3-4 weeks for evaluation of the procedures and to consider any other additional therapy that may be appropriate for chronic pain    Patient denies new generalized or focal neurologic deficit.   Patient denies loss of bowel or bladder control, saddle area numbness or dysesthesia, progressive gait instability or worsening side effects from their analgesic medications including constipation, nausea, vomiting, pruritus or somnolence.   Patient also denies uncontrolled depression or suicidal ideation.    Patient specifically denies active substance abuse, including alcohol, prescription or non-prescription opioids or benzodiazepines as well as illicit drugs.   Patient does not have implantable pacemaker, spinal cord stimulator, or bone growth stimulator.    Clinical Charts Ordered, Obtained, Reviewed and Summarized: None.  Additional Records Ordered:  Viki A Forlano, MD    Oswestry Pain Disability Questionnaire  Pain Intensity: (3) Pain killers give moderate relief from pain   Personal Care: (2) It is painful to look after myself and I am slow and careful   Lifting: (4) I can lift only very light weights   Walking: (2) Pain prevents me from walking more than 0.5 mile   Sitting: (2) Pain prevents me from sitting more than 1 hour   Standing: (2) Pain prevents me from standing for more than 1 hour   Sleeping: (1) I can sleep well only by6 using tablets   Sex Life: (0) My sex life is normal and causes no extra pain   Social Life: (1) My social life is normal but increases the degree of pain   Traveling: (2) The pain is bad, but I manage journeys longer than 2 hours   Average Score: 38%     ORT:   moderate      PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia   • Other spondylosis, sacral and sacrococcygeal region   • Pain in right shoulder   • Long-term current use of opiate analgesic drug   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst       MEDICATIONS AS OF THIS ENCOUNTER  Outpatient Encounter Prescriptions as of 1/16/2018   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet      • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for  up to 10 days. 30 tablet 0   • diazePAM (VALIUM) 10 mg tablet      • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet      • meloxicam (MOBIC) 7.5 mg tablet      • omeprazole (PriLOSEC) 40 mg DR capsule      • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet      • traMADol (ULTRAM) 50 mg tablet Take 1 tablet (50 mg total) by mouth 1 (one) time each day. 30 tablet 0     No facility-administered encounter medications on file as of 1/16/2018.        ALLERGIES  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file       MEDICAL HISTORY  Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Migraine    • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC      • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         REVIEW OF SYSTEMS  Review of Systems   Constitutional: Negative for fatigue and unexpected weight change.   HENT: Negative for sore throat and tinnitus.    Eyes: Negative for visual disturbance (diplopia and vision loss).   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain and leg swelling.   Gastrointestinal: Negative for constipation and diarrhea.   Endocrine: Negative for cold intolerance and heat intolerance.   Genitourinary: Negative for difficulty urinating (hesitancy) and dysuria.   Musculoskeletal: Positive for arthralgias and neck pain. Negative for myalgias.   Neurological: Negative for headaches.   Hematological: Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for hallucinations. The patient is not nervous/anxious.         Negative for depression       PHYSICAL EXAM:  Vitals:    01/16/18 1631   BP: 114/76   Pulse: 86   SpO2: 99%   Weight: 84.4 kg (186 lb)   Height: 5' 2\\\"\\\" (1.575 m)     Pain Score:  4  Physical Exam     Constitutional: Normal appearing.  Mildly obese.  No apparent distress.   Eyes: PERRLA. Anicteric. Conjunctiva clear.  Neck: Thyroid WNL. No Meningeal Signs.   Lymph: No LAD cervical, axillary or inguinal.  CV: RRR. No M/G/R. No pedal edema. Pulses 2/2 in all extremities.  Respiratory: CTA B/L. Good chest excursion bilaterally.  GI: NT/ND.BS normal in all 4 quadrants. No rigidity/guarding. Liver/spleen ND by palpation.  MS/Spine: Gait: Non-Antalgic. NT to palpation over midline cervical, thoracic and lumbar spine.  Tender to palpation over the mid to lower cervical facets on the right.  Tender to palpation over the mid to lower lumbar facets bilaterally.  Tenderness over the bilateral SI joints right  greater than left.  Right trochanteric bursa tenderness.  Taut bands in trigger point identified over the right trapezius, supraspinatus and levator scapula muscles as well as the bilateral erector spinae, quadratus lumborum and glutei muscles.  Normal alignment/lordosis of the cervical spine. Normal alignment/lordosis of the lumbar spine. Normal alignment/kyphosis of the thoracic spine.  Range of motion of the lumbar spine is only mildly diminished in extension and rightward rotation.  Range of motion of the cervical spine is mildly diminished extension and rightward side bending and rightward rotation.  Cervical facet loading is positive on the right.  Lumbar facet loading is positive on the right.  Spurling’s Negative Bilaterally. SLR negative bilaterally.  Faber maneuver is mildly positive on the right for low back and buttock pain.  Grind maneuver is positive in the right for buttock pain.  Pelvic compression/distraction negative bilaterally.  Yeomans maneuver is positive right greater than left for low back and buttock pain.   Neuro: AAOx3.CN 2-12 WNL. DTR’s 0/0 in all four extremities. Motor strength 5/5 globally. No fasciculation/fibrillation. No focal atrophy. No Clonus. Babinsky downgoing bilaterally. Negative Hoffman’s.  PSYCH: Normal Appearance. Normal Affect. Behavior WNL.    LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017    MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017    BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017    GLUCOSE 82 11/06/2017    CALCIUM 9.3 11/06/2017    AST 19 11/06/2017    ALT 22 11/06/2017    ALBUMIN 4.4 11/06/2017    PROT 6.7 11/06/2017    BILITOT 0.48 11/06/2017    ALKPHOS 62 11/06/2017     Lab Results   Component Value Date    TSH 1.07 11/06/2017      Results for orders placed or performed in visit on 01/16/18   POCT pain management drug screen   Result Value Ref Range    POCT Amphetamines Negative Negative, Sent for Confirmation    POCT Barbiturates Negative Negative, Sent for Confirmation    POCT Benzodiazepines Negative Negative, Sent for Confirmation    POCT Cocaine Metabolite Negative Negative, Sent for Confirmation    POCT Ecstasy Negative Negative, Sent for Confirmation    POCT Marijuana Metabolite Negative Negative, Sent for Confirmation    POCT Methamphetamine Negative Negative, Sent for Confirmation    POCT Methadone Negative Negative, Sent for Confirmation    POCT Opiates Negative Negative, Sent for Confirmation    POCT Oxycodone Negative Negative, Sent for Confirmation    POCT Phencyclidine Negative Negative, Sent for Confirmation    POCT Tricyclic Antidepressants Negative Negative, Sent for Confirmation    POCT Buprenorphine Negative        Urine Drug Confirmation:  Repeat urine drug screen ordered today.    IMAGING:  All imaging since previous visit has been reviewed, and pertinent findings commented on in HPI as available.        ASSESSMENT  1. Chronic low back pain    2. Long term current use of opiate analgesic    3. Myalgia    4. Other specified mononeuropathies of bilateral lower limbs    5. Sacroiliitis (HCC)    6. Cervicalgia        PLAN  1.  Interventions performed today:  None.    2.  Interventions scheduled:  We will schedule this patient for right trochanteric bursa steroid injection to evaluate and treat right trochanteric bursitis as a source of this patient's right hip pain.    We will also schedule this patient for bilateral sacroiliac joints steroid injection including SCNB and TPI to evaluate and treat bilateral sacroiliitis as a source of this patient lumbosacral pain.    The above procedure(s) will be performed under guidance in an effort to evaluate the etiology of the patient's current pain and to provide relief  in the absence of satisfactory response to reasonable trials of more conservative treatments, to include 6 weeks or greater of physical therapy, medical management, rest, time, and ice/heat application when appropriate and indicated.    Risks, benefits and alternatives to the procedure including the alternatives of doing nothing or continuing current management without intervention were verbally discussed with the patient today and all questions were answered to their satisfaction. Specifically discussed risk of infection, bleeding, inadvertent access of unintended structures, nerve injury with pain, weakness, dysfunction, paralysis or deformity, allergic reaction to medications, pain or discomfort both during and after the procedure, dural puncture, headache, coma, death. In this case, potential benefits outweigh the risks and patient gave clear verbal indication that they are interested in proceeding.    We would consider treating the patient's bilateral lumbar facet arthropathy in future.    3.  Medications:  The patient is currently on   Tramadol 50 mg tablets, p.o., 1 tablet per day.  Thirty tablets/30 days, no refill.    4.  Physical Therapy/Lifestyle Modifications: Encouraged home exercise program  Counseled patient on maintenance of normal BMI    5.  Durable Medical Equipment: None    6.  Imaging/Diagnostic Testing:  None.    7.  Outside Records Ordered: As Above    8.  Outside Referral:  Would defer on this until the patient has been seen by Dr. Hutchins.    9.  Follow-up: See encounter for follow up plan    10.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see above).     Patient will provide a urine sample today for urine drug screen with confirmation of positive results and/or unanticipated findings      Communication conducted today with outside physician regarding patient's condition and intent to treat/refer: Leslie Huutchins, MD , Viki A  Forlano, MD .    KAYODE OLATUNJI, NP                 \\\"\",\n                    \"encounter_date\": \"2018-01-17\",\n                    \"encounter_id\": \"104432579\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142804611409109052887667490947106.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Spoke to pt 1 box ready to pick up $62.70 emp price  \",\n                    \"encounter_date\": \"2019-04-09\",\n                    \"encounter_id\": \"108897767\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142807404027752362681129781690402.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"LMOM - Can try upping the topical steroid to Clobetasol or a round of oral Prednisone. Will wait for patient to return call.   \",\n                    \"encounter_date\": \"2019-01-07\",\n                    \"encounter_id\": \"107763260\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142809623615557175140363261706274.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"H&amp;P reviewed. The patient was examined and there are no changes to the H&amp;P.  \",\n                    \"encounter_date\": \"2018-10-10\",\n                    \"encounter_id\": \"106838563\",\n                    \"note_type\": \"Interval H&P Note - IP\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142813552624470922685387215208482.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient presents today for right sided occipital block  \",\n                    \"encounter_date\": \"2020-06-04\",\n                    \"encounter_id\": \"113769387\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142815091587039292108464055124002.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Noted.  \",\n                    \"encounter_date\": \"2019-05-20\",\n                    \"encounter_id\": \"109383506\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142833580898524478247955364577314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Ray RedactedLastName  MRN: 20483726  Date of Birth: RedactedDOB 57 y.o.  Date of Service: 3/4/2019  PCP: JOSE ANTONIO  AYALA TORRES JR, MD     Chief Complaint   Patient presents with   • Follow-up     3-4 week fu for Contact Dermatitis        History of Present Illness:    57 y/o male here for a 3-4 week follow up for Contact Dermatitis on scalp/face and lower legs. Patient has been taking prednisone 10 mg every other day since 01/28/2019and Lidex ointment PRN with improvement. He is also taking singular and Zyrtec daily that has helped for pruritus. He also switched deodorant/antiperspirant and stopped using skin car products containing methylchloroisothiazilinone.        Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: pruritus on body has improved.  No rash       Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Stroke (HCC)        Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        Current Outpatient Medications   Medication Sig Dispense Refill   • aspirin (ASPIRIN LOW DOSE) 81 mg tablet TAKE ONE TABLET ORALLY EACH MORNING AFTER BREAKFAST FOR HEART (DO NOT CHEW OR CRUSH)     • carvedilol (COREG) 25 mg tablet Take 25 mg by mouth 2 (two) times a day.     • cetirizine 10 mg capsule Take 1 tablet by mouth 2 (two) times a day. 180 capsule 0   • CHOLECALCIFEROL, VITAMIN D3, (D3-50 CHOLECALCIFEROL ORAL) Take 2,000 Units by mouth 2 (two) times a day.      • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 2 Syringe 5   • fluocinonide (LIDEX) 0.05 % ointment Apply thin layer twice a day to lower legs x 2 weeks. 60 g 2   • hydrochlorothiazide (HYDRODIURIL) 25 mg tablet Take 25 mg by mouth 1 (one) time each day.      • hydrocortisone 1 % ointment Apply 1 application topically 2 (two) times a day. Apply to rash on face 2 times a day. 56 g 1   • isosorbide mononitrate (IMDUR) 30 mg 24 hr tablet Take 30 mg by mouth 1 (one) time each day.     • losartan (COZAAR) 50 mg tablet Take 50 mg by mouth 2 (two) times a day.     • methocarbamol (ROBAXIN) 500 mg tablet Take 500 mg by mouth 1 (one) time each day.     • montelukast (SINGULAIR) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day in the morning. 90 tablet 0   • nitroglycerin (NITROSTAT) 0.4 mg SL tablet DISSOLVE ONE TABLET UNDER THE TONGUE EVERY 5 MINUTES FOR UP TO 3 DOSES AT FIRST SIGN OF CHEST PAIN - IF NOT RELIEVED WITHIN FIVE MINUTES OF FIRST DOSE SEEK IMMEDIATE MEDICAL ATTENTION     • omeprazole (PriLOSEC) 20 mg DR capsule Take 20 mg by mouth 2 (two) times a day.       • pravastatin (PRAVACHOL) 40 mg tablet Take 40 mg by mouth 1 (one) time each day.     • predniSONE (DELTASONE) 10 mg tablet Take 1 tablet daily x 1 month 30 tablet 0     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash         Physical Exam  General: No Acute Distress, Well Groomed, Obese Yes  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.    Skin: face/neck/scalp/chest/back/abodmen and lower legs     Derm Physical Exam          Assessment and Plan:  1. Contact Dermatitis- temples/forehead/neck  Improved        Continue Lidex ointment BID PRN.    Stop prednisone   Rx for Prednisone 10 mg every other day PRN for flares  #30 tab given today     Use only Vanicream/Vaniply products for bar soap/showering/moisturizer.   Use Tom's deodorant/antiperspirant     Moisturize BID    Call office if any flares       Follow Up: PRN    Electronically signed by: Charles E. Greeson, MD  3/8/2019  1:21 PM          \",\n                    \"encounter_date\": \"2019-03-08\",\n                    \"encounter_id\": \"108212999\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142834520233886318814824111276066.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Requesting refill of triamcinolone acetonide .1%  has had in the past, informed PT that a new appt would need to be scheduled to in order to get a refill because he hasn't been seen in almost a year but PT was insistent on getting a call back from a nurse.   Send to Walgreens on Sherwood Way   \",\n                    \"encounter_date\": \"2019-07-10\",\n                    \"encounter_id\": \"109947329\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142836402531387458792517848268834.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Spoke to pt 1 box ready to pick up $62.70 emp price (rx expired, pt needs to schedule yearly ctl exam)  \",\n                    \"encounter_date\": \"2020-12-11\",\n                    \"encounter_id\": \"116225844\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142844851713940745436232186593314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"Pt  Mother is requesting a refill on Triamcinolone. She no showed last apt on 11/7/17 and canceled apt that was on 10/24/17 so she wasn't sure if she could get it refilled. Please advise.       \",\n                    \"encounter_date\": \"2017-12-06\",\n                    \"encounter_id\": \"104096998\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142854229351523496115083979784226.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"lmom 1 box of ctls ready to pick up. Pt needs to schedule yeary CTLs exam. Current Rx expired.  \",\n                    \"encounter_date\": \"2019-08-26\",\n                    \"encounter_id\": \"110398144\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142858646766468367970225795104802.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"Pts mom wants to know if nurse can provide pt with price of injections without insurance cause they do not have insurance at this time. Please Advise, Thanks.  \",\n                    \"encounter_date\": \"2019-09-12\",\n                    \"encounter_id\": \"110700847\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142859655010601926571026219532322.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Called kroger pharmacy to verify 1st shipment of Dupixent will come to office. Pt has been approved for medication and once we get medication will contact pt to schedule follow up.    \",\n                    \"encounter_date\": \"2019-03-05\",\n                    \"encounter_id\": \"108496581\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142860189355814196237190159138850.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Yes, please work-in with Laura next week, or place on cancellation list to see me.  Thank you.  \",\n                    \"encounter_date\": \"2020-10-23\",\n                    \"encounter_id\": \"115624731\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142866061108520064491366584942626.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"----- Message from Melissa Veal sent at 10/12/2017  9:06 AM CDT -----  Contact: Pt  The pt states the medication that the pt was prescribed yesterday was not received at Shannon Pharmacy. Call back # ext 3401.  \",\n                    \"encounter_date\": \"2017-10-12\",\n                    \"encounter_id\": \"103424603\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142870958467015323354359478091810.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Both Rxs ready for pick up  \",\n                    \"encounter_date\": \"2020-01-14\",\n                    \"encounter_id\": \"112154025\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142873192561929971189211774058530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Ext:3401  Caller stated that since her injection in her C4 she has been experiencing numbness and pain. Patient would like to speak with the nurse to find out if this is normal or not. Please call  \",\n                    \"encounter_date\": \"2018-08-24\",\n                    \"encounter_id\": \"106480556\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142878129814977277335036151988258.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"October 27, 2017     Patient: RedactedFirstName D RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 10/27/2017       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 10/27/2017 8:00 am.     Please excuse RedactedFirstName for her absence from work on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Heather Dallas, FNP        CC: No Recipients  \",\n                    \"encounter_date\": \"2017-10-27\",\n                    \"encounter_id\": \"101836808\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142879671195397285987302621839394.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"PT CALL TO ORDER CTL'S SAME AS BEFORE &amp; ASKING FOR A GLASS RX TOO. GIVE HER BACK A CALL IF ANY QUESTIONS.  \",\n                    \"encounter_date\": \"2018-09-12\",\n                    \"encounter_id\": \"106644792\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142894753753922798101573450858530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient ID: RedactedFirstName M RedactedLastName is a 43 y.o. female.    MRN: 20325618  Account Number (CSN): 108583249  PCP: Viki A Forlano, MD     Chief Complaint:  Follow-up for cervical radiculopathy, lumbar radiculopathy and headaches.    History of Present Illness:  43 years old, right-handed woman with migraine headache, depression , lumbar radiculopathy and cervical radiculopathy.  The patient is in neurology clinic today for a follow-up appointment.    The patient was initially seen in neurology clinic for gait abnormalities and falls.  Based on the clinical presentation, the neuroimaging and the physical exam findings, the patient was diagnosed with cervical radiculopathy and myelopathy.  The patient had a C5/C6 ACDF surgery on 06/13/2016.  The neck pain and stiffness has improved after the surgery.   The gait has improved after the surgery.  The patient was having pain in the right lower extremity.  She has been seen and evaluated by neurosurgery and pain management: She received an epidural steroidal injection that provided improvement.  The patient also has migraine headache.  The patient was having the migraine once every 3-4 weeks.   Since last visit, the patient was complaining of more neck pain and stiffness.  The pain is radiating to bilateral upper extremities.  The patient is having intermittent tingling and numbness radiating to the upper extremities.  The patient's gait has deteriorated since last visit.  She had a recent cervical spine MRI that showed multilevel degenerative changes but mainly at the level C6-C7 ; 1 level below the previous surgery.  He has been followed and managed by Neurosurgery and pain management.  He received epidural steroid injection for lumbar radiculopathy pain.  The patient is having neck pain and back pain. She is followed by Neurosurgery.      Problem List:    Patient Active Problem List   Diagnosis   • Cervicalgia    • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia, other site   • Other spondylosis, sacral and sacrococcygeal region   • Pain in right shoulder   • Long-term current use of opiate analgesic drug   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint (HCC)   • Cervical spondylosis without myelopathy   • Shoulder pain &lt;Left side&gt;       Medications:    Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet Take 1 tablet (20 mg total) by mouth 2 (two) times a day if needed for muscle spasms. 180 tablet 0   • betamethasone dipropionate (DIPROLENE) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 weekly for maintenance. 45 g 1   • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed. 90 tablet 2   • diazePAM (VALIUM) 10 mg tablet Take 10 mg by mouth if needed.       • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet Take 1 tablet (10 mg total) by mouth if needed for migraine. 10 tablet 0     No current facility-administered medications on file prior to visit.        Allergies:    Allergies   Allergen Reactions   • Eletriptan Hbr     • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical, Surgical and Family History:    Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine        Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        Social History     Socioeconomic History   • Marital status: Legally Separated     Spouse name: Not on file   • Number of children: Not on file   • Years of education: Not on file   • Highest education level: Not on file   Occupational History   • Occupation: Business Office     Employer: SHANNON CLINIC   Social Needs   • Financial resource strain: Not on file   • Food insecurity:     Worry: Not on file     Inability: Not on file   • Transportation needs:     Medical: Not on file     Non-medical: Not on file   Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   Substance and Sexual Activity   • Alcohol use: Yes     Comment: social drinker   • Drug use: No   • Sexual activity: Not on file   Lifestyle   • Physical activity:     Days per week: Not on file     Minutes per session: Not on file   • Stress: Not on file   Relationships   • Social connections:     Talks on phone: Not on file      Gets together: Not on file     Attends religious service: Not on file     Active member of club or organization: Not on file     Attends meetings of clubs or organizations: Not on file     Relationship status: Not on file   • Intimate partner violence:     Fear of current or ex partner: Not on file     Emotionally abused: Not on file     Physically abused: Not on file     Forced sexual activity: Not on file   Other Topics Concern   • Not on file   Social History Narrative   • Not on file       Review of Systems:    Review of Systems   Constitutional: Negative for activity change, chills and unexpected weight change.   HENT: Negative for congestion, facial swelling and nosebleeds.    Eyes: Negative for photophobia, pain and discharge.   Respiratory: Negative for chest tightness, shortness of breath and stridor.    Cardiovascular: Negative for chest pain, palpitations and leg swelling.   Endocrine: Negative for cold intolerance, polydipsia and polyuria.   Allergic/Immunologic: Negative for environmental allergies, food allergies and immunocompromised state.   Hematological: Negative for adenopathy. Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for agitation, behavioral problems and confusion.    Neurology:  Positive for sensory disturbances, pain.        Physical Exam:    Physical Exam   Constitutional: No distress.   HENT:   Mouth/Throat:  No oropharyngeal exudate.   Eyes: Right eye exhibits no discharge. Left eye exhibits no discharge. No scleral icterus.   Neck: No JVD present. No tracheal deviation present. No thyromegaly present.   Cardiovascular: Exam reveals no gallop and no friction rub.   No murmur heard.  Pulmonary/Chest: No stridor. She has no wheezes. She has no rales.   Abdominal: She exhibits no distension and no mass. There is no tenderness.   Musculoskeletal: She exhibits no edema, tenderness or deformity.   Skin: No rash noted. She is not diaphoretic. No erythema. No pallor.        Neurologic Exam  Mental Status: Alert and oriented × 3, good recent and remote memory  Cranial Nerve Testing: PERL, EOMI, Fundi: normal, normal facial sensation, normal sense of smell, no facial asymmetry, normal hearing, tongue and uvula are midline, normal swallowing  Motor: 5/5 strength on all 4 extremities, normal tone on all four extremities  Reflexes:  Hyperactive, 3+, symmetrical,  on all four extremities  Cerebellar exam: Normal on all four extremities, no dysmetria, no ataxia.  Sensory:  Hypoesthesia to light touch and pinprick of bilateral upper extremities and at the lateral aspect of the right thigh.  Normal vibration and proprioception on all four extremities  Rhomberg's: Negative  Gait:    Spastic gait, Difficult to stand on heels or toes secondary to the lower back pain.      Assessment:  1.  Cervical radiculopathy:   Continues to have neck pain   2.  Lumbar radiculopathy and lower back pain:  The patient continues to have lower back pain.  3.  Migraine headache:   Well controlled with current medical regimen.      Plan:  1.Regarding cervical radiculopathy and neck pain:    Continue Cymbalta By mouth Twice daily.  Continue baclofen 20 mg By mouth Twice daily on p.r.n. Basis.  Will start the patient on amitriptyline 25 mg By mouth At bedtime.  Continue to follow with Neurosurgery and pain management.  2.  Regarding lumbar radiculopathy and lower back pain:  Continue Cymbalta to 30 mg By mouth Twice daily.  Resume baclofen 20 mg By mouth Twice daily on p.r.n. basis.  Continue to follow with Neurosurgery and pain management.  Will start the patient on amitriptyline 25 mg By mouth At bedtime.    3.  Regarding headache:  Continue current medical regimen.    I explained the diagnosis and the treatment plan to the patient .  The patient verbalized understanding the plan.  The patient agreed to adhere to the plan..  The patient will follow up in neurology clinic in 4 months.   Thank you for giving me the privileges of participating in this patient's care.  Transcribed using voiced recognition technology. Some sound alike errors may have been missed in editing.       \",\n                    \"encounter_date\": \"2019-05-24\",\n                    \"encounter_id\": \"108583249\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142910365821957301423422801182754.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Lynn RedactedLastName  MRN: 20574212  Date of Birth: RedactedDOB 18 y.o.  Date of Service: 5/13/2019  PCP: NO, PCP, MD       CC;  F/U for atopic derm.  Here to start Dupixent      History of Present Illness:    Patient is an 18 y/o female here to initiate Dupixent injections for atopic dermatitis on trunk/ext/. Today, she has mild to moderate pruritic eczematous patches on her bilateral arms/neck/back/posterior knees.  She is currently using Eucrisa and triamcinolone with mild improvement. She continues to have flares thought today is a good day.  Pruritus is mild to moderate toda y      Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars. + Pruritic rash.        Past Medical History:   Diagnosis Date   • Atopic dermatitis        Family History   Problem Relation Age of Onset   • No Known Problems Mother    • No Known Problems Father        Current Outpatient Medications   Medication Sig Dispense Refill   • crisaborole (EUCRISA) 2 % ointment Apply 1 application topically 2 (two) times a day. 60 g 1   • predniSONE (DELTASONE) 10 mg tablet Take 40mg x 2 days then 20mg x 2 days then 10mg x 2 days (Patient not taking: Reported on 1/9/2018 ) 14 tablet 0   • triamcinolone (KENALOG) 0.1 % ointment Apply thin layer BID to back, stomach, knees, etc for 2-3 weeks 454 g 1     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • No Known Drug Allergies          Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Skin: Scalp/ face/neck /bilateral arms /hands/fingers    Derm Physical Exam           Correction to body map: PIH present with EP on hands/arms.          Assessment and Plan:  1. Eczema/Atopic Dermatitis- body  IGA score of 3 from previous visit.       Dupixent treatment started today. Discussed regimen,mechanism of action, and side effects.  There are no contraindications.         Pt counseled on injection and technique demonstrated.  Pt demonstrated competency to inject.      300mg Dupixent x 2 into SQ fat    Start 300mg every other week at home    Continue with Eucrisa and TAC. Refill given today.  Moisturize           Follow Up: 1 month    Electronically signed by: Charles E. Greeson, MD  5/13/2019  4:34 PM          \",\n                    \"encounter_date\": \"2019-05-13\",\n                    \"encounter_id\": \"109239778\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142915214823419775701248706084898.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Physical therapy daily note:    The patient is a 43-year-old female referred to physical therapy for neck pain, left shoulder pain and subluxation. She has pain along the thoracic and neck region. Pt notes the lower cervical and left rhomboid region are the most painful.  The patient reports compliance with exercises at home and notes that physical therapy continues to help her pain so she can perform her job tasks.    The patient reports feeling better after each physical therapy session for at least 1 week. The patient reports she has been compliant with exercises at home.  The patient reports that she is considering having neck surgery in scheduling for March to help alleviate her pain and lower extremity spasms and weakness as the physician feels like there is cord contact.     Treatment session was tolerated well.  Treatment session consisted of moist hot pack to the left shoulder for 15 min to decrease pain and improve mobility.  The patient has HEP to perform therapeutic exercise for 5 min to improve strength and stability of the left rotator cuff muscles and scapular stabilizers as well as improving range of motion. The patient received manual therapy with instrument assisted manual therapy x 25 minutes to the left and right upper trapezius, rhomboid, lumbar paraspinal and teres minor area.  The patient received deep dry needling performed to the upper trapezius on the left and midthoracic paraspinals with a 0.30 x 40 mm needle in a prone position and the patient's response was excellent.  Pt notes a decrease in pain after session.  The patient received myofascial work performed by the therapist as well to the cervical paraspinals and upper trapezius and to the left scapular region and cervical paraspinals. The patient was a significant decrease in pain after manual therapy.     Plan to continue seeing the patient every 2 weeks.     Electronically signed: Shauna Owens, PT, DPT  \",\n                    \"encounter_date\": \"2020-12-10\",\n                    \"encounter_id\": \"116297189\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142921304182773174588676579000354.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"Please let Pt's mother know that we can refill this one time but any other refills needs a follow up appointment. Thank you!   \",\n                    \"encounter_date\": \"2017-12-07\",\n                    \"encounter_id\": \"104096998\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142927319797651576983724794839074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"\\\" Name: RedactedFirstName A RedactedLastName  MRN: 20173721  Date of Birth: RedactedDOB 33 y.o.  Date of Service: 12/5/2018  PCP: NO, PCP, MD   Referred by: Bickford, David, PA    Chief Complaint   Patient presents with   • Diarrhea       History of Present Illness:  HPI    The patient is a pleasant 33-year-old white male who presents as a work-in for chronic diarrhea that started 5 months ago.  The patient reports that he started a medication called Dupixent for eczema/atopic dermatitis several months before the diarrhea started.  He reports the stools were loose to watery, and he was having 3-4 bowel movements a day.  In never awaken him from sleep.  He had severe excessive flatulence with the diarrhea.  He denies any rectal bleeding, melena, abdominal pain, or mucus in the stool.  There is no family history of inflammatory bowel disease, colon cancer, celiac sprue.  He would take Imodium as needed and it would seem to help the diarrhea.  The patient stopped his Dupixent for 3 weeks a little over a month ago, and he thinks the diarrhea has improved dramatically now.  He has not had to take any Imodium for 3 weeks.  He actually feels much better now.  He was seen in urgent care on October 29th and started on cholestyramine and he has not had a take this in over a week as well. All of his blood work was normal when he was seen in urgent care.    There is no problem list on file for this patient.      Current Outpatient Medications   Medication Sig Dispense Refill   • arginine oxoglurate (L-ARGININE,ALPHA-KETOGLUTARAT, ORAL) Take by mouth.     • cholestyramine (QUESTRAN) 4 gram powder Take 1 packet (4 g total) by mouth daily. 30 packet 3   • doxycycline (VIBRA-TABS) 100 mg tablet Take 50 mg by mouth 2 (two) times a day.     • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days.     • loperamide (IMODIUM) 2 mg capsule Take 2 mg by mouth 4 (four) times a day if needed for diarrhea.      • safflower oil-linoleic acid,co (CLA) 1,000 mg capsule Take by mouth.     • triamcinolone (KENALOG) 0.1 % cream Apply 1 application topically 2 (two) times a day.       No current facility-administered medications for this visit.        No Known Allergies    Past Medical, Surgical and Family History:    Past Medical History:   Diagnosis Date   • Dermatitis        History reviewed. No pertinent surgical history.    History reviewed. No pertinent family history.    Social History     Socioeconomic History   • Marital status: Single     Spouse name: None   • Number of children: None   • Years of education: None   • Highest education level: None   Social Needs   • Financial resource strain: None   • Food insecurity - worry: None   • Food insecurity - inability: None   • Transportation needs - medical: None   • Transportation needs - non-medical: None   Occupational History   • None   Tobacco Use   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   Substance and Sexual Activity   • Alcohol use: Yes     Comment: social   • Drug use: No   • Sexual activity: None   Other Topics Concern   • None   Social History Narrative   • None         Review of Systems was reviewed in detail with the patient, and is included in the gastroenterology new patient form dated December 5, 2018 with which I concur.    Results for orders placed or performed in visit on 11/09/18   CBC auto differential   Result Value Ref Range    WBC 7.7 4.5 - 11.0 10*3/uL    RBC 5.79 4.70 - 6.10 10*6/uL    Hemoglobin 17.7 (H) 13.2 - 17.3 g/dL    Hematocrit 50.4 (H) 39.0 - 49.0 %    MCV 87.0 80.0 - 99.0 fL    MCH 30.6 27.0 - 34.0 pg    MCHC 35.1 32.0 - 37.0 g/dL    RDW 12.5 11.5 - 14.5 %    MPV 10.0 9.4 - 12.4 fL    Neutrophils % 53.3 42.2 - 75.2 %    Lymphocytes % 36.0 20.5 - 51.0 %    Monocytes % 8.4 1.7 - 12.0 %    Eosinophils % 1.3 0.0 - 7.0 %    Basophils % 0.7 0.2 - 1.2 %    Neutrophils # 4.09 1.50 - 7.00 10*3/uL     Lymphocytes # 2.8 1.0 - 4.0 10*3/uL    Monocytes # 0.6 0.0 - 1.0 10*3/uL    Eosinophils # 0.1 0.0 - 0.7 10*3/uL    Basophils # 0.1 0.0 - 0.1 10*3/uL    Platelets 277 130 - 400 10*3/uL    nRBC 0 &lt;=2 10*3/uL    IG 0.3 0.0 - 0.4 %    IG Abs 0.02 0.00 - 0.30 10*3/uL   TSH   Result Value Ref Range    TSH 2.34 0.55 - 4.78 uIU/mL   Comprehensive metabolic panel   Result Value Ref Range    Sodium 142 135 - 142 mEq/L    Potassium 4.6 3.4 - 5.1 mEq/L    Chloride 105 98 - 107 mEq/L    Anion Gap 9.0 (L) 10.1 - 19.5 mEq/L    CO2 28 21 - 32 mEq/L    BUN 16 7 - 18 mg/dL    Glucose 92 75 - 107 mg/dL    Creatinine 0.90 0.70 - 1.30 mg/dL    AST (SGOT) 22 11 - 33 U/L    Alkaline Phosphatase 110 57 - 123 U/L    Total Bilirubin 0.80 0.10 - 0.80 mg/dL    Total Protein 7.8 6.4 - 8.2 g/dL    Albumin 4.2 3.3 - 4.3 g/dL    Calcium 9.4 8.4 - 9.6 mg/dL    ALT (SGPT) 38 6 - 65 U/L    eGFR 111.8 mL/min/1.73m*2         BP 138/90  - Pulse 70  - Ht 5' 10\\\"\\\" (1.778 m)  - Wt 88.3 kg (194 lb 9.6 oz)  - BMI 27.92 kg/m²     Physical Exam  General-the patient is in no acute distress and appears stated age.  HEENT-normocephalic, atraumatic, pupils are equal round and reactive to light, extraocular muscles are intact, mucus membranes are moist, anicteric sclera.  Neck-supple, no lymphadenopathy or thyromegaly.  Chest-clear to auscultation bilaterally.  Cardiac-regular rhythm, normal S1 and S2.  Abdomen-soft, benign, positive bowel sounds, nontender, nondistended, no hepatosplenomegaly, no ascites  Rectal-deferred  Extremities-no cyanosis, clubbing, or edema.  Neurologic-Alert and oriented x3, moves all 4 extremities, no asterixis.  Skin-no rashes, jaundice, or stigmata chronic liver disease.    Immunization History   Administered Date(s) Administered   • Influenza (IM) 11/02/2010, 09/27/2011   • TD Preservative Free 07/24/2008       Assessment:     33-year-old white male who presents for evaluation of chronic diarrhea that started around 5 months ago who symptoms have actually improved over the last 3 weeks.    Plan:     I do not think a colonoscopy is warranted at this point in time since his symptoms have improved, but given his history of atopic dermatitis, I think it would be worthwhile to check a celiac sprue panel he is agreeable to this.  He will call my office if his diarrhea returns, and I will call him with the results of his celiac sprue panel next week.    Electronically Signed by: Stephen W. Coates, MD  \\\"\",\n                    \"encounter_date\": \"2018-12-05\",\n                    \"encounter_id\": \"107426278\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142929773917065394681086887329826.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Notified Patient that her prescription had been sent in for the Triamcinolone ointment(comes in a tub) to Shannon Pharmacy per her request. Thank you.  \",\n                    \"encounter_date\": \"2018-06-12\",\n                    \"encounter_id\": \"105858926\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142931136376464100368235500666914.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"December 10, 2018     Patient: RedactedFirstName Nicholas RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 12/10/2018       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 12/10/2018 at 8:15 am. Please excuse RedactedFirstName for his absence from school on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Ashley B. Delacerda, MD          \",\n                    \"encounter_date\": \"2018-12-10\",\n                    \"encounter_id\": \"106612847\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142934557636533609768937358098466.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Comparison: 6/29/2017.    TECHNIQUE: Multiplanar, multisequence imaging of the lumbar spine is performed  without contrast.    FINDINGS: Lumbar spine alignment and marrow signal are normal. There is  preservation of the vertebral body heights and intervertebral disc heights. No  pars defects are noted. Conus terminates at L1 and has a normal appearance.  Visualized retroperitoneum is unremarkable. Small simple appearing cyst is  demonstrated involving the inferior left kidney. There is  hypertrophic/degenerative changes present involving the left L5-S1 facet. There  is no significant disc bulge, disc herniation, central stenosis, other facet  disease or foraminal narrowing demonstrated.    IMPRESSION:  IMPRESSION:  1. Degenerative change involving the left L5-S1 facet  2. Otherwise essentially normal exam    Eddie Shell, MD     This document was generated using voice recognition software and electronically  signed by: Eddie Shell, MD 9/25/2018 3:03 PM     \",\n                    \"encounter_date\": \"2018-09-25\",\n                    \"encounter_id\": \"note_19081623\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142936957354285544807917869334562.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Shannon Pain Management Clinic       DOB: RedactedDOB   Referring Provider:  No ref. provider found  Primary Provider:  Viki A Forlano, MD         PREVIOUS PAIN DIAGNOSIS:  Cervicalgia  Chronic low back pain  Lumbosacral spondylosis with radiculopathy  Primary osteoarthritis of right hip  Bilateral inflammation of sacroiliac joint  Trochanteric bursitis of right hip        PREVIOUS INTERVENTIONS:   Effective Therapies:    Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.  Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017. Medications.  Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.  Diagnostic block of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017. 80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.     Failed Medications/Therapies:    Gabapentin caused cognitive changes that were intolerable.   T1-T2 ESI - no benefit     Treatment Side Effects/Complications:    Weakness/fatigue, tremor      ORT:   Moderate    HPI   RedactedFirstName M RedactedLastName is a 43 y.o. female who comes today with a chief complaint of pain related to above diagnosis.  We discuss titrating the medication today from tramadol IR 50 mg to tramadol ER 100 mg with Ultracet 37.5 mg twice daily as needed.  For left shoulder symptoms, we will obtain an x-ray.  We discuss steroid injection followed by physical therapy for improvement of range of motion.  She consents.  We will also give tizanidine 2 mg up to 3 tablets per day as needed for spasm.  We will obtain urine drug screen.  Repeat office visit in about 2 months.    Pain Description  Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot  Avg. Pain NRS Score (x/10):  4   Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fall    Pain Worsened By:  Walking, Lifting, Turning in bed, Rising from seated, Climbing stairs, Heat and Cold  Pain Improved By:  Medications, Changing Positions, Stretching and Lying Down  Pain Described As:  Catching, Stabbing, Numb, Tingling and Burning  Pain Pattern: Traveling to arm and Traveling to leg  Pain Intensity/Limitations:  Moderate, Limits activity and Limits sleep  Timing:  Constant    Rationale for opioid use: The patient suffers from the above noted pain conditions. Reported benefits of opioid use include decreased pain perception, improved functionality, improved quality of life and improved ability to complete their activities of daily living.    Goals of opioid treatment: Our primary goal is to see an increase in function.     Rationale for urine drug screen: Last UDS was obtained on 03/07/2018. A urine drug screen is done in order to ensure compliance with the patient's current medications. It is also done to detect any illicit substances that the patient may be using.     Pain Review of Systems  Yes No  []   [x]   New focal neurological deficits  []   [x]   New Loss of bladder control     []   [x]   New saddle anesthesia       []   [x]   New gait abnormality       []   [x]   New medication side effects     []   [x]   Suicidal ideation        []   [x]   Uncontrolled depression       []   [x]   Recreational drug use      []   [x]   Prescription drug misuse       []   [x]   Alcohol abuse        []   [x]   Implantable devices       []   [x]   Anticoagulation            LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017    MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    GLUCOSE 82 11/06/2017    CALCIUM 9.3 11/06/2017    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017     BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017     Lab Results   Component Value Date    TSH 1.07 11/06/2017     Pain Management Panel     There is no flowsheet data to display.        No results found for: HGBA1C, MBG    Urine Drug Confirmation: Reviewed and ordered per protocol.    Pain Medications             baclofen (LIORESAL) 20 mg tablet Take 1 tablet (20 mg total) by mouth 2 (two) times a day if needed for muscle spasms.    cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed.    DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW.    tiZANidine (ZANAFLEX) 2 mg tablet Take 1 tablet (2 mg total) by mouth 3 (three) times a day if needed for muscle spasms.          ASSESSMENT  1. Shoulder pain &lt;Left side&gt;    2. Long-term current use of opiate analgesic drug    3. Myalgia, other site    4. Arthropathy of cervical spine facet joint (HCC)    5. Bilateral inflammation of sacroiliac joint (HCC)    6. Lumbosacral spondylosis with radiculopathy        PLAN  1.  Interventions performed today:  None      2.  Interventions scheduled:  Left shoulder steroid injection with trigger point injection.      3.  Medications:               Neuropathic:  Cymbalta 30 mg, b.i.d.. - by Dr. Richeh              Muscle Relaxants:  Baclofen 20 mg b.i.d..              NSAIDs:  None.              Opioids:  Tramadol ER 100 mg, q.d., #30, no refill.  Ultracet 37.5 mg, b.i.d., p.r.n., #60, no refill.       I have reviewed the patient's controlled substance agreement as well as the results of the patient's most recent urine drug screen and Texas Prescription Drug Monitoring Program.  I have not found evidence of aberrant behavior.  The opioid regimen is not resulting in any significant side effects.  The patient is aware that we will maximize alternative treatment options (adjuvant medications, physical therapy, interventional procedures, etc) in order to minimize and/or wean their opioids as tolerated with our ultimate goal of discontinuing opioid therapy if/when possible.     4.  Physical Therapy/Lifestyle Modifications: Counseled patient on exercise, diet and importance of remaining socially engaged.      5.  Imaging/Diagnostic Testing:  Left shoulder x-ray.      6.  Outside Records Ordered/Reviewed: None  Clinical Charts Ordered, Obtained, Reviewed and Summarized: none   Additional Records Ordered:  Viki A Forlano, MD    7.  Outside Referral:  Physical therapy for left shoulder ROM improvement education.      8.  Follow-up:  2 months.    9.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see below).     ================== Additional Record Information Below ==================  Oswestry Pain Disability Questionnaire  Pain Intensity: (3) Pain killers give moderate relief from pain   Personal Care: (2) It is painful to look after myself and I am slow and careful   Lifting: (4) I can lift only very light weights   Walking: (2) Pain prevents me from walking more than 0.5 mile   Sitting: (2) Pain prevents me from sitting more than 1 hour   Standing: (3) Pain prevents me from standing for more than 30 minutes   Sleeping: (3) Even when I take tablets, I have have less than 4 hours of sleep   Sex Life: (0) My sex life is normal and causes no extra pain   Social Life: (3) Pain has restricted my social life, and I do not go out as often as I used to    Traveling: (2) The pain is bad, but I manage journeys longer than 2 hours   Average Score: 48%       IMAGING:  No results found.    Vitals:    04/09/19 1609   BP: 108/68   Pulse: 93   SpO2: 93%   Weight: 85.7 kg (189 lb)   Height: 5' 2\\\"\\\" (1.575 m)     Body mass index is 34.57 kg/m².    PHYSICAL EXAM:  Constitutional: Normal appearing. is obese. No apparent distress.   HEENT: Normocephalic without masses, lesions, or gross asymmetry, atraumatic. Extra-occular muscles are intact   Eyes: PERRLA. Anicteric. Conjunctiva clear.  Neck: Thyroid WNL. No JVD  Skin: No Rash  No lesion/ulceration Normal Temp to Palp Normal Moisture to Palp  No mottling/color change  Nails WNL  Hair Growth Pattern WNL  CV: No pedal edema. No clubbing/cyanosis  Respiratory: Good chest excursion bilaterally. Symmetrical expansion. No accessory muscle use. No intercostal retractions.  MS/Spine:      Note: if no check box checked, then test was not performed.  Gait:      [x] Non-Antalgic      [] Antalgic Gait Noted     Cervical     [x] Normal alignment/lordosis of the cervical spine      [x] FROM of cervical spine.      [] Loss of normal cervical lordosis     [] ROM is diminished in extension, lateral sidebending, and bilateral rotation        [] Left  [] Right   []Negative          Tenderness to Cervical Facet Palpation     [] Left  [] Right   []Negative          Cervical Facet Loading     [] Left  [] Right   [x]Negative          Spurling's     Thoracic:      [x] Normal alignment/kyphosis of the thoracic spine.      [] Loss of normal kyphosis of thoracic spine     Lumbosacral     [x] Normal alignment/lordosis of the lumbar spine      [x] FROM of lumbar spine.        [] Loss of normal lumbar lordosis     [] ROM is diminished in extension, lateral sidebending, and bilateral rotation        [] Left  [] Right   []Negative          Lumbar Facet Loading     [] Left  [] Right   []Negative          Straight Leg Raise      [] Left  [] Right   []Negative          Sacroiliac Joint Pain            [] Left  [] Right   []Negative          FABERS            [] Left  [] Right   []Negative          Pelvic compression/distraction      [] Left  [] Right   []Negative          Gaenslen's     [] Left  [] Right   []Negative          Yoeman's     Hips/Knees/ankles     [x] FROM of knees     [] Diminished ROM of knees     [x] FROM of ankles     [] Diminished ROM of ankles     [x] No deformities noted        [] Left  [] Right   []Negative          Internal Hip Rotation     [] Left  [] Right   []Negative          Stinchfield     [] Left  [] Right   []Negative          GT Bursa Tenderness     [] Left  [] Right   []Negative          Knee Crepitus     [] Left  [] Right   []Negative          McMurray Lateral Meniscus     [] Left  [] Right   []Negative          McMurray Medial Meniscus     Shoulders/Elbows     [x] FROM of Elbows     [] Diminished ROM of Elbows        [x] Left  [] Right   []Negative          Hawkins     [x] Left  [] Right   []Negative          Tenderness over AC joint     [x] Left  [] Right   []Negative          Neer's     [x] Left  [] Right   []Negative          Shoulder Apprehension Test     [x] Left  [] Right   []Negative          Empty Can Test     Neuro: AAOx3.CN 2-12 WNL.      Motor Strength within normal limits  No fasciculation/fibrillation. No focal atrophy. No Clonus.   Normal Sensation without Hyperalgesia/Allodynia      PSYCH: Normal Appearance. Normal Affect. Behavior WNL.       PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia, other site   • Other spondylosis, sacral and sacrococcygeal region   • Pain in right shoulder   • Long-term current use of opiate analgesic drug   • Pain in right hip joint    • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint (HCC)   • Cervical spondylosis without myelopathy   • Shoulder pain &lt;Left side&gt;       CURRENT MEDICATIONS  Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet Take 1 tablet (20 mg total) by mouth 2 (two) times a day if needed for muscle spasms. 180 tablet 0   • betamethasone dipropionate (DIPROLENE) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 weekly for maintenance. 45 g 1   • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed. 90 tablet 2   • diazePAM (VALIUM) 10 mg tablet Take 10 mg by mouth if needed.       • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet Take 1 tablet (10 mg total) by mouth if needed for migraine. 10 tablet 0   • [DISCONTINUED] traMADol (ULTRAM) 50 mg tablet Take 1 tablet (50 mg total) by mouth twice a day as needed 60 tablet 0     No current facility-administered medications on file prior to visit.        ALLERGIES  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother     • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Socioeconomic History   • Marital status: Legally Separated     Spouse name: Not on file   • Number of children: Not on file   • Years of education: Not on file   • Highest education level: Not on file   Social Needs   • Financial resource strain: Not on file   • Food insecurity - worry: Not on file   • Food insecurity - inability: Not on file   • Transportation needs - medical: Not on file   • Transportation needs - non-medical: Not on file   Occupational History   • Occupation: Business Office     Employer: SHANNON CLINIC   Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   Substance and Sexual Activity   • Alcohol use: Yes     Comment: social drinker   • Drug use: No   • Sexual activity: Not on file   Other Topics Concern   • Not on file   Social History Narrative   • Not on file       MEDICAL HISTORY  Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         REVIEW OF SYSTEMS  Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.   Respiratory: Negative for shortness of breath and wheezing.     Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Negative for dysuria.   Musculoskeletal: Positive for arthralgias, back pain, gait problem (buckling hips), myalgias and neck pain. Negative for joint swelling.   Skin: Negative for rash.        Dry skin   Neurological: Positive for tremors, weakness and numbness. Negative for seizures and syncope.   Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Patient's questions were answered.     Patient will read and sign a patient-physician agreement regarding controlled-substance therapies, updated annually if patient is receiving controlled substance.     Patient agrees to provide a urine sample any time for urine drug screen with confirmation of positive results and/or unanticipated findings if receiving controlled substances.    Patient will complete an Opioid Risk Assessment Tool to determine risk of abuse for controlled substances with results documented and updated annually.        Transcribed using voice recognition technology (M*Modal/Direct Fluency).  Some errors may have been missed in review and editing.      Electronically signed by KAYODE OLATUNJI, NP-C          \\\"\",\n                    \"encounter_date\": \"2019-04-10\",\n                    \"encounter_id\": \"108108694\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142949074417775542236754424627234.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Atopic Dermatitis    “Dermatitis” means inflammation of the skin.  “Atopic” dermatitis is a particular type of skin inflammation that is marked by dryness, associated itching, and a characteristic pattern of rash on the body.  The condition is fairly common and may occur in as many as 10% of children.  You will often hear it called “atopic eczema” or sometimes just “eczema”.    The exact cause of atopic dermatitis is unknown.  In many patients, there is a family history of hay fever, asthma, or atopic dermatitis itself.  Rarely, atopic dermatitis in infants may be related to food sensitivity, such as sensitivity to milk, but this is often difficult to determine and manage.  In the majority of cases, however, no allergic triggers can be found.  Physical or emotional stressors (severe seasonal allergies, physical illness, etc.) can worsen atopic dermatitis.    Atopic dermatitis usually starts in infancy from the ages of 2 to 6 months.  The skin is dry and the rash is quite itchy, so infants may be restless and rub against the sheets or scratch (if able).  The rash may involve the face or it may cover a large part of the body.  As the child gets older, the rash may become more localized.  In early childhood, the rash is commonly on the legs, feet, hands and arms.  As a child becomes older, the rash may be limited to the bend of the elbows, knees, on the back of the hands, feet, and on the neck and face.  When the rash becomes more established, the dry itchy skin may become thickened, leathery and sometimes darker in coloration.  The more the person scratches, the worse the rash is and the thicker the skin gets.  Many children with atopic dermatitis outgrow the condition before school age, while others continue to have problems into adolescence and adulthood.     Many things may affect the severity of the condition.  All patients have sensitive and dry skin.  Many will find that during the winter months when the humidity is very low, the dryness and itchiness will be worse.  On the other hand, some people are easily irritated by sweat and will find that they have more problems during the summer months.  Most patients note an increase in itching at times when there are sudden changes in temperature.  Other irritants easily affect the skin of a patient with atopic dermatitis.  Use of harsh soaps or detergents and exposure to wool are common problems.  Sometimes atopic dermatitis may become infected by bacteria, yeast or viruses.  This is called “secondary infection”.  Bacterial secondary infection is the most common and is often a result of scratching.  The rash gets very red with pus-filled pimples and scabs.  If this occurs, your doctor will prescribe an antibiotic to control the infection.  A more serious complication can be caused by certain viruses.  The “cold sore” virus (herpes simplex) may cause a severe rash.  If this is suspected, immediately contact your doctor.     What can I expect from treatment?  Unfortunately, there is no “magic” cure that will always eliminate atopic dermatitis.  The main objective in treating atopic dermatitis is to decrease the skin eruption and relieve the itching.  There are a number of different forms of the medications that are used for atopic dermatitis.  Primarily, topical medications will be used.  Because the skin is excessively dry, moisturizers will be recommended that will effectively decrease the dryness.  Daily bathing is a useful way to get water into the skin but bathing should be brief (no more than 10 minutes unless otherwise indicated by your physician).     Effective moisturizers (Cetaphil cream or lotion, CeraVe cream or lotion [Wal-Mart, CVS, and Walgreens], Aquaphor, and plain Vaseline) can be used immediately after the bath or shower to trap moisture within the skin.  It is best to “pat dry” after a bathing and then place your moisturizer (cream or lotion) on your skin.  Cortisone (steroid) is a medicated ointment or cream (eg. triamcinolone, hydrocortisone, desonide, betamethasone, clobetasol) that may also be suggested.  It is very helpful in decreasing the itching and controlling the inflammation.  Your doctor will prescribe a cortisone treatment that is most appropriate for the severity and location of the dermatitis that is to be treated.      Once the affected area clears up, it is best to discontinue the use of the cortisone preparation due to possibility of atrophy (skin thinning), but continue the regular use of moisturizers to try to prevent new areas of dermatitis from occurring.  Of course, if itching or a new rash begins, the cortisone preparation may have to be started again.  Anti-inflammatory creams and ointments which are not steroids such as Protopic and Elidel may also be prescribed.    Certain internal medicines called antihistamines (eg. Atarax, Benadryl, hydroxyzine) may help control itching.  They primarily help with the itching by introducing some drowsiness and allowing you to sleep at night.  Some oral antibiotics are often useful as well for controlling the secondary infection and enable infected dermatitis to be controlled.    Other important forms of treatment:  1. Avoid contact with substances you know to cause itching.  These may include soaps, detergents, certain perfumes, dust, grass, weeds, wools, and other types of scratchy clothing.   2. You may bathe daily.  Use no soap or the minimal amount necessary to get clean.  Always use moisturizer immediately after bathing (within 3 minutes is best).  Avoid very hot or very cold water.  Avoid bubble baths.  When drying with a towel, pat dry and do not rub. Use a mild, unscented soap (Dove, CeraVe Cleanser, Lever 2000, or Cetaphil).  3. Try to keep the temperature and humidity in the home fairly constant.  Use a bedroom air conditioner in the summer and a humidifier in the winter.  It is very important that the humidifier be cleaned frequently and thoroughly since mold may grow and cause allergies.  4. Try to avoid scratching.  Atopic dermatitis is often called “the itch that rashes” and it is known that scratching plays a significant role in making atopic dermatitis worse.  Keeping the nails short and well-filed is helpful.  5. Use a fragrance-free, sensitive skin laundry detergent (eg. All Free &amp; Clear).  Run clothes through a second rinse cycle to remove any residual detergents and chemicals.  Bed linens and towels should be washed in hot water to kill dust mites, which are common allergen in atopic patients.  6. In the bedroom, minimize rugs and curtains or other loose fabrics that collect dust.    The National Eczema Association (www.eczema-assn.org) is a wonderful organization that sends out a quarterly newsletter with useful information on these types of conditions. Please consider contacting them at the above website or by address: National Eczema Association for Science and Education, 1220 SW Morrison, Suite 433, Portland Oregon, 97025     \",\n                    \"encounter_date\": \"2018-01-30\",\n                    \"encounter_id\": \"104585197\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142950407862954577172871564492834.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"dupixent 300 mg CPT code (inj administration) 96372, HCPCS J3490 PA exp 7/29/2019\",\n                    \"encounter_date\": \"2018-04-27\",\n                    \"encounter_id\": \"note_10621396\",\n                    \"note_type\": \"Sticky Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142953339508067142648757665923106.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Name: RedactedFirstName Ray RedactedLastName  MRN: 20483726  Date of Birth: RedactedDOB 58 y.o.  Date of Service: 10/14/2020  PCP: JOSE ANTONIO  AYALA TORRES JR, MD     Chief Complaint   Patient presents with   • Follow-up     4wk fu Contact Derm       History of Present Illness    RedactedFirstName Ray RedactedLastName is a 58 y.o. male who is here today for a 4 week follow up for Contact Dermatitis on trunk/face/lower ext.  He was told to use TAC and given prednisone taper 10/5mg x 14 days.  He continues with Cellcept 1000mg BID. He symptoms have improved.  He is taking the prednisone 10mg QOD currently.      Notes were typed by Diane Emerson, LVN           Review of Systems     General: no fevers, chills, or night sweats  Skin: no other rashes or lesions.  No tendency for keloid scars. No tendency for hypertrophic scars.  Immunosuppressed: no      Current Medications/PMHx/PSHx/SocHx reviewed and updated in Epic Chart    Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash       Physical Exam    General: No Acute Distress, Well Groomed, Obese No  Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.    Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.     Digits/Nails: No nail changes. No pitting or dystrophy. Eczematous patches on digits.    Skin: scalp/face/neck/back/hands/arms/legs    Body Map      Lab Results   Component Value Date    WBC 15.0 (H) 09/16/2020    RBC 5.13 09/16/2020    HGB 15.3 09/16/2020    HCT 48.7 09/16/2020    MCV 94.9 09/16/2020    MCH 29.8 09/16/2020    MCHC 31.4 (L) 09/16/2020    RDW 12.9 09/16/2020    PLT 288 09/16/2020    MPV 11.4 09/16/2020    NRBC 0 09/16/2020    NEUTOPHILPCT 79.0 09/16/2020    LYMPHOPCT 10.5 (L) 09/16/2020    MONOPCT 8.3 09/16/2020    EOSPCT 0.8 09/16/2020     BASOPCT 0.6 09/16/2020    NEUTROABS 11.86 09/16/2020    LYMPHSABS 1.6 09/16/2020    EOSABS 0.1 09/16/2020    BASOSABS 0.1 09/16/2020     Results for orders placed or performed in visit on 09/16/20   Comprehensive metabolic panel   Result Value Ref Range    Sodium 135 135 - 142 mEq/L    Potassium 3.5 3.4 - 5.1 mEq/L    Chloride 99 98 - 107 mEq/L    Anion Gap 6.0 3.0 - 16.0 mEq/L    CO2 30 21 - 32 mEq/L    BUN 15 7 - 18 mg/dL    Glucose 108 (H) 75 - 107 mg/dL    Creatinine 1.10 0.70 - 1.30 mg/dL    AST (SGOT) 9 (L) 11 - 33 U/L    Alkaline Phosphatase 71 57 - 123 U/L    Total Bilirubin 0.80 0.10 - 1.00 MG/DL    Total Protein 7.2 6.4 - 8.2 g/dL    Albumin 3.9 3.3 - 4.3 g/dL    Calcium 9.8 (H) 8.4 - 9.6 mg/dL    ALT (SGPT) 25 6 - 65 U/L    eGFR 73.6 mL/min/1.73m*2   Results for orders placed or performed in visit on 09/08/17   Comprehensive metabolic panel   Result Value Ref Range    Albumin 4.1 3.9 - 4.9 gm/dL    Alkaline Phosphatase 48 (L) 53 - 128 U/L    BUN 13 7 - 25 mg/dL    Creatinine 1.14 0.70 - 1.30 mg/dL    BUN/Creatinine Ratio 11     Calcium 9.4 8.6 - 10.3 mg/dL    Glucose 100 70 - 100 mg/dL    AST (SGOT) 15 13 - 39 U/L    ALT (SGPT) 22 7 - 52 U/L    Total Bilirubin 1.0 0.2 - 1.2 mg/dL    Total Protein 6.6 6.0 - 8.3 gm/dL    Sodium 138 135 - 145 mEq/L    Potassium 3.5 3.5 - 5.3 mEq/L    Chloride 100 98 - 109 mEq/L    CO2 29 22 - 33 mEq/L    eGFR (Non-Afircan American) &gt;60 61 - 150 mL/min    eGFR (African American) &gt;60 61 - 150 mL/min         Assessment and Plan    1. Contact Dermatitis - Chronic:     We discussed in depth treatment options.  He feels comfortable with his current control using CellCept daily and prn short course of low dose prednisone for acute flares.       Continue triamcinolone 0.1% ointment BID for 4 weeks PRN flares       Continue Cellcept 1000 mg bid      COVID precautions discussed    CBC/CMP from Sept 2020 reviewed     2. Atopic Dermatitis.- Mr. RedactedLastName had previously been on Dupixent prescribed by his allergist with mixed results.  However, he had not been avoiding allergens in his skin care products that he tested positive for by patch test.  He has no eliminated those products from daily use.  His dermatitis has changed.  I suspect he may have contact dermatitis and atopic dermatitis.  He has been unable to remain well controlled on cell cept alone.  I discussed another trial of Dupixent to see if his dermatitis will now respond.  I will Rx Dupixent and give a 3-6 month trial.  He is desperate for relief.    Will send records for approval to VA    Follow Up: 3 months      Electronically signed by: Charles E. Greeson, MD    \",\n                    \"encounter_date\": \"2020-11-02\",\n                    \"encounter_id\": \"115113710\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142953744498216713549531192492066.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" January 2, 2018     Viki A Forlano, MD  4235 Southwest Blvd.  RedactedCity TX 769##-5635    Patient: RedactedFirstName M RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 1/2/2018       Dear Dr. Forlano:    Thank you for referring RedactedFirstName RedactedLastName to me for evaluation. Below are my notes for this consultation.    If you have questions, please do not hesitate to call me. I look forward to following your patient along with you.         Sincerely,        Elisa K. Brantly, MD        CC: No Recipients  Elisa K. Brantly, MD  1/2/2018 12:09 PM  Signed  Chief Complaint: cyst, stone, frequency      HPI  This patient is a 41 y.o. y/o here today for several urologic issues.     She reports new onset frequency and urgency. She has had symptoms over the past month or two. She does not wear pads, but she received very little warning before she tries to make it to the bathroom.  She does not usually get urinary tract infections.  She has never tried any bladder medications    In addition, she had a MRI done for chronic low back pain.  The MRI showed a renal cyst.  She then had a renal ultrasound done showing that the cyst is simple.  However, there is an echogenic focus in the other kidney that is perhaps a nonobstructing 5 mm nephrolith.  She has never had a kidney stone.  She denies any hematuria or renal colic.  Current Outpatient Prescriptions   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet      • diazePAM (VALIUM) 10 mg tablet      • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet      • meloxicam (MOBIC) 7.5 mg tablet      • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet      • traMADol (ULTRAM) 50 mg tablet Take 50 mg by mouth 1 (one) time each day.     • cephalexin (KEFLEX) 500 mg capsule Take 1 capsule (500 mg total) by mouth 3 (three) times a day for 7 days. 21 capsule 0    • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for up to 10 days. 30 tablet 0   • omeprazole (PriLOSEC) 40 mg DR capsule        No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Migraine    • Migraine        Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.    Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Positive for frequency and urgency. Negative for dysuria.   Musculoskeletal: Positive for arthralgias, back pain, gait problem, joint swelling, neck pain and neck stiffness. Negative for myalgias.   Skin: Negative for rash.   Neurological: Positive for tremors and weakness. Negative for seizures and syncope.   Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Vitals:    01/02/18 1130   BP: 132/82   Weight: 83.9 kg (185 lb)   Height: 5' 2\\\"\\\" (1.575 m)       Physical Exam    In general she is in no acute distress.  She is alert and oriented, and her judgment appears intact  HEENT: Normocephalic/ atraumatic.  She has moist mucous membranes.  Oropharynx is clear.  Neck is supple.  Good oral dentition.  Chest: Symmetric without increased work of breathing  Cardiovascular: Regular rate and rhythm  Back: Straight without CVA tenderness  Extremities: No clubbing, cyanosis, edema  Integumentary: No rashes or lesions, skin is warm  Neuro: All cranial nerves are grossly intact, all extremities move equally  Psychiatric: She is alert and oriented, she does not appear anxious         Urinalysis:  Many bacteria    We reviewed the renal ultrasound together.  There is no hydronephrosis, but there is a 5 mm echogenic focus that could be a kidney stone.  In addition, the left renal cyst is simple  ASSESSMENT  Problem List Items Addressed This Visit     None      Visit Diagnoses     Frequency of micturition    -  Primary    Renal stone        Relevant Medications    traMADol (ULTRAM) 50 mg tablet    Urge incontinence of urine        Urgency of urination        Relevant Orders    Culture, urine    Acute cystitis            I think that her new onset of urgency and frequency with occasional  incontinence could be secondary to her acute cystitis.  I am sending her urine for culture.  In addition, I am going to go ahead and start her on Keflex.  I will call her and let her know the culture results.  If she continues to be symptomatic after the resolution of her urinary tract infection, I have given her samples of Toviaz and VESIcare at low doses to take.    PLAN  Treat UTI  Try samples of anticholinergics  Call me for prescription if they work well    We discussed CT imaging for possible stone.  I do not think that her back pain is related to a stone as it is nonobstructing and there is no hydronephrosis.    The left renal cyst is simple in needs no further follow-up    Thank you for the courtesy of this consultation          Electronically signed by: Elisa Brantly MD             \\\"\",\n                    \"encounter_date\": \"2018-01-02\",\n                    \"encounter_id\": \"104127774\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142963936951801884488652896075810.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"HPI     Chief Complaint   Patient presents with   • Puncture Wound     stepped on nail (L foot)       HPI     18-year-old otherwise healthy male presenting with chief complaint puncture wound to plantar ball of left foot, sustained when stepping on a nail while building a privacy fence today.  Nail went through the bottom of his shoe.  He complains of pain at the region, denies any pain tracking up his foot or ankle, denies any change in sensation or decreased range of motion of his foot.  Went swimming after the injury in local fresh water stream.     Patient History     History reviewed. No pertinent past medical history.    History reviewed. No pertinent surgical history.    Family History   Problem Relation Age of Onset   • No Known Problems Mother    • No Known Problems Father        Social History     Tobacco Use   • Smoking status: Current Some Day Smoker   • Smokeless tobacco: Never Used   • Tobacco comment: when drinks   Substance Use Topics   • Alcohol use: Yes     Comment: socially   • Drug use: Never        Current Discharge Medication List     Medication list as of:  7/24/2019  1:20 AM    CONTINUE these medications which have NOT CHANGED     Medication AM Noon PM Bedtime;    cetirizine (ZyrTEC) 10 mg tablet [   ] [   ] [   ] [   ]                DUPIXENT 300 mg/2 mL syringe [   ] [   ] [   ] [   ]                hydrocortisone (WESTCORT) 0.2 % cream [   ] [   ] [   ] [   ]                methylPREDNISolone (MEDROL DOSEPACK) 4 mg tablet [   ] [   ] [   ] [   ]    Follow package directions, Normal           mycophenolate (CELLCEPT) 500 mg tablet [   ] [   ] [   ] [   ]    Take 2 tabs in the AM and 1 tab in the PM., Normal           triamcinolone (KENALOG) 0.1 % ointment [   ] [   ] [   ] [   ]    Apply twice daily all over body x 2-3 weeks PRN for flares, Normal                               Review of Systems     Review of Systems   Constitutional: Negative for chills and fever.    HENT: Negative for congestion and rhinorrhea.    Eyes: Negative for photophobia and visual disturbance.   Respiratory: Negative for cough.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for blood in stool, diarrhea and vomiting.   Genitourinary: Negative for frequency and urgency.   Musculoskeletal: Negative for back pain.   Skin: Positive for wound. Negative for rash.   Neurological: Negative for seizures and weakness.   Psychiatric/Behavioral: Negative for decreased concentration, dysphoric mood and self-injury.        Physical Exam     ED Triage Vitals [07/23/19 2143]   Temp Heart Rate Resp BP SpO2   98 °F (36.7 °C) 110 18 136/79 96 %      Temp src Heart Rate Source Patient Position BP Location FIO2 (%)   -- -- -- -- --       Physical Exam   Constitutional: He appears well-developed and well-nourished.   HENT:   Head: Normocephalic and atraumatic.   Eyes: Conjunctivae are normal.   Neck: Neck supple.   Cardiovascular: Normal rate and regular rhythm.   No murmur heard.  Pulmonary/Chest: Effort normal and breath sounds normal. No respiratory distress.   Abdominal: Soft. There is no tenderness.   Musculoskeletal: He exhibits no edema.   Punctate lesion to ball of left foot, discomfort to palpation immediately surrounding, no redness or crepitus   Neurological: He is alert.   Skin: Skin is warm and dry. Capillary refill takes less than 2 seconds.   Psychiatric: He has a normal mood and affect.   Nursing note and vitals reviewed.            ED Course &amp; MDM     Clinical Impressions as of Jul 24 0155   Puncture wound without foreign body, left foot, initial encounter       Labs Reviewed - No data to display    No orders to display       MDM      18-year-old male presenting with puncture wound to plantar surface of foot, Augmentin prescribed due to exposure following wound.  Tetanus updated.  ED return precautions given and advised follow-up with primary care physician if pain unimproved within 2-3 days.         Final diagnoses:   [S91.332A] Puncture wound without foreign body, left foot, initial encounter         Disposition  Discharge  Disposition Comments: No comments                        Emily Barkanic, MD  07/24/19 0155    \",\n                    \"encounter_date\": \"2019-07-24\",\n                    \"encounter_id\": \"110097845\",\n                    \"note_type\": \"ED Provider Notes - IP\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142967007623383705646825369239586.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt is requesting a refill for Tramadol ER 25 mg  Pharmacy: Shannon   Next ov 6/7  \",\n                    \"encounter_date\": \"2019-05-20\",\n                    \"encounter_id\": \"109377390\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142971059942731053884025142771746.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Pt paid for ctls $114.00  \",\n                    \"encounter_date\": \"2019-02-22\",\n                    \"encounter_id\": \"108367505\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142971415366922020585002506387490.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Hello Mr. RedactedLastName,     Your referral from JOSE ANTONIO  AYALA TORRES JR has been approved. You can review the details of your referral by navigating to the epichttp://coverage[Coverage Details] page.   \",\n                    \"encounter_date\": \"2018-06-18\",\n                    \"encounter_id\": \"note_13144216\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491541261638849083102063207907346.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName A RedactedLastName  MRN: 20566892  Date of Birth: RedactedDOB 64 y.o.  Date of Service: 5/29/2018  PCP: NO, PCP, MD     Chief Complaint   Patient presents with   • Dermatitis     face        History of Present Illness:    The patient is a 64 year old male with life long h/o atopic dermatitis currently treated with Dupixent c/o swelling, itching of face and eyelids that flares after each injection.  He had this during his last visit and we thought it was a contact dermatitis.  It responded to oral steroids but flared back with subsequent injections.  He only has the reaction on his face.  The remainder of his body is free of eczema and does not itch.  It does not respond to topical TAC.       Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.  Eyes: no visual changes.     Past Medical History:   Diagnosis Date   • Atopic dermatitis        History reviewed. No pertinent family history.    Current Outpatient Prescriptions   Medication Sig Dispense Refill   • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 6 Syringe 0   • predniSONE (DELTASONE) 20 mg tablet Take 2 tabs QAM x 5 days 10 tablet 0   • triamcinolone (KENALOG) 0.1 % ointment Apply 1 application topically 2 (two) times a day.       No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • A-Cillin          Physical Exam  General: No Acute Distress, Well Groomed, Obese Yes  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Skin: Skin of the scalp, neck, chest, face, arms, legs  was examined. Significant finding are marked on skin map    Derm Physical Exam            Assessment and Plan:     1. Eczema/Atopic Dermatitis and Derm NOS controlled on body with Dupixent, however the facial dermatitis could be a reaction to Dupixent vs contact derm.  He denies new products      STOP Dupixent injection- restart it in 4 weeks   Start Prednisone 60 mg for 5 days and 40mg for 5 days     We may have to discontinue Dupixent permanently if it continues.      Follow Up: 5-6 weeks           Electronically signed by: Charles E. Greeson, MD  6/1/2018  9:58 AM    \",\n                    \"encounter_date\": \"2018-06-01\",\n                    \"encounter_id\": \"105739385\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491542622889321969174651366014994.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Shannon Pain Management Clinic       DOB: RedactedDOB   Referring Provider:  No ref. provider found  Primary Provider:  Viki A Forlano, MD    PREVIOUS PAIN DIAGNOSIS:  Cervicalgia  Chronic low back pain  Lumbosacral spondylosis with radiculopathy  Primary osteoarthritis of right hip  Bilateral inflammation of sacroiliac joint  Trochanteric bursitis of right hip      PREVIOUS INTERVENTIONS:   Effective Therapies:    Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.    Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017.   Medications.    Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.    Diagnostic block of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017.   80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.       Failed Medications/Therapies:    Gabapentin caused cognitive changes that were intolerable.  T1-T2 ESI - no benefit  Right shoulder injection - 1 day relief.  Left C4-7 MBB - 30% relief     Treatment Side Effects/Complications:    Weakness/fatigue, tremor      ORT:   Moderate    HPI   RedactedFirstName M RedactedLastName is a 43 y.o. female who comes today with a chief complaint of pain related to above diagnosis.  She reports about 30% relief following left C4-7 MBB.  We will not progress to the 2nd set of the procedure.  We discussed referring the patient back to IR for a repeat of bilateral C4-7 facet injection.  For symptoms suggestive of bilateral sacroiliitis, bilateral trochanteric bursitis, and right lumbar radiculopathy along the dermatomes innervated by L4 and L5, we will schedule interventions.     We discussed the potential benefit of HF 10 for chronic low back pain with radiculopathy.  We give the HF 10 information for her to review before next office visit.    She continues to take tramadol ER 100 mg daily, Ultracet as needed, and tizanidine also as needed.  She also takes Cymbalta and Elavil as prescribed.  She has no new complaints today.  We will order a drug screen today.  Follow-up in about 2 months.    Pain Description  Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot  Avg. Pain NRS Score (x/10):  7  Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fall  Pain Worsened By:  Standing, Walking, Sitting, Bending, Turning in bed and Cold  Pain Improved By:  Medications, Stretching, Massage, PT and Lying Down  Pain Described As:  Fatigued, Numb, Pins/Needles and Burning  Pain Pattern: Traveling to arm and Traveling to leg  Pain Intensity/Limitations:  Moderate  Timing:  Constant    Rationale for opioid use: The patient suffers from the above noted pain conditions. Reported benefits of opioid use include decreased pain perception, improved functionality, improved quality of life and improved ability to complete their activities of daily living.     Goals of opioid treatment: Our primary goal is to see an increase in function.      Rationale for urine drug screen: Last UDS was obtained on 10/21/2019. A urine drug screen is done in order to ensure compliance with the patient's current medications. It is also done to detect any illicit substances that the patient may be using.     Pain Review of Systems  Yes No  []   [x]   New focal neurolfogical deficits  []   [x]   New Loss of bladder control     []   [x]   New saddle anesthesia       []   [x]   New gait abnormality       []   [x]   New medication side effects     []   [x]   Suicidal ideation        []   [x]   Uncontrolled depression        []   [x]   Recreational drug use      []   [x]   Prescription drug misuse       []   [x]   Alcohol abuse        []   [x]   Implantable devices       []   [x]   Anticoagulation            LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017    MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    GLUCOSE 91 10/04/2019    CALCIUM 9.3 11/06/2017    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017    BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017     Lab Results   Component Value Date    TSH 1.07 11/06/2017     Pain Management Panel     There is no flowsheet data to display.        No results found for: HGBA1C, MBG    Urine Drug Confirmation: Reviewed and ordered per protocol.    Pain Medications             amitriptyline (ELAVIL) 25 mg tablet Take 1 tablet (25 mg total) by mouth every night.    DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day.    traMADol ER (ULTRAM-ER) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split.          ASSESSMENT  1. Bilateral trochanteric bursitis    2. Sacroiliitis (HCC)    3. Lumbosacral spondylosis with radiculopathy    4. Osteoarthritis of lumbar spinal facet joint    5. Cervical spondylosis without myelopathy    6. Cervical post-laminectomy syndrome    7. Long term use of opiate analgesic        PLAN  1.  Interventions performed today:  None      2.  Interventions scheduled:     Bilateral trochanter bursa steroid injection.   Bilateral SI joint injection.   Right L4-5 and L5-S1 transforaminal epidural steroid injection.      3.  Medications:               Neuropathic:  Cymbalta 30 mg, b.i.d.. - by Dr. Richeh              Muscle Relaxants:  Tizanidine 2 mg, t.i.d..              NSAIDs:  None.               Opioids:  Tramadol ER 100 mg, q.d., #30, 1 refill.  Ultracet 37.5 mg, 7.i.d., p.r.n., #90, 1 refill.       [x]   Patient under controlled substance agreement    [x]   Urine Drug Screen reviewed   [x]   Texas Prescription Drug Monitoring Program reviewed   [x]   No evidence of aberrant behavior or red flags   [x]   Opioid regimen is not resulting in any significant side effects      The patient is aware that we will maximize alternative treatment options (adjuvant medications, physical therapy, interventional procedures, etc) in order to minimize and/or wean their opioids as tolerated with our ultimate goal of discontinuing opioid therapy if/when possible.     4.  Physical Therapy/Lifestyle Modifications: Counseled patient on exercise, diet and importance of remaining socially engaged.      5.  Imaging/Diagnostic Testing: None      6.  Outside Records Ordered/Reviewed: None  Clinical Charts Ordered, Obtained, Reviewed and Summarized: none   Additional Records Ordered:  Viki A Forlano, MD    7.  Outside Referral:  None       8.  Follow-up:  2 months    9.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see below).     ================== Additional Record Information Below ==================  Oswestry Pain Disability Questionnaire 08/23/19  Pain Intensity: (3) Pain killers give moderate relief from pain   Personal Care: (1) I can look after myself normally but it causes extra pain   Lifting: (4) I can lift only very light weights   Walking: (2) Pain prevents me from walking more than 0.5 mile   Sitting: (2) Pain prevents me from sitting more than 1 hour   Standing: (3) Pain prevents me from standing for more than 30 minutes   Sleeping: (3) Even when I take tablets, I have have less than 4 hours of sleep   Sex Life: (1) My sex life is normal but causes some extra pain    Social Life: (3) Pain has restricted my social life, and I do not go out as often as I used to   Traveling: (2) The pain is bad, but I manage journeys longer than 2 hours   Average Score: 48%        IMAGING:  No results found.    Vitals:    12/11/19 1349   BP: 106/81   BP Location: L Arm   Pulse: 94   SpO2: 97%   Weight: 85.7 kg (189 lb)   Height: 5' 2\\\"\\\" (1.575 m)     Body mass index is 34.57 kg/m².    PHYSICAL EXAM:  Constitutional: Normal appearing. is obese. No apparent distress.   HEENT: Normocephalic without masses, lesions, or gross asymmetry, atraumatic. Extra-occular muscles are intact   Eyes: PERRLA. Anicteric. Conjunctiva clear.  Neck: Thyroid WNL. No JVD  Skin: No Rash  No lesion/ulceration Normal Temp to Palp Normal Moisture to Palp  No mottling/color change  Nails WNL  Hair Growth Pattern WNL  CV: No pedal edema. No clubbing/cyanosis  Respiratory: Good chest excursion bilaterally. Symmetrical expansion. No accessory muscle use. No intercostal retractions.  MS/Spine:      Note: if no check box checked, then test was not performed.  Gait:      [x] Non-Antalgic      [] Antalgic Gait Noted     Cervical     [x] Normal alignment/lordosis of the cervical spine      [] FROM of cervical spine.      [] Loss of normal cervical lordosis     [x] ROM is diminished in extension, lateral sidebending, and bilateral rotation        [x] Left  [x] Right   []Negative          Tenderness to Cervical Facet Palpation     [] Left  [x] Right   []Negative          Cervical Facet Loading     [] Left  [] Right   []Negative          Spurling's     Thoracic:      [x] Normal alignment/kyphosis of the thoracic spine.      [] Loss of normal kyphosis of thoracic spine     Lumbosacral     [x] Normal alignment/lordosis of the lumbar spine      [x] FROM of lumbar spine.        [] Loss of normal lumbar lordosis     [] ROM is diminished in extension, lateral sidebending, and bilateral rotation         [x] Left  [] Right   []Negative          Lumbar Facet Loading     [] Left  [x] Right   []Negative          Straight Leg Raise     [x] Left  [x] Right   []Negative          Sacroiliac Joint Pain            [x] Left  [x] Right   []Negative          FABERS            [x] Left  [x] Right   []Negative          Pelvic compression/distraction      [x] Left  [x] Right   []Negative          Gaenslen's     [] Left  [x] Right   []Negative          Yoeman's     Hips/Knees/ankles     [x] FROM of knees     [] Diminished ROM of knees     [x] FROM of ankles     [] Diminished ROM of ankles     [x] No deformities noted        [] Left  [] Right   []Negative          Internal Hip Rotation     [] Left  [] Right   []Negative          Stinchfield     [x] Left  [x] Right   []Negative          GT Bursa Tenderness     [] Left  [] Right   []Negative          Knee Crepitus     [] Left  [] Right   []Negative          McMurray Lateral Meniscus     [] Left  [] Right   []Negative          McMurray Medial Meniscus     Shoulders/Elbows     [x] FROM of Elbows     [] Diminished ROM of Elbows        [x] Left  [] Right   []Negative          Hawkins     [] Left  [] Right   []Negative          Tenderness over AC joint     [x] Left  [] Right   []Negative          Neer's     [x] Left  [] Right   []Negative          Shoulder Apprehension Test     [x] Left  [] Right   []Negative          Empty Can Test     Neuro: AAOx3.CN 2-12 WNL.      Motor Strength within normal limits  No fasciculation/fibrillation. No focal atrophy. No Clonus.   Normal Sensation without Hyperalgesia/Allodynia      PSYCH: Normal Appearance. Normal Affect. Behavior WNL.     PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia, other site    • Other spondylosis, sacral and sacrococcygeal region   • Cervical post-laminectomy syndrome   • Pain in right shoulder   • Long term use of opiate analgesic   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint (HCC)   • Cervical spondylosis without myelopathy   • Shoulder pain &lt;Left side&gt;   • Cervical radiculopathy   • Lumbar radiculopathy   • Spondylosis without myelopathy or radiculopathy, cervical region   • Spasm   • Bilateral trochanteric bursitis   • Osteoarthritis of lumbar spinal facet joint       CURRENT MEDICATIONS  Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • amitriptyline (ELAVIL) 25 mg tablet Take 1 tablet (25 mg total) by mouth every night. 30 tablet 3   • diazePAM (VALIUM) 10 mg tablet Take 10 mg by mouth if needed.       • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. 180 capsule 0   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet Take 1 tablet (10 mg total) by mouth if needed for migraine. 10 tablet 0   • traMADol ER (ULTRAM-ER) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split. 30 tablet 1   • [DISCONTINUED] betamethasone dipropionate (DIPROLENE) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 times weekly for maintenance. 45 g 0     No current facility-administered medications on file prior to visit.        ALLERGIES  Allergies    Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Socioeconomic History   • Marital status: Legally Separated     Spouse name: Not on file   • Number of children: Not on file   • Years of education: Not on file   • Highest education level: Not on file   Occupational History   • Occupation: Business Office     Employer: SHANNON CLINIC   Social Needs   • Financial resource strain: Not on file   • Food insecurity:     Worry: Not on file     Inability: Not on file   • Transportation needs:     Medical: Not on file     Non-medical: Not on file   Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   Substance and Sexual Activity   • Alcohol use: Yes     Comment: social drinker   • Drug use: No   • Sexual activity: Not on file   Lifestyle   • Physical activity:     Days per week: Not on file     Minutes per session: Not on file   • Stress: Not on file   Relationships   • Social connections:     Talks on phone: Not on file     Gets together: Not on file     Attends religious service: Not on file     Active member of club or organization: Not on file     Attends meetings of clubs or organizations: Not on file     Relationship status: Not on file   • Intimate partner violence:     Fear of current or ex partner: Not on file     Emotionally abused: Not on file     Physically abused: Not on file     Forced sexual activity: Not on file   Other Topics Concern   • Not on file   Social History Narrative   • Not on file       MEDICAL HISTORY  Past Medical History:    Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         REVIEW OF SYSTEMS  Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Negative for dysuria.   Musculoskeletal: Positive for arthralgias, back pain, gait problem, joint swelling, myalgias and neck pain.   Skin: Positive for rash.   Neurological: Negative for seizures and syncope.   Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Patient's questions were answered.     Patient will read and sign a patient-physician agreement regarding controlled-substance therapies, updated annually if patient is receiving controlled substance.     Patient agrees to provide a urine sample any time for urine drug screen with confirmation of positive results and/or unanticipated findings if receiving controlled substances.    Patient will complete an Opioid Risk Assessment Tool to determine risk of abuse for controlled substances with results documented and updated annually.    This note was generated utilizing voice recognition technology.  There may be sound-alike errors in transcription.       Electronically signed by KAYODE OLATUNJI, APRN FNP, 12/11/2019        \\\"\",\n                    \"encounter_date\": \"2019-12-11\",\n                    \"encounter_id\": \"111735524\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491548549043689720087140653596690.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Caller is needing a progress notes for medication Dupixent, sherry is the one who faxed over the Rx so called is needing a little more info in it. Fax # 432-264-4894. Please advise, thanks.   \",\n                    \"encounter_date\": \"2018-05-14\",\n                    \"encounter_id\": \"105611711\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491548844021589706056659281903634.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"ordered  \",\n                    \"encounter_date\": \"2020-07-01\",\n                    \"encounter_id\": \"114044738\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491551942498465378351371492786194.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"LMOM for pt to call back. Per kayode, no need to repeat injection for 30% pain relief for only a couple of hours. Per Kayode, would like to see pt sooner than 12/23/19 to assess other symptoms pt reported.  \",\n                    \"encounter_date\": \"2019-12-05\",\n                    \"encounter_id\": \"111732712\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491558980864587174722770229526546.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Pt's mother calling to state that they received pt's Dupixent, and they would like to know when we can get pt in to be instructed how to use this medication. Please advise. Thank you  \",\n                    \"encounter_date\": \"2020-05-21\",\n                    \"encounter_id\": \"113635265\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491560035047901878679410573312018.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Spoke to Kroger Specialty Pharmacy and told them that we have received the PA for patient RedactedFirstName RedactedLastName and sent it off to the insurance company yesterday (01/15/2018). Kroger Specialty Pharmacy requested that we fax the signed copy of the PA to them as well. The signed copy of the PA was then faxed to them.  \",\n                    \"encounter_date\": \"2018-01-16\",\n                    \"encounter_id\": \"104490095\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491562648745523885507755007541266.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"RIGHT EYE PHACO OP NOTE     Implant Name Type Inv. Item Serial No. Manufacturer Lot No. LRB No. Used   LENS IOL SA60WF - S212058941014 - LOG29969 Lens LENS IOL SA60WF 212058941014 ALCON SURGICAL   Right 1       IOL power: 19.5  Patient name:  RedactedFirstName A RedactedLastName  20566892  RedactedDOB  Date of Procedure:  9/26/2018  Preoperative Diagnosis: Age Related Nuclear Sclerotic Cataract Right  Postoperative Diagnosis: Age Related Nuclear Sclerotic Cataract Right  Procedure:  Procedure(s):  PHACOEMULSIFICATION/IOL  Anesthesia:  Monitor Anesthesia Care  Anesthesiologist: Stephan G. Pizzola, MD  Complications: None  Procedure Details:  The patient was brought to the operating suite and placed in the supine position following institution of IV sedation the operative eye was prepped using iodine solution and then draped.  The operating microscope was fashioned over the patient's right eye. An eye speculum was placed in the eye. A 2.4 mm keratome was used to create a temporal clear corneal wound and a paracentesis blade was used to create a paracentesis. Preservative free lidocaine followed by viscoelastic was then instilled into the anterior chamber. A capsulorrhexis was then performed followed by hydrodissection and hydrodelineation and the nucleus was rotated in the capsular bag. The lens was then phacoemulsified using the  phacoemulsification unit, and cortical cortical remnants were cleared using irrigation aspiration. Viscoelastic was again placed into the capsular bag to inflate the capsular bag and the intraocular lens was then placed into the capsular bag. Residual viscoelastic was irrigated from the anterior chamber. The wound was tested and determine watertight and the eye was placed at physiologic pressure. The speculum and drape were removed from the patient's eye and the patient left the operative suite on procedure well.        Discharge Summary:    Outcome:  No complications.  Disposition: Discharge to Home.   Provisions for follow up:  24 hours office visit.    9/26/2018  7:54 AM  Electronically signed by: Matthew A Goldman, MD  \",\n                    \"encounter_date\": \"2018-09-26\",\n                    \"encounter_id\": \"106518811\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491565015822278690951816521187346.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName D RedactedLastName  MRN: 20225618  Date of Birth: RedactedDOB 35 y.o.  Date of Service: 7/16/2018  PCP: Heather Dallas, NP     Chief Complaint   Patient presents with   • Eczema       History of Present Illness:    RedactedFirstName is here today for a 6 week follow up for chronic severe atopic dermatitis/eczema. At her last visit, she started Dupixent injections and states that ever since her rash has improved significantly. She is also taking Cellcept 2 grams at this time. She has not experienced any dry eyes but she does mention that she gets very dry mouth and small bumps along her lips. She hasn't tried anything to treat it and does not know if it's directly related to the injections. At this point she is happy with the treatment plan. She has tried many different treatments in the past including light therapy, Topicort ointment, Cellcept 2 gram BID, Protopic, and numerous different topical steroids.         Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.  HEENT: No pain or redness in the eyes, positive dry mouth.    Past Medical History:   Diagnosis Date   • Atopic dermatitis        Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • No Known Problems Father    • Skin cancer Neg Hx        Current Outpatient Prescriptions   Medication Sig Dispense Refill   • mycophenolate (CELLCEPT) 500 mg tablet Take 2 tablets (1,000 mg total) by mouth 2 (two) times a day. 84 tablet 1   • triamcinolone (KENALOG) 0.1 % ointment Apply 0.1 application topically 2 (two) times a day. Apply to trunk/extremities. 454 g 1     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • No Known Drug Allergies          Physical Exam  General: No Acute Distress, Well Groomed, Obese Yes   Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Oral: No lesions on the tongue, palate or gingiva.  Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen, right lower extremity, left lower extremity, palms/soles was examined. Significant finding are marked on skin map    Derm Physical Exam              Assessment and Plan:    1. Atopic Dermatitis - Chronic, Moderate to Severe, Improving w/ Dupixent,  covers &gt;50% BSA, face/neck/trunk/ext- failed topical steroids, intramuscular steroids, topical Protopic, NBUVB light treatments, and cannot afford Otezla.   Continue Dupixent 300 mg every other week (one injection).  D/C Cellcept now.   Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Moisturize BID.    2. Dry Mouth (xerostomia) - likely r/t medication  D/C Cellcept today.   Start Biotene Mouhtwash daily as directed.     Follow Up: 6 months    Electronically signed by: Ashley B. Delacerda, MD  7/17/2018  3:40 PM          \",\n                    \"encounter_date\": \"2018-07-17\",\n                    \"encounter_id\": \"105613177\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491566715571981069120504877547538.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Physical therapy Daily note    The patient is a 43-year-old female referred to physical therapy for neck pain, left shoulder pain and subluxation.  The patient reports seeing the physician and she reports he would like for her to attend therapy twice a month to continue to help manage her neck pain and muscle tightness.   The patient reports pain primarily along the left upper trapezius and a headache today.  The patient reports feeling better after each physical therapy session for 2 weeks. The patient reports she has been compliant with exercises at home.  The patient reports that she is considering having neck surgery in scheduling for March to help alleviate her pain and lower extremity spasms and weakness as the physician feels like there is cord contact. Pt has had a lot of stress at her job and has tightness in the neck.    Treatment session was tolerated well.  Treatment session consisted of moist hot pack to the left shoulder for 15 min to decrease pain and improve mobility.  The patient has HEP to perform therapeutic exercise for 5 min to improve strength and stability of the left rotator cuff muscles and scapular stabilizers as well as improving range of motion. The patient received manual therapy with instrument assisted manual therapy x 25 minutes to the left and right upper trapezius, rhomboid, and teres minor area.  The patient received deep dry needling performed to the upper trapezius on the left upper trapezius and midthoracic paraspinals with a 0.30 x 40 mm needle in a prone position and the patient's response was excellent.  Pt notes a decrease in pain after session.  The patient received myofascial work performed by the therapist as well to the left cervical paraspinals and upper trapezius and to the left scapular region and cervical paraspinals.  The patient was a significant decrease in pain after manual therapy.     Plan to continue seeing the patient every 2 weeks.      Electronically signed: Shauna Owens, PT, DPT  \",\n                    \"encounter_date\": \"2020-10-07\",\n                    \"encounter_id\": \"115136825\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491572229482644331444514309799954.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Please let patient know that she will need to call her new insurance and see if they are able to cover her Dupixent injections so she can continue treatment. Thank you.  \",\n                    \"encounter_date\": \"2020-02-27\",\n                    \"encounter_id\": \"112758095\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491573779325545077399116283117586.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Continue to take tramadol ER 100 mg 1 tablet per day.     Continue to take Ultracet 37.5/325 mg up to 3 tablets per day as needed for pain.     Continue to use tizanidine 2 mg up to an average of 3 tablets per day as needed for spasm.     Continue to take Cymbalta and Elavil as prescribed.  You may consider Cymbalta 60 mg daily instead of 30 mg 2 per day.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     You reported that left C4-7 medial branch block gave about 30% relief.   we will not progress with the 2nd set of the procedure.  For now, we will wait until it is 3 months from the time you had the last injection performed by IR.    We will schedule bilateral SI joint injection to evaluate and treat bilateral sacroiliitis.    We will schedule bilateral trochanter bursa steroid injection to evaluate and treat bilateral iliac bursitis.    We will schedule right L4-5 and L5-S1 transforaminal epidural steroid injection to evaluate and treat lumbosacral radiculopathy.    We discussed the potential benefit of HF 10.  Please review before next office visit.     Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will not obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-12-11\",\n                    \"encounter_id\": \"111735524\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491577489518885474696190895325202.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"DATE: 03/31/14         RE:    RedactedLastName, RedactedFirstName A  25954      DOB:  RedactedDOB / M           HISTORY: The patient is a 60-year-old male who comes to urgent care today     complaining of an itchy rash and that he is bleeding all over his body from it.     The patient has a history of severe atopic dermatitis.  It flares up here and     there.  He has had it his whole life.  He has seen Dr. Kay Johnston in the     past, but not for about 5 years. He says this time his symptoms started on     Friday.  It started itching and the itching became unbearable.  When he comes     in, he is bleeding all over his body. He has blood on his ears, his face,     neck, arms, legs, back. He must be scratching unceasingly, and he is certainly      at risk for infection.  He appears pretty miserable. It is by far the worst      case of atopic dermatitis I have ever seen.             MEDICATIONS     Taking No Medications At This Time (none at this time)  -,  -           ALLERGIES     A-Cillin (penicillin)           SOCIAL HISTORY     1. Current every day smoker     2. Marital history married     3. Not working full time     4. Not chewing tobacco     5. A social drinker            VITALS     Age 60.75 yr     BMI 21.6      BP1 119 / 78   - Pulse: 110     BSA 1.84      Height 5 ft 10 in     O2 Sat 96       Pulse 110      Resp 16      Temp 96.9 Deg F     Visit Date 3/31/2014     Weight 150 lb 5 oz           PHYSICAL EXAMINATION: widespread atopic dermatitis involving his entire     face, scalp, neck, back, chest, torso, extremities.  There is no place     spared. He is bleeding anywhere he can reach to scratch.             ASSESSMENT AND PLAN: Atopic dermatitis.  I would like to give him Kenalog 40 mg     IM and a Medrol Dosepak.  I am going to start him on atopiclare applied t.i.d.     to the affected area with 3 refills. Also Bactrim DS p.o. b.i.d. for 7 days.  I      will call Dr. Kay Johnston's office and try to schedule him an appointment to     see her and see if she can help get this under control.                  Brandi Whitehead, P.A.-C.:vn                             D:  03/31/2014 15:53:55EDT     T:  04/01/2014 22:30:06EDT     Job#:  59843314  ichart Job#:  2302364  Document ID#:  47607213           Electronically Signed By: Brandi Whitehead, PA 2014-04-11 07:44:23        \",\n                    \"encounter_date\": \"2017-09-13\",\n                    \"encounter_id\": \"100580874\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491578862858616556915070800494610.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Patient ID: RedactedFirstName D RedactedLastName is a 37 y.o. yo female, presenting today for COVID-19 testing.    HPI - Drive Through Testing Station     Date of symptom onset: NA    No Did the health department or a local provider refer you here today?   Yes        Close to anyone who has tested positive for COVID-19?  If YES, date of last contact with COVID-19 positive person: 06/07   Yes Are you a healthcare facility worker, worker in congregate living setting, or a first responder WITH symptoms?   No Are you a resident of a congregate living setting such as a group home, shelter, etc., WITH symptoms?  If YES, where?   No          Cough?   No       SOB?   No       Fever?   No Chills?   No Myalgia?   No Headache?   No Sore Throat?   No       Loss of smell/taste?   No Nausea, vomiting or diarrhea?   No       Living with anyone who has been advised to quarantine?   No       Utilizes nursing or physical therapy or other home health services?  If YES, which company services?   No       Recent Hotel/Boarding house/Guest house/Inn, prison or shelter stay? If YES, where?   No       Patient has risk factors that puts them at higher risk for poor outcomes related to COVID/secondary COVID complications?   No Follow up visit with APP needed?   No Are you an employee of Shannon?   No Is anyone in your household an employee of Shannon?  What is the name of the Shannon employee?     Where will you be staying while you are in quarantine?   Home  RedactedAddressLine1  RedactedCity tx     What is the best phone number to reach you on while you are in quarantine?  325-315-2476      Patient presents headache    Patient had direct contact with covid positive patient (friends husband in midland) on 06/07/2020    Patient does meet CDC Guidelines.     Patient works at Dr. Days office.      Diagnosis Plan   1. Encounter for screening for other viral disease  SARS-CoV-2 (COVID-19) by RT-PCR (CDC N1, N2, N3, RP Assay) (MDL Only)       Plan   Yes        COVID-19 testing ordered?   Yes        COVID-19 testing education provided.                Orders Placed This Encounter   Procedures   • SARS-CoV-2 (COVID-19) by RT-PCR (CDC N1, N2, N3, RP Assay) (MDL Only)     Standing Status:   Future     Standing Expiration Date:   6/14/2021     Order Specific Question:   Specimen Type:     Answer:   NasoSwab [153]     Order Specific Question:   Specimen Source     Answer:   Nasopharyngeal [785]       COVID-19 Plan  Suspected COVID-19 Infection     · Patient educated to self-isolate in a room in their own home away from others  they live with. Mask if available. Patient advised not to leave house for any  reason.  · Self-treatment discussed including Tylenol for fever, pain or myalgia; cough and  cold medications for symptoms per box instruction.   · Patient to check temperature twice daily at least six hours a part, they will be  required to report to the department of health. Someone should be contacting  you but for your reference this is their contact information.  · RedactedCity Department of Health  · 325-657-4214     · Monitor for symptoms of respiratory distress, should you experience any  worsening shortness of breath or difficulty breathing please call 911 or go to the  emergency department. If you need emergent care please notify EMS or ED that  you may have COVID to allow for proper PPE and isolation.  \",\n                    \"encounter_date\": \"2020-06-14\",\n                    \"encounter_id\": \"113903168\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491579863849195197828096176685074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"January 19, 2020     Jose Ayala-Torres, MD, MD  4240 Southwest Blvd  RedactedCity TX 76905    Patient: RedactedFirstName Ray RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 1/15/2020       Dear Dr. Ayala-Torres:    Thank you for referring RedactedFirstName RedactedLastName to me for evaluation. Below are my notes for this consultation.    If you have questions, please do not hesitate to call me. I look forward to following your patient along with you.         Sincerely,        Charles E. Greeson, MD        CC: No Recipients  Charles E. Greeson, MD  1/19/2020 11:28 AM  Signed  Name: RedactedFirstName Ray RedactedLastName  MRN: 20483726  Date of Birth: RedactedDOB 58 y.o.  Date of Service: 1/15/2020  PCP: JOSE ANTONIO  AYALA TORRES JR, MD     Chief Complaint   Patient presents with   • Follow-up     1 mo fu       History of Present Illness    RedactedFirstName Ray RedactedLastName is a 58 y.o. male who is here today for one month follow up for Contact Dermatitis on his trunk/face and lower extremities. Patient started CellCept 500 mg bid daily and currently taking Prednisone 20 mg daily since 12/09/19. He denies any issues/symptoms with medication. His rash/pruritus has improved.    Notes typed by Ada Lizama, MA        Review of Systems     General: no fevers, chills, or night sweats  Skin: previous rash. No pruritus  Resp: no sob/cough  GI: no abdominal pain/n/v  Immunosuppressed: yes      Current Medications/PMHx/PSHx/SocHx reviewed and updated in Epic Chart    Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash       Physical Exam    General: No Acute Distress, Well Groomed, Obese Yes  Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.    Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.      Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.    Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen was examined. Significant finding are marked on skin map    Body Map          Assessment and Plan    Contact Dermatitis: Chronic - Clear today  Discussed condition and treatment       Discontinue medication and call office if nausea, vomiting, abdominal pain, fever, chills, cough, fatigue, or any infection develops.    Check CBC and CMP  today  Continue Prednisone/Decrease dose to 10 mg daily x 2 weeks then 10 mg every other day.     Continue Cellcept  500 mg bid   Call office if any flares while decreasing prednisone we might need to increase CellCept dosage.       Follow Up: 1 month      Electronically signed by: Charles E. Greeson, MD               \",\n                    \"encounter_date\": \"2020-01-19\",\n                    \"encounter_id\": \"111771588\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491587153671887474042225813356562.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Office Visit    Chief Complaint:RedactedFirstName M RedactedLastName, is a 41 y.o. year old female who presents for Cough; Sore Throat; and Headache.    Dad had type b flu last week.   Daughter has strep throat now.       Flu Symptoms   This is a new problem. Episode onset: 3 days ago. The problem occurs constantly. The problem has been unchanged. Associated symptoms include abdominal pain, chills, congestion, coughing, fatigue, headaches, myalgias and a sore throat. Pertinent negatives include no chest pain, fever, nausea, numbness, vomiting or weakness. Nothing aggravates the symptoms. Treatments tried: dayquil, tylenol sinus/cold. The treatment provided no relief.     Review of Systems   Constitutional: Positive for chills and fatigue. Negative for appetite change, fever and unexpected weight change.   HENT: Positive for congestion and sore throat.    Respiratory: Positive for cough. Negative for chest tightness, shortness of breath and wheezing.    Cardiovascular: Negative for chest pain, palpitations and leg swelling.   Gastrointestinal: Positive for abdominal pain. Negative for abdominal distention, nausea and vomiting.   Musculoskeletal: Positive for myalgias.   Skin: Negative for color change.   Neurological: Positive for headaches. Negative for weakness and numbness.   Psychiatric/Behavioral: Negative for confusion. The patient is not nervous/anxious.          Current Outpatient Prescriptions:   •  baclofen (LIORESAL) 20 mg tablet, , Disp: , Rfl:   •  cyclobenzaprine (FLEXERIL) 10 mg tablet, Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for up to 10 days., Disp: 30 tablet, Rfl: 0  •  diazePAM (VALIUM) 10 mg tablet, , Disp: , Rfl:   •  DULoxetine (CYMBALTA) 30 mg capsule, Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW., Disp: 180 capsule, Rfl: 1  •  fexofenadine (ALLEGRA ALLERGY) 60 mg tablet, , Disp: , Rfl:    •  meloxicam (MOBIC) 7.5 mg tablet, , Disp: , Rfl:   •  omeprazole (PriLOSEC) 40 mg DR capsule, , Disp: , Rfl:   •  rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet, , Disp: , Rfl:   •  traMADol (ULTRAM) 50 mg tablet, Take 1 tablet (50 mg total) by mouth 1 (one) time each day., Disp: 30 tablet, Rfl: 0  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Migraine    • Migraine      Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL       Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other      Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Vitals:    01/24/18 0859   BP: 120/82   Pulse: 100   Temp: 97.6 °F (36.4 °C)   Weight: 82.6 kg (182 lb)   Height: 5' 2\\\"\\\" (1.575 m)     Physical Exam    Constitutional: She is oriented to person, place, and time. She appears well-developed and well-nourished.   HENT:   Nose: Right sinus exhibits no maxillary sinus tenderness and no frontal sinus tenderness. Left sinus exhibits no maxillary sinus tenderness and no frontal sinus tenderness.   Mouth/Throat: Oropharyngeal exudate present. No posterior oropharyngeal edema, posterior oropharyngeal erythema or tonsillar abscesses.   Cardiovascular: Normal rate, regular rhythm and normal heart sounds.    Pulmonary/Chest: Effort normal and breath sounds normal. No respiratory distress.   Musculoskeletal: She exhibits no edema.   Lymphadenopathy:     She has no cervical adenopathy.   Neurological: She is alert and oriented to person, place, and time.   Skin: Skin is warm and dry.   Vitals reviewed.        No results found for this or any previous visit (from the past 168 hour(s)).        ASSESSMENT  Problem List Items Addressed This Visit     None      Visit Diagnoses     Influenza B virus present    -  Primary          PLAN  Start over the counter Oscillococcinum  If not better, sore throat is not better, by tomorrow afternoon let me know and will treat for strep throat.   Stay hydrated - push fluids  Rest  Flu screen positive for type B    Angela D. Wilke, FNP  \\\"\",\n                    \"encounter_date\": \"2018-01-24\",\n                    \"encounter_id\": \"104552015\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491591629115271687399774173003794.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName D RedactedLastName  MRN: 20225618  Date of Birth: RedactedDOB 35 y.o.  Date of Service: 1/28/2019  PCP: Heather Dallas, NP     Chief Complaint   Patient presents with   • Suspicious Skin Lesion   • Eczema   • Follow-up       History of Present Illness:    RedactedFirstName is here today regarding a follow-up for atopic dermatitis. The patient is currently treating her condition with Dupixent injections 300 mg every other week with resolve. The patient states that she is completely clear at this time and has not had any flare-ups since starting the treatment. The patient states that she is very pleased with treatment and denies any side effects from the injections. The patient does c/o a spot on her right upper forehead that has been there for about 2 months, is raised, will bleed easily, is asymptomatic, and has not tried to treat the area of concern with any medications/topicals in the past. The patient does not have a family or personal history of skin cancer. The patient denies any other spots that have been growing, changing, or bleeding.    Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.      Past Medical History:   Diagnosis Date   • Atopic dermatitis        Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • Stroke Mother    • No Known Problems Father    • Skin cancer Neg Hx        Current Outpatient Medications   Medication Sig Dispense Refill   • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 4 mL 3   • mycophenolate (CELLCEPT) 500 mg tablet Take 2 tablets (1,000 mg total) by mouth 2 (two) times a day. 84 tablet 1   • triamcinolone (KENALOG) 0.1 % ointment Apply 0.1 application topically 2 (two) times a day. Apply to trunk/extremities. 454 g 1      No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • No Known Drug Allergies          Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen was examined. Significant finding are marked on skin map    Derm Physical Exam          Assessment and Plan:  1. Neoplasm of uncertain behavior - rule out pyogenic granuloma vs other: right upper forehead- 6 mm  Discussed concern for malignancy, the risks of bleeding, infection, pain and scar from shave removal  Patient informed that further treatment may be required. Risks and alternatives discussed and consent form signed before procedure.  Shave removal performed under 1% lidocaine with 1:100,000 epinephrine after chlorehexadine prep. Hemostasis with AlCl and covered with vasoline and bandage.  Wound care discussed and handout provided.  Specimen sent for pathologic examination. Total lesion number 1.  Locations noted on diagram.    2. Atopic Dermatitis - Chronic, Moderate to Severe, Improving w/ Dupixent,  covers &gt;50% BSA, face/neck/trunk/ext- failed topical steroids, intramuscular steroids, topical Protopic, NBUVB light treatments, and cannot afford Otezla.   Continue Dupixent 300 mg every other week (one injection).  Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Moisturize BID.    Follow Up: 1 year - Will call patient with biopsy results      Electronically signed by: Ashley B. Delacerda, MD  1/28/2019  8:44 PM      \",\n                    \"encounter_date\": \"2019-01-28\",\n                    \"encounter_id\": \"107173197\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491594066309724030492259100131346.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Shannon Pain Management Clinic       DOB: RedactedDOB   Referring Provider:  No ref. provider found  Primary Provider:  Viki A Forlano, MD    PREVIOUS PAIN DIAGNOSIS:  Cervicalgia  Chronic low back pain  Lumbosacral spondylosis with radiculopathy  Primary osteoarthritis of right hip  Bilateral inflammation of sacroiliac joint  Trochanteric bursitis of right hip      PREVIOUS INTERVENTIONS:   Effective Therapies:    Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.    Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017.   Medications.    Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.    Diagnostic block of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017.   80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.       Failed Medications/Therapies:    Gabapentin caused cognitive changes that were intolerable.  T1-T2 ESI - no benefit  Right shoulder injection - 1 day relief.  Left C4-7 MBB - 30% relief     Treatment Side Effects/Complications:    Weakness/fatigue, tremor      ORT:   Moderate        HPI - Telephone Visit  Duration -  05:25 minutes.     RedactedFirstName M RedactedLastName is a 44 y.o. female who comes to this practice for ongoing management of chronic pain.    We have canceled the bilateral SI joint injection and bilateral L4 and L5 transforaminal epidural steroid injection.  If she has increasing symptoms, she will call the practice to reschedule this procedures.      She continues to take tramadol ER 100 mg daily.  She reports that this medications is helping.  She barely takes Ultracet as evidence by this medication being filled last in October of 2019.  She takes tizanidine also as needed, but mostly at bedtime.  Her other medications are Cymbalta and Elavil.  She reports that all these medications are helping.  She denies adverse side effect reaction to these medications.    Per her request, we will give a referral to Dr. Hutchins in Abilene Texas.    The patient denies new respiratory symptoms including shortness of breath, cough, and sore throat.  Patient denies fevers and chest pains.  Patient denies changes in sense of smell and taste.    Regarding COVID-19 social distancing recommendations, we discussed avoiding group gatherings, visits to bars and restaurants, crowded retail stores, gyms, etc.  We encouraged getting update on coronavirus from reputable government web sites - CDC and FEMA.  We also encouraged compliance with local rules.       We encouraged using caution with regards to use of public transport, visit to the PCP, pharmacy, supermarket, and none essential travels.    We advised about Shannon Drive through COVID-19 testing stations and the COVID-19 symptoms.      To date, it is safe to go for a walk, jog, work around the house, etc., as tolerated.       We did not order any lab or any intervention today.  We discussed subsequent office visits and we informed the patient that the practice will advise how it will go depending on the advise we get from the Governmental agencies regarding ongoing COVID-19 pandemic.  For now, we will schedule follow-up in about 1 month.      Pain Description  Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot  Avg. Pain NRS Score (x/10):  6  Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fall   Pain Worsened By:  Standing, Walking, Sitting, Bending, Turning in bed and Cold  Pain Improved By:  Medications, Stretching, Massage, PT and Lying Down  Pain Described As:  Fatigued, Numb, Pins/Needles and Burning  Pain Pattern: Traveling to arm and Traveling to leg  Pain Intensity/Limitations:  Moderate  Timing:  Constant    Rationale for opioid use: The patient suffers from the above noted pain conditions. Reported benefits of opioid use include decreased pain perception, improved functionality, improved quality of life and improved ability to complete their activities of daily living.     Goals of opioid treatment: Our primary goal is to see an increase in function.      Rationale for urine drug screen: Last UDS was obtained on 10/21/2019. A urine drug screen is done in order to ensure compliance with the patient's current medications. It is also done to detect any illicit substances that the patient may be using.     Pain Review of Systems  Yes No  []   [x]   New focal neurolfogical deficits  []   [x]   New Loss of bladder control     []   [x]   New saddle anesthesia       []   [x]   New gait abnormality       []   [x]   New medication side effects     []   [x]   Suicidal ideation        []   [x]   Uncontrolled depression       []   [x]   Recreational drug use      []   [x]   Prescription drug misuse       []   [x]   Alcohol abuse        []   [x]   Implantable devices       []   [x]   Anticoagulation            LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017    MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    GLUCOSE 91 10/04/2019    CALCIUM 9.3 11/06/2017    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017    BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017     Lab Results   Component Value Date    TSH 1.07 11/06/2017     Pain Management Panel      There is no flowsheet data to display.        No results found for: HGBA1C, MBG    Urine Drug Confirmation: Reviewed and ordered per protocol.    Pain Medications             amitriptyline (Elavil) 25 mg tablet Take 1 tablet (25 mg total) by mouth every night.    DULoxetine (Cymbalta) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day.    tiZANidine (Zanaflex) 2 mg tablet Take 1 tablet (2 mg total) by mouth at night if needed for muscle spasms.    traMADol ER (Ultram-Er) 100 mg 24 hr tablet (Expired) Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split.          ASSESSMENT  1. Chronic low back pain    2. Cervicalgia    3. Long term use of opiate analgesic        PLAN  1.  Interventions performed today:  None      2.  Interventions scheduled:  None.      3.  Medications:               Neuropathic:  Cymbalta 30 mg, b.i.d.. - by Dr. Richeh              Muscle Relaxants:  Tizanidine 2 mg, t.i.d..              NSAIDs:  None.              Opioids:  Tramadol ER 100 mg, q.d., #30, 0 refill.  Ultracet 37.5 mg, t.i.d., p.r.n. - not refill today.     [x]   Patient under controlled substance agreement    [x]   Urine Drug Screen reviewed   [x]   Texas Prescription Drug Monitoring Program reviewed   [x]   No evidence of aberrant behavior or red flags   [x]   Opioid regimen is not resulting in any significant side effects      The patient is aware that we will maximize alternative treatment options (adjuvant medications, physical therapy, interventional procedures, etc) in order to minimize and/or wean their opioids as tolerated with our ultimate goal of discontinuing opioid therapy if/when possible.     4.  Physical Therapy/Lifestyle Modifications: Counseled patient on exercise, diet and importance of remaining socially engaged.      5.  Imaging/Diagnostic Testing: None      6.  Outside Records Ordered/Reviewed: None   Clinical Charts Ordered, Obtained, Reviewed and Summarized: none   Additional Records Ordered:  Viki A Forlano, MD    7.  Outside Referral:  None       8.  Follow-up:  2 months    9.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see below).     ================== Additional Record Information Below ==================    PHYSICAL EXAM:    PSYCH: AO x3.  Patient was attentive and interactive throughout the interview.    PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia, other site   • Other spondylosis, sacral and sacrococcygeal region   • Cervical post-laminectomy syndrome   • Pain in right shoulder   • Long term use of opiate analgesic   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint (HCC)   • Cervical spondylosis without myelopathy   • Shoulder pain &lt;Left side&gt;   • Cervical radiculopathy   • Lumbar radiculopathy   • Spondylosis without myelopathy or radiculopathy, cervical region   • Spasm   • Bilateral trochanteric bursitis   • Osteoarthritis of lumbar spinal facet joint       CURRENT MEDICATIONS  Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • amitriptyline (Elavil) 25 mg tablet Take 1 tablet (25 mg total) by mouth every night. 30 tablet 3   • betamethasone dipropionate (Diprolene) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 times weekly for maintenance. 45 g 2    • diazePAM (VALIUM) 10 mg tablet Take 10 mg by mouth if needed.       • DULoxetine (Cymbalta) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. 180 capsule 0   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (Maxalt-MLT) 10 mg disintegrating tablet Take 1 tablet (10 mg total) by mouth if needed for migraine. 10 tablet 0   • tiZANidine (Zanaflex) 2 mg tablet Take 1 tablet (2 mg total) by mouth at night if needed for muscle spasms. 90 tablet 0   • [EXPIRED] traMADol ER (Ultram-Er) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split. 30 tablet 1     No current facility-administered medications on file prior to visit.        ALLERGIES  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Socioeconomic History   • Marital status: Legally Separated     Spouse name: Not on file   • Number of children: Not on file   • Years of education: Not on file   • Highest education level: Not on file   Occupational History   • Occupation: Business Office     Employer: SHANNON CLINIC   Social Needs   • Financial resource strain: Not on file   • Food insecurity     Worry: Not on file     Inability: Not on file   • Transportation needs     Medical: Not on file     Non-medical: Not on file   Tobacco Use   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used    Substance and Sexual Activity   • Alcohol use: Yes     Comment: social drinker   • Drug use: No   • Sexual activity: Not on file   Lifestyle   • Physical activity     Days per week: Not on file     Minutes per session: Not on file   • Stress: Not on file   Relationships   • Social connections     Talks on phone: Not on file     Gets together: Not on file     Attends religious service: Not on file     Active member of club or organization: Not on file     Attends meetings of clubs or organizations: Not on file     Relationship status: Not on file   • Intimate partner violence     Fear of current or ex partner: Not on file     Emotionally abused: Not on file     Physically abused: Not on file     Forced sexual activity: Not on file   Other Topics Concern   • Not on file   Social History Narrative   • Not on file       MEDICAL HISTORY  Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         REVIEW OF SYSTEMS  Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Negative for dysuria.    Musculoskeletal: Positive for arthralgias, back pain, gait problem, joint swelling, myalgias and neck pain.   Skin: Positive for rash.   Neurological: Positive for tremors, numbness and headaches. Negative for seizures and syncope.   Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Patient's questions were answered.       Transcribed using voice recognition technology (M*Modal/Direct Fluency).  Some sound-alike errors may have been missed in review and editing.    Electronically signed by KAYODE OLATUNJI, APRN FNP on 05/06/20 at 11:46 AM          \",\n                    \"encounter_date\": \"2020-05-06\",\n                    \"encounter_id\": \"112721846\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491595004436160051444567391600658.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Called pt due to seeing a prior auth started in CoverMyMeds.  I asked him about his new insurance and if he had a card or information.  He did not.  I told him he could call and they could give him ID and group # info and I could go with that.  He said he would try but if he didn't we could just use his old insurance information under his parents.  This will not work since under his parents insurance one would cover but had a large out of pocket expense due to high deductible and the other insurance was out of network with Kroger pharmacy.  Will nee to wait until he gets his current insurance and will submit.  The form on CoverMyMeds is asking for this info which I do not have.     \",\n                    \"encounter_date\": \"2020-07-15\",\n                    \"encounter_id\": \"114286174\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491597962677640648442295336566802.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"\\\"          Patient is a very pleasant 56-year-old male with a history of coronary artery disease with prior coronary artery bypass grafting in 2011.  He has also had stents placed in 2008 in 2011.  At the time of his CABG he suffered a cardiac tamponade and underwent cardiac arrest and resuscitation with CVA with partial left-sided hemiparesis and blindness secondary to that.  He has been followed by Dr. Rudy Haddad.  He has been treated for hypertension and hyperlipidemia.  He did undergo a repeat cardiac stress study in November of 2016 during a hospital admission for chest pain which showed only very minimal peri-infarct reversibility with preserved EF.  He has done well since that time. He presents today for routine cardiology follow-up accompanied by his wife.    He feels that he is overall doing very well.  He states that he will occasionally, perhaps 2-3 times in the last 6 months experience symptoms of chest tightness which may radiate into his jaw and which is relieved with nitroglycerin.  His most recent episode was yesterday.  Episodes occur with rest.  He tells me that he considers these “non events.”.  He does not feel that this is new or changed from previous.  He denies any shortness of breath.  No lower extremity swelling no PND or orthopnea.  No dizziness or syncope.  No palpitations or heart racing.    His followed by Dr. Torres at the VA Clinic.        Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Former Smoker     Packs/day: 1.50     Years: 27.00     Quit date: 2007   • Smokeless tobacco: Never Used   • Alcohol use 2.4 - 3.0 oz/week     4 - 5 Glasses of wine per week      Comment: SOCIAL   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative    • No narrative on file       Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Stroke (HCC)        Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        Past Surgical History:   Procedure Laterality Date   • CARDIAC CATHETERIZATION     • CORONARY ANGIOPLASTY WITH STENT PLACEMENT      2008 / 2011   • CORONARY ARTERY BYPASS GRAFT     • NASAL SEPTUM SURGERY         Review of Systems   Constitution: Negative for decreased appetite and diaphoresis.   Eyes: Negative for blurred vision and double vision.   Cardiovascular: Positive for chest pain. Negative for claudication, cyanosis, dyspnea on exertion, irregular heartbeat, leg swelling, near-syncope, orthopnea, palpitations, paroxysmal nocturnal dyspnea and syncope.   Respiratory: Negative.    Hematologic/Lymphatic: Negative for bleeding problem. Does not bruise/bleed easily.   Musculoskeletal: Negative for muscle weakness and myalgias.         Current Outpatient Prescriptions:   •  aspirin-calcium carbonate 81 mg-300 mg calcium(777 mg) tablet, Take 81 mg by mouth every night. , Disp: , Rfl:   •  carvedilol (COREG) 25 mg tablet, Take 25 mg by mouth 2 (two) times a day., Disp: , Rfl:   •  cetirizine 10 mg capsule, Take 1 tablet by mouth 2 (two) times a day., Disp: 180 capsule, Rfl: 1  •  CHOLECALCIFEROL, VITAMIN D3, (D3-50 CHOLECALCIFEROL ORAL), Take 2,000 Units by mouth 2 (two) times a day. , Disp: , Rfl:   •  fluocinonide (LIDEX) 0.05 % ointment, Apply 1 application topically 2 (two) times a day., Disp: , Rfl:   •  hydrochlorothiazide (HYDRODIURIL) 25 mg tablet, Take 25 mg by mouth 1 (one) time each day., Disp: , Rfl:   •  hydrocortisone 1 % ointment, Apply to rash on face 2 times a day., Disp: 30 g, Rfl: 2   •  isosorbide mononitrate (IMDUR) 30 mg 24 hr tablet, Take 30 mg by mouth 1 (one) time each day., Disp: , Rfl:   •  losartan (COZAAR) 50 mg tablet, Take 50 mg by mouth 2 (two) times a day., Disp: , Rfl:   •  methocarbamol (ROBAXIN) 500 mg tablet, Take 500 mg by mouth 1 (one) time each day., Disp: , Rfl:   •  omeprazole (PriLOSEC) 20 mg DR capsule, Take 20 mg by mouth 2 (two) times a day.  , Disp: , Rfl:   •  pravastatin (PRAVACHOL) 40 mg tablet, Take 40 mg by mouth 1 (one) time each day., Disp: , Rfl:   •  predniSONE (DELTASONE) 10 mg tablet, Take 1 tablet (10 mg total) by mouth 1 (one) time each day., Disp: 90 tablet, Rfl: 0  •  traMADol (ULTRAM) 50 mg tablet, Take 50 mg by mouth 1 (one) time each day., Disp: , Rfl:   •  fluocinonide (LIDEX) 0.05 % gel, Apply to rash on neck, back, arms, &amp; legs 2 times a day until clear., Disp: 60 g, Rfl: 2     Vitals:    04/17/18 0859   BP: 116/78   Pulse: 59   SpO2: 97%   Weight: 100 kg (221 lb)   Height: 5' 11\\\"\\\" (1.803 m)       Body mass index is 30.82 kg/m².    Objective     Physical Exam   Constitutional: He is oriented to person, place, and time. He appears well-developed and well-nourished. No distress.   HENT:   Head: Normocephalic.   Eyes: Conjunctivae are normal.   Cardiovascular: Normal rate, regular rhythm and normal heart sounds.  Exam reveals no gallop and no friction rub.    No murmur heard.  Pulmonary/Chest: Effort normal and breath sounds normal. No respiratory distress. He has no wheezes. He has no rales.   Musculoskeletal: He exhibits no edema.   Neurological: He is alert and oriented to person, place, and time.   Skin: Skin is dry. He is not diaphoretic.   Psychiatric: He has a normal mood and affect. His behavior is normal.            Lab Review   Lab Results   Component Value Date    WBC 7.9 09/08/2017    HGB 15.5 09/08/2017    HCT 45.3 09/08/2017    MCV 92.3 09/08/2017    PLT 214 09/08/2017     Lab Results   Component Value Date    GLUCOSE 96 04/16/2018     CALCIUM 9.0 04/16/2018    NA 143 04/16/2018    K 3.6 04/16/2018    CO2 32 04/16/2018    CL 103 04/16/2018    BUN 21 04/16/2018    CREATININE 1.02 04/16/2018     Lab Results   Component Value Date    ALT 15 04/16/2018    AST 10 (L) 04/16/2018    ALKPHOS 60 04/16/2018    BILITOT 0.74 04/16/2018     Lab Results   Component Value Date    CHOL 175 04/16/2018    CHOL 161 09/08/2017    CHOL 203 (H) 11/14/2016     Lab Results   Component Value Date    HDL 57 04/16/2018    HDL 31 (L) 09/08/2017    HDL 43 11/14/2016     Lab Results   Component Value Date    LDLCALC 96 04/16/2018    LDLCALC 105 09/08/2017     Lab Results   Component Value Date    TRIG 111 04/16/2018    TRIG 124 09/08/2017    TRIG 225 (H) 11/14/2016     No results found for: CHOLHDL  No results found for: TSH  No results found for: HGBA1C  Lab Results   Component Value Date    BNP 170.6 (H) 04/16/2018           Diagnosis Plan   1. Essential (primary) hypertension     2. Coronary atherosclerosis of unspecified type of vessel, native or graft     3. Mixed hyperlipidemia       Problem List        Circulatory    Coronary atherosclerosis of unspecified type of vessel, native or graft    Current Assessment &amp; Plan     Coronary artery disease status post CABG in August 2011, complicated by a stroke.  He underwent PCI with stents placed in 2008 and 2011.  He has occasional chest discomfort at rest which is relieved with nitro.  He does not think that this is progressed.  He denies any exertional symptoms.  Discuss going forward with a cardiac stress study which declines.  Discussed increasing his Imdur to 60 mg a day.  However the patient feels that this would further lower his blood pressure.  He will report any worsening symptoms.  Otherwise routine cardiology follow-up will be arranged in 6 months with Dr. Rudy Haddad.         Essential (primary) hypertension - Primary    Current Assessment &amp; Plan     Controlled            Endocrine/Metabolic     Mixed hyperlipidemia    Current Assessment &amp; Plan     Continue pravastatin.                   PLEASE BRING YOUR PILL BOTTLES WITH YOU TO EVERY VISIT.  We prefer actual pill bottles over a list of your medications.  This is for your safety.   @Electronically signed by: Rebecca C. Taylor, CNS  \\\"\",\n                    \"encounter_date\": \"2018-04-17\",\n                    \"encounter_id\": \"103577894\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491600416797054466139726148534290.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"June 21, 2018    Pcp No, MD     Patient: RedactedFirstName A RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 6/21/2018       Dear Dr. No:    Thank you for referring RedactedFirstName RedactedLastName to me for evaluation. Here is my assessment and plan of care:    Assessment/Plan:  Diagnoses and all orders for this visit:    Posterior subcapsular polar cataract of bilateral eyes (Primary)    Ectropion of left lower eyelid, not otherwise specified    Other orders  -     prednisoLONE acetate (PRED FORTE) 1 % ophthalmic suspension; Administer 1 drop into the left eye 4 (four) times a day for 10 days.      Below you will find my full exam findings. If you have questions, please do not hesitate to call me. I look forward to following RedactedFirstName along with you.         Sincerely,        Matthew A Goldman, MD        CC:   ALAN C. LARSEN        Base Eye Exam     Visual Acuity (Snellen - Linear)       Right Left    Dist cc 20/60 -2 20/50 -1          Tonometry (Tonopen, 2:29 PM)       Right Left    Pressure 22 21          Dilation     Both eyes:  1.0% Mydriacyl @ 2:29 PM            Slit Lamp and Fundus Exam     External Exam       Right Left    External Normal Normal          Slit Lamp Exam       Right Left    Lids/Lashes Normal Lower lid ectropion with tight skin    Conjunctiva/Sclera White and quiet Inferior conjunctival chemosis    Cornea Clear Clear    Anterior Chamber Deep and quiet Deep and quiet    Iris Round and reactive Round and reactive    Lens PSC cataract PSC cataract          Fundus Exam       Right Left    Vitreous Normal Normal    Disc Normal Normal    Macula Normal Normal    Vessels Normal Normal    Periphery Normal Normal                 \",\n                    \"encounter_date\": \"2018-06-21\",\n                    \"encounter_id\": \"105524077\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491611991052851456599857102323730.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Shannon Pain Management Clinic       DOB: RedactedDOB   Referring Provider:  Forlano, Viki A, MD  Primary Provider:  Viki A Forlano, MD    PREVIOUS PAIN DIAGNOSIS:  Cervicalgia  Chronic low back pain  Lumbosacral spondylosis with radiculopathy  Primary osteoarthritis of right hip  Bilateral inflammation of sacroiliac joint  Trochanteric bursitis of right hip       PREVIOUS INTERVENTIONS:   Effective Therapies:    Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.  Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017. Medications.  Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.  Diagnostic block of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017. 80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.     Failed Medications/Therapies:    Gabapentin caused cognitive changes that were intolerable.        Treatment Side Effects/Complications:    Weakness/fatigue, tremor    HPI    RedactedFirstName M RedactedLastName is a 42 y.o. female who comes today with a chief complaint of acute bilateral lumbosacral pain symptoms and bilateral lateral hip and thigh pain symptoms.  Physical assessment suggests bilateral trochanteric bursitis and bilateral SI joint dysfunction.  We will schedule therapy.  She also has significant low back symptoms suggestive of a combination of spinal stenosis and lumbar facet arthropathy.  We will obtain an MRI of the lumbar spine.  She has already scheduled right L4 and L5 T ESI.  She would also like to continue with the left C4-6 medial branch block procedure that has already been scheduled.  She takes baclofen 20 mg twice daily for spasm, tramadol 50 mg twice daily and Mobic 7.5 mg twice daily.  She also takes Cymbalta 30 mg twice daily.  She reports that the medications are helping.    Pain Description  Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot  Avg. Pain NRS Score (x/10):  8  Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fallPain Worsened By:  Sitting and Turning in bed  Pain Improved By:  Changing Positions and Lying Down  Pain Described As:  Throbbing, Catching, Stabbing and Burning  Pain Pattern: Traveling to leg  Pain Intensity/Limitations:  Severe  Timing:  Constant    Pain Review of Systems  Yes No  []   [x]   New focal neurological deficits  []   [x]   New Loss of bladder control     []   [x]   New saddle anesthesia       []   [x]   New gait abnormality       []   [x]   New medication side effects     []   [x]   Suicidal ideation        []   [x]   Uncontrolled depression       []   [x]   Recreational drug use      []   [x]   Prescription drug misuse       []   [x]   Alcohol abuse        []   [x]   Implantable devices       []   [x]   Anticoagulation            LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017     MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    GLUCOSE 82 11/06/2017    CALCIUM 9.3 11/06/2017    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017    BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017     Lab Results   Component Value Date    TSH 1.07 11/06/2017     Pain Management Panel     There is no flowsheet data to display.        No results found for: HGBA1C, MBG    Urine Drug Confirmation: Reviewed and ordered per protocol.    Pain Medications             baclofen (LIORESAL) 20 mg tablet 20 mg 2 (two) times a day.      DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW.    meloxicam (MOBIC) 7.5 mg tablet Take 1 tablet (7.5 mg total) by mouth 2 (two) times a day.    traMADol (ULTRAM) 50 mg tablet Take 1 tablet (50 mg total) by mouth 2 (two) times a day if needed for moderate pain. 1 po bid max 2 tab per day          ASSESSMENT  1. Bilateral trochanteric bursitis    2. Sacroiliitis (HCC)    3. Myalgia    4. Other specified mononeuropathy of right lower limb    5. Low back pain        PLAN  1.  Interventions performed today:  None      2.  Interventions scheduled:  We will schedule intra-articular sacroiliac joint steroid injection under guidance with ipsilateral superior cluneal nerve block and trigger point injections of the ipsilateral erector spinae, quadratus lumborum and gluteal muscles to evaluate and treat sacroiliitis, myalgia and superior cluneal nerve entrapment/mononeuropathy as a source of this patient's lumbosacral pain symptoms.    We will also schedule this patient for bilateral trochanteric bursa steroid injection to evaluate and treat bilateral trochanteric bursitis as a source of this patient lower back, hip and lateral thigh pain.    Repeat transforaminal L4 and L5 already scheduled may be canceled depending on presentation.     She is already scheduled for left C4-6 medial branch blocks with progression to RFA    3.  Medications:    Neuropathic:  Cymbalta 30 mg, b.i.d.. - by Dr. Richeh              Muscle Relaxants:  Baclofen 20 mg b.i.d..              NSAIDs:  None.              Opioids:  Tramadol 50 mg, Q 4-6 hours, max 2 per day, 60, no refill.    I have reviewed the patient's controlled substance agreement as well as the results of the patient's most recent urine drug screen and Texas Prescription Drug Monitoring Program.   The patient's opioid regimen has resulted in a significant improvement in their pain score, improved functionality, improved quality of life and improved ability to complete their activities of daily living.  I have not found evidence of aberrant behavior.  The opioid regimen is not resulting in any significant side effects.  The patient is aware that we will maximize alternative treatment options (adjuvant medications, physical therapy, interventional procedures, etc) in order to minimize and/or wean their opioids as tolerated with our ultimate goal of discontinuing opioid therapy if/when possible.     4.  Physical Therapy/Lifestyle Modifications: Counseled patient on exercise, diet and importance of remaining socially engaged.      5.  Imaging/Diagnostic Testing: None      6.  Outside Records Ordered/Reviewed:  None.  Clinical Charts Ordered, Obtained, Reviewed and Summarized: none   Additional Records Ordered:  Viki A Forlano, MD    7.  Outside Referral:  None       8.  Follow-up:  30 days.    9.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see below).     ================== Additional Record Information Below ==================  Oswestry Pain Disability Questionnaire(9-6-18)  Pain Intensity: (3) Pain killers give moderate relief from pain   Personal Care: (1) I can look after myself normally but it causes extra pain    Lifting: (4) I can lift only very light weights   Walking: (2) Pain prevents me from walking more than 0.5 mile   Sitting: (2) Pain prevents me from sitting more than 1 hour   Standing: (2) Pain prevents me from standing for more than 1 hour   Sleeping: (2) Even when I take tablets, I have have less than 6 hours of sleep   Sex Life: (0) My sex life is normal and causes no extra pain   Social Life: (3) Pain has restricted my social life, and I do not go out as often as I used to   Traveling: (2) The pain is bad, but I manage journeys longer than 2 hours   Average Score: 42%      ORT:   Moderate            IMAGING:  No results found.    Vitals:    09/18/18 0945   BP: 112/82   Pulse: 89   SpO2: 98%   Weight: 83.9 kg (185 lb)     Body mass index is 33.84 kg/m².    PHYSICAL EXAM:  Constitutional: Normal appearing. is obese. No apparent distress.   HEENT: Normocephalic without masses, lesions, or gross asymmetry, atraumatic. Extra-occular muscles are intact   Eyes: PERRLA. Anicteric. Conjunctiva clear.  Neck: Thyroid WNL. No JVD  Skin: No Rash  No lesion/ulceration Normal Temp to Palp Normal Moisture to Palp  No mottling/color change  Nails WNL  Hair Growth Pattern WNL  CV: No pedal edema. No clubbing/cyanosis  Respiratory: Good chest excursion bilaterally. Symmetrical expansion. No accessory muscle use. No intercostal retractions.  MS/Spine:      Note: if no check box checked, then test was not performed.  Gait:      [x] Non-Antalgic      [] Antalgic Gait Noted     Cervical     [x] Normal alignment/lordosis of the cervical spine      [x] FROM of cervical spine.      [] Loss of normal cervical lordosis     [] ROM is diminished in extension, lateral sidebending, and bilateral rotation        [x] Left  [] Right   []Negative          Tenderness to Cervical Facet Palpation     [x] Left  [] Right   []Negative          Cervical Facet Loading     [] Left  [] Right   [x]Negative          Spurling's     Thoracic:       [x] Normal alignment/kyphosis of the thoracic spine.      [] Loss of normal kyphosis of thoracic spine     Lumbosacral     [x] Normal alignment/lordosis of the lumbar spine      [x] FROM of lumbar spine.        [] Loss of normal lumbar lordosis     [] ROM is diminished in extension, lateral sidebending, and bilateral rotation          [x] Left  [x] Right   []Negative          Lumbar Facet Loading     [] Left  [x] Right   []Negative          Straight Leg Raise     [x] Left  [x] Right   []Negative          Sacroiliac Joint Pain            [x] Left  [x] Right   []Negative          FABERS            [x] Left  [x] Right   []Negative          Pelvic compression/distraction      [] Left  [x] Right   []Negative          Gaenslen's     [] Left  [] Right   []Negative          Yoeman's     Hips/Knees/ankles     [x] FROM of knees     [] Diminished ROM of knees     [x] FROM of ankles     [] Diminished ROM of ankles     [x] No deformities noted        [] Left  [] Right   []Negative          Internal Hip Rotation     [] Left  [] Right   []Negative          Stinchfield     [x] Left  [x] Right   []Negative          GT Bursa Tenderness     [] Left  [] Right   []Negative          Knee Crepitus     [] Left  [] Right   []Negative          McMurray Lateral Meniscus     [] Left  [] Right   []Negative          McMurray Medial Meniscus     Shoulders/Elbows     [x] FROM of Elbows     [] Diminished ROM of Elbows        [] Left  [] Right   []Negative          Hawkins     [] Left  [] Right   []Negative          Tenderness over AC joint     [] Left  [] Right   []Negative          Neer's     [] Left  [] Right   []Negative          Shoulder Apprehension Test     [] Left  [] Right   []Negative          Empty Can Test        Neuro: AAOx3.CN 2-12 WNL.      Motor Strength within normal limits  No fasciculation/fibrillation. No focal atrophy. No Clonus.   Normal Sensation without Hyperalgesia/Allodynia       PSYCH: Normal Appearance. Normal Affect. Behavior WNL.          PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia   • Other spondylosis, sacral and sacrococcygeal region   • Pain in right shoulder   • Long-term current use of opiate analgesic drug   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip   • Elevated blood pressure reading with no diagnosis of hypertension   • Vertigo   • Headache   • Arthropathy of cervical spine facet joint   • Cervical spondylosis without myelopathy       CURRENT MEDICATIONS  Current Outpatient Prescriptions on File Prior to Visit   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet 20 mg 2 (two) times a day.       • diazePAM (VALIUM) 10 mg tablet      • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.       • omeprazole (PriLOSEC) 40 mg DR capsule Take 40 mg by mouth if needed.       • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet Take 10 mg by mouth if needed.       • [DISCONTINUED] meloxicam (MOBIC) 7.5 mg tablet Take 7.5 mg by mouth 1 (one) time each day.       • [DISCONTINUED] traMADol (ULTRAM) 50 mg tablet 1 po bid max 2 tab per day 30 tablet 0     No current facility-administered medications on file prior to visit.        ALLERGIES  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset    • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Business Office Shannon Clinic     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file       MEDICAL HISTORY  Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Migraine    • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         REVIEW OF SYSTEMS  Review of Systems   Gastrointestinal: Positive for abdominal pain, nausea and vomiting.   Musculoskeletal: Positive for myalgias and neck pain.       Patient's questions were answered.     Patient will read and sign a patient-physician agreement regarding controlled-substance therapies, updated annually if patient is receiving controlled substance.     Patient agrees to provide a urine sample any time for urine drug screen with confirmation of positive results and/or unanticipated findings if receiving controlled substances.     Patient will complete an Opioid Risk Assessment Tool to determine risk of abuse for controlled substances with results documented and updated annually.      Transcribed using voice recognition technology (M*Modal/Direct Fluency).  Some errors may have been missed in review and editing.  KAYODE OLATUNJI, NP          \",\n                    \"encounter_date\": \"2018-10-10\",\n                    \"encounter_id\": \"106687474\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491612996879133375971399177338898.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Dupixent 300 mg (Lot # 7L615A exp 7/2019) given subcutaneous to right upper arm and left upper arm.  Patient teaching done.  Patient verbalizes understanding correct administration and precautions.  He will continue dupixent 300 mg SQ every other week.  He will contact office if any questions/concern.  \",\n                    \"encounter_date\": \"2018-05-29\",\n                    \"encounter_id\": \"105739415\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491619535958891671500948760428562.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\"   Visit Note    Subjective     Patient ID: RedactedFirstName D RedactedLastName is a 34 y.o. female.    Chief Complaint:  No chief complaint on file.    HPI the above patient is here because of difficulty hearing.  She also has pressure in her ears.    The following portions of the patient's history were reviewed in this encounter and updated as appropriate: Tobacco - Allergies - Meds - Med Hx - Fam Hx - Soc Hx        Review of Systems The patient was questioned regarding the following review of systems.    Allergies:  Sneezing,  itching,  congestion ,  sinusitis, watery eyes.  Constitutional :  Unexplained weight loss, unexplained weight gain, fever, chills, fatigue.  ENT:  Tinnitus, hearing loss, vocal change, hoarseness, sinus issues, dry mouth, dentures.  Cardiovascular:  Angina, heart rhythm problems, chest pain, history of surgery or stent placement.  Skin:  Skin changes or skin cancers.  Gastrointestinal:  Difficulty swallowing, heartburn, nausea or vomiting, hepatitis.  Genitourinary:  Difficulty urinating, blood in the urine, or kidney stones.  Respiratory:  Bronchitis, cough, coughing up blood, shortness of breath, wheezing, heavy snoring, or fatigue after sleeping.  Endocrine:  Thyroid disorders, problems with heat or cold., swelling in the neck, or changes in hair.  Musculoskeletal:  Joint pain, joint stiffness, swollen joints, change in finger color with exposure to cold.  Psychiatric:  Depression her sadness, problems concentrating, anxiety, difficulty sleeping, or problems staying asleep.  Neurologic:  Change in membrane, dizziness, headache, imbalance, tingling or numbness, weakness, tremor, seizures, lightheadedness.    The patient reports the following positive symptoms:  Sneezing trouble hearing and some sinus problems.    Objective     Vitals:    01/30/18 1330   BP: 128/78   Pulse: 61   Weight: 70.8 kg (156 lb)   Height: 4' 11\\\"\\\" (1.499 m)       Physical Exam    Constitutional: She appears well-developed and well-nourished.   HENT:   Head: Normocephalic and atraumatic.   Right Ear: External ear normal.   Left Ear: External ear normal.     Cerumen is noted obstructing visualization of the tympanic membranes. Using soaking, instrumentation, and the aid of the operating microscope, cerumen was removed from the ear canals.  The underlying tympanic membranes are stable in appearance.    Abnormal findings:none.    Hearing and pressure improved tremendously after removal of the cerumen.  Underlying tympanic membranes normal         Eyes: EOM are normal. Pupils are equal, round, and reactive to light.       Assessment/Plan     Problem List Items Addressed This Visit     None      Visit Diagnoses     Bilateral impacted cerumen                Electronically signed by: Leslie K. Williamson, MD            \\\"\",\n                    \"encounter_date\": \"2018-01-30\",\n                    \"encounter_id\": \"104525176\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491620472876401872838627877191698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Pt is calling back regarding needing a prior auth for rx. Pt would like a callback from a nurse  \",\n                    \"encounter_date\": \"2018-05-11\",\n                    \"encounter_id\": \"105484813\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491623561681870988216237970948114.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"ordered  \",\n                    \"encounter_date\": \"2018-12-28\",\n                    \"encounter_id\": \"107638478\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491623909852507037229509005803538.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"June 19, 2020     Patient: RedactedFirstName RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 6/16/2020       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 6/16/2020 at 10:00 am. Please excuse RedactedFirstName for his absence from work on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Charles E. Greeson, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2020-06-19\",\n                    \"encounter_id\": \"111854111\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491636121212210964599352468701202.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"2/22/2018      Chief Complaint:   Chief Complaint   Patient presents with   • Blurred Vision       HPI     Ms RedactedLastName presented for irritation OS only. She speculated that her trichiatic lashes are back. She also felt her vision is not as good with her PG.    Last edited by Shun (Dan) Hang Lui, MD on 2/22/2018  5:43 PM. (History)        No results found for: HGBA1C    HPI      Current Outpatient Prescriptions   Medication Sig Dispense Refill   • mycophenolate (CELLCEPT) 500 mg tablet Take 2 tablets (1,000 mg total) by mouth 2 (two) times a day. 120 tablet 2   • triamcinolone (KENALOG) 0.1 % ointment Apply 0.1 application topically 2 (two) times a day. As needed  4     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • No Known Drug Allergies        Past Medical History:   Diagnosis Date   • Atopic dermatitis        Past Surgical History:   Procedure Laterality Date   • CESAREAN SECTION, CLASSIC  2009 2015       Family History   Problem Relation Age of Onset   • Hyperlipidemia Mother    • Hypertension Mother    • No Known Problems Father    • Skin cancer Neg Hx        Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: occasionally   • Drug use: Unknown   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file       Review of Systems   Constitutional: Negative for activity change.   HENT: Negative for facial swelling.    Eyes: Positive for visual disturbance. Negative for photophobia, pain, discharge and redness.   Respiratory: Negative for shortness of breath.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal pain.    Endocrine: Negative for polydipsia.   Genitourinary: Negative for dysuria.   Musculoskeletal: Negative for arthralgias.   Skin: Negative for rash.   Allergic/Immunologic: Negative for immunocompromised state.   Neurological: Negative for seizures.   Hematological: Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for confusion.       There were no vitals filed for this visit.    Base Eye Exam     Visual Acuity (Snellen - Linear)       Right Left    Dist cc 20/20 20/20          Tonometry (Applanation, 10:40 AM)       Right Left    Pressure 16 16          Pupils       Pupils    Right PERRL    Left PERRL          Visual Fields       Left Right     Full Full          Extraocular Movement       Right Left     Full Full          Neuro/Psych     Oriented x3:  Yes    Mood/Affect:  Normal            Slit Lamp and Fundus Exam     External Exam       Right Left    External Normal Normal          Slit Lamp Exam       Right Left    Lids/Lashes Normal Trichiasis mid and medial LLL    Conjunctiva/Sclera Mild chemosis OU Pinguecula all 4 quadrants    Cornea Mild PEE Moderate PEE    Anterior Chamber Deep and quiet Deep and quiet    Iris Round and reactive Round and reactive    Lens Clear Clear    Vitreous Normal Normal            Refraction     Manifest Refraction       Sphere Cylinder Axis Dist VA    Right -5.25 +0.75 070 20/20    Left -4.50 +0.75 088 20/20          Final Rx       Sphere Cylinder Axis    Right -4.25 -0.75 160    Left -3.75 -0.75 180    Type:  ciba daily toric    Expiration Date:  5/22/2018                  ASSESSMENT  1. Trichiasis without entropion left lower eyelid    2. Bilateral pinguecula    3. Dry eye syndrome of bilateral lacrimal glands    4. Bilateral myopia    5. Bilateral regular astigmatism          PLAN  1. Epilated. Pt reported immediate improvement.  2/3. Try At.  4/5. MR given.    3-4 months check lashes.    Shun (Dan) Hang Lui, MD  \",\n                    \"encounter_date\": \"2018-02-22\",\n                    \"encounter_id\": \"104897016\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491636518948805617812419666509842.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName A RedactedLastName  MRN: 20173721  Date of Birth: RedactedDOB 33 y.o.  Date of Service: 6/5/2018  PCP: NO, PCP, MD     Chief Complaint   Patient presents with   • Follow-up     3m fu atopic dermatitis       History of Present Illness:    Patient is a 33 y/o male here for 3 month follow up for atopic dermatitis. Face/trunk/ext.  Treated with Dupixent 300mg every 2 weeks.  He has been off MTX for couple of months.  He has a patch on top of right foot still present.  Pruritic only at end of day.   He report he has not had any flares of eczema on face/trunk/ext since starting Dupixent.  His pruritus is controlled      Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.  Eyes: no irritation, inflammation of eyelids    Past Medical History:   Diagnosis Date   • Dermatitis        History reviewed. No pertinent family history.    Current Outpatient Prescriptions   Medication Sig Dispense Refill   • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 2 Syringe 3   • folic acid (FOLVITE) 1 mg tablet      • methotrexate 2.5 mg tablet Take 4 tablets in the morning and 3 tabs in the evening once a week on Thursday only. Taper off 56 tablet 0     No current facility-administered medications for this visit.        No Known Allergies      Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: face/neck/back/abdomen/arms/right foot    Derm Physical Exam          Assessment and Plan:  1. Eczema/Atopic Dermatitis- Chronic   Clear today.  IGA-0     Continue Dupixent 300 mg every 2 weeks.  Call office if any problems or concerns.        Follow Up: 3 months      Electronically signed by: Charles E. Greeson, MD  6/5/2018  12:45 PM        \",\n                    \"encounter_date\": \"2018-06-05\",\n                    \"encounter_id\": \"104987293\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491639044394842792772903066664978.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Noted and thank you.  \",\n                    \"encounter_date\": \"2020-04-21\",\n                    \"encounter_id\": \"113295601\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491639450593918183288305767940114.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Mammogram shows moderately dense breasts but is a low risk patient. Next mammogram is due as routinely scheduled, or 1-2 years.    \",\n                    \"encounter_date\": \"2019-12-20\",\n                    \"encounter_id\": \"111691739\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491639885807213244554808662163474.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt would like to speak to a nurse regarding her blood pressure please advise. Thank you  \",\n                    \"encounter_date\": \"2018-07-12\",\n                    \"encounter_id\": \"106109680\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491644000990703212752725520416786.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Rx refill has been sent to Shannon - if PA renewal is needed, they will let us know.   \",\n                    \"encounter_date\": \"2019-11-02\",\n                    \"encounter_id\": \"111323423\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491646272562318268641082232274962.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Shannon Medial Center  RedactedCity, Texas  Radiology Report    Name: RedactedFirstName R. RedactedLastName  DOB: RedactedDOB  Sex: M  MR#: 100907012  ACCT#: 8729725  EXAM DESC: CT HEAD WO- STROKE ALERT    EXAM DATE: 01/08/2014 16:15:00  ORDERED BY: MAGOON, MICHAEL R MD, MD  ACCESSION #: 1000304431  REASON FOR EXAM: Left Extremity Weakness    Clinical Indication: : Reason for study:  Left Extremity Weakness    Technique:  Contiguous 5mm axial images from foramen magnum to vertex  without intravenous contrast.    Findings:  Attenuation of the brain parenchyma appears normal, with no  evidence for hemorrhage, mass, or midline shift.  The sulci and ventricles  are normal in size and configuration for age.  Paranasal sinus mucosal  changes are present suggesting inflammatory disease, which requires clinical  correlation.  Otherwise, the visualized portions of the sinuses, mastoids,  orbits, and calvarium appear unremarkable.    Summary:  Sinus inflammatory disease.  Otherwise unremarkable unenhanced  head CT.  Authenticated by James Chris Md Cole, M.D.  On 01/08/2014 16:35:15    READ BY: COLE, JAMES CHRIS MD  .  Date:  01/08/2014 16:34    \",\n                    \"encounter_date\": \"2017-09-15\",\n                    \"encounter_id\": \"note_909816\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491646627986509235342059595890706.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Follow up in 2 months.       Please bring all the medicines you get from the pain management department with you to your next appointment. Thank you !!Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be  cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of overdose.   \",\n                    \"encounter_date\": \"2019-02-01\",\n                    \"encounter_id\": \"107583573\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491647433131105098685089950203922.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Shannon Clinic  RedactedCity, Texas  Radiology Report     NAME: McCreary, RedactedFirstName D  DOB: RedactedDOB  SEX: F  MR#: 293674     EXAM DESC: OB LIMTED TRANSABDOMINAL ULTRASOUND     EXAM DATE: 6/25/2015 3:15:01 PM  ORDERED BY: RYAN, KELLIE  ACCESSION: SC0000002572897  REASON FOR EXAM: Supervision of normal pregnancy     REPORT:     Technique: Transabdominal real-time gray scale imaging and M-mode Doppler were  performed over the gravid uterus using a transabdominal approach.    Findings:     The fetus is in breech presentation. There is a posterior placenta without  evidence of placenta previa. Amniotic fluid volume is normal. There is a regular  fetal heart rate of 150 bpm.     The BPD, head circumference, the abdominal circumference and femur length were  measured with an average gestational age of 18 weeks and 0 days. Estimated date  of delivery by today's ultrasound is 11/26/2015 The estimated weight is 199  grams.    Impression:  1. Unremarkable OB ultrasound.    Michelle Snuggs, MD     This document has been electronically signed by: Michelle Snuggs, MD 6/26/2015  9:46 AM         Electronically Signed By: Michelle  Snuggs 2015-06-26 09:46:43  \",\n                    \"encounter_date\": \"2017-09-14\",\n                    \"encounter_id\": \"note_801451\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491647730526856723883866927923218.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"I called Briova pharmacy and was told they have to hear from pt to send out refill.  They do not have automatic refilling.  They stated would have to speak to pt personally to go over shipment.  #855-427-4682  I tried to call mother back.  I do need to speak to her so if she calls back do not give out this info.  Please take a msg and I will call her back.    \",\n                    \"encounter_date\": \"2019-06-10\",\n                    \"encounter_id\": \"109590904\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491651561612779082643927730225170.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName RedactedLastName  MRN: 20124211  Date of Birth: RedactedDOB 19 y.o.  Date of Service: 6/16/2020  PCP: NO, PCP, MD     Chief Complaint   Patient presents with   • Follow-up     Atopic Dermatitis       History of Present Illness:    19 y/o male here for a 6 month follow up for Atopic Dermatitis/Eczema on his trunk, upper and lower extremities. Patient has been off the Dupixent for over 8 months due to insurance issues. He was completely clear until one week ago when he started flaring on his upper and lower extremities . It is extremely pruritic. He has been using the topical steroid ointment with some response. The rash is different that his usual eczema.     Notes typed by Ada Lizama, CMA        Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars. + RASH      History reviewed. No pertinent past medical history.    Family History   Problem Relation Age of Onset   • No Known Problems Mother    • No Known Problems Father        Current Outpatient Medications   Medication Sig Dispense Refill   • cetirizine (ZyrTEC) 10 mg tablet      • DUPIXENT 300 mg/2 mL syringe   0   • hydrocortisone (WESTCORT) 0.2 % cream APPLY TO FACE AND FOLDS 2 TO 3 TIMES DAILY  2   • methylPREDNISolone (MEDROL DOSEPACK) 4 mg tablet Follow package directions 21 tablet 0   • mycophenolate (CELLCEPT) 500 mg tablet Take 2 tabs in the AM and 1 tab in the PM. 45 tablet 1   • triamcinolone (Kenalog) 0.1 % ointment Apply twice daily all over body x 2-3 weeks PRN for flares 454 g 1     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Codeine Sulfate          Physical Exam  General: No Acute Distress, Well Groomed, Obese Yes  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.   Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen, right lower extremity, left lower extremity,   was examined. Significant finding are marked on skin map    Derm Physical Exam          Assessment and Plan:    1.Eczema/Atopic Dermatitis-  Mild flare from impetigo    Moisturize bid to prevent and use TAC 0.1% oint bid for 2 weeks prn flare  IM kenalog injection given today 60 ml on right ventrogluteal     2.) Impetigo   start Doxycycline 100 mg bid x 2 weeks  site  Clean shower and throw away all scrubbers and sponges        Contact office if no improvement after treatment today          Follow Up: PRN    Electronically signed by: Charles E. Greeson, MD  6/19/2020  12:25 PM            \",\n                    \"encounter_date\": \"2020-06-19\",\n                    \"encounter_id\": \"111854111\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491652833402741317233888240599058.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"ok  \",\n                    \"encounter_date\": \"2018-05-18\",\n                    \"encounter_id\": \"105484813\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491654911546225234781508279992338.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" April 3, 2018     Viki A Forlano, MD  4235 Southwest Blvd.  RedactedCity TX 769##-5635    Patient: RedactedFirstName M RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 4/3/2018       Dear Dr. Forlano:    Thank you for referring RedactedFirstName RedactedLastName to me for evaluation. Below are my notes for this consultation.    If you have questions, please do not hesitate to call me. I look forward to following your patient along with you.         Sincerely,        KAYODE OLATUNJI, NP        CC: No Recipients  KAYODE OLATUNJI, NP  4/3/2018  4:15 PM  Signed  Shannon Pain Management Clinic       DOB: RedactedDOB   Referring Provider:  Leslie Hutchins, MD  Primary Provider:  Viki A Forlano, MD    PREVIOUS PAIN DIAGNOSIS:  Cervicalgia  Chronic low back pain  Lumbosacral spondylosis with radiculopathy  Primary osteoarthritis of right hip  Bilateral inflammation of sacroiliac joint  Trochanteric bursitis of right hip    PREVIOUS INTERVENTIONS:     Effective Therapies:  Epidural steroid injections, especially L4-5 and L5-S1 transforaminal injections were effective, last on 11/22/2016.  Repeat right lumbar transforaminal L4-5 and L5-S1 epidural steroid injections resulted in 20% reduction of pain on 01/24/2017. Medications.  Right SI joint and trochanteric bursa steroid injections were 50% effective for several months, performed on 03/28/2017.  Diagnostic block of the right hip resulted in 60% reduction of pain for 3 hours performed on 05/17/2017. 80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.    Failed Medications/Therapies:  Gabapentin caused cognitive changes that were intolerable.    Treatment Side Effects/Complications:  Weakness/fatigue, tremor    HPI   RedactedFirstName M RedactedLastName is a 42 y.o. female who comes today with a chief complaint of upper back and neck pain. She reports 80% benefit from right L5-S1 and S1-S2 epidural injection on 03/16/2018.  However, she did not receive a  good benefit from the last SI joint injection. The patient is been followed by Dr. Kingman at Neurosurgery for cervicalgia.  The patient is stable on tramadol 50 mg 1 or 2 tablets per day.  She has both Flexeril and baclofen and a medication list.  She does not take Flexeril.  She continue to take Cymbalta 30 mg twice a day.  We will not obtain urine drug screen from this patient today.  We will schedule to see the patient in 90 days for medication refill.  She can call when needing intervention as well.    Pain Description  Pain Location:  Right neck and shoulder, right low back/buttock and lower extremity to the foot     Avg. Pain NRS Score (x/10):  3  Duration:  Shoulder pain for over 20 years.  Neck and low back pain for over 2 years following a fall  Pain Worsened By:  Standing, Walking, Sitting and Climbing stairs  Pain Improved By:  Changing Positions, Stretching, Massage and Heat  Pain Described As:  Stabbing and Burning  Pain Pattern: Traveling to arm and Traveling to leg  Pain Intensity/Limitations:  Moderate  Timing:  Other:     Pain Review of Systems  Yes No  []   [x]   New focal neurological deficits  []   [x]   New Loss of bladder control     []   [x]   New saddle anesthesia       []   [x]   New gait abnormality       []   [x]   New medication side effects     []   [x]   Suicidal ideation        []   [x]   Uncontrolled depression       []   [x]   Recreational drug use      []   [x]   Prescription drug misuse       []   [x]   Alcohol abuse        []   [x]   Implantable devices       []   [x]   Anticoagulation            LAB DATA  Lab Results   Component Value Date    WBC 5.3 11/06/2017    HGB 12.3 11/06/2017    HCT 36.7 11/06/2017    MCV 90.8 11/06/2017    PLT 270 11/06/2017     Lab Results   Component Value Date    GLUCOSE 82 11/06/2017    CALCIUM 9.3 11/06/2017    NA 140 11/06/2017    K 4.4 11/06/2017    CO2 24 11/06/2017    CL 104 11/06/2017    BUN 16 11/06/2017    CREATININE 0.58 (L) 11/06/2017      Lab Results   Component Value Date    TSH 1.07 11/06/2017     Pain Management Panel     There is no flowsheet data to display.        No results found for: HGBA1C, MBG    Urine Drug Confirmation: Reviewed and ordered per protocol.    Pain Medications             baclofen (LIORESAL) 20 mg tablet 20 mg 2 (two) times a day.      cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for up to 10 days.    DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW.    meloxicam (MOBIC) 7.5 mg tablet     traMADol (ULTRAM) 50 mg tablet Take 1 tablet (50 mg total) by mouth 1 (one) time each day.          ASSESSMENT  1. Cervicalgia    2. Chronic thoracic back pain    3. Bilateral inflammation of sacroiliac joint (HCC)    4. Long-term current use of opiate analgesic drug        PLAN  1.  Interventions performed today:  None      2.  Interventions scheduled:  None      3.  Medications:    Neuropathic:  Cymbalta 30 mg, b.i.d.. - by Dr. Richeh   Muscle Relaxants:  Baclofen 20 mg b.i.d..   NSAIDs:  None.   Opioids:  Tramadol 50 mg, Q 4-6 hours, max 2 per day, 60, no refill.    I have reviewed the patient's controlled substance agreement as well as the results of the patient's most recent urine drug screen and Texas Prescription Drug Monitoring Program.   The patient's opioid regimen has resulted in a significant improvement in their pain score, improved functionality, improved quality of life and improved ability to complete their activities of daily living.  I have not found evidence of aberrant behavior.  The opioid regimen is not resulting in any significant side effects.  The patient is aware that we will maximize alternative treatment options (adjuvant medications, physical therapy, interventional procedures, etc) in order to minimize and/or wean their opioids as  tolerated with our ultimate goal of discontinuing opioid therapy if/when possible.     4.  Physical Therapy/Lifestyle Modifications: Counseled patient on exercise, diet and importance of remaining socially engaged.      5.  Durable Medical Equipment: none      6.  Imaging/Diagnostic Testing: None      7.  Outside Records Ordered/Reviewed:   Clinical Charts Ordered, Obtained, Reviewed and Summarized: none   Additional Records Ordered:  Viki A Forlano, MD    8.  Outside Referral:  None       9.  Follow-up: See encounter for follow up plan    10.  Other:  Patient completed an Oswestry Disability Index Questionnaire to measure functional status (see below).     ================== Additional Record Information Below ==================  Oswestry Pain Disability Questionnaire  Pain Intensity: (3) Pain killers give moderate relief from pain   Personal Care: (1) I can look after myself normally but it causes extra pain   Lifting: (4) I can lift only very light weights   Walking: (1) Pain prevents me from walking more than 1 mile   Sitting: (2) Pain prevents me from sitting more than 1 hour   Standing: (3) Pain prevents me from standing for more than 30 minutes   Sleeping: (2) Even when I take tablets, I have have less than 6 hours of sleep   Sex Life: (0) My sex life is normal and causes no extra pain   Social Life: (3) Pain has restricted my social life, and I do not go out as often as I used to   Traveling: (2) The pain is bad, but I manage journeys longer than 2 hours   Average Score: 42%     ORT:   Moderate    Vitals:    04/03/18 1442   BP: 121/78   Pulse: 91   SpO2: 98%   Weight: 84.3 kg (185 lb 12.8 oz)   Height: 5' 2\\\"\\\" (1.575 m)     Body mass index is 33.98 kg/m².    IMAGING:  Ir Transformainal Nerve Root Block Lumbar    Result Date: 3/16/2018  Narrative: Exam: CT guided transforaminal nonneurolytic steroid injection right L5-S1 and right S1-S2 nerve roots dated 3/16/2018 at 1003  COMPARISON:  None Findings:  Informed consent was obtained.  The patient was placed on the CT table in the prone position.   Localizing images were obtained and a permanent record was made.  A time out was conducted per hospital protocol.  The patient's lumbar area was prepped and draped in the usual sterile fashion. The overlying soft tissues were infiltrated with 1% lidocaine.  Using CT guidance and a transforaminal approach, a 22 gauge spinal needle was inserted and positioned adjacent to the exiting L5-S1 nerve root on the right side.  A mixture of Kenalog-40 and 3 mL lidocaine 1% was injected.  The needle was removed.  The patient tolerated the procedure and there were no immediate complications. The table was repositioned. The overlying soft tissues were infiltrated with 1% lidocaine.  Using CT guidance and a transforaminal approach, a 22 gauge spinal needle was inserted and positioned adjacent to the exiting S1-2 nerve root on the right side.  A mixture of Kenalog-40 and 3 mL lidocaine 1% was injected. The needle was removed.  The patient tolerated the procedure and there were no immediate complications.  The patient was discharged from the department in stable condition after appropriate observation.  The patient was also given verbal and written discharge instructions.     Impression: Impression: 1. Successful right L5-S1 transforaminal CT guided nerve root injection, without complication. 2. Successful right S1-2 transforaminal CT guided nerve root injection, without complication. Victor Schulze, MD This document was generated using voice recognition software and electronically signed by: Victor Schulze, MD 3/16/2018 2:28 PM       PHYSICAL EXAM:  Constitutional: Normal appearing. obese. No apparent distress.   HEENT: Normocephalic without masses, lesions, or gross asymmetry, atraumatic. Extra-occular muscles are intact   Eyes: PERRLA. Anicteric. Conjunctiva clear.  Neck: Thyroid WNL. No JVD   Skin: No Rash  No lesion/ulceration. Normal Temp to Palp. Normal Moisture to Palp.  No mottling/color change  Nails WNL  Hair Growth Pattern WNL  CV: No pedal edema. No clubbing/cyanosis  Respiratory: Good chest excursion bilaterally. Symmetrical expansion. No accessory muscle use. No intercostal retractions.  MS/Spine:   Gait: Non-Antalgic.     Cervical: Normal alignment/lordosis of the cervical spine. FROM of cervical spine.     Thoracic: Normal alignment/kyphosis of the thoracic spine.     Lumbar: Normal alignment/lordosis of the lumbar spine. FROM of lumbar spine.       Knees: FROM.    Full range of motion of the bilateral ankles wrists and elbows without crepitus.  No deformities noted.  No nodules noted.      PSYCH: Normal Appearance. Normal Affect. Behavior WNL.     PROBLEM LIST  Patient Active Problem List   Diagnosis   • Cervicalgia   • Brachial neuritis due to displacement of cervical intervertebral disk   • Lumbosacral spondylosis with radiculopathy   • Chronic low back pain   • Sacroiliitis (HCC)   • Myalgia   • Other spondylosis, sacral and sacrococcygeal region   • Pain in right shoulder   • Long-term current use of opiate analgesic drug   • Pain in right hip joint   • Primary osteoarthritis of right hip   • Obesity   • Simple renal cyst   • Bilateral inflammation of sacroiliac joint (HCC)   • Trochanteric bursitis of right hip       CURRENT MEDICATIONS  Current Outpatient Prescriptions on File Prior to Visit   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet 20 mg 2 (two) times a day.       • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for up to 10 days. 30 tablet 0   • diazePAM (VALIUM) 10 mg tablet      • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1    • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet      • meloxicam (MOBIC) 7.5 mg tablet      • omeprazole (PriLOSEC) 40 mg DR capsule      • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet      • traMADol (ULTRAM) 50 mg tablet Take 1 tablet (50 mg total) by mouth 1 (one) time each day. 60 tablet 0     No current facility-administered medications on file prior to visit.        ALLERGIES  Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        FAMILY HISTORY  Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        SOCIAL HISTORY  Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file       MEDICAL HISTORY  Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Migraine    • Migraine        SURGICAL HISTORY  Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL          REVIEW OF SYSTEMS  Review of Systems   Constitutional: Negative for fatigue and unexpected weight change.   HENT: Negative for sore throat and tinnitus.    Eyes: Negative for visual disturbance (diplopia and vision loss).   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain and leg swelling.   Gastrointestinal: Negative for constipation and diarrhea.   Endocrine: Negative for cold intolerance and heat intolerance.   Genitourinary: Negative for difficulty urinating (hesitancy) and dysuria.   Musculoskeletal: Positive for arthralgias, myalgias and neck pain.   Skin:        Dry skin   Neurological: Negative for headaches.   Hematological: Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for hallucinations. The patient is not nervous/anxious.         Negative for depression       Patient's questions were answered.     Patient will read and sign a patient-physician agreement regarding controlled-substance therapies, updated annually if patient is receiving controlled substance.     Patient agrees to provide a urine sample any time for urine drug screen with confirmation of positive results and/or unanticipated findings if receiving controlled substances.    Patient will complete an Opioid Risk Assessment Tool to determine risk of abuse for controlled substances with results documented below, updated annually.    Communication conducted today with outside physician regarding patient's condition and intent to treat/refer: No ref. provider found , Viki A Forlano, MD .       KAYODE OLATUNJI, NP                     \\\"\",\n                    \"encounter_date\": \"2018-04-03\",\n                    \"encounter_id\": \"105016634\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491657438201188229356689574330386.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"From: RedactedFirstName Ray RedactedLastName  To: Rudy M. Haddad, MD  Sent: 9/4/2018 6:10 PM CDT  Subject: Non-Urgent Medical Question    I have an appointment on Nov. 7th. I had lab workup in July from the VA. Should I bring a copy of the July labs, or do you want to order new labs?   \",\n                    \"encounter_date\": \"2018-09-05\",\n                    \"encounter_id\": \"106570201\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491661534041865083720470917808146.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pinched Nerve in the Neck  A pinched nerve in the neck (cervical radiculopathy) is caused when the nerve that goes from the spinal cord to the arm is irritated or has pressure on it. This may be caused by a bulging spinal disk. A spinal disk is the cushion between each spinal bone. Or it may be caused by a narrowing of the spinal joint because of arthritis.    A pinched nerve can cause numbness, tingling, deep aching, or electrical shooting pain from the side of the neck all the way down to the fingers on one side.  A pinched nerve may begin after a sudden turning or bending force (such as in a car accident) or after a simple awkward movement. In either case, muscle spasm is commonly present and adds to the pain.  Home care  Follow these guidelines when caring for yourself at home:  · Rest and relax the muscles. Use a comfortable pillow that supports your head and keeps your spine in a natural (neutral) position. Your head shouldn’t be tilted forward or backward. A rolled-up towel may help for a custom fit. When standing or sitting, keep your neck in line with your body. Keep your head up and shoulders down. Stay away from activities that require you to move your neck a lot.  · You can use heat and massage to help ease the pain. Take a hot shower or bath, or use a heating pad. You can also use a cold pack for relief. You can make a cold pack by wrapping a plastic bag of crushed or cubed ice in a thin towel. Try both heat and cold, and use the method that feels best. Do this for 20 minutes several times a day.  · You may use acetaminophen or ibuprofen to control pain, unless another pain medicine was prescribed. If you have chronic liver or kidney disease, talk with your health care provider before using these medicines. Also talk with your provider if you’ve had a stomach ulcer or GI bleeding.  · Reduce stress. Stress can make it longer for your pain to go away.   · Do any exercises or stretches that were given to you as part of your discharge plan.  · Wear a soft collar, if prescribed.  · You may need surgery for a more serious injury.  Follow-up care  Follow up with your health care provider, or as advised, if you don’t start to get better after 1 week. You may need more tests. Tell your provider about any fever, chills, or weight loss.  If X-rays were taken, a radiologist will look at them. You will be told of any new findings that may affect your care.  When to seek medical advice  Call your health care provider right away if any of these occur:  · Pain becomes worse even after taking prescribed pain medicine  · Weakness in the arm  · Numbness in the arm gets worse  · Trouble breathing or swallowing     Date Last Reviewed: 2/17/2015  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.        \",\n                    \"encounter_date\": \"2017-11-27\",\n                    \"encounter_id\": \"104011548\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491663713735117848897010351996946.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Prescription  #2778883  \",\n                    \"encounter_date\": \"2018-08-23\",\n                    \"encounter_id\": \"106469442\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491668018719961496591638919643154.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"TECHNIQUE:  Multiplanar, multisequence MRI examination was performed of the  cervical spine without IV contrast.    INDICATION: Cervicalgia    COMPARISON:  None available.    FINDINGS:  There is moderate reversal of the normal cervical lordosis centered at C4.  Minimal grade 1 retrolisthesis of C6 on C7 noted. Vertebral body heights are  maintained and there is no evidence of acute fracture or subluxation.  Degenerative type marrow signal changes are visualized, no suspicious marrow  signal abnormality seen. There is loss of disc signal and mild to moderate loss  of disc height throughout the cervical spine with multilevel marginal osteophyte  formation. There is no cervical cord edema or expansion. Prevertebral and  paraspinal soft tissues are unremarkable. Visualized portions of the brain and  the cervicomedullary junction appear normal.    C1/2:  Moderate degenerative changes with narrowing of the predental space,  enthesophyte formation, and ligament hypertrophy. There is no stenosis.    C2/3:  Moderate facet and uncinate process hypertrophy produce moderate right  and severe left neural foraminal narrowing.    C3/4:  Minimal disc bulge. Moderate facet and uncinate process hypertrophy.  These produce moderate to severe bilateral neural foraminal narrowing.    C4/5:  Minimal disc bulge. Moderate facet and uncinate process hypertrophy.  These produce severe right and moderate to severe left neural foraminal  narrowing.    C5/6:  Small disc bulge asymmetric to the left which contacts and slightly  deforms the ventral spinal cord. Moderate facet and uncinate process  hypertrophy. These produce mild to moderate right and severe left neural  foraminal narrowing with mild narrowing of the spinal canal.    C6/7:  Minimal grade 1 retrolisthesis and small disc bulge greatest laterally.  Moderate to severe facet and uncinate process hypertrophy. These produce severe  bilateral neural foraminal narrowing.     C7/T1:  Moderate facet and uncinate process hypertrophy produce moderate  bilateral neural foraminal narrowing.    IMPRESSION:  IMPRESSION:    Cervical spondylosis as described with multilevel high-grade neural foraminal  narrowing.    James Alaly, MD     This document was generated using voice recognition software (PowerScribe 360).   Some sound alike errors may have been missed in review.  Electronically signed  by: James Alaly, MD 8/21/2019 12:53 PM     \",\n                    \"encounter_date\": \"2019-08-21\",\n                    \"encounter_id\": \"note_66644664\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491676640778906988127325240950802.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2018-12-10\",\n                    \"encounter_id\": \"106612847\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491680249422478537795549177839634.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Ray RedactedLastName  MRN: 20483726  Date of Birth: RedactedDOB 57 y.o.  Date of Service: 6/5/2019  PCP: JOSE ANTONIO  AYALA TORRES JR, MD     Chief Complaint   Patient presents with   • Follow-up     contact dermatitis       History of Present Illness:    Patient is a 57 y/o male here to discuss further treatment for his suspect contact dermatitis vs medication reaction.  He has a rash on his face/trunk/bilateral arms/hands/legs and feet. Has been off Pravastatin for 6 weeks as directed, still flaring. He continues to be pruritic all over even while on 20-40 mg Prednisone daily.   He was previously prescribed 10mg of prednisone daily but increased the dose on his own to 2-4 per day due to a flare    He is patch test positive to several products but we have worked to eliminate these from his daily regimen.  He seemed to improve at first but now reports he cannot stay clear except by taking prednisone.        Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars. + rash/pruritus      Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Stroke (HCC)        Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        Current Outpatient Medications   Medication Sig Dispense Refill   • aspirin (ASPIRIN LOW DOSE) 81 mg tablet TAKE ONE TABLET ORALLY EACH MORNING AFTER BREAKFAST FOR HEART (DO NOT CHEW OR CRUSH)     • carvedilol (COREG) 25 mg tablet Take 25 mg by mouth 2 (two) times a day.     • cetirizine 10 mg capsule Take 1 tablet by mouth 2 (two) times a day. 180 capsule 0   • CHOLECALCIFEROL, VITAMIN D3, (D3-50 CHOLECALCIFEROL ORAL) Take 2,000 Units by mouth 2 (two) times a day.       • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 2 Syringe 5   • fluocinonide (LIDEX) 0.05 % ointment Apply thin layer twice a day to lower legs x 2 weeks. 60 g 2   • hydrochlorothiazide (HYDRODIURIL) 25 mg tablet Take 25 mg by mouth 1 (one) time each day.     • hydrocortisone 1 % ointment Apply 1 application topically 2 (two) times a day. Apply to rash on face 2 times a day. 56 g 1   • isosorbide mononitrate (IMDUR) 30 mg 24 hr tablet Take 30 mg by mouth 1 (one) time each day.     • losartan (COZAAR) 50 mg tablet Take 50 mg by mouth 2 (two) times a day.     • methocarbamol (ROBAXIN) 500 mg tablet Take 500 mg by mouth 1 (one) time each day.     • montelukast (SINGULAIR) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day in the morning. 90 tablet 0   • nitroglycerin (NITROSTAT) 0.4 mg SL tablet DISSOLVE ONE TABLET UNDER THE TONGUE EVERY 5 MINUTES FOR UP TO 3 DOSES AT FIRST SIGN OF CHEST PAIN - IF NOT RELIEVED WITHIN FIVE MINUTES OF FIRST DOSE SEEK IMMEDIATE MEDICAL ATTENTION     • omeprazole (PriLOSEC) 20 mg DR capsule Take 20 mg by mouth 2 (two) times a day.       • pravastatin (PRAVACHOL) 40 mg tablet Take 40 mg by mouth 1 (one) time each day.     • predniSONE (DELTASONE) 10 mg tablet Take 1 tablet daily x PRN for flares 30 tablet 0     No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash         Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.   Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen legs and feet was examined. Significant finding are marked on skin map    Derm Physical Exam                      Assessment and Plan:  1. Derm NOS- face/chest/arms: Possible medication reaction vs contact dermatitis. Flaring after 6 weeks off Pravastatin and lipids increased.   Will discuss with PCM regarding other potential medications that could be causing reaction.      Stop Losartan (Cozaar) x 6 weeks     Monitor BP at home.  Discuss with his PCM     Start Prednisone 60/40/20mg taper x 15 days (written Rx given).   Continue Lidex PRN    Kenalog 60 injection given into R Buttock (1.5cc), patient tolerated well.      Follow Up: 3 weeks      325-658-6138 - VA Clinic, Jose Ayala, MD     Electronically signed by: Charles E. Greeson, MD  7/23/2019  12:38 PM      \",\n                    \"encounter_date\": \"2019-07-23\",\n                    \"encounter_id\": \"109561325\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491683570341705019182098254135314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Addended by: ZUNIGA, BERLYNN on: 6/4/2020 08:54 AM     Modules accepted: Orders    \",\n                    \"encounter_date\": \"2020-06-04\",\n                    \"encounter_id\": \"113769387\",\n                    \"note_type\": \"Addendum Note - IP\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491689686297426449591367970586642.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Per doctor Vulcan continue with conservative treatment. Injection could have triggered a flare up. If symptoms worsen or there is sign of drainage , fever or infection see treatment. LMOVM  \",\n                    \"encounter_date\": \"2019-09-16\",\n                    \"encounter_id\": \"110734875\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491694189546104514085249909522450.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ba3d5886f2344c024c28035ca662dc9dff8c072c\",\n                    \"content\": \"error  \",\n                    \"encounter_date\": \"2019-10-09\",\n                    \"encounter_id\": \"111025708\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"2009c512f9db7e0ce6d78f14a10cdedbabef2857\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491695410561182324860785082236946.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Called and notified Patient that her prescription had been sent to Shannon Pharmacy  \",\n                    \"encounter_date\": \"2018-08-30\",\n                    \"encounter_id\": \"106534681\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491696400671428589242079166595090.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Error.   \",\n                    \"encounter_date\": \"2020-04-21\",\n                    \"encounter_id\": \"113304408\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491696972493341266961747522093074.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"The VA called regarding the notes sent on the Dupxient. The notes stated that the Dupixent would not help, but a 6 mth supply was sent in. Thanks  \",\n                    \"encounter_date\": \"2020-10-27\",\n                    \"encounter_id\": \"115687822\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491702581909144278841393036656658.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt paid for ctls $62.70  \",\n                    \"encounter_date\": \"2020-02-27\",\n                    \"encounter_id\": \"112749264\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491716212547760433785887604604946.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"January 9, 2018     Patient: RedactedFirstName Lynn RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 1/9/2018       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 1/9/2018 at 8:30 am. Please excuse RedactedFirstName for her absence from school on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Charles E. Greeson, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2018-01-09\",\n                    \"encounter_id\": \"104096994\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491720673484034811767748428824594.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"10mg daily prednisone is not the best option due to long term side effects. Please give him a 30 day supply and have him schedule f/u to discuss alternatives  \",\n                    \"encounter_date\": \"2019-05-22\",\n                    \"encounter_id\": \"109406219\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491726826916456650230453841690642.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Prednisone sent to listed pharmacy and patient notified (left voicemail)  \",\n                    \"encounter_date\": \"2020-04-10\",\n                    \"encounter_id\": \"113202037\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491737500522518027791918358855698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Pt was scheduled for virtual visit on 4/28 @ 11:30  \",\n                    \"encounter_date\": \"2020-04-21\",\n                    \"encounter_id\": \"113295601\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491742107738816579143840603045906.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName A RedactedLastName  MRN: 20566892  Date of Birth: RedactedDOB 65 y.o.  Date of Service: 6/18/2018  PCP: NO, PCP, MD     Chief Complaint   Patient presents with   • Follow-up     atopic dermatits       History of Present Illness:    The patient is a 65 year old male here for a follow up on atopic dermatitis. He is currently using Dupixent monthly.  He had excellent results but is now experiencing swelling, pruritis, scaling of his face and eyelids.  The initial thought was contact derm but it appears to coincide with his Dupixent injections.  The remainder of his body is clear.  He was given oral and topical steroids.  The swelling, pruritus and scale  has improved some but he is still having blurry vision        Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.      Past Medical History:   Diagnosis Date   • Atopic dermatitis        History reviewed. No pertinent family history.    Current Outpatient Prescriptions   Medication Sig Dispense Refill   • dupilumab (DUPIXENT) 300 mg/2 mL syringe Inject 300 mg under the skin every 14 (fourteen) days. 6 Syringe 0   • predniSONE (DELTASONE) 20 mg tablet Take 2 tabs daily x 5 days, then take 1 tab daily x 5 days. 15 tablet 0   • triamcinolone (KENALOG) 0.1 % ointment Apply 1 application topically 2 (two) times a day.       No current facility-administered medications for this visit.      Social History     Social History   • Marital status: Unknown     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Current Every Day Smoker   • Smokeless tobacco: Never Used   • Alcohol use Not on file   • Drug use: Unknown   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file        Allergies   Allergen Reactions   • A-Cillin          Physical Exam  General: No Acute Distress, Well Groomed, Obese Yes  Eyes/Conjunctiva: injected conjunctiva left eye.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Skin: face and eyes/neck/chest/legs/arms    Derm Physical Exam            Assessment and Plan:    1. Eczema/Atopic Dermatitis- Chronic:    His body remains clear     Moisturize BID - Dry skin handout given and explained.  Continue TAC 0.1% ointment as needed   Finish Prednisone for 10 days     Hold Dupixent injection- until further notice  It is unclear if this is a side effect of Dupixent but time course would suggest association.  I will discuss with Dupixent rep.    Blepharitis is known side effect but It usually is self limited    2. Derm NOS Face  - etiology is unclear.  Contact derm vs med reaction from Dupixent  - Keep eye appt this thurs.    Finish meds as above.    Consider patch testing          Follow Up: 1 month     Electronically signed by: Charles E. Greeson, MD  6/21/2018  1:06 PM            \",\n                    \"encounter_date\": \"2018-06-21\",\n                    \"encounter_id\": \"105908994\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491745146978327090321654533849106.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Pt advised she can come in with nurse visit today   \",\n                    \"encounter_date\": \"2017-11-13\",\n                    \"encounter_id\": \"103696029\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491748463061850293249618191843346.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"October 5, 2020     Patient: RedactedFirstName RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 10/5/2020       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 10/5/2020 at 11:15 am. Please excuse RedactedFirstName for his absence from work on this day to make the appointment.  Per state, federal, CDC guidelines, Patient is advised to self isolate/quarantine for a minimum of seven days PLUS 72 hours after all symptoms have resolved while off all fever reducing medications.  Once Patient is symptom free for 72 hours AND after seven days of quarantine, Patient is medically released to return to work.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Alice B. Blount, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2020-10-05\",\n                    \"encounter_id\": \"115358931\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491749257326113780061054693277714.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg, 1 per day by mouth; 30, no refill.  We will refill tizanidine 2 mg up to 3 per day as needed for spasm; 270/90 days, no refill.  Continue to utilize Ultracet 37.325 mg tablets as needed.  No refill required today.  Continue to take Cymbalta 30 mg as prescribed by Neurology.  Follow-up in 1 month.  \",\n                    \"encounter_date\": \"2020-05-06\",\n                    \"encounter_id\": \"112721846\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491751655834939895485474749284370.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Controlled Substance Agreement    Prescription drug abuse is a serious problem within the United States. Shannon Clinic is dedicated to doing our part in insuring that the medication we prescribe is used as intended. This agreement is an important component of our overall controlled substance protocol. The agreement is intended to make you aware of what your doctor/nurse practitioner expects from you and what you can expect from them.    You must read, understand and agree to abide by each and every issue contained within this controlled substance agreement in order to receive prescription/s for controlled substance medication. Please read each issue. After reading each issue, place your initials on the space provided at the bottom of each page indicating that you have read and agree to abide by the issues on that page.     On the last page, you must sign your first and last name indicating that you understand and agree to abide by each issue displayed within the agreement. This agreement must be submitted to the clinic’s staff prior to your examination. If you have any questions about any issue within this agreement, ask our staff to explain the issue to you.      Patient: RedactedFirstName M RedactedLastName   Date of Birth:RedactedDOB    I, the above referenced patient, wish to enter a treatment agreement as part of comprehensive pain management plan and designed to prevent possible chemical addiction. I understand that failure to follow any of these agreed statements might result in my physician not providing ongoing care for me.    I understand there are serious risks associated with chronic opioid therapy include immune dysfunction, hormonal dysfunction (low testosterone in males and dysmenorrhea in females), dependence, respiratory depression, possible death, mood disturbance, and even worsening pain (a well-defined phenomenon, termed opioid-induced hyperalgesia) where the patient begins  to have wide-spread and worsening pain with long term opioid therapy.    I understand that the narcotic medications which I may be prescribed for chronic pain are known to be addictive.  If this type of medication it prescribed I will agree to all of the obligations on the following pages in order to decrease the risks associated with addiction.      Patient’s Initials: ___________             Page 1 of 6        Due the risks set forth above, my physician has discussed other treatments with me for the treatment of chronic pain which have fewer risks include non-opioid  analgesics (Non-steroidal anti-inflammatory drugs such as Tylenol), coanalgesics (antidepressants with analgesics effects, membrane stabilizers), muscle relaxants. Additionally, my physician has discussed or may recommend other interventional options such as physical therapy, relaxation techniques and psychotherapy.     I understand that I will be evaluated during this consultation and provided with the physician’s expert opinion. This does not guarantee that I will continue to receive my previous pain regimen.  Depending on my risk factors and other health conditions, I may be recommended that I decrease or stop my narcotic pain medications.      As an important part of Dr. KAYODE OLATUNJI, APRN FNP agreeing to treat me for chronic pain, I agree to the following:     I agree to take an active part in all aspects of my treatment plan. I will keep my scheduled appointments unless I give notice of cancellation 24 hours in advance.    I accept the responsibility of taking my prescription medication as directed.     I understand that my doctor may recommend treatments that do not include prescription medication.  If recommended, I will participate to the best of my ability.    I understand that my medication may be changed, adjusted or discontinued to best benefit my treatment.    I agree to maintain an open and honest relationship with my doctor  regarding any problem, potential problem, concerns, side effects or cravings I may be experiencing from my prescription medication.     I understand that my failure to disclose a problem listed above may result in me being removed from treatment and referred to an addiction specialist and required to complete an assessment for an addictive disorder. Furthermore, I agree to hold my doctor/nurse practitioner harmless and will not file any legal action against Shannon Clinic or its owners or employees if I do, in fact, become addicted to the medication that I am prescribed.    I pledge that I am not addicted to alcohol, illegal drugs or prescription drugs.    I pledge that I have not been arrested for any offense involving alcohol, illegal drugs or prescription drugs.      Patient’s Initials: ___________              Page 2 of 6      I pledge that I have not received treatment for the addiction, suspected addiction or abuse of alcohol, illegal drugs or prescription drugs.     Should I be arrested for an offense involving the use of alcohol, illegal drugs or prescription drugs, I agree to report the arrest to staff at this clinic as soon as possible.     I agree not to consume any alcoholic beverage while taking my prescription medication.     I understand that giving, selling or allowing anyone (including a family member) to use any of my prescription medication is a felony offense and I could be charged and prosecuted for doing so. I agree not to give, sell, trade or allow anyone to use my prescription medication.    I agree to keep my prescription medication out of sight and inaccessible to others by leaving my medication in a place where the medication cannot be easily seen or easily accessible within my home, work or anywhere else.    I agree to obtain all of my narcotic prescription medication from only one pharmacy.  I agree to provide the name of the pharmacy to my doctor (or clinic’s  staff) prior to obtaining my prescription medication.    If a situation occurs causing me to change pharmacies, I understand that it is my responsibility to advise my doctor or the staff of this clinic, the name and location of the pharmacy I may use prior to having any prescription filled.     I agree that I will not see any other doctor or nurse practitioner for the purpose of treating my pain related medical condition. I understand that this agreement is not intended to keep me from seeking a second opinion from another medical professional or gain treatment for an emergency situation.    I agree that if a situation occurs requiring me to seek medical treatment for the same medical condition that I am being treated for at this clinic, I must disclose to the doctor or individual treating me that I am currently being treated for this condition by providers at Shannon Clinic, provide my doctor/nurse practitioner’s name and identify the prescription medication that I am taking PRIOR to accepting any new prescription for medication. Furthermore, I agree that if I am seen at another clinic and by another doctor, it is my responsibility to disclose the name of the doctor or nurse practitioner who treated me, as well as the name and amount of medication that I received, to my doctor or his/her staff, here at Shannon Clinic, during my next appointment.    I agree to provide a sample of my urine to be analyzed upon request.         Patient’s Initials: ___________               Page 3 of 6            I agree to bring my medication with me to all scheduled appointments and anytime I am called to report to the clinic and I understand that my medication will be counted, at the staff’s discretion, during my scheduled appointments or anytime I am called to report to the clinic. I understand that I must report on the day I am called.     I understand that if the analysis of my urine indicates that I have taken  more of my prescription medication than directed or there is no indication that I have been taking my medication or there is a presence of an unauthorized prescription medication, illegal drug/s or alcohol, I may be evaluated to see if I have an addiction disorder, my prescription medication may be changed, decreased or discontinued, or I may be terminated from this medical practice.    I understand that some medication can potentially cause harm to my kidneys. I understand that if a urine test is requested and I am unable to produce enough urine to be analyzed, I will be required to provide a saliva or blood sample for drug testing.     I understand that if I continue to be unable to provide enough urine for testing, my provider may refer me to a Nephrologist or Urologist to be examined prior to receiving any renewals for medication.     I understand that if I refuse to provide a sample of my urine for analysis, I may be referred to an addiction specialist and required to complete an assessment for an addictive disorder and/or my prescription medication may be changed, decreased or discontinued, or I may be terminated from this medical practice.        I understand that if my provider receives any information indicating that I am abusing, selling or giving my medication to another person or if my provider obtains information indicating that I am consuming controlled substance medication prescribed to another person, using illicit drugs or drinking alcohol, I may be called to come to the clinic to provide a urine sample and have my medication counted. If the urine testing indicates that the allegations are correct and/or I am missing enough medication to indicate that I am abusing, selling or giving my medication to another, I may be terminated from the practice.     I understand that if the clinic staff contacts me by telephone or leaves a voice mail message on my telephone requesting that I come to the clinic to  have my pills counted and submit a sample of urine for testing, I agree that the telephone call or voice mail message will be considered official notice and I further agree to submit to the request on time.   I understand that if I experience negative side effects from my prescription medication, my doctor may choose to examine me and potentially provide me a prescription for a different medication.       Patient’s Initials: ___________                Page 4 of 6            I understand that I may not receive a prescription for a new medication without a face-to-face examination.     If I experience negative side effects, I must bring all of the remaining medication, which caused the negative side effect, to the clinic to be accounted for and destroyed prior to receiving a prescription for another type of medication.    I understand that replacing any lost, stolen or destroyed medicine is up to the discretion of my doctor/nurse practitioner.    If my medication is stolen, I must immediately report the theft to the law enforcement agency that has jurisdiction over the location where the theft took place. I also understand that I must provide a copy of the police report to my doctor or his/her staff.     I must contact my doctor or his/her staff, informing them of the theft immediately after reporting the theft to law enforcement. I understand that if this clinic is closed, I must contact the clinic as soon as the clinic re-opens the next business day. I also understand that any medication refills will be up to the discretion of my provider.     I understand that no refills will be provided after hours, over weekends, or holidays. I will be responsible for ensuring that I do not run out of medication at a time when my prescription cannot be reauthorized.    I understand that I have the right to considerate and respectful care and that my doctor and his/her staff will provide me their attention,  respectful treatment and professional care to treat my medical condition. I also understand that my doctor and his/her staff will consider my input and decisions about my medical care.  I will, in turn, treat my physician and his/her staff with respect.    I understand that unexpected situations may occur during the day that may cause my scheduled appointment to be delayed; therefore, I agree to maintain a courteous attitude and respectful behavior with my doctor, his/her staff and other patients if my appointment is delayed.     I understand that if I display rude or disrespectful behavior in person or over the telephone to any employee of this clinic or to any other patient while at the Clinic, I may be terminated from this medical practice.    I understand that combining or mixing certain medications with opioids can be dangerous. Specifically, the combination of benzodiazepines such as alprazolam or clonazepam can increase my risk of respiratory depression. The FDA has placed a black box warning and recommends against combining the two. I understand that unless the prescribing physician specifically states in writing that the benzodiazepine is critical to my health, I will not combine opioids with benzodiazepines.      Patient’s Initials: ___________                Page 5 of 6        My signature indicates that I understand and agree to abide by each issue included within this agreement. My signature further indicates that I understand that if I violate any of the issues within this agreement, my doctor/nurse practitioner may arrange for me to be evaluated to see if I have an addiction disorder and/or my prescription medication may be changed, decreased or discontinued, or I may be terminated from this medical practice.       __________________________________________      Patient’s Signature    Date: 08/03/20        I attest that I have received this completed controlled substance  agreement from the patient. I further attest that the patient indicated that he/she understood and agreed to comply with the content of the agreement.      ________________________________________        Staff’s Signature    Date: 08/03/20                                                     Page 6 of 6                                                                                          \",\n                    \"encounter_date\": \"2020-08-03\",\n                    \"encounter_id\": \"113782802\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491753059397816468070015302631442.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Scheduled Appointment on 01/31/2018 at 3:45pm  \",\n                    \"encounter_date\": \"2018-01-26\",\n                    \"encounter_id\": \"104586858\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491755381744315947772728632672274.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2018-09-10\",\n                    \"encounter_id\": \"106369258\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491758343612574003614275382280210.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"December 12, 2018     Patient: RedactedFirstName RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 12/12/2018       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 12/12/2018 at 8:00 am. Please excuse RedactedFirstName for his absence from school on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Charles E. Greeson, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2018-12-12\",\n                    \"encounter_id\": \"106904743\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491760367354396038503582559895570.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"1 box ready to pick up $62.70 emp price  \",\n                    \"encounter_date\": \"2018-02-20\",\n                    \"encounter_id\": \"104806700\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491794277723636228853170018713618.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"If the rash continues and isn't improving, recommend follow-up with your dermatologist.  \",\n                    \"encounter_date\": \"2020-04-12\",\n                    \"encounter_id\": \"113223645\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491794732279744403953808427712530.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Pt scheduled for 05/26/2020 @ 9 AM.  \",\n                    \"encounter_date\": \"2020-05-21\",\n                    \"encounter_id\": \"113635265\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491798894611341337122125660553234.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"DATE: 12/30/13      RE:    RedactedLastName, RedactedFirstName M  28887   DOB:  RedactedDOB / F     HISTORY OF THE PRESENT ILLNESS: This is Dr. Forlano's patient seen by me while  covering.  The patient is seen here to follow up URI symptoms, body aches,  chills, noting that she has had some sinus symptoms, postnasal drip and facial  pressure now for just a day or two.  Low-grade temperature and some nasal  congestion which is worse.  She was exposed to a niece who had a flu, which has  her concerned. She notes that she has had her flu shot already. The patient  does not have any bowel or bladder complaint. She has had minimal nasal  purulence, some cough but nonproductive, throat pain which is worsening,  headache and sinus pressure particularly over the last day or two.      MEDICATIONS  Allegra (fexofenadine)  60 mg,  1, AS NEEDED  Ibuprofen , AS NEEDED  Nortriptyline Hydrochloride (nortriptyline)  25 mg,  1, once a day    (at bedtime)   Ventolin HFA (albuterol)  CFC free 90 mcg/inh,  1 or 2 puffs, every    4 to 6 hours AS NEEDED   Wellbutrin XL (bupropion)  150 mg/24 hours,  1, once a day     ALLERGIES  Aleve (naproxen)  Bactrim DS (sulfamethoxazole-trimethoprim)     SOCIAL HISTORY  1. A social drinker  2. Currently married  3. Occupation Shannon Clinic BO  4. Former smoker - quit 10/2012  5. Marital history Separated  6. Under stress heavily  7. Not using drugs      VITALS  Age 37.75 yr  BMI 29.1   BP1 120 / 80   - Pulse: 66  BSA 1.77   Height 5 ft 1.75 in  Temp 97.1 Deg F  Visit Date 12/30/2013  Weight 158 lb     PHYSICAL EXAMINATION:   GENERAL: Cooperative and pleasant female.   HEENT: Sinuses with slight tenderness, left greater than right maxillary. Nasal  membranes with thin discharge. Pharynx benign.  Anterior neck without  adenopathy. TMs are clear.   CHEST: CTA throughout.   HEART: Regular.   EXTREMITIES: No rash or edema.      ASSESSMENT/PLAN: URI. Flu swab today was negative. We will start Omnicef 300   b.i.d. x7 days for suspected sinusitis. She is given Tussionex to use at h.s.,  1 tsp p.r.n. She will follow up if not resolving as expected.         James R. White, M.D.:vn              D:  12/31/2013 10:18:04EST     T:  01/02/2014 09:03:15EST  Job#:  59191594  ichart Job#:  2255988  Document ID#:  47035228        Electronically Signed By: James White, MD 2014-01-06 11:06:34        \",\n                    \"encounter_date\": \"2017-09-13\",\n                    \"encounter_id\": \"100541097\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491818187858496566989949430136850.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Paperwork and denial letter have been faxed.   \",\n                    \"encounter_date\": \"2020-07-28\",\n                    \"encounter_id\": \"114408326\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491820326448271465269165643792402.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"June 29, 2020     Patient: RedactedFirstName D RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 6/29/2020       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 6/29/2020 at 10:00 am. Please excuse RedactedFirstName for her absence from work on this day to make the appointment.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Ashley B. Delacerda, MD        CC: No Recipients  \",\n                    \"encounter_date\": \"2020-06-29\",\n                    \"encounter_id\": \"113855463\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491837698712299327491162085785618.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Patient called and stated that Dr. Greeson sent in a prescription for the Dupixen into CVS Specialty Pharmacy.  Patient stated the pharmacy does not have the quantity and they are acting like it is a new prescription.  Please advise.  Thank you.  \",\n                    \"encounter_date\": \"2018-02-09\",\n                    \"encounter_id\": \"104625096\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491839160303615241577834305552402.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ba3d5886f2344c024c28035ca662dc9dff8c072c\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Lauren RedactedLastName  MRN: 20214274  Date of Birth: RedactedDOB 18 y.o.  Date of Service: 3/22/2018  PCP: CHARLES   PAJESTKA, MD     Chief Complaint   Patient presents with   • Eczema       History of Present Illness:    RedactedFirstName RedactedLastName is here for her 1 year follow up for diffuse moderate to severe atopic dermatitis. They report that it signficantly worsened over the winter months, but they could not get in while I was out on maternity leave. She has been appying topical TAC 0.1% cream but continues to get new red itchy scaly spots. Reports they are on her arms, legs, buttocks, trunk.  Patient comes in today with a new complaint of some spots on her scalp. She says they are dry itchy spots that become inflamed and ooze. She has been scratching at it and making sores in her scalp. She uses Pantene shampoo. She has not tried any medicated shampoos. She also states that she recently started on an oral birth control pill and is now having acne breakouts on her face. Describes them as red tender bumps on the forehead and cheeks. She also complains of stretch marks on her thighs. She thinks it is from her topical steroid, but mom states she has had a significant weight gain since she stopped working out. She has gained the most weight in the thigh area. Patient has some new spots on the inner part of her fingers.       Review of Systems  General: No fever. No chills. Positive weight gain.   Skin: No tendency for keloid scars. No tendency for hypertrophic scars.  Musculoskeletal: No joint pain. No joint swelling.      History reviewed. No pertinent past medical history.    History reviewed. No pertinent family history.    Current Outpatient Prescriptions   Medication Sig Dispense Refill   • busPIRone (BUSPAR) 5 mg tablet      • FLUoxetine (PROzac) 10 mg capsule      • ibuprofen (ADVIL,MOTRIN) 600 mg tablet      • methylphenidate ER 27 mg tablet extended release 24hr       • nystatin-triamcinolone (MYCOLOG II) cream      • TRINESSA, 28, 0.18/0.215/0.25 mg-35 mcg (28) per tablet        No current facility-administered medications for this visit.        No Known Allergies      Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, neck, chest, back, right upper extremity, left upper extremity, abdomen, right lower extremity, left lower extremity, palms/soles was examined. Significant finding are marked on skin map    Derm Physical Exam  Redness, scaling, yellow crusting scalp  Annular red scaly pink plaques trunk/ext  Inflammatory papules and comedones face  Red atrophic linear plaques on the bilateral upper thighs.     Assessment and Plan:  1. Eczema/Atopic Dermatitis- Chronic: Moderate to severe, worsening  Discussed condition and treatment options.  Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Start bleach baths again as needed - handout given and explained.  Moisturize BID - Dry skin handout given and explained.  Recommend Dove for sensitive skin body wash and Cerave moisturizer.  ContinueTriamicinolone 0.1% cream BID until resolved and then as needed for flares.  Start Hydrocortisone 2.5% cream for the groin area to hopefully not worsen stretch marks.  Start Cyclosporine 100 mg PO q day. (145 pounds)  Check CBC in one week    2. Acne - Mild To Moderate- Face  Start Differin 0.1% gel every other night for 2 weeks, then increase to nightly as tolerated.  -Irritation and bleaching precautions discussed with patient.  Wash face BID with mild, gentle cleanser.   Start over the counter BPO wash for chest and back.      3. Seborrheic Dermatitis: Chronic, new problem  Discussed condition and options.  Start nizoral shampoo 3 to 4 times per week to scalp.  -Leave on 10 minutes prior to lather and rinse.  Start Clobetasol solution BID to areas on the scalp.    4. Striae: Atrophica and Rubra  Discussed condition and limited treatment options  Start Differin 0.1% gel daily  Discussed IPL laser treatments for the redness  Pt given options regarding laser therapy.        Follow Up: 1 month    Electronically signed by: Ashley B. Delacerda, MD  3/22/2018  3:20 PM          \",\n                    \"encounter_date\": \"2018-03-22\",\n                    \"encounter_id\": \"104710624\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"2009c512f9db7e0ce6d78f14a10cdedbabef2857\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491843803787688381368769229881362.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Indication for x-ray:  Pain on the ball and heel of right foot  Three views right foot show no signs of any fracture no subluxation.  Joint spaces are well preserved.  Good anatomical alignment appreciated.  No soft tissue edema.  No obvious pathology identified  \",\n                    \"encounter_date\": \"2019-08-09\",\n                    \"encounter_id\": \"note_64577885\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491848841381578715528677669470226.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"VA calling about a form that was faxed over for the Dupixent at the first of the week, haven't heard back, calling and checking on form.  Ask for Alyssa.            Alyssa asked for Sheri.        Thanks  \",\n                    \"encounter_date\": \"2018-05-16\",\n                    \"encounter_id\": \"105634047\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491861421463657625360488137228306.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"paid for CTL $62.70 emp price  \",\n                    \"encounter_date\": \"2019-01-03\",\n                    \"encounter_id\": \"107747758\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491867363334061031263156695990290.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt is requesting a refill for Tramadol 50 mg  Pharmacy: Shannon   \",\n                    \"encounter_date\": \"2019-02-21\",\n                    \"encounter_id\": \"108351903\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491871569186987470558192937730066.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt is calling to follow up on CTL order. Could you please call pt on her cell phone.Thank you 325-763-3434  \",\n                    \"encounter_date\": \"2020-05-18\",\n                    \"encounter_id\": \"113505643\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491872936482089454703858249891858.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"----- Message from Candice Legg sent at 10/9/2017 11:22 AM CDT -----  Contact: Pt  Pt is calling nurse back. Call cell tell 12-12:30 after that call work phone.  \",\n                    \"encounter_date\": \"2017-10-09\",\n                    \"encounter_id\": \"103397785\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491873873399599656041537366654994.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"PT CALL TO ORDER CTL'S SAME AS BEFORE. GIVE HER BACK A CALL WHEN CTL'S ARE READY TO BE PICKUP.   \",\n                    \"encounter_date\": \"2019-05-13\",\n                    \"encounter_id\": \"109292412\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491874989238131160344265620455442.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"pt paid for ctls $62.70  \",\n                    \"encounter_date\": \"2019-01-24\",\n                    \"encounter_id\": \"108004040\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491883260708588963637559996448786.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Called into Carlos at Shannon Pharmacy.  Tramadol 50 mg 1 po bid prn pain max 2 per day Qty#60  Called pt to notify.LMOVM    \",\n                    \"encounter_date\": \"2018-11-02\",\n                    \"encounter_id\": \"107103901\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491886582836741264638600808497170.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"1. She will have non fasting lab performed in future- TSH, CBC, CMP  2. Discussed impacted cerumen- we can bring her back sometime for just a cleaning- not a booked appointment  3. We will call with results and follow up accordingly  4. Work note today  5. Encouraged to continue with exercise recommendations- 30 minutes of strenous physical activity with sustained elevated heart rate- 5 days a week.  6. Healthy and clean diet recommendations discussed- less processed foods, healthy carbohydrates, more fruits and vegetables, grilled meats, protein for breakfast, and smaller more frequent meals throughout the day.  \",\n                    \"encounter_date\": \"2017-10-27\",\n                    \"encounter_id\": \"101836808\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491887635811130148980680697053202.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Contacted Alyssa at the VA form was filled out and scored by Dr. Abramson    Sending back fax now, Alyssa will contact pt.   \",\n                    \"encounter_date\": \"2018-05-18\",\n                    \"encounter_id\": \"105655200\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491891429420352099687168363986962.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt calling to see if CTL's have come in. She states she only has one more pair left and they  Are daily wears. Could you please call. Thank you  \",\n                    \"encounter_date\": \"2019-04-02\",\n                    \"encounter_id\": \"108815475\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491895065869217500491932038594578.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Spoke with patient, did let her know that due to the medicine she is on we will need to see her. She v/u.  \",\n                    \"encounter_date\": \"2018-03-21\",\n                    \"encounter_id\": \"105138351\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491896117634680565219451471921170.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"\\\" Urgent Care Visit    Chief Complaint:RedactedFirstName Ray RedactedLastName, is a 57 y.o. year old male who presents for Rash (Rash all over x 5 years).  Patient comes to clinic with a flare of his chronic eczemal rash over the last few days.  He does see dermatologist for rash.  He reports that a steroid shot and course of prednisone are most effective for reducing severity of rash, which has been present the last five years. He has not been able to identify a trigger.  No fevers.  No close contacts with similar symptoms.  No new topicals/foods/meds/emollients.      Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • carvedilol (COREG) 25 mg tablet Take 25 mg by mouth 2 (two) times a day.     • CHOLECALCIFEROL, VITAMIN D3, (D3-50 CHOLECALCIFEROL ORAL) Take 2,000 Units by mouth 2 (two) times a day.      • fluocinonide (LIDEX) 0.05 % cream APPLY SMALL AMOUNT TOPICALLY TWICE A DAY FOR SKIN CONDITION- APPLY A THIN LAYER TWICE A DAY TO LOWER LEGS *FOR 2 WEEKS* AS NEEDED FOR FLARE     • fluocinonide (LIDEX) 0.05 % ointment Apply thin layer twice a day to lower legs x 2 weeks. PRN flare 60 g 2   • hydrochlorothiazide (HYDRODIURIL) 25 mg tablet Take 25 mg by mouth 1 (one) time each day.     • hydrocortisone 1 % ointment Apply 1 application topically 2 (two) times a day. Apply to rash on face 2 times a day. 56 g 1   • isosorbide mononitrate (IMDUR) 30 mg 24 hr tablet Take 30 mg by mouth 1 (one) time each day.     • losartan (COZAAR) 50 mg tablet Take 50 mg by mouth 2 (two) times a day.     • methocarbamol (ROBAXIN) 500 mg tablet TAKE ONE TABLET ORALLY TWICE A DAY IF NEEDED FOR MUSCLE SPASM/PAIN     • mupirocin (BACTROBAN) 2 % ointment Apply thin layer to affected area on toe BID x 7- 10 days. 22 g 0    • nitroglycerin (NITROSTAT) 0.4 mg SL tablet DISSOLVE ONE TABLET UNDER THE TONGUE EVERY 5 MINUTES FOR UP TO 3 DOSES AT FIRST SIGN OF CHEST PAIN - IF NOT RELIEVED WITHIN FIVE MINUTES OF FIRST DOSE SEEK IMMEDIATE MEDICAL ATTENTION     • omeprazole (PriLOSEC) 20 mg DR capsule Take 20 mg by mouth 2 (two) times a day.       • pravastatin (PRAVACHOL) 40 mg tablet Take 40 mg by mouth 1 (one) time each day.     • [DISCONTINUED] predniSONE (DELTASONE) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day. 30 tablet 1   • [DISCONTINUED] predniSONE (DELTASONE) 20 mg tablet Take 3 tabs PO x 5 days, take 2 tabs x 5 days, take 1 tab x 5 days. 30 tablet 0   • [DISCONTINUED] predniSONE (DELTASONE) 20 mg tablet TAKE ONE-HALF TABLET ORALLY EVERY DAY FOR ECZEMA     • aspirin (ASPIRIN LOW DOSE) 81 mg tablet TAKE ONE TABLET ORALLY EACH MORNING AFTER BREAKFAST FOR HEART (DO NOT CHEW OR CRUSH)     • cetirizine 10 mg capsule Take 1 tablet by mouth 2 (two) times a day. 180 capsule 0   • montelukast (SINGULAIR) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day in the morning. 90 tablet 0     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash       Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Hyperlipidemia    • Hypertension    • Neck pain    • Stroke (HCC)      Past Surgical History:   Procedure Laterality Date   • CARDIAC CATHETERIZATION     • CORONARY ANGIOPLASTY WITH STENT PLACEMENT      2008 / 2011   • CORONARY ARTERY BYPASS GRAFT     • NASAL SEPTUM SURGERY       Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather       Social History     Tobacco Use   • Smoking status: Former Smoker     Packs/day: 1.50     Years: 27.00     Pack years: 40.50     Last attempt to quit: 2007     Years since quitting: 12.7   • Smokeless tobacco: Never Used   Substance Use Topics   • Alcohol use: Yes     Alcohol/week: 4.0 - 5.0 standard drinks     Types: 4 - 5 Glasses of wine per week     Comment: SOCIAL   • Drug use: No       Review of Systems   Constitutional: Negative for chills and fever.   HENT: Negative for ear pain, sinus pain and sore throat.    Eyes: Negative for discharge and redness.   Respiratory: Negative for cough and shortness of breath.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal pain, nausea and vomiting.   Genitourinary: Negative for dysuria.   Musculoskeletal: Negative for arthralgias and myalgias.   Skin: Positive for rash.   Neurological: Negative for headaches.   Psychiatric/Behavioral: Negative for sleep disturbance.     Vitals:    10/05/19 0944   BP: 110/80   Pulse: 59   Resp: 16   Temp: 97.8 °F (36.6 °C)   TempSrc: Tympanic   SpO2: 96%   Weight: 108 kg (237 lb)   Height: 6' 1\\\"\\\" (1.854 m)     Physical Exam   Constitutional: He appears well-developed and well-nourished. No distress.   HENT:   Head: Normocephalic and atraumatic.   Right Ear: External ear normal.   Left Ear: External ear normal.   Nose: Nose normal.   Mouth/Throat: Oropharynx is clear and moist.   Eyes: Conjunctivae are normal.   blind   Neck: Neck supple.   Cardiovascular: Normal heart sounds.   Pulmonary/Chest: Breath sounds normal.   Abdominal: Soft.   Musculoskeletal: Normal range of motion. He exhibits no edema or deformity.   Neurological: He is alert. Tone:  no abnormal muscle tone.Coordination normal.   Skin: Skin is warm. Rash noted. There is erythema.    Dry, scaly, erythematous patchy plaque rash scattered about trunk and extremities with marked excoriations, a few patches (lumbar and occiput and gluteal crease) with silver scales suggestive of psoriasis   Psychiatric: He has a normal mood and affect. His behavior is normal.   Nursing note and vitals reviewed.        RedactedFirstName was seen today for rash.    Diagnoses and all orders for this visit:    Rash (Primary)  -     triamcinolone acetonide (KENALOG-40) 40 mg/1 mL injection 40 mg  -     predniSONE (DELTASONE) 20 mg tablet; Take 2 tablets (40 mg total) by mouth 1 (one) time each day for 5 days.      Discussed symptoms, history, exam findings and possible causes for rash.  Discussed options in management.  Have given steroid in office, and have prescribed oral steroid prednisone, if needed, two pills once daily in the morning until symptoms controlled up to a maximum of five days.  Advise that patient also take antihistamines, both H1 blockers and H2 blockers.  Examples of over the counter H1 blocking antihistamines include Claritin/Zyrtec/Allegra.  Examples of over the counter H2 blockers include Zantac/Pepcid.  Advise that patient NOT use a topical antihistamine while taking an oral antihistamine because of potential adverse effects.  Patient may apply thin layer of over the counter hydrocortisone cream, once a day, for no longer than two weeks.  Advise avoiding hot showers and heat, and to use cold packs and cool showers/baths to relieve itching.  Advise copious and frequent applications of hypoallergenic, non-perfume/non-dye emollients to skin throughout the day to provide protective barrier for skin from the environment.  Examples include Cetaphil/Eucerin/CeraVe/Aquaphor/Aveeno. Advise avoiding harsh detergents and soaps, and to use moisturizing cleansers instead, such as Cetaphil cleanser/Dove/Aveeno.  Advise use of hypoallergenic laundry detergents such as All Free and Tide Clear.     Alice B. Blount, MD  \\\"\",\n                    \"encounter_date\": \"2019-10-05\",\n                    \"encounter_id\": \"110983035\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491906057422769436700938222960658.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"pts mother states the rx Dr prescribed is not working for pt and was wondering if they could get pt back on old rx? Please Advise. Thanks.  \",\n                    \"encounter_date\": \"2019-03-07\",\n                    \"encounter_id\": \"108524838\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491915257348256704029438773297170.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Rocephin injection given today  Cefdinir twice a day for 10 days  Promethazine with codeine as needed for cough and rest  Stay hydrated - push fluids  Mucinex DM (or any DM) for cough and congestion.   Rest today  \",\n                    \"encounter_date\": \"2018-10-25\",\n                    \"encounter_id\": \"107044423\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491918425942829913972574397661202.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Nicholas RedactedLastName  MRN: 20319007  Date of Birth: RedactedDOB 17 y.o.  Date of Service: 4/28/2020  PCP: HECTOR ACTON, MD     Chief Complaint   Patient presents with   • Eczema   • Follow-up       History of Present Illness:    Patient is scheduled today for a virtual visit regarding a possible eczema flare-up. Patient does have an extensive history of atopic dermatitis and has been treating his condition with Betamethasone cream/ointment and TAC 0.1% ointment. Patient's mother states that they have been using the TAC 0.1% ointment the most about every other day without resolution. The mother states that the patient is currently flaring on his face, wrist, and elbows. Patient is currently not taking Zyrtec 10 mg BID for any itching.    Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.      Past Medical History:   Diagnosis Date   • Eczema        Family History   Problem Relation Age of Onset   • Diabetes Mother    • Diabetes Father    • Skin cancer Maternal Grandfather    • Cancer Paternal Grandmother        Current Outpatient Medications   Medication Sig Dispense Refill   • ADVAIR DISKUS 100-50 mcg/dose diskus inhaler      • cloNIDine (Catapres) 0.1 mg tablet      • cyproheptadine (PERIACTIN) 4 mg tablet TAKE 1 TABLET(S) 2-3 TIMES A DAY BY ORAL ROUTE FOR MIGRAINE PROPHYLAXIS  4   • hydrocortisone 2.5 % ointment Apply 1 application topically 1 (one) time each day.     • mometasone (NASONEX) 50 mcg/actuation nasal spray INHALE 2 SPRAYS EVERY DAY BY INSTRANASAL ROUTE  6   • omeprazole (PriLOSEC) 40 mg DR capsule      • PROAIR HFA 90 mcg/actuation inhaler      • topiramate (TOPAMAX) 25 mg tablet      • triamcinolone (KENALOG) 0.1 % ointment Apply 1 application topically 1 (one) time each day.       No current facility-administered medications for this visit.        Allergies    Allergen Reactions   • No Known Drug Allergies          Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen was examined. Significant finding are marked on skin map    Derm Physical Exam  Diffuse dry scaly patches in plaques covering the face, neck, trunk, extremities. Worst in antecubital fossa, wrists, neck. &gt;50% BSA involved.    Assessment and Plan:  1. Eczema/Atopic Dermatitis- Chronic - Moderate to Severe; flaring today on face, wrist, and elbows  Discussed condition and treatment options.  Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Moisturize BID   Recommend Dove for sensitive skin body wash and Cerave moisturizing cream daily.   Continue Betamethasone 0.05% cream QAM and Betamethasone 0.05% ointment QPM.   Continue TAC 0.1% ointment daily for maintenance after flares.  Continue Zyrtec 10mg BID.    Refills today of topicals, samples of Eucrisa in office on Friday, Patient coming in Friday at 11:00 for IM Kenalog injection and discuss Dupixent.     Sam's pharmacy    Follow Up: Friday at 11:00    Electronically signed by: Ashley B. Delacerda, MD  4/28/2020  11:50 AM     This patient encounter was conducted during the Coronavirus pandemic under executive orders from the Texas Governor and Texas Medical Board to shelter in place.  All non urgent visit were transitioned to virtual visits to protect the safety of patients, providers and nursing/office staff during this time of social distancing. The visit was conducted using a real time virtual platform such as FaceTime or Zoom. The patient and/or their guardian gave verbal consent to participate in a virtual visit. The patient expressed understanding and wished to proceed with this type of visit to prevent disruption of their care.               \",\n                    \"encounter_date\": \"2020-04-28\",\n                    \"encounter_id\": \"113302918\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491921385393236330584931517333522.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Shannon Medial Center  RedactedCity, Texas  Radiology Report    Name: RedactedFirstName RedactedLastName  DOB: RedactedDOB  Sex: M  MR#: 100957704  ACCT#: 8965334  EXAM DESC: CHEST 2 VIEWS    EXAM DATE: 06/12/2015 06:00:00  ORDERED BY: SAWYER, STEPHEN P MD, MD  ACCESSION #: 1000466306  REASON FOR EXAM:  Comparison: 06/11/2015    Findings/Impression: PA and lateral views of the chest demonstrate interval  improvement in bibasilar airspace opacities and loculated fluid along the right  minor fissure. No pneumothorax is identified. The cardiomediastinal silhouette  is within normal limits. The chest wall soft tissues and osseous structures are  unchanged.    Ross Harper, MD    This document has been electronically signed by: Ross Harper, MD 6/12/2015 3:14  PM      READ BY: HARPER, ROSS MD  Date:  06/12/2015 15:18    \",\n                    \"encounter_date\": \"2017-09-15\",\n                    \"encounter_id\": \"note_1031492\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491925658946008668299270262095890.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Follow up in 4 months, thank you    *today's visit was done via phone callEating for Your Health  Better eating habits can improve your health by lowering blood pressure and cholesterol and help to maintain a healthy weight.  Follow these 5 simple steps to make this lifestyle change.    1. Choose Heart Healthy Fats  ? Olive oil, canola oil, avocado, nuts, and seeds are types of fats that can improve heart health.  ? Boneless &amp; skinless poultry, fish, and tofu are common, easy to prepare lean meats.  ? Meats with loin or round in the name such as pork loin, sirloin, and round roast have less fat.  ? Eat less cheese, ice cream, and heavy whipping cream.  2. Reduce Salt Intake  ? Limit salt when cooking and try other flavors such as lemon, garlic, onion, and other non-sodium spice blends.  ? Keep the saltshaker off the table.  ? Check the Nutrition Facts label and limit sodium intake to 650 mg per meal.  Do this when buying boxed or frozen meals.  3. Limit Sugar Intake  ? All added sugars such as white and brown sugar, molasses, honey, syrup, etc can be harmful to your health.  Start by cutting the amount you use in half.  ? Low-calorie sweeteners can help to add some sweetness but limit use.  ? Remember water is the best choice.    ? Remove sugary beverages such as soda, juices, sports drinks, and sweet tea.  Replace with drinks that have less than 10 calories.  4. Add Fiber to Your Meal  ? Fill ½ of your plate with non-starchy vegetables such as most green vegetables, carrots, cabbage, lettuce, peppers, and tomatoes. Use fresh, frozen, or low sodium canned without added sauces.  ? Choose fresh fruit or no added sugar canned fruit in place of sugary desserts  ? Choose whole grains such as whole grain bread, oats, brown rice &amp; pasta, etc.  ? Use beans &amp; lentils to add fiber to your plate as well as protein and a healthy serving of carbs.  5.   Exercise More    ? Check with your PCP before starting a new activity.  It is recommended to get 30 minutes of physical activity 5 days each week.    For more information about nutrition, you can ask your PCP for an appointment to speak with our Registered Dietitian.                      \",\n                    \"encounter_date\": \"2020-06-03\",\n                    \"encounter_id\": \"112421728\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491935712373124583555968154992658.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Spoke with patient on 01/25/18. Patient stated dermatitis is flaring up, very itchy. Went to see Dr. Alexander, stopped going due to miscommunication with office. Would like to know if she could get another steroid inj. Told patient I will ask Dr. DeLaCerda.   \",\n                    \"encounter_date\": \"2018-01-26\",\n                    \"encounter_id\": \"104490095\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491936152422122923280987748040722.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Received  Triwest Amended Auth  Scanned it it and placed it in the Binder.     I called pt to see if pt would like to be scheduled for a follow up   Pt last seen in office 9/17/2019  Pt had injection 9/20/2019  Pt needs inj follow up appt.   Called lmom for pt to call to be sch.   Thanks   \",\n                    \"encounter_date\": \"2020-05-14\",\n                    \"encounter_id\": \"113556860\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491939429820019898540817815437330.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"No answer. Left msg  \",\n                    \"encounter_date\": \"2019-08-26\",\n                    \"encounter_id\": \"110440217\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491940590388806728584894252843026.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt picked up contacts 1 box $62.70  \",\n                    \"encounter_date\": \"2017-12-01\",\n                    \"encounter_id\": \"104057619\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491948640625839542400980938129426.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Dermatology Office Note    Name: RedactedFirstName Nicholas RedactedLastName  MRN: 20319007  Date of Birth: RedactedDOB 15 y.o.  Date of Service: 8/13/2018  PCP: HECTOR ACTON, MD     Chief Complaint   Patient presents with   • Dermatitis   • Follow-up       History of Present Illness:    RedactedFirstName is here today regarding a one month follow-up for atopic dermatitis. The patient is currently treating her condition with Betamethasone 0.05% cream QAM and Betamethasone 0.05% ointment QPM and Cyclosporine 100 mg BID x 4 weeks (not finished yet). The patient states that he tolerates treatments well and denies any side effects from the medications that he has noticed. The patient was recommended to take Zyrtec 10 mg BID but states that he is not taking the allergy medication for itching. The patient was also given a Kenalog-40 injection to his left deltoid at last office visit in which he tolerated well. The patient states that he has seen an improvement in his condition since last office visit but states that he is still flaring-up under his bilateral arms. He reports a new rash under his arms after using a particular deodorant, worsened even more when they switched to a spray deodorant. Also seems to worsen with heat and sweating. States it is miserably itchy. The patient does not have a personal history of skin cancer but does have a family history of skin cancer (mathernal grandfather - unknown type). The patient denies any other spots that have been growing, changing, or bleeding.    Review of Systems  General: No fever. No chills. No recent weight changes.  Skin: No tendency for keloid scars. No tendency for hypertrophic scars.      Past Medical History:   Diagnosis Date   • Eczema        Family History   Problem Relation Age of Onset   • Diabetes Mother    • Diabetes Father    • Skin cancer Maternal Grandfather    • Cancer Paternal Grandmother        Current Outpatient Prescriptions   Medication Sig Dispense Refill    • ADVAIR DISKUS 100-50 mcg/dose diskus inhaler      • betamethasone dipropionate (DIPROLENE) 0.05 % cream Apply 1 application topically 2 (two) times a day. Trunk/Extremities 45 g 3   • cycloSPORINE (SandIMMUNE) 100 mg capsule Take 1 capsule (100 mg total) by mouth 2 (two) times a day. 60 capsule 0   • cyproheptadine (PERIACTIN) 4 mg tablet TAKE 1 TABLET(S) 2-3 TIMES A DAY BY ORAL ROUTE FOR MIGRAINE PROPHYLAXIS  4   • hydrocortisone 2.5 % ointment Apply 1 application topically 1 (one) time each day.     • mometasone (NASONEX) 50 mcg/actuation nasal spray INHALE 2 SPRAYS EVERY DAY BY INSTRANASAL ROUTE  6   • omeprazole (PriLOSEC) 40 mg DR capsule      • PROAIR HFA 90 mcg/actuation inhaler      • topiramate (TOPAMAX) 25 mg tablet      • tretinoin (RETIN-A) 0.05 % cream APPLY TOPICALLY EVERY NIGHT. 45 g 1   • triamcinolone (KENALOG) 0.1 % ointment Apply 1 application topically 1 (one) time each day.       Current Facility-Administered Medications   Medication Dose Route Frequency Provider Last Rate Last Dose   • triamcinolone acetonide (KENALOG-40) 40 mg/1 mL injection 40 mg  40 mg intramuscular Once Ashley B. Delacerda, MD           Allergies   Allergen Reactions   • No Known Drug Allergies          Physical Exam  General: No Acute Distress, Well Groomed, Obese No  Eyes/Conjunctiva: No lesions on eyelids or conjunctiva. No scleral icterus.   Neuro: Patient is alert. Patient is Oriented to person, place and time.  Psych: No anxiety. No depression. Appropriate affect.  Digits/Nails: No nail changes. No pitting or dystrophy. No lesions on digits.  Skin: Skin of the scalp, face, ears, lips, neck, chest, back, right upper extremity, left upper extremity, abdomen, right lower extremity, left lower extremity, palms/soles was examined. Significant finding are marked on skin map    Derm Physical Exam      Assessment and Plan:   1. Eczema/Atopic Dermatitis- Chronic - Moderate to Severe; Improving on cyclosporine, blood pressure normal  Discussed condition and treatment options.  Avoid soaps on arms, legs, and back.  Avoid scratching, scrubbing, hot water as much as possible.  Moisturize BID   Recommend Dove for sensitive skin body wash and Cerave moisturizing cream daily.   Continue Betamethasone 0.05% cream QAM and Betamethasone 0.05% ointment QPM.   Finish Cyclosporine 100mg BID x 4 weeks course then D/C.  Continue Zyrtec 10mg BID.   Pt and parent educated on the importance of keeping scheduled follow ups.    2. Allergic Contact Dermatitis: bilateral axilla, new problem  Discussed condition and treatment options.  Avoid all possible irritants.  Start Betamethasone Diproprionate 0.05% cream BID until resolved.  Moisturize BID.  Consider patch testing if persists.  Recommended Tom's and Mitchum for sensitive skin deodorant.    Follow Up: 1 month    Electronically signed by: Ashley B. Delacerda, MD  8/13/2018  11:48 AM    \",\n                    \"encounter_date\": \"2018-08-13\",\n                    \"encounter_id\": \"106110377\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491953477538043820532515095969810.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Shannon Medial Center  RedactedCity, Texas  Radiology Report    Name: RedactedFirstName M. RedactedLastName  DOB: RedactedDOB  Sex: F  MR#: 000570952  ACCT#: 9313573  EXAM DESC: OP/MRI C-SPINE WO CON    EXAM DATE: 06/29/2017 00:00:00  ORDERED BY: HUTCHINS, LESLIE MD, MD  ACCESSION #: 1000716115  REASON FOR EXAM: CERVICAL RADICULOPATHY  Comparison: 4/6/2016    Technique: Multiplanar multisequence MR imaging cervical spine performed without  contrast.    Findings: There is been interval postoperative change including anterior  metallic plate and screws at C5 and C6 with disc spacer type device. Spinal  alignment normal and vertebral body heights well maintained. Prevertebral soft  tissues unremarkable. There are some degenerative changes present including disc  narrowing and osteophyte formation. Metallic susceptibility artifact is noted  consistent with the hardware. No significant osseous or paraspinal soft tissue  edema changes. The cervical spinal cord, visualized upper thoracic cord,  brainstem, and posterior fossa structures appear unremarkable without focal  signal abnormality in the cord, expansion of the cord, or Chiari malformation.  The visualized portions of the parotid glands and submandibular salivary glands  as well as thyroid are unremarkable. Negative for adenopathy, soft tissue  masses, or fluid collections in the visualized portions of the neck.    C2-3: Unremarkable.    C3-4: Mild Disc osteophyte complex slightly narrows the anterior subarachnoid  space. No focal protrusion, cord contact or significant central stenosis. Neural  foramina widely patent bilaterally.    C4-5: Mild broad-based Disc osteophyte complex narrows the anterior subarachnoid  space without cord contact. There some mild central spinal narrowing. Uncinate  and facet disease results in mild bilateral neural foraminal stenosis.    C5-6: Residual disc osteophyte complex focally more prominent in the RIGHT   paramedian location causes cord contact and ventral effacement of the cord.  There is mild to mild/moderate central spinal stenosis. Uncinate hypertrophy and  facet disease with mild/moderate bilateral neural foraminal stenosis.    C6-7: Disc osteophyte complex asymmetric and more prominent LEFT paramedian  location narrows the anterior subarachnoid space. No cord contact. There is mild  central spinal stenosis. Uncinate and facet disease with mild RIGHT neural  foraminal stenosis and the LEFT grossly patent.    C7-T1: No significant Disc osteophyte complex or focal protrusion. No central  stenosis or neural foraminal stenosis.    T1-T2: Incompletely imaged but the visualized portions of the neural foramina  are widely patent.    Impression:  1. Postop cervical spine with cervical spondylitic changes as detailed above.    Michael Sickels, MD    This document was generated using voice recognition software and electronically  signed by: Michael Sickels, MD 6/30/2017 11:40 AM      READ BY: SICKELS, MICHAEL G MD  .  Date:  06/30/2017 11:43    \",\n                    \"encounter_date\": \"2017-09-16\",\n                    \"encounter_id\": \"note_1259968\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491959777250489832365419367759890.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Pt called and stated he did get his meds.    I couldn't hear him because I had a lot of back ground noise and he got short with me.     Thanks  \",\n                    \"encounter_date\": \"2018-11-09\",\n                    \"encounter_id\": \"107196476\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491960839896285273624463934488594.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Pt scheduled 11/18/19 @ 3:45  \",\n                    \"encounter_date\": \"2019-11-14\",\n                    \"encounter_id\": \"111380652\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491962396992740937266909675520018.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Shannon Medial Center  RedactedCity, Texas  Radiology Report    Name: RedactedFirstName RedactedLastName  DOB: RedactedDOB  Sex: M  MR#: 100957704  ACCT#: 8965334  EXAM DESC: CHEST 2 VIEWS    EXAM DATE: 06/09/2015 06:00:00  ORDERED BY: SARRAFF, MICHELLE A., MD  ACCESSION #: 1000465159  REASON FOR EXAM:  Chest 2 views performed and compared to 6/8/2015    Findings/impression: Bibasilar infiltrates right greater than left persist,  overall unchanged. There is blunting of the right costophrenic angle which could  represents infiltrate and/or small pleural effusion. Cardiac silhouette upper  normal and stable.    Kenneth Breedlove, MD    This document has been electronically signed by: Kenneth Breedlove, MD 6/10/2015  9:18 AM      READ BY: BREEDLOVE, KENNETH E MD  Date:  06/10/2015 09:21    \",\n                    \"encounter_date\": \"2017-09-15\",\n                    \"encounter_id\": \"note_998385\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491969393046459047126287297544210.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Please call patient's mother and ask if they would be willing to come in for a nurse visit today at 2:00 p.m. or they may come in on Tuesday, the 26th at 9:00 a.m. to demonstrate on how to administer the Dupixent injections. Thank you.  \",\n                    \"encounter_date\": \"2020-05-21\",\n                    \"encounter_id\": \"113635265\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491971358759841740513531528216594.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Neurosurgery Consult      Patient ID: RedactedFirstName Ray RedactedLastName, 57 y.o. male.  PCP:JOSE ANTONIO  AYALA TORRES JR, MD  Referring Provider: Ayala-Torres, Jose, MD,*    Subjective   Chief Complaint:  The patient is here today for consult of neck pain.    Neck Pain    This is a chronic problem. The current episode started more than 1 month ago. The problem occurs constantly. The problem has been gradually worsening. The pain is associated with an unknown factor. Pain location:  base of neck down shoulder blades. The quality of the pain is described as aching and stabbing. The pain is at a severity of 6/10. The pain is moderate. The symptoms are aggravated by bending, position, sneezing, stress, twisting and coughing. Worse during: worse in early morning. Stiffness is present in the morning. Associated symptoms include headaches. Associated symptoms comments: Popping  . He has tried muscle relaxants for the symptoms. The treatment provided no relief.       The patient has completed 0 therapy sessions in the last year., The patient has completed 0 nerve block/epidural steroid injections in the last year., The patient has completed 0 facet blocks in the past year., The patient has completed 0 chiropractice sessions in the past year.    Current Outpatient Medications   Medication Sig Dispense Refill   • aspirin (ASPIRIN LOW DOSE) 81 mg tablet TAKE ONE TABLET ORALLY EACH MORNING AFTER BREAKFAST FOR HEART (DO NOT CHEW OR CRUSH)     • carvedilol (COREG) 25 mg tablet Take 25 mg by mouth 2 (two) times a day.     • cetirizine 10 mg capsule Take 1 tablet by mouth 2 (two) times a day. 180 capsule 0   • CHOLECALCIFEROL, VITAMIN D3, (D3-50 CHOLECALCIFEROL ORAL) Take 2,000 Units by mouth 2 (two) times a day.      • fluocinonide (LIDEX) 0.05 % ointment Apply thin layer twice a day to lower legs x 2 weeks. PRN flare 60 g 2   • hydrochlorothiazide (HYDRODIURIL) 25 mg tablet Take 25 mg by mouth 1 (one) time each day.      • hydrocortisone 1 % ointment Apply 1 application topically 2 (two) times a day. Apply to rash on face 2 times a day. 56 g 1   • isosorbide mononitrate (IMDUR) 30 mg 24 hr tablet Take 30 mg by mouth 1 (one) time each day.     • losartan (COZAAR) 50 mg tablet Take 50 mg by mouth 2 (two) times a day.     • methocarbamol (ROBAXIN) 500 mg tablet Take 500 mg by mouth 1 (one) time each day.     • montelukast (SINGULAIR) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day in the morning. 90 tablet 0   • mupirocin (BACTROBAN) 2 % ointment Apply thin layer to affected area on toe BID x 7- 10 days. 22 g 0   • nitroglycerin (NITROSTAT) 0.4 mg SL tablet DISSOLVE ONE TABLET UNDER THE TONGUE EVERY 5 MINUTES FOR UP TO 3 DOSES AT FIRST SIGN OF CHEST PAIN - IF NOT RELIEVED WITHIN FIVE MINUTES OF FIRST DOSE SEEK IMMEDIATE MEDICAL ATTENTION     • omeprazole (PriLOSEC) 20 mg DR capsule Take 20 mg by mouth 2 (two) times a day.       • pravastatin (PRAVACHOL) 40 mg tablet Take 40 mg by mouth 1 (one) time each day.     • predniSONE (DELTASONE) 10 mg tablet Take 1 tablet (10 mg total) by mouth 1 (one) time each day. 30 tablet 1   • predniSONE (DELTASONE) 20 mg tablet Take 3 tabs PO x 5 days, take 2 tabs x 5 days, take 1 tab x 5 days. 30 tablet 0     No current facility-administered medications for this visit.      Allergies   Allergen Reactions   • Bupropion Hcl      Hand / arm cramping   • Codeine    • Codeine Phosphate GI intolerance     As child    • Lisinopril      Cough, gag   • Lanolin Rash       Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Stroke (HCC)        Past Surgical History:   Procedure Laterality Date   • CARDIAC CATHETERIZATION     • CORONARY ANGIOPLASTY WITH STENT PLACEMENT      2008 / 2011   • CORONARY ARTERY BYPASS GRAFT     • NASAL SEPTUM SURGERY         Social History     Substance and Sexual Activity   Drug Use No     Social History      Substance and Sexual Activity   Alcohol Use Yes   • Alcohol/week: 4.0 - 5.0 standard drinks   • Types: 4 - 5 Glasses of wine per week    Comment: SOCIAL     Social History     Tobacco Use   Smoking Status Former Smoker   • Packs/day: 1.50   • Years: 27.00   • Pack years: 40.50   • Last attempt to quit: 2007   • Years since quitting: 12.7   Smokeless Tobacco Never Used     Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        SSI Assessment Tool (potential SSI if 4 or more risk factors exist)  Diabetes: no  History of previous SSI: no  History of previous spinal surgery: no  Smoker (current or past): yes former  Bowel or bladder incontinence: yes  Posterior approach with multiple levels: no  ASA 3 or greater: no    Review of Systems   Constitutional: Negative.    HENT: Negative.    Eyes: Negative.    Respiratory: Negative.    Cardiovascular: Positive for palpitations.   Gastrointestinal: Negative.    Genitourinary: Positive for bladder incontinence.   Musculoskeletal: Positive for back pain and neck pain.   Neurological: Positive for light-headedness (low blood pressure) and headaches.   Hematological: Bruises/bleeds easily.   Psychiatric/Behavioral: Positive for sleep disturbance.       Objective   Physical Exam   Constitutional: He is oriented to person, place, and time. He appears well-developed and well-nourished.   HENT:   Head: Normocephalic and atraumatic.   Eyes:   Patient states that he is blind.   Cardiovascular: Normal rate and regular rhythm.   Pulmonary/Chest: Effort normal and breath sounds normal.   Musculoskeletal: Normal range of motion.   Neurological: He is alert and oriented to person, place, and time. He has normal strength. Gait normal.   Reflex Scores:       Tricep reflexes are 2+ on the right side and 2+ on the left side.        Bicep reflexes are 2+ on the right side.       Brachioradialis reflexes are 2+ on the right side and 2+ on the left side.       Patellar reflexes are 2+ on the right side and 2+ on the left side.       Achilles reflexes are 2+ on the right side and 2+ on the left side.  Skin: Skin is warm and dry.     Neurologic Exam     Mental Status   Oriented to person, place, and time.   Level of consciousness: alert    Cranial Nerves   Cranial nerves II through XII intact.     Motor Exam   Muscle bulk: normal  Overall muscle tone: normal    Strength   Strength 5/5 throughout.     Gait, Coordination, and Reflexes     Gait  Gait: normal    Reflexes   Right brachioradialis: 2+  Left brachioradialis: 2+  Right biceps: 2+  Right triceps: 2+  Left triceps: 2+  Right patellar: 2+  Left patellar: 2+  Right achilles: 2+  Left achilles: 2+  Right Hoffman: absent  Left Hoffman: absent      MRI cervical spine without contrast 08/21/2019 2000426840 Final       Assessment/Plan    1. Cervical spondylosis without myelopathy    2. Cervicalgia      This patient presents today as a new patient to our office. He has a chief complaint of neck pain, most on the right than the left.  The patient states that his pain is constant.  He denies any pain down the arms and into the hands.  The patient states that he has problems lifting his head off of the pillow in the morning.  He states that during the day he has symptoms of stiffness.  I have reviewed the patient's  MRI images of the cervical spine which shows arthritis of the facet joints.  I have reviewed the list of all the medications the patient is currently taking, including Deltasone and Robaxin.      I have gone over all treatment options with the patient, including Option #1: Physical therapy of the cervical spine and injections. The patient states that he does not have any transportation to go to physical therapy.  The patient states that he is blind and is unable to get anywhere on his own.  He does have a lady in the exam room with him, possibly a caregiver.  The patient states that he is worried about the ESI injection due to him being on oral steroids for his dermatitis.  Option #2:  Facet injections were discussed as an option to determine if the pain is facetogenic in origin.  I explained the facet block procedure to the patient and his caregiver.  These injections are diagnostic in nature and are not meant to provide long-lasting pain relief.  If the facet block is successful, we can discuss proceeding with a rhizotomy/neurotomy.     At this time, I am going to order physical therapy for the cervical spine with home cervical traction, as the patient does not have a way to get to physical therapy.  I will order facet blocks at C3, 4, 5, 6 on the right with steroids.  The patient voiced understanding and agrees to proceed.  The patient will follow up with a midlevel following the facet injections for further evaluation.       Documentation assistance provided by Sandra Michulka who functioned as a medical scribe and was present during the visit. History, physical examination, assessment and plan were performed personally by the provider.             Electronically signed by: Luis Duarte, MD  9/17/2019  1:54 PM    \",\n                    \"encounter_date\": \"2019-09-17\",\n                    \"encounter_id\": \"110740168\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491972869917116258800068630413330.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"Called and lmom of nurse message.  \",\n                    \"encounter_date\": \"2019-03-07\",\n                    \"encounter_id\": \"108524838\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491979245791888906354610908692498.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt states she is completely out of medication.  \",\n                    \"encounter_date\": \"2019-05-29\",\n                    \"encounter_id\": \"109484923\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491986090729879564385341692444690.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"Called patient and he states he has been off Dupixent since his last visit.  He has since broken out.  He took oral prednisone given and that did not help his eyes much.  He still has swollen, red eyes.  He has appointment to see ophthalmologist next week on Thursday 21st to see if possibly could have an infection.  I spoke to Dr. Greeson by phone and explained to him situation.  Per Dr. Greeson have pt continue to hold Dupixent.  Start prednisone 40 mg x 5 days, then 20 mg x 5 days.  Use TAC PRN.  See in office next week when he is back in office. Patient agreeable to this.  rx will be sent in to pharmacy.  Booked for Monday 6/18/18 @ 1:15pm  \",\n                    \"encounter_date\": \"2018-06-14\",\n                    \"encounter_id\": \"105888705\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009481382958999156437734886215778322.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ecbbc7e81e81081dc2bfb38699dd1999516cff93\",\n                    \"content\": \"<html><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Patient\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Patient</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Patient\\\"><a id=\\\"Patient_Summary\\\" name=\\\"Patient_Summary\\\"></a><table class=\\\"clinicalsummary\\\" style=\\\"table-layout: fixed;\\\"><tr><th>Name <td>RedactedLastName, RedactedFirstName (65, F) ID# 47635 <th>Appt. Date/Time <td>11/07/2014 03:30PM <tr><th>DOB <td>RedactedDOB <th>Service Dept. <td>TLC_WBK_Adult <tr><th>Provider <td colspan=\\\"3\\\">MIRZA BAIG <tr><th>Insurance <td colspan=\\\"3\\\"><div class=\\\"itemcontainer\\\" style=\\\"font-size: 12px; padding-left: 15px;\\\"><div class=\\\"item\\\">Med Primary: BCBS-MD: CAREFIRST - BLUE CROSS BLUE SHIELD OF MARYLAND (PPO)<br /> Insurance # : BAC000211<br /> Policy/Group # : BAC </div><div class=\\\"item\\\">Med Payment plan: PAYMENT PLAN #1122 </div><div class=\\\"item\\\">Prescription: <a class=\\\"nonprinting\\\" href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;prescriptioneligibility&#39;, TITLE:&#39;prescription eligibility&#39;, URL:&#39;/3167/58/eligibility/pharmacyeligibility.esp?PATIENTID=47635&amp;NOHEADER=1&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;&#39;, SECTION:&#39;&#39;   });\\\" title=\\\"no check performed in the last 72 hrs. check prescription eligibility now.\\\">check now</a></div></div></td></th></tr></td></th></tr></td></th></td></th></tr></td></th></td></th></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"EncounterReason\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Chief Complaint</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"EncounterReason\\\"><a id=\\\"EncounterReason_Summary\\\" name=\\\"EncounterReason_Summary\\\"></a>Follow Up </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"HPI\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">HPI</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"HPI\\\"><a id=\\\"HPI_Summary\\\" name=\\\"HPI_Summary\\\"></a>65 year old female came for follow up. She has no active medical complains and needs refill of her medications.&nbsp;&nbsp; </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ProblemList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Problems</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ProblemList\\\"><a id=\\\"ProblemList_Summary\\\" name=\\\"ProblemList_Summary\\\"></a><ul class=\\\"problemlist\\\"><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Hyperlipidemia</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Benign essential hypertension</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Atopic dermatitis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Psoriasis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Mammography abnormal</span></ul></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AllergyList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Allergies</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AllergyList\\\"><a id=\\\"AllergyList_Summary\\\" name=\\\"AllergyList_Summary\\\"></a>Reviewed Allergies<br /><span class=\\\"activeallergy\\\">CODEINE</span>: Vomiting </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"MedicationList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Medications</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"MedicationList\\\"><a id=\\\"MedicationList_Summary\\\" name=\\\"MedicationList_Summary\\\"></a><table class=\\\"medicationtable\\\"><tr><td class=\\\"reviewedtext\\\" colspan=\\\"3\\\"><div>Reviewed Medications<br /></div><tr><th><div class=\\\"indented\\\">Name </div><th>Date <th class=\\\"hideforprintfax\\\">Source <tr><td><div class=\\\"indented\\\">betamethasone valerate 0.1 % topical cream </div><div class=\\\"medicationdetails\\\">APPLY TO THE AFFECTED AREA EACH DAY AS NEEDED </div></td><td>11/07/14&nbsp;&nbsp;&nbsp;prescribed </td><td class=\\\"hideforprintfax\\\">Mirza Baig </td></tr></th></th></th></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"VaccineList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vaccines</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"VaccineList\\\"><a id=\\\"VaccineList_Summary\\\" name=\\\"VaccineList_Summary\\\"></a><div class=\\\"clinical_patient_vaccinelist_htmlsummary_sub\\\">Vaccines not reviewed (last reviewed 05/09/2014)<br /><table class=\\\"slimgrid\\\" id=\\\"VACCINELIST_SUMMARY\\\"></table> declined FLu vaccine 2013 and had tdap in last 10 years </div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PastMedicalHistory\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Past Medical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PastMedicalHistory\\\"><a id=\\\"PastMedicalHistory_Summary\\\" name=\\\"PastMedicalHistory_Summary\\\"></a>Past Medical History not reviewed (last reviewed 05/09/2014)<br /> Last Pap Smear: N - declined<br /> Colonoscopy: N - declined<br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SocialHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Social History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SocialHistoryList\\\"><a id=\\\"SocialHistoryList_Summary\\\" name=\\\"SocialHistoryList_Summary\\\"></a>Reviewed Social History<br /><strong>Adult</strong><br /> Occupation: homemaker.<br /> Education: 12.<br /> Marital status: Married.<br /> Live alone or with others?: with others.<br /> Exercise level: Occasional.<br /> Diet: Regular.<br /> General stress level: Low.<br /> Smoking Status: Never smoker.<br /> E-Cigarette or Nicotine Vaporizer Usage?: N.<br /> Alcohol intake: Occasional.<br /> Caffeine intake: Moderate.<br /> Chewing tobacco: none.<br /> Illicit drugs: none.<br /> Seat belts used routinely: Y.<br /> Sunscreen used routinely: Y.<br /> Smoke alarm in home: Y.<br /> Advance directive: N.<br /> Hard of hearing or deaf in one or both ears?: N.<br /> Legally blind in one or both eyes?: N.<br /> Visual Impairment: Glasses.<br /> Hearing Impairment: No.<br /> Spiritual/Cultural Values that may prevent patient from following plan of care:: No.<br /> Learning Preferences (Visual, Written, Hearing, Practicing): ALL. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"FamilyHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Family History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"FamilyHistoryList\\\"><a id=\\\"FamilyHistoryList_Summary\\\" name=\\\"FamilyHistoryList_Summary\\\"></a>Reviewed Family History<br /><table class=\\\"familyhxtable\\\"><tr><td colspan=\\\"2\\\">Non-contributory. </td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SurgicalHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Surgical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SurgicalHistoryList\\\"><a id=\\\"SurgicalHistoryList_Summary\\\" name=\\\"SurgicalHistoryList_Summary\\\"></a>Surgical History not reviewed (last reviewed 05/09/2014)<br /> one ovary removed </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Vitals\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Vitals</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Vitals\\\"><a id=\\\"Vitals_Summary\\\" name=\\\"Vitals_Summary\\\"></a><table class=\\\"vitalssummary\\\"><tr><td class=\\\"vitalssummarytitle\\\">Ht: </td><td class=\\\"vitalssummarydata\\\">5 ft 7 in (170.18 cm)<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:02 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">Wt: </td><td class=\\\"vitalssummarydata\\\">125.8 lbs (57.06 kg)<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:00 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">BMI: </td><td class=\\\"vitalssummarydata\\\">19.7<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:02 pm</span><br /><tr><td class=\\\"vitalssummarytitle\\\">BP: </td><td class=\\\"vitalssummarydata\\\">148/90 sitting L arm<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:04 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">T: </td><td class=\\\"vitalssummarydata\\\">97.9 F&deg; oral (36.61 C)<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:02 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">Pulse: </td><td class=\\\"vitalssummarydata\\\">68 bpm regular<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:04 pm</span><br /><tr><td class=\\\"vitalssummarytitle\\\">RR: </td><td class=\\\"vitalssummarydata\\\">16<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:02 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">O2Sat: </td><td class=\\\"vitalssummarydata\\\">99% Room Air at Rest<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:02 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">Pain Scale: </td><td class=\\\"vitalssummarydata\\\">0<span class=\\\"vitalssummaryaudit\\\"> 11/07/2014 04:02 pm</span><br /></td></tr></td></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ReviewOfSystems\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">ROS</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ReviewOfSystems\\\"><a id=\\\"ReviewOfSystems_Summary\\\" name=\\\"ReviewOfSystems_Summary\\\"></a>Patient reports no fever, no night sweats, no significant weight gain, no significant weight loss, and no exercise intolerance. She reports no dry eyes, no irritation, and no vision change. She reports no difficulty hearing and no ear pain. She reports no frequent nosebleeds and no nose/sinus problems. She reports no sore throat, no bleeding gums, no snoring, no dry mouth, no mouth ulcers, no oral abnormalities, and no teeth problems. She reports no chest pain, no arm pain on exertion, no shortness of breath when walking, no shortness of breath when lying down, no palpitations, and no known heart murmur. She reports no cough, no wheezing, no shortness of breath, and no coughing up blood. She reports no abdominal pain, no vomiting, normal appetite, no diarrhea, and not vomiting blood. She reports no incontinence, no difficulty urinating, no hematuria, and no increased frequency. She reports no muscle aches, no muscle weakness, no arthralgias/joint pain, no back pain, and no swelling in the extremities. She reports no abnormal mole, no jaundice, and no rashes. She reports no loss of consciousness, no weakness, no numbness, no seizures, no dizziness, and no headaches. She reports no depression, no sleep disturbances, feeling safe in relationship, and no alcohol abuse. She reports no fatigue. She reports no swollen glands and no bruising. She reports no runny nose, no sinus pressure, no itching, no hives, and no frequent sneezing. </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PhysicalExam\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Physical Exam</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PhysicalExam\\\"><a id=\\\"PhysicalExam_Summary\\\" name=\\\"PhysicalExam_Summary\\\"></a><span class=\\\"encountersummaryexam\\\"><div>Patient is a 65-year-old female. </div><br /><div><span class=\\\"paragraphpe\\\">Constitutional:</span> <span class=\\\"paragraphcontents\\\">General Appearance: healthy-appearing, well-nourished, and well-developed. Level of Distress: NAD. Ambulation: ambulating normally. </span></div><br /><div><span class=\\\"paragraphpe\\\">Psychiatric:</span> <span class=\\\"paragraphcontents\\\">Insight: good judgement. Mental Status: normal mood and affect and active and alert. Orientation: to time, place, and person. Memory: recent memory normal and remote memory normal. </span></div><br /><div><span class=\\\"paragraphpe\\\">Lungs:</span> <span class=\\\"paragraphcontents\\\">Auscultation: no wheezing, rales/crackles, or rhonchi and breath sounds normal, good air movement, and CTA except as noted. </span></div><br /><div><span class=\\\"paragraphpe\\\">Cardiovascular:</span> <span class=\\\"paragraphcontents\\\">Heart Auscultation: normal S1 and S2; no murmurs, rubs, or gallops; and RRR. </span></div><br /><div>psoriasis on shins. </div></span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AssessmentPlan\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Assessment / Plan</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AssessmentPlan\\\"><a id=\\\"AssessmentPlan_Summary\\\" name=\\\"AssessmentPlan_Summary\\\"></a><div class=\\\"boldblack\\\"><div blockname=\\\"diagnosisorders\\\"><div class=\\\"dxheadingsummary\\\"><strong>1. Atopic dermatitis</strong><div class=\\\"diagnosisicdtext\\\" style=\\\"text-indent:0\\\">691.8: Other atopic dermatitis and related conditions </div><ul><li class=\\\"dxorderssummary\\\">ATOPIC DERMATITIS: AFTER YOUR VISIT<l></l></ul></div><br /><div class=\\\"dxheadingsummary\\\"><strong>2. Psoriasis</strong> - Small patch of skin rash on shin. <div class=\\\"diagnosisicdtext\\\" style=\\\"text-indent:0\\\">696.1: Other psoriasis </div><ul><li class=\\\"dxorderssummary\\\">PSORIASIS: AFTER YOUR VISIT<l></l></ul></div><br /><div class=\\\"dxheadingsummary\\\"><strong>3. No Diagnosis</strong><div class=\\\"diagnosisicdtext\\\" style=\\\"text-indent:0\\\"></div><ul><li class=\\\"dxorderssummary\\\">betamethasone valerate 0.1 % topical cream - <ul>APPLY TO THE AFFECTED AREA EACH DAY AS NEEDED &nbsp; &nbsp; Qty: 45 30 gm tube(s) &nbsp; &nbsp; Refills: 3 &nbsp; &nbsp; Pharmacy: MARION PHARMACY </ul><l></l></ul></div></div><br /><span class=\\\"clinicalsubsubheading\\\">Return to Office</span><br /><div blockname=\\\"returntooffice\\\" class=\\\"dxheadingsummary\\\"><ul><li class=\\\"dxorderssummary\\\">Mirza Baig for INT MED OFFICE VISIT - 15 at TLC_WBK_Adult on 05/08/2015 at 03:45 PM </ul></div></div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SignOff\\\"><div id=\\\"SUMMARYHEADER\\\" style=\\\"padding-top: 4px;\\\"><span class=\\\"clinicalsubsubheading\\\">Encounter Sign-Off</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SignOff\\\"><a id=\\\"SignOff_Summary\\\" name=\\\"SignOff_Summary\\\"></a>Encounter signed-off by Mirza Baig, 11/17/2014. </div></div><br /> Encounter performed and documented by Mirza Baig <br />Encounter reviewed &amp; signed by Mirza Baig on 11/17/2014 at 2:06pm </html>\",\n                    \"encounter_date\": \"2014-11-07\",\n                    \"encounter_id\": \"809351\",\n                    \"note_type\": \"Encounter Summary\",\n                    \"patient_hash\": \"c4d63692613ca841354ba7bd75f3eb2ebef9aa98\",\n                    \"practice_id\": \"3167\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009481389305859709414538397020586002.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"ecbbc7e81e81081dc2bfb38699dd1999516cff93\",\n                    \"content\": \"<html><span style=\\\"padding-left:10px;\\\"><b style=\\\"color:black;\\\">(Last amended by Cynthia Calixte, MD on 01/10/2019 at 6:09pm)</b></span> <div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Patient\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Patient</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Patient\\\"><a id=\\\"Patient_Summary\\\" name=\\\"Patient_Summary\\\"></a><table class=\\\"clinicalsummary\\\" style=\\\"table-layout: fixed;\\\"><tr><th>Name <td>RedactedLastName, RedactedFirstName (69yo, F) ID# 47635 <th>Appt. Date/Time <td>01/10/2019 03:00PM <tr><th>DOB <td>RedactedDOB <th>Service Dept. <td>TLC_WBK_Adult <tr><th>Provider <td colspan=\\\"3\\\">CYNTHIA CALIXTE, MD <tr><th>Insurance <td colspan=\\\"3\\\"><div class=\\\"itemcontainer\\\" style=\\\"font-size: 12px; padding-left: 15px;\\\"><div class=\\\"item\\\">Med Primary: MEDICARE-MD - RHC-FQHC - PART A (MEDICARE)<br /> Insurance # : 216649192B </div><div class=\\\"item\\\">Med Secondary: AARP (MEDICARE SUPPLEMENT)<br /> Insurance # : 33783032311 </div><div class=\\\"item\\\">Med Payment plan: PAYMENT PLAN #1122 </div><div class=\\\"item\\\">Prescription: CMX - Member is eligible. <a class=\\\"nonprinting\\\" href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;prescriptioneligibility&#39;, TITLE:&#39;prescription eligibility&#39;, URL:&#39;/eligibility/pharmacyeligibility.esp?ELIGIBILITYTRACKID=10361887&amp;INFORMATIONTYPE=PHARMACY&amp;NOHEADER=1&amp;NOMENU=1&amp;PATIENTID=47635&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;&#39;, SECTION:&#39;&#39;, RETURNPOINT: (AH.Frames.ScheduleNav.IsVisible() &amp;&amp; AH.Frames.ScheduleNav.GetLocation().pathname.match(/missingslip/)) ? &#39;Missing Slip Worklist&#39; : &#39;&#39;, SCHEDULENAV: 1     });\\\" title=\\\"view prescription eligibility details\\\">details</a></div></div></td></th></tr></td></th></tr></td></th></td></th></tr></td></th></td></th></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"EncounterReason\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Chief Complaint</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"EncounterReason\\\"><a id=\\\"EncounterReason_Summary\\\" name=\\\"EncounterReason_Summary\\\"></a>Pt. c/o hives all over her body </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PatientProvider\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Patient&#39;s Care Team</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PatientProvider\\\"><a id=\\\"PatientProvider_Summary\\\" name=\\\"PatientProvider_Summary\\\"></a><strong>Primary Care Provider:</strong> CYNTHIA CALIXTE, MD <br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PatientPrescriptionProvider\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Patient&#39;s Pharmacies</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PatientPrescriptionProvider\\\"><a id=\\\"PatientPrescriptionProvider_Summary\\\" name=\\\"PatientPrescriptionProvider_Summary\\\"></a><strong>MARION PHARMACY (ERX): 26427 BURTON AVENUE, RedactedCity MD 218##, Ph (410) 968-2300, Fax (410) 968-1117</strong><br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Vitals\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Vitals</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Vitals\\\"><a id=\\\"Vitals_Summary\\\" name=\\\"Vitals_Summary\\\"></a><table class=\\\"vitalssummary\\\"><tr><td class=\\\"vitalssummarytitle\\\">Ht: </td><td class=\\\"vitalssummarydata\\\">5 ft 7 in Standing (170.18 cm)<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:04 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">Wt: </td><td class=\\\"vitalssummarydata\\\">121 lbs 14.4 oz With clothes (55.29 kg)<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:05 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">BMI: </td><td class=\\\"vitalssummarydata\\\">19.1<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:05 pm</span><br /><tr><td class=\\\"vitalssummarytitle\\\">BP: </td><td class=\\\"vitalssummarydata\\\">179/91 sitting L arm <span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:08 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">T: </td><td class=\\\"vitalssummarydata\\\">97.5 F&deg; oral (36.39 C)<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:08 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">Pulse: </td><td class=\\\"vitalssummarydata\\\">76 bpm regular<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:07 pm</span><br /><tr><td class=\\\"vitalssummarytitle\\\">RR: </td><td class=\\\"vitalssummarydata\\\">17<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:08 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">O2Sat: </td><td class=\\\"vitalssummarydata\\\">96.01% Room Air at Rest<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:07 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\">Pain Scale: </td><td class=\\\"vitalssummarydata\\\">7<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:06 pm</span><br /><tr><td class=\\\"vitalssummarytitle\\\">Pain Scale Type: </td><td class=\\\"vitalssummarydata\\\">Numeric<span class=\\\"vitalssummaryaudit\\\"> 01/10/2019 03:06 pm</span><br /></td><td class=\\\"vitalssummarytitle\\\"></td><td class=\\\"vitalssummarydata\\\"></td><td class=\\\"vitalssummarytitle\\\"></td><td class=\\\"vitalssummarydata\\\"></td></tr></td></tr></td></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"OtherMeasurements\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Measurements</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"OtherMeasurements\\\"><a id=\\\"OtherMeasurements_Summary\\\" name=\\\"OtherMeasurements_Summary\\\"></a><span id=\\\"emptysummary\\\">None recorded.</span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AllergyList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Allergies</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AllergyList\\\"><a id=\\\"AllergyList_Summary\\\" name=\\\"AllergyList_Summary\\\"></a><table width=\\\"100%\\\"><tr><td colspan=\\\"2\\\"><span class=\\\"reviewedmessage\\\">Reviewed Allergies<br /></span><tr><td><span class=\\\"activeallergy\\\">CODEINE</span>: Vomiting </td><td></td></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"MedicationList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Medications</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"MedicationList\\\"><a id=\\\"MedicationList_Summary\\\" name=\\\"MedicationList_Summary\\\"></a><table class=\\\"medicationtable\\\"><tr><td class=\\\"reviewedtext\\\" colspan=\\\"3\\\"><div><span class=\\\"reviewedmessage\\\">Reviewed Medications<br /></span></div><tr class=\\\"medicationlistheader\\\"><th><div class=\\\"indented\\\">Name </div><th>Date <th class=\\\"hideforprintfax\\\">Source <tr class=\\\" medicationrow\\\"><td><div class=\\\"indented\\\">betamethasone valerate 0.1 % topical cream </div><div class=\\\"medicationdetails\\\">APPLY TO THE AFFECTED AREA EACH DAY AS NEEDED </div></td><td>12/19/18&nbsp;&nbsp;&nbsp;filled </td><td class=\\\"hideforprintfax\\\">Caremark <tr class=\\\"alternaterow medicationrow\\\"><td><div class=\\\"indented\\\">clobetasol 0.05 % topical ointment </div><div class=\\\"medicationdetails\\\">APPLY A THIN LAYER TO THE AFFECTED AREA(S) BY TOPICAL ROUTE 2 TIMES PER DAY </div></td><td>01/10/19&nbsp;&nbsp;&nbsp;prescribed </td><td class=\\\"hideforprintfax\\\">Cynthia Calixte, MD <tr class=\\\" medicationrow\\\"><td><div class=\\\"indented\\\">Fluvirin 2017-2018 (PF) 45 mcg(15 mcg x3)/0.5 mL intramuscular syringe </div><div class=\\\"medicationdetails\\\">ADM 0.5ML IM UTD </div></td><td>10/15/17&nbsp;&nbsp;&nbsp;filled </td><td class=\\\"hideforprintfax\\\">surescripts <tr class=\\\"alternaterow medicationrow\\\"><td><div class=\\\"indented\\\">Fluzone Quad 2018-19(PF) 60 mcg(15 mcgx4)/0.5 mL intramuscular syringe </div><div class=\\\"medicationdetails\\\">ADM 0.5ML IM UTD </div></td><td>11/28/18&nbsp;&nbsp;&nbsp;filled </td><td class=\\\"hideforprintfax\\\">surescripts <tr class=\\\" medicationrow\\\"><td><div class=\\\"indented\\\">hydrOXYzine HCl 50 mg tablet </div><div class=\\\"medicationdetails\\\">Take 1 tablet(s) 4 times a day by oral route as needed. </div></td><td>01/10/19&nbsp;&nbsp;&nbsp;prescribed </td><td class=\\\"hideforprintfax\\\">Cynthia Calixte, MD </td></tr></td></tr></td></tr></td></tr></td></tr></th></th></th></tr></td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"VaccineList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Vaccines</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"VaccineList\\\"><a id=\\\"VaccineList_Summary\\\" name=\\\"VaccineList_Summary\\\"></a><div class=\\\"clinical_patient_vaccinelist_htmlsummary_sub\\\"><span class=\\\"reviewedmessage\\\">Reviewed Vaccines<br /></span><table class=\\\"reskindatatable slimgrid\\\" id=\\\"VACCINELIST_SUMMARY\\\"><tr class=\\\"breakrow\\\"><th>Vaccine Type <th>Date <th>Amt. <th>Route <th>Site <th>NDC <th>Lot&nbsp;# <th>Mfr. <th>Exp.<br /> Date <th>Date<br /> on VIS <th>VIS<br /> Given <th>Vaccinator <tr><th class=\\\"vaccinerowheading\\\" colspan=\\\"999\\\">Diphtheria, Tetanus, Pertussis <tr><td><a href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;10049099&#39;, TITLE:&#39;BOOSTRIX TDAP 2.5 LF UNIT-8 MCG-5 LF/0.5 ML INTRAMUSCULAR SYRINGE #10049099&#39;, URL:&#39;/3167/58/clinicals/documentview.esp?ID=10049099&amp;PATIENTID=47635&amp;CHARTID=164831&amp;DOCUMENTCLASS=VACCINE&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;164831&#39;, SECTION:&#39;&#39;, RETURNPOINT: (AH.Frames.ScheduleNav.IsVisible() &amp;&amp; AH.Frames.ScheduleNav.GetLocation().pathname.match(/missingslip/)) ? &#39;Missing Slip Worklist&#39; : &#39;&#39;, SCHEDULENAV: 1     });\\\">Tdap</a></td><td>09/12/16 </td><td>0.5 mL </td><td>Intramuscular </td><td>Deltoid, Left </td><td></td><td>K2D2T </td><td>GlaxoSmithKline </td><td>12/08/18 </td><td>02/24/15 </td><td>09/12/16 </td><td>Sher&#39;ra Brown <tr><th class=\\\"vaccinerowheading\\\" colspan=\\\"999\\\">Influenza <tr class=\\\"alternaterow\\\"><td><a href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;10049449&#39;, TITLE:&#39;FLUZONE QUAD 2016-2017 (PF) 60 MCG (15 MCG X 4)/0.5 ML IM SUSPENSION #10049449&#39;, URL:&#39;/3167/58/clinicals/documentview.esp?ID=10049449&amp;PATIENTID=47635&amp;CHARTID=164831&amp;DOCUMENTCLASS=VACCINE&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;164831&#39;, SECTION:&#39;&#39;, RETURNPOINT: (AH.Frames.ScheduleNav.IsVisible() &amp;&amp; AH.Frames.ScheduleNav.GetLocation().pathname.match(/missingslip/)) ? &#39;Missing Slip Worklist&#39; : &#39;&#39;, SCHEDULENAV: 1     });\\\">influenza, injectable, quadrivalent, preservative free</a></td><td>09/12/16 </td><td>0.5 mL </td><td>Intramuscular </td><td>Deltoid, Left </td><td></td><td>UI664AA </td><td>Sanofi Pasteur </td><td>04/06/17 </td><td>08/07/15 </td><td>09/12/16 </td><td>Sher&#39;ra Brown <tr><th class=\\\"vaccinerowheading\\\" colspan=\\\"999\\\">Pneumococcal <tr><td><a href=\\\"#\\\" onclick=\\\"; return TabLink({ ID:&#39;9565568&#39;, TITLE:&#39;PNEUMOVAX 23 25 MCG/0.5 ML INJECTION SOLUTION #9565568&#39;, URL:&#39;/3167/58/clinicals/documentview.esp?ID=9565568&amp;PATIENTID=47635&amp;CHARTID=164831&amp;DOCUMENTCLASS=VACCINE&#39;, NOSELECT: 0, NOCLOSE: 0, REFRESH:&#39;&#39;, PATIENTID:&#39;47635&#39;, CHARTID:&#39;164831&#39;, SECTION:&#39;&#39;, RETURNPOINT: (AH.Frames.ScheduleNav.IsVisible() &amp;&amp; AH.Frames.ScheduleNav.GetLocation().pathname.match(/missingslip/)) ? &#39;Missing Slip Worklist&#39; : &#39;&#39;, SCHEDULENAV: 1     });\\\">pneumococcal polysaccharide PPV23</a></td><td>06/24/16 </td><td>0.5 mL </td><td>Injection </td><td>Deltoid, Left </td><td></td><td>LO40178 </td><td>Merck and Co., Inc. </td><td>08/18/17 </td><td>04/24/15 </td><td>06/24/16 </td><td>Sher&#39;ra Brown </td></tr></th></tr></td></tr></th></tr></td></tr></th></tr></th></th></th></th></th></th></th></th></th></th></th></th></tr></table> declined FLu vaccine 2013 and had tdap in last 10 years </div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ProblemList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Problems</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ProblemList\\\"><a id=\\\"ProblemList_Summary\\\" name=\\\"ProblemList_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed Problems<br /></span><ul class=\\\"problemlist\\\"><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Hyperlipidemia</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Essential hypertension - Onset: 09/12/2016</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Benign essential hypertension</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Seasonal allergy - Onset: 12/13/2017</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Atopic dermatitis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Psoriasis</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Mammography abnormal</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Adult health examination - Onset: 12/13/2017</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Viral screening - Onset: 12/13/2017</span><li class=\\\"problembullet\\\"><span class=\\\"problemitem\\\">Screening mammography - Onset: 08/09/2017</span></ul></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"FamilyHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Family History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"FamilyHistoryList\\\"><a id=\\\"FamilyHistoryList_Summary\\\" name=\\\"FamilyHistoryList_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed Family History<br /></span><table class=\\\"familyhxtable\\\"><tr><td colspan=\\\"2\\\">Non-contributory. </td></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SocialHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Social History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SocialHistoryList\\\"><a id=\\\"SocialHistoryList_Summary\\\" name=\\\"SocialHistoryList_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed Social History<br /></span><strong>Adult</strong><br /> Occupation: Unemployed, with no work experience in the last 5 years or earlier or never worked<br /> Education: 12<br /> Marital status: Married<br /> Live alone or with others?: with others<br /> Exercise level: Occasional<br /> Diet: Regular<br /> General stress level: Low<br /> Smoking Status: Never smoker<br /> E-Cigarette or Nicotine Vaporizer Usage?: N<br /> Alcohol intake: Occasional<br /> Caffeine intake: Moderate<br /> Chewing tobacco: none<br /> Illicit drugs: none<br /> Seat belts used routinely: Y<br /> Sunscreen used routinely: Y<br /> Smoke alarm in home: Y<br /> Advance directive: N<br /> Hard of hearing or deaf in one or both ears?: N<br /> Legally blind in one or both eyes?: N<br /> Guns / weapons present in home?: No<br /> Have you fallen in the last 3 months?: No<br /> How often do you need assistance to complete medical paperwork/documents?: Never<br /> Visual Impairment: Glasses<br /> Hearing Impairment: No<br /> Spiritual/Cultural Values that may prevent patient from following plan of care:: No<br /> Learning Preferences (Visual, Written, Hearing, Practicing): ALL </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SurgicalHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Surgical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SurgicalHistoryList\\\"><a id=\\\"SurgicalHistoryList_Summary\\\" name=\\\"SurgicalHistoryList_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed Surgical History<br /></span>one ovary removed </div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"OBGYNHistoryList\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">GYN History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"OBGYNHistoryList\\\"><a id=\\\"OBGYNHistoryList_Summary\\\" name=\\\"OBGYNHistoryList_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed GYN History<br /></span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"GPALHistory\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Obstetric History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"GPALHistory\\\"><a id=\\\"GPALHistory_Summary\\\" name=\\\"GPALHistory_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed Obstetric History<br /></span><table class=\\\"dataentry\\\"><tr class=\\\"tableheaderrow\\\"><th title=\\\"Total Pregnancies\\\">TOTAL <th title=\\\"Full Term\\\">FULL <th title=\\\"Premature\\\">PRE <th title=\\\"Abortions Induced\\\">AB. I <th title=\\\"Abortions Spontaneous\\\">AB. S <th title=\\\"Ectopics\\\">ECTOPICS <th title=\\\"Multiple Births\\\">MULTIPLE <th title=\\\"Living\\\">LIVING <tr><td>3 </td><td></td><td></td><td></td><td></td><td></td><td></td><td>3 </td></tr></th></th></th></th></th></th></th></th></tr></table></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"PastMedicalHistory\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Past Medical History</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"PastMedicalHistory\\\"><a id=\\\"PastMedicalHistory_Summary\\\" name=\\\"PastMedicalHistory_Summary\\\"></a><span class=\\\"reviewedmessage\\\">Reviewed Past Medical History<br /></span>Last Pap Smear: N - declined<br /> Colonoscopy: N - declined<br /></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"Screening\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Screening</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"Screening\\\"><a id=\\\"Screening_Summary\\\" name=\\\"Screening_Summary\\\"></a><span id=\\\"emptysummary\\\">None recorded.</span></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"HPI_Templated\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">HPI</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"HPI_Templated\\\"><a id=\\\"HPI_Templated_Summary\\\" name=\\\"HPI_Templated_Summary\\\"></a>Here for f/u of rash<br /><div>Rash - throughout the body, went to Your Docs In on the 19th of Dec, was given a steriod shot and given a week course of prednisone. I gave her an additional 2 week course of prednisone and hydroxyzine. The rash has gotten worst, hydroxyzine has been helping with the itching but at night nothing helps. Has been using a steriod cream but is requesting something stonger. </div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"ReviewOfSystems\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">ROS</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"ReviewOfSystems\\\"><a id=\\\"ReviewOfSystems_Summary\\\" name=\\\"ReviewOfSystems_Summary\\\"></a><strong>ROS as noted in the HPI</strong></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"AssessmentPlan\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Assessment / Plan</span></div><div class=\\\"clinicalsummarybox\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"AssessmentPlan\\\"><a id=\\\"AssessmentPlan_Summary\\\" name=\\\"AssessmentPlan_Summary\\\"></a><div class=\\\"boldblack\\\"><div blockname=\\\"diagnosisorders\\\"><div class=\\\"dxheadingsummary\\\"><strong>1. Pruritic rash</strong> - Pt has appt with dermatology next week with Easton Dermatology. New rx for steriod cream given and increase dose of hydroxyzine given. <div>Spoke to pharmacy and they notified me that pt purchased cream since it was not covered by her insurance. </div><div class=\\\"diagnosisicdtext\\\" style=\\\"text-indent:0\\\">L28.2: Other prurigo </div><ul><li class=\\\"dxorderssummary\\\">clobetasol 0.05 % topical ointment - <ul>APPLY A THIN LAYER TO THE AFFECTED AREA(S) BY TOPICAL ROUTE 2 TIMES PER DAY &nbsp; &nbsp; Qty: 1 60 gm tube(s) &nbsp; &nbsp; Refills: 1 &nbsp; &nbsp; Pharmacy: MARION PHARMACY </ul><li class=\\\"dxorderssummary\\\">DERMATOLOGY REFERRAL - <ul>&nbsp;&nbsp;&nbsp;&nbsp;Schedule Within: STAT </ul><table><tr><td>Appointment Date: 01/15/2019 </td><td>Appointment Time: 11:15 </td></tr></table><li class=\\\"dxorderssummary\\\">hydroxyzine HCl 50 mg tablet - <ul>Take 1 tablet(s) 4 times a day by oral route as needed. &nbsp; &nbsp; Qty: 30 tablet(s) &nbsp; &nbsp; Refills: 1 &nbsp; &nbsp; Pharmacy: MARION PHARMACY </ul><l></l></ul></div><br /></div><br /><span class=\\\"clinicalsubsubheading\\\">Return to Office</span><br /><div blockname=\\\"returntooffice\\\" class=\\\"dxheadingsummary\\\"><ul><li class=\\\"dxorderssummary\\\">Cynthia Calixte, MD for New Pt/Annual Physical/Pre-Op at TLC_WBK_Adult on 12/30/2019 at 05:00 PM </ul></div></div></div></div><div class=\\\"clinicalsummary\\\" id=\\\"SUMMARYCONTAINER\\\" sectionname=\\\"SignOff\\\"><div id=\\\"SUMMARYHEADER\\\"><span class=\\\"clinicalsubsubheading\\\">Amendment Sign-Off</span></div><div class=\\\"\\\" id=\\\"SUMMARYCONTENT\\\" sectionname=\\\"SignOff\\\"><a id=\\\"SignOff_Summary\\\" name=\\\"SignOff_Summary\\\"></a><div class=\\\"mediumleftpadding\\\">Encounter signed-off by Cynthia Calixte, MD, 01/10/2019. </div></div></div><br /> Encounter performed and documented by Cynthia Calixte, MD <br />Encounter reviewed &amp; signed by Cynthia Calixte, MD on 01/10/2019 at 4:31pm <br />Amendment closed by Cynthia Calixte, MD on 01/10/2019 at 6:09pm </html>\",\n                    \"encounter_date\": \"2019-01-10\",\n                    \"encounter_id\": \"1879445\",\n                    \"note_type\": \"Encounter Summary\",\n                    \"patient_hash\": \"c4d63692613ca841354ba7bd75f3eb2ebef9aa98\",\n                    \"practice_id\": \"3167\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 1,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 953\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 14\n}"}],"_postman_id":"9b639dc8-6829-48dc-b5ae-6744e765ad14"},{"name":"All documents (Paging Results)","id":"107988af-9968-471d-941c-216008ab4cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search?from=10","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[{"key":"from","value":"10"}],"variable":[]}},"response":[{"id":"f42263b3-584b-4cf4-8df0-30acfd6a4271","name":"All documents (Paging Results)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://chart-notes.healthjump.com/_search?from=10","protocol":"https","host":["chart-notes","healthjump","com"],"path":["_search"],"query":[{"key":"from","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:55:09 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"21637"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090142574384784947462512370016845858.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pt calling states she needs to order 1 box of CTL's  \",\n                    \"encounter_date\": \"2018-11-06\",\n                    \"encounter_id\": \"107159634\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142581463045621306166600238366754.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"May 26, 2020     Patient: RedactedFirstName Nicholas RedactedLastName   Date of Birth: RedactedDOB   Date of Visit: 5/26/2020       To Whom it May Concern:    RedactedFirstName RedactedLastName was seen in my clinic on 5/26/2020 at 8:00 a.m. Please excuse Renee RedactedLastName for her absence from work during this time to make the appointment for RedactedFirstName.    If you have any questions or concerns, please don't hesitate to call.         Sincerely,         Generic Nurse - De La Cerda        CC: No Recipients  \",\n                    \"encounter_date\": \"2020-05-26\",\n                    \"encounter_id\": \"113645923\",\n                    \"note_type\": \"Letter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142583180929210978554657495842850.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Chief Complaint: cyst, stone, frequency      HPI  This patient is a 41 y.o. y/o here today for several urologic issues.     She reports new onset frequency and urgency. She has had symptoms over the past month or two. She does not wear pads, but she received very little warning before she tries to make it to the bathroom.  She does not usually get urinary tract infections.  She has never tried any bladder medications    In addition, she had a MRI done for chronic low back pain.  The MRI showed a renal cyst.  She then had a renal ultrasound done showing that the cyst is simple.  However, there is an echogenic focus in the other kidney that is perhaps a nonobstructing 5 mm nephrolith.  She has never had a kidney stone.  She denies any hematuria or renal colic.  Current Outpatient Prescriptions   Medication Sig Dispense Refill   • baclofen (LIORESAL) 20 mg tablet      • diazePAM (VALIUM) 10 mg tablet      • DULoxetine (CYMBALTA) 30 mg capsule Take 1 capsule (30 mg total) by mouth 2 (two) times a day. DO NOT CRUSH OR CHEW. 180 capsule 1   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet      • meloxicam (MOBIC) 7.5 mg tablet      • rizatriptan MLT (MAXALT-MLT) 10 mg disintegrating tablet      • traMADol (ULTRAM) 50 mg tablet Take 50 mg by mouth 1 (one) time each day.     • cephalexin (KEFLEX) 500 mg capsule Take 1 capsule (500 mg total) by mouth 3 (three) times a day for 7 days. 21 capsule 0   • cyclobenzaprine (FLEXERIL) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 (three) times a day if needed for muscle spasms (1/2 to 1 tab) for up to 10 days. 30 tablet 0   • omeprazole (PriLOSEC) 40 mg DR capsule        No current facility-administered medications for this visit.        Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical History:   Diagnosis Date   • Acute depression    • Anemia     • Anxiety    • Migraine    • Migraine        Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL         Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other        Social History     Social History   • Marital status: Legally Separated     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Former Smoker   • Smokeless tobacco: Never Used   • Alcohol use Yes      Comment: social drinker   • Drug use: No   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None       Review of Systems   Constitutional: Negative for activity change and unexpected weight change.   HENT: Negative for facial swelling and trouble swallowing.    Eyes: Negative for pain and visual disturbance.   Respiratory: Negative for shortness of breath and wheezing.    Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative for abdominal distention and abdominal pain.   Genitourinary: Positive for frequency and urgency. Negative for dysuria.   Musculoskeletal: Positive for arthralgias, back pain, gait problem, joint swelling, neck pain and neck stiffness. Negative for myalgias.   Skin: Negative for rash.   Neurological: Positive for tremors and weakness. Negative for seizures and syncope.    Psychiatric/Behavioral: Negative for dysphoric mood and suicidal ideas.       Vitals:    01/02/18 1130   BP: 132/82   Weight: 83.9 kg (185 lb)   Height: 5' 2\\\"\\\" (1.575 m)       Physical Exam    In general she is in no acute distress.  She is alert and oriented, and her judgment appears intact  HEENT: Normocephalic/ atraumatic.  She has moist mucous membranes.  Oropharynx is clear.  Neck is supple.  Good oral dentition.  Chest: Symmetric without increased work of breathing  Cardiovascular: Regular rate and rhythm  Back: Straight without CVA tenderness  Extremities: No clubbing, cyanosis, edema  Integumentary: No rashes or lesions, skin is warm  Neuro: All cranial nerves are grossly intact, all extremities move equally  Psychiatric: She is alert and oriented, she does not appear anxious         Urinalysis:  Many bacteria    We reviewed the renal ultrasound together.  There is no hydronephrosis, but there is a 5 mm echogenic focus that could be a kidney stone.  In addition, the left renal cyst is simple  ASSESSMENT  Problem List Items Addressed This Visit     None      Visit Diagnoses     Frequency of micturition    -  Primary    Renal stone        Relevant Medications    traMADol (ULTRAM) 50 mg tablet    Urge incontinence of urine        Urgency of urination        Relevant Orders    Culture, urine    Acute cystitis            I think that her new onset of urgency and frequency with occasional incontinence could be secondary to her acute cystitis.  I am sending her urine for culture.  In addition, I am going to go ahead and start her on Keflex.  I will call her and let her know the culture results.  If she continues to be symptomatic after the resolution of her urinary tract infection, I have given her samples of Toviaz and VESIcare at low doses to take.    PLAN  Treat UTI  Try samples of anticholinergics  Call me for prescription if they work well     We discussed CT imaging for possible stone.  I do not think that her back pain is related to a stone as it is nonobstructing and there is no hydronephrosis.    The left renal cyst is simple in needs no further follow-up    Thank you for the courtesy of this consultation          Electronically signed by: Elisa Brantly MD  \\\"\",\n                    \"encounter_date\": \"2018-01-02\",\n                    \"encounter_id\": \"104127774\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142585849028494868041383511326754.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"I called patient he did not answer. I left a voice mail to call back.  \",\n                    \"encounter_date\": \"2018-02-19\",\n                    \"encounter_id\": \"104848363\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142587998498602142852124858384418.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Called pt informed rx called in on 2/16/18 to pharmacy. Pt voiced understanding states pharmacy did send her a text this a.m.  \",\n                    \"encounter_date\": \"2018-02-19\",\n                    \"encounter_id\": \"104857200\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142595349976511219412479844024354.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"The pt wold like to speak to the nurse about having her ears irrigated and if the pt is needing an appointment. The pt states Heather Dallas told the pt to just stop by during her lunch any day.   \",\n                    \"encounter_date\": \"2017-11-06\",\n                    \"encounter_id\": \"103636252\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142596344922460762252359346683938.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"\\\" Office Visit    Chief Complaint:RedactedFirstName M RedactedLastName, is a 44 y.o. year old female who presents for No chief complaint on file..    Patient is here for follow-up on obesity.  I had started her on phentermine with Topamax 5/25 mg daily on her previous visit.  She has lost 4 lb and has more energy although she states that her symptoms start week turning about 4:00 a.m. in the afternoon.  She has had no side effects from the medication.  She denies any trouble sleeping.    Review of Systems   Constitutional: Negative for appetite change and fatigue.   HENT: Negative for trouble swallowing.    Respiratory: Negative for cough, chest tightness, shortness of breath and wheezing.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for abdominal pain, constipation, diarrhea, nausea and vomiting.   Musculoskeletal: Negative for back pain.   Psychiatric/Behavioral: Negative for behavioral problems, sleep disturbance and suicidal ideas. The patient is not nervous/anxious.        Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • amitriptyline (Elavil) 50 mg tablet Take 1 tablet (50 mg total) by mouth every night. 90 tablet 0   • baclofen (Lioresal) 10 mg tablet Take 1 tablet (10 mg total) by mouth 3 times a day. 90 tablet 4   • betamethasone dipropionate (Diprolene) 0.05 % ointment Apply to hands twice a day as needed for severe eczema until resolved. Can use 1-2 times weekly for maintenance. 45 g 2   • DULoxetine (Cymbalta) 60 mg capsule Take 1 capsule (60 mg total) by mouth every night. 90 capsule 0   • ergocalciferol (Vitamin D-2) 50,000 unit capsule Take 1 capsule (50,000 Units total) by mouth 1 (one) time per week. 12 capsule 0   • fexofenadine (ALLEGRA ALLERGY) 60 mg tablet Take 60 mg by mouth if needed.        • promethazine (Phenergan) 25 mg tablet Take 1 tablet (25 mg total) by mouth 2 (two) times a day if needed for nausea or vomiting. 60 tablet 1   • rizatriptan MLT (Maxalt-MLT) 10 mg disintegrating tablet Dissole 1 tablet (10 mg total) in mouth if needed for migraine. 10 tablet 0   • traMADol ER (Ultram-Er) 100 mg 24 hr tablet Take 1 tablet (100 mg total) by mouth 1 (one) time each day. Do not crush, chew, or split. 30 tablet 1   • [DISCONTINUED] phentermine-topiramate capsule Take 1 capsule by mouth 1 (one) time each day. Each capsule contains phentermine 5 mg - topiramate 25 mg. 30 capsule 1   • dupilumab (Dupixent) 300 mg/2 mL syringe Inject 1 Syringe (300 mg total) under the skin every 14 (fourteen) days. (Patient not taking: Reported on 8/18/2020 ) 6 Syringe 3     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • Eletriptan Hbr    • Naproxen Sodium    • Nortriptyline    • Phentermine-Topiramate    • Sulfamethoxazole-Trimethoprim        Past Medical History:   Diagnosis Date   • Acute depression    • Anemia    • Anxiety    • Atopic dermatitis    • Migraine    • Migraine      Past Surgical History:   Procedure Laterality Date   • APPENDECTOMY     • BREAST BIOPSY     • CERVICAL FUSION      anterior cervical disectomy C5-6 (Dr. Hutchins)   • CESAREAN SECTION, CLASSIC     • DILATION AND CURETTAGE OF UTERUS     • HYSTERECTOMY      LAVH   • KNEE SURGERY     • KNEE SURGERY     • SHOULDER SURGERY Right     X3   • SHOULDER SURGERY      X3   • TUBAL LIGATION     • TUMOR REMOVAL       Family History   Problem Relation Age of Onset   • Osteoporosis Mother    • Hypertension Mother    • GER disease Mother    • Hypertension Father    • Stroke Mother's Brother    • Breast cancer Maternal Great-Grandmother    • Breast cancer Cousin    • Migraines Other    • Hyperlipidemia Other      Social History     Tobacco Use   • Smoking status: Former Smoker    • Smokeless tobacco: Never Used   Substance Use Topics   • Alcohol use: Yes     Comment: social drinker   • Drug use: No       Vitals:    09/21/20 1421   BP: 126/74   Pulse: 80   Temp: 98.3 °F (36.8 °C)   SpO2: 96%   Weight: 86.3 kg (190 lb 3.2 oz)   Height: 5' 2\\\"\\\" (1.575 m)     Physical Exam   Constitutional: She is well-developed.   HENT:   Head: Normocephalic and atraumatic.    Cardiovascular: Normal rate and regular rhythm.    Pulmonary:      Effort: Pulmonary effort is normal. No respiratory distress.      Breath sounds: Normal breath sounds.     Abdominal: Soft. She exhibits no distension.   Neurological: She is alert and oriented to person, place, and time. no focal deficit present.  Psychiatric:         Mood and Affect: Mood normal.         Behavior: Behavior normal.    Vitals signs and nursing note reviewed.           No results found for this or any previous visit (from the past 672 hour(s)).    Immunization History   Administered Date(s) Administered   • Influenza (IM) 10/21/2003, 10/24/2005, 10/28/2008, 09/02/2009, 09/15/2010, 09/23/2011, 10/02/2012, 09/24/2013   • Influenza (IM) Preservative Free 09/28/2017, 09/27/2018, 10/04/2019, 09/21/2020   • Influenza, Injectable, Quadrivalent, Contains Preservative 10/09/2014, 10/02/2015, 09/29/2016   • Influenza, Injectable, Quadrivalent, Preservative Free 09/28/2017   • Tdap 08/14/2012       ASSESSMENT/PLAN  Diagnoses and all orders for this visit:    Obesity, not otherwise specified (Primary), I have increased her dosage from 05/25 to 10/25 q.day and will see her back in 3 months.  -     phentermine-topiramate capsule; Take 1 capsule by mouth 1 (one) time each day. Each capsule contains phentermine 10 mg - topiramate 25 mg.    Immunization  -     Influenza Quadravalent - single dose vial/syringe - 0.5 mL - greater than 6 months           Viki A Forlano, MD  \\\"\",\n                    \"encounter_date\": \"2020-09-21\",\n                    \"encounter_id\": \"114742016\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142599074676961452085173272182818.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Script has been sent to pharmacy   \",\n                    \"encounter_date\": \"2020-09-30\",\n                    \"encounter_id\": \"115302697\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142611519359348565078447453372450.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Patient ID: RedactedFirstName Ray RedactedLastName is a 56 y.o. male.    Chief Complaint:  Rash has much improved since the last visit, but itching is starting to come back.    HPI:  56yo here for 1 month follow-up.  Patient states that he has been much improved while on prednisone but once off prednisone , the itching has started to return.  He has acquired recent URI symptoms (some nasal congestion, scratchy throat, but no fever).   He has been taking meds as prescribed.         Past Medical History:   Diagnosis Date   • Anxiety disorder    • Atopic dermatitis    • Heart disease    • Hyperlipidemia    • Hypertension    • Stroke (HCC)      Social History     Social History   • Marital status: Single     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Social History Main Topics   • Smoking status: Former Smoker     Packs/day: 1.50     Years: 27.00     Quit date: 2007   • Smokeless tobacco: Never Used   • Alcohol use 2.4 - 3.0 oz/week     4 - 5 Glasses of wine per week      Comment: SOCIAL   • Drug use: No   • Sexual activity: Not Asked     Other Topics Concern   • None     Social History Narrative   • None     Past Surgical History:   Procedure Laterality Date   • CARDIAC CATHETERIZATION     • CORONARY ANGIOPLASTY WITH STENT PLACEMENT      2008 / 2011   • CORONARY ARTERY BYPASS GRAFT     • NASAL SEPTUM SURGERY       Family History   Problem Relation Age of Onset   • Heart attack Mother    • Diabetes Mother    • Kidney failure Mother    • Alcohol abuse Mother    • Alcohol abuse Maternal Grandfather        Review of Systems   Constitutional: Negative for fatigue and fever.   HENT: Positive for congestion, rhinorrhea and sore throat (mild, scratchy). Negative for ear pain, nosebleeds, postnasal drip, sinus pain, sinus pressure and sneezing.    Eyes: Negative for redness and itching.   Respiratory: Negative for cough, chest tightness, shortness of breath and wheezing.     Cardiovascular: Negative for chest pain.   Gastrointestinal: Negative.    Endocrine: Negative.    Genitourinary: Negative.    Musculoskeletal: Negative for arthralgias, joint swelling and myalgias.   Skin: Negative for rash.   Neurological: Negative for weakness and headaches.   Hematological: Negative for adenopathy. Does not bruise/bleed easily.   Psychiatric/Behavioral: Negative for behavioral problems. The patient is not nervous/anxious.        Objective:    Physical Exam   Constitutional: He is oriented to person, place, and time. He appears well-developed and well-nourished.   HENT:   Head: Normocephalic and atraumatic.   Right Ear: External ear normal.   Left Ear: External ear normal.   Slight bumpy posterior pharynx, clear and thin nasal drainage, mild turbinate swelling bilaterally.   Eyes: Conjunctivae and EOM are normal. Pupils are equal, round, and reactive to light. No scleral icterus.   Neck: Normal range of motion. Neck supple.   Cardiovascular: Normal rate, regular rhythm and normal heart sounds.    No murmur heard.  Pulmonary/Chest: No respiratory distress. He has no wheezes. He has no rales. He exhibits no tenderness.   Musculoskeletal: Normal range of motion. He exhibits no edema.   Lymphadenopathy:     He has no cervical adenopathy.   Neurological: He is alert and oriented to person, place, and time. He has normal strength. No cranial nerve deficit. He exhibits normal muscle tone.   Skin: Skin is intact. Rash (mild erythema on legs with some patchy mild eczema) noted. Rash is not urticarial. No erythema.   Psychiatric: His mood appears not anxious. He does not exhibit a depressed mood.         Assessment:    Eczema, severe, improved.  URI, mild.      Plan:     Education and counseling given  1.  Continue Prednisone 10mg qAM (disp #90).  2.  Continue cetirizine 10mg BID (disp # 180).  3.  Continue topical management of eczema as previously prescribed.   4.  Try Benzedrex OTC nasal inhaler 2 inhalations up to TID for not more than 3 days.  5. Gargle with 1/2 tsp salt/8 oz. glass of warm water TID for throat irritation.  Consdier Chloraseptic throat spray and/or Motrin or Tylenol for sore throat pain.  6.  RTC in 2 months.    \",\n                    \"encounter_date\": \"2018-02-19\",\n                    \"encounter_id\": \"104503721\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142615767524678690885573529305122.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"Patient mother stated pharmacy has not received rx for dupixent.   \",\n                    \"encounter_date\": \"2020-10-29\",\n                    \"encounter_id\": \"115302697\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 1,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 953\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 5\n}"}],"_postman_id":"107988af-9968-471d-941c-216008ab4cdc"},{"name":"Search URI - by Word(s)","id":"710a2024-06eb-4172-b70e-226d87c92dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search?q=antibiotics","description":"<p>Basic match query that searches for the string “antibiotics” in all the fields:</p>\n<p>The easiest way to search your Elasticsearch cluster is through URI search. You can pass a simple query to Elasticsearch using the q query parameter. The following query will search your whole cluster for documents that contain a word equal to “antibiotics”:</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[{"key":"q","value":"antibiotics"}],"variable":[]}},"response":[{"id":"2e130745-4b63-4ba9-997d-0fa9bfa885bb","name":"Search URI - by Word(s)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://chart-notes.healthjump.com/_search?q=antibiotics","protocol":"https","host":["chart-notes","healthjump","com"],"path":["_search"],"query":[{"key":"q","value":"antibiotics"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:55:31 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"47309"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090142542918863714532942698936008738.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 8.047327,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Start antibiotics  Drink plenty of fluids  After antibiotics finish, start bladder medication if still symptomatic. They are both once a day  See me again if those don't work  Call me for a prescription if they do  \",\n                    \"encounter_date\": \"2018-01-02\",\n                    \"encounter_id\": \"104127774\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491943027583259071677447899447314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 5.1712947,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient Education   Rocephin 1 gm IM in office.  cefdinir for 10 days.  phenergan with codeine as needed for cough.  Rest and increase fluid intake  Acute Bronchitis  Your healthcare provider has told you that you have acute bronchitis. Bronchitis is infection or inflammation of the bronchial tubes (airways in the lungs). Normally, air moves easily in and out of the airways. Bronchitis narrows the airways, making it harder for air to flow in and out of the lungs. This causes symptoms such as shortness of breath, coughing up yellow or green mucus, and wheezing. Bronchitis can be acute or chronic. Acute means the condition comes on quickly and goes away in a short time, usually within 3 to 10 days. Chronic means a condition lasts a long time and often comes back.    What causes acute bronchitis?  Acute bronchitis almost always starts as a viral respiratory infection, such as a cold or the flu. Certain factors make it more likely for a cold or flu to turn into bronchitis. These include being very young, being elderly, having a heart or lung problem, or having a weak immune system. Cigarette smoking also makes bronchitis more likely.  When bronchitis develops, the airways become swollen. The airways may also become infected with bacteria. This is known as a secondary infection.  Diagnosing acute bronchitis  Your healthcare provider will examine you and ask about your symptoms and health history. You may also have a sputum culture to test the fluid in your lungs. Chest X-rays may be done to look for infection in the lungs.  Treating acute bronchitis  Bronchitis usually clears up as the cold or flu goes away. You can help feel better faster by doing the following:   · Take medicine as directed. You may be told to take ibuprofen or other over-the-counter medicines. These help relieve inflammation in your bronchial tubes. Your healthcare provider may prescribe an inhaler to help open up the bronchial tubes. Most of the time, acute bronchitis is caused by a viral infection. Antibiotics are usually not prescribed for viral infections.  · Drink plenty of fluids, such as water, juice, or warm soup. Fluids loosen mucus so that you can cough it up. This helps you breathe more easily. Fluids also prevent dehydration.  · Make sure you get plenty of rest.  · Do not smoke. Do not allow anyone else to smoke in your home.  Recovery and follow-up  Follow up with your doctor as you are told. You will likely feel better in a week or two. But a dry cough can linger beyond that time. Let your doctor know if you still have symptoms (other than a dry cough) after 2 weeks, or if you’re prone to getting bronchial infections. Take steps to protect yourself from future infections. These steps include stopping smoking and avoiding tobacco smoke, washing your hands often, and getting a yearly flu shot.  When to call your healthcare provider  Call the healthcare provider if you have any of the following:  · Fever of 100.4°F (38.0°C) or higher, or as advised  · Symptoms that get worse, or new symptoms  · Trouble breathing  · Symptoms that don’t start to improve within a week, or within 3 days of taking antibiotics   Date Last Reviewed: 12/1/2016  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2017-10-11\",\n                    \"encounter_id\": \"103413584\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491796504564995959000178546966546.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 3.3547134,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We discussed utilization of long-acting opiate for more even suppression of her pain round the clock.  Therefore, we will consider tramadol ER 100 mg 1 tablet per day; 30, no refill.  Will also prescribe Ultracet 37.5/325 mg up to an average of 2 tablets per day as needed for pain; 60, no refill.    For cramps and spasm, we will consider tizanidine 2 mg up to an average of 3 tablets per day as needed; 90, no refill.    For left shoulder symptoms, will consider left shoulder steroid injection after we have reviewed the x-ray of her left shoulder.  We also discussed about a referral to physical therapy for education regarding improvement of range of motion of your left shoulder.    Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.    In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.    We will obtain a drug screen today.    Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.     Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.     Please bring all the medicines you get from the pain management department with you to your next appointment.     Thank you for using Shannon Pain Management Clinic!      Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-04-09\",\n                    \"encounter_id\": \"108108694\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142573568760019222637608370700322.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.9884944,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg 1 tablet per day; 30, 1 refill.       We will refill   Ultracet 37.5/325 mg up to 3 tablets per day as needed for pain; 90, no refill.     We will refill tizanidine 2 mg up to an average of 3 tablets per day as needed; 270/90 days, no refill.    Continue to take Cymbalta and Elavil as prescribed.  You may consider Cymbalta 60 mg daily instead of 30 mg 2 per day.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     You reports that bilateral C5-6 and C6-7 intra-articular facet injection aggravated neck pain.  We discuss bilateral C4-7 medial branch block with progression to RFA.       Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-10-21\",\n                    \"encounter_id\": \"110465396\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491557597853449535586856926707730.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.9015632,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg 1 tablet per day; 30, no refill.      We will refill Ultracet 37.5/325 mg up to an average of 2 tablets per day as needed for pain; 60, no refill.     We will refill tizanidine 2 mg up to an average of 3 tablets per day as needed; 270/90 days, no refill.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.    We discussed obtaining CT of her cervical spine to establish you there more levels with facet pathology that we need to treat.  For now, bilateral C5-6 facet arthritis a present.  The area of her left shoulder correspond to the referred pain pattern from C5-6 facet joint.  We would send you to intervention Radiology for C5-6 intra-articular facet injection after we have reviewed the updated CT scan.     Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will not obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-06-26\",\n                    \"encounter_id\": \"109593213\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491607574846832404359344461709330.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.9015632,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"We will refill tramadol ER 100 mg 1 tablet per day; 30, 1 refill.       Continue to take  Ultracet 37.5/325 mg up to an average of 2 tablets per day as needed for pain.  No refill is required today.     We will refill tizanidine 2 mg up to an average of 3 tablets per day as needed; 270/90 days, no refill.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     We discussed CT of cervical spine. Bilateral C5-6 facet arthritis is present.   We will include C6-7 also.  We will refer you to Intervention Radiology for C5-6 and C6-7 intra-articular facet injection to evaluate and treat cervical spondylosis and cervical facet arthropathy.     Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will not obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-08-23\",\n                    \"encounter_id\": \"109796935\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491573779325545077399116283117586.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.8002667,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Continue to take tramadol ER 100 mg 1 tablet per day.     Continue to take Ultracet 37.5/325 mg up to 3 tablets per day as needed for pain.     Continue to use tizanidine 2 mg up to an average of 3 tablets per day as needed for spasm.     Continue to take Cymbalta and Elavil as prescribed.  You may consider Cymbalta 60 mg daily instead of 30 mg 2 per day.     Continue physical therapy for education regarding improvement of range of motion of your left shoulder.     You reported that left C4-7 medial branch block gave about 30% relief.   we will not progress with the 2nd set of the procedure.  For now, we will wait until it is 3 months from the time you had the last injection performed by IR.    We will schedule bilateral SI joint injection to evaluate and treat bilateral sacroiliitis.    We will schedule bilateral trochanter bursa steroid injection to evaluate and treat bilateral iliac bursitis.    We will schedule right L4-5 and L5-S1 transforaminal epidural steroid injection to evaluate and treat lumbosacral radiculopathy.    We discussed the potential benefit of HF 10.  Please review before next office visit.     Please have a driver on day of your injection. If you are taking blood thinner, we will contact you with holding instruction after we receive clearance from prescriber.  Wear loose comfortable clothing and have a light breakfast/lunch.     In case you are prescribed an antibiotic that will run through the day of your scheduled injection, please call this practice to reschedule your injection. We will not give you a steroid injection while you are on antibiotics.     We will not obtain a drug screen today.     Repeat office visit will be in about 2 months.  Please call the practice in about 5 business days before you need medication refill.      Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of  overdose.      Please bring all the medicines you get from the pain management department with you to your next appointment.      Thank you for using Shannon Pain Management Clinic!        Kayode Olatunji, NP-C.  Transcribed using voice recognition technology.  Some errors may have been missed in review and editing.  \",\n                    \"encounter_date\": \"2019-12-11\",\n                    \"encounter_id\": \"111735524\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491884276206277439926066749636626.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.4362044,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Discussed exam findings and possible causes for symptoms.  Discussed viral vs bacterial vs allergy mediated processes.   Discussed signs/symptoms of Covid 19.  Discussed indications for antibiotics, antibiotic resistance, potential antibiotic adverse effects including rash, diarrhea, allergic reactions, yeast infections and sun sensitivity.  Discussed 'watch and wait' delayed antibiotic prescribing.  Anytime an antibiotic is taken, advise that patient also take an over the counter probiotic such as Align, or Culturelle, at different time of day from antibiotic, to reduce risk of antibiotic associated diarrhea.  Discussed expected course and potential complications. Discussed symptom management measures.  Advise gentle sinus irrigation with Neil Med Sinus Rinse prepared with distilled water once or twice a day to rinse sinuses of mucoid secretions, allergens, and infections particulates.  Advise nasal steroid such as Flonase or Nasocort, one spray per nostril once or twice a day, after sinus irrigation, to decrease pain, congestion, and swelling of mucosa of sinuses.   Advise adequate hydration and use of Mucinex to break up mucoid secretions.  Advise Tylenol and Ibuprofen for pain and discomfort.  Advise taking over the counter non-sedating antihistamines, such as Claritin/Zyrtect/Allegra/Xyzal, on a daily basis, during and throughout allergy season, to block and prevent allergy symptoms such as runny nose, sinus congestion, itching and sneezing.  Advise local honey to desensitize against allergies.  Advise chloraseptic spray and lozenges to soothe sore throat.  Advise gargling four or more times a day with oral hygiene rinse, eating raw honey, sipping pickle juice to reduce infectious load in pharynx and reduce risk of recurrence and transmission.   Advise dextromethorphan products (delsym/Robitussin) for cough.  Advise dark honey for cough.   Advise Thera Tears Eye Itch Relief for allergy eye symptoms such as  itchy and watery red and irritated eyes.  Advise immune boosting measures such as taking high dose Vitamin C (one to three grams a day), eating raw honey, taking zinc, and taking N-Acetyl Cysteine.  Advise respiratory hygiene and scrupulous hand washing to prevent spread.  Advise continued social distancing and wearing mask in public.  If symptoms worsen/do not improve, if fever, if body aches, if loss of taste/smell, if chest pain, if shortness of breath, consider drive through Covid 19 testing and self isolation/quarantine.        Eating for Your Health  Better eating habits can improve your health by lowering blood pressure and cholesterol and help to maintain a healthy weight.  Follow these 5 simple steps to make this lifestyle change.    1. Choose Heart Healthy Fats  ? Olive oil, canola oil, avocado, nuts, and seeds are types of fats that can improve heart health.  ? Boneless &amp; skinless poultry, fish, and tofu are common, easy to prepare lean meats.  ? Meats with loin or round in the name such as pork loin, sirloin, and round roast have less fat.  ? Eat less cheese, ice cream, and heavy whipping cream.  2. Reduce Salt Intake  ? Limit salt when cooking and try other flavors such as lemon, garlic, onion, and other non-sodium spice blends.  ? Keep the saltshaker off the table.  ? Check the Nutrition Facts label and limit sodium intake to 650 mg per meal.  Do this when buying boxed or frozen meals.  3. Limit Sugar Intake  ? All added sugars such as white and brown sugar, molasses, honey, syrup, etc can be harmful to your health.  Start by cutting the amount you use in half.  ? Low-calorie sweeteners can help to add some sweetness but limit use.  ? Remember water is the best choice.    ? Remove sugary beverages such as soda, juices, sports drinks, and sweet tea.  Replace with drinks that have less than 10 calories.  4. Add Fiber to Your Meal   ? Fill ½ of your plate with non-starchy vegetables such as most green vegetables, carrots, cabbage, lettuce, peppers, and tomatoes. Use fresh, frozen, or low sodium canned without added sauces.  ? Choose fresh fruit or no added sugar canned fruit in place of sugary desserts  ? Choose whole grains such as whole grain bread, oats, brown rice &amp; pasta, etc.  ? Use beans &amp; lentils to add fiber to your plate as well as protein and a healthy serving of carbs.  5.   Exercise More   ? Check with your PCP before starting a new activity.  It is recommended to get 30 minutes of physical activity 5 days each week.    For more information about nutrition, you can ask your PCP for an appointment to speak with our Registered Dietitian.                      \",\n                    \"encounter_date\": \"2020-10-06\",\n                    \"encounter_id\": \"115358931\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142888802212112835281802774970402.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.0283933,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"\\\" Urgent Care Visit    Chief Complaint:RedactedFirstName RedactedLastName, is a 19 y.o. year old male who presents for Cough (dry cough since 10/04/2020), Headache (10/04/2020, getting worse), Sore Throat (swelling), and Nasal Congestion (sinus congestion, drainage).  Patient comes to clinic with report of progressively worsening sinus pain and pressure causing headaches and dizziness, nasal/post nasal drainage causing throat irritation and cough for the last several days.  No fevers. No body aches. No loss of smell/taste. No chest pain. No shortness of breath.        Current Outpatient Medications on File Prior to Visit   Medication Sig Dispense Refill   • cetirizine (ZyrTEC) 10 mg tablet      • hydrocortisone (WESTCORT) 0.2 % cream APPLY TO FACE AND FOLDS 2 TO 3 TIMES DAILY  2   • triamcinolone (Kenalog) 0.1 % ointment Apply twice daily all over body x 2-3 weeks PRN for flares 454 g 1   • [DISCONTINUED] methylPREDNISolone (MEDROL DOSEPACK) 4 mg tablet Follow package directions 21 tablet 0     No current facility-administered medications on file prior to visit.      Allergies   Allergen Reactions   • Codeine Sulfate Hives       History reviewed. No pertinent past medical history.  History reviewed. No pertinent surgical history.  Family History   Problem Relation Age of Onset   • No Known Problems Mother    • No Known Problems Father      Social History     Tobacco Use   • Smoking status: Current Some Day Smoker     Packs/day: 0.50     Years: 1.00     Pack years: 0.50     Types: Cigarettes   • Smokeless tobacco: Never Used   • Tobacco comment: when drinks   Substance Use Topics   • Alcohol use: Yes     Comment: socially   • Drug use: Never       Review of Systems   Constitutional: Negative for appetite change, chills, diaphoresis, fatigue and fever.    HENT: Positive for congestion, postnasal drip, rhinorrhea, sinus pressure and sore throat. Negative for ear pain, hearing loss, mouth sores, sinus pain, tinnitus, trouble swallowing and voice change.    Eyes: Negative for discharge, redness and visual disturbance.   Respiratory: Positive for cough. Negative for chest tightness, shortness of breath, wheezing and stridor.    Cardiovascular: Negative for chest pain and palpitations.   Gastrointestinal: Negative for abdominal pain, constipation, diarrhea, nausea and vomiting.   Genitourinary: Negative for decreased urine volume and dysuria.   Musculoskeletal: Negative for arthralgias, myalgias, neck pain and neck stiffness.   Skin: Negative for rash and wound.   Allergic/Immunologic: Negative for environmental allergies and immunocompromised state.   Neurological: Positive for headaches. Negative for dizziness, weakness and light-headedness.   Hematological: Negative for adenopathy.   Psychiatric/Behavioral: Negative for sleep disturbance.     Vitals:    10/05/20 1159   BP: 122/78   Pulse: 89   Temp: 97.4 °F (36.3 °C)   SpO2: 97%   Weight: 109 kg (240 lb)   Height: 5' 10\\\"\\\" (1.778 m)     Physical Exam   Constitutional: He is well-developed.  Non-toxic appearance. He appears ill.   Sounds congested, voice hoarse, cough noted   HENT:   Head: Normocephalic and atraumatic.   Right Ear: Tympanic membrane is injected and retracted. Tympanic membrane is not erythematous and not bulging. No middle ear effusion.   Left Ear: Tympanic membrane is injected and retracted. Tympanic membrane is not erythematous and not bulging.  No middle ear effusion.   Nose: Mucosal edema, rhinorrhea and congestion present.      Right Turbinates: Swollen.      Left Turbinates: Swollen.      Right Sinus: Maxillary sinus tenderness and frontal sinus tenderness present.      Left Sinus: Maxillary sinus tenderness and frontal sinus tenderness present.   Mouth/Throat:       Pharynx: Uvula midline. Posterior oropharyngeal erythema (postnasal drainage, cobblestoning) present. No oropharyngeal exudate or uvula swelling.      Tonsils: No tonsillar exudate or tonsillar abscesses. 1+ on the right. 1+ on the left.   Eyes: Conjunctivae normal.    Cardiovascular: Normal rate and regular rhythm. Exam reveals no gallop and no friction rub.   No murmur heard.   Pulmonary:      Effort: Pulmonary effort is normal.      Breath sounds: Normal breath sounds. No decreased breath sounds, wheezing, rhonchi or rales.     Abdominal: Soft. There is no abdominal tenderness.   Musculoskeletal: Normal range of motion.   Lymphadenopathy:     He has no cervical adenopathy.   Neurological: He is alert. Tone:  no abnormal muscle tone.  Skin: No rash noted.   Psychiatric:         Behavior: Behavior normal.    Vitals signs and nursing note reviewed.           RedactedFirstName was seen today for cough, headache, sore throat and nasal congestion.    Diagnoses and all orders for this visit:    Cough (Primary)  -     triamcinolone acetonide (Kenalog-40) 40 mg/1 mL injection 40 mg    Headache, unspecified, not otherwise specified  -     triamcinolone acetonide (Kenalog-40) 40 mg/1 mL injection 40 mg    Acute pharyngitis, not otherwise specified  -     doxycycline (Vibramycin) 100 mg capsule; Take 1 capsule (100 mg total) by mouth 2 (two) times a day for 10 days. Take w/ full glass water, don't lie down for 30 min. Causes sun sensitivity.  -     cefTRIAXone (Rocephin) injection 1 g  -     triamcinolone acetonide (Kenalog-40) 40 mg/1 mL injection 40 mg    Nasal congestion  -     triamcinolone acetonide (Kenalog-40) 40 mg/1 mL injection 40 mg    Acute maxillary sinusitis, not otherwise specified  -     doxycycline (Vibramycin) 100 mg capsule; Take 1 capsule (100 mg total) by mouth 2 (two) times a day for 10 days. Take w/ full glass water, don't lie down for 30 min. Causes sun sensitivity.   -     cefTRIAXone (Rocephin) injection 1 g  -     triamcinolone acetonide (Kenalog-40) 40 mg/1 mL injection 40 mg    Upper respiratory infection, not otherwise specified  -     doxycycline (Vibramycin) 100 mg capsule; Take 1 capsule (100 mg total) by mouth 2 (two) times a day for 10 days. Take w/ full glass water, don't lie down for 30 min. Causes sun sensitivity.  -     cefTRIAXone (Rocephin) injection 1 g  -     triamcinolone acetonide (Kenalog-40) 40 mg/1 mL injection 40 mg       Discussed exam findings and possible causes for symptoms.  Discussed viral vs bacterial vs allergy mediated processes.   Discussed signs/symptoms of Covid 19.  Discussed indications for antibiotics, antibiotic resistance, potential antibiotic adverse effects including rash, diarrhea, allergic reactions, yeast infections and sun sensitivity.  Discussed 'watch and wait' delayed antibiotic prescribing.  Anytime an antibiotic is taken, advise that patient also take an over the counter probiotic such as Align, or Culturelle, at different time of day from antibiotic, to reduce risk of antibiotic associated diarrhea.  Discussed expected course and potential complications. Discussed symptom management measures.  Advise gentle sinus irrigation with Neil Med Sinus Rinse prepared with distilled water once or twice a day to rinse sinuses of mucoid secretions, allergens, and infections particulates.  Advise nasal steroid such as Flonase or Nasocort, one spray per nostril once or twice a day, after sinus irrigation, to decrease pain, congestion, and swelling of mucosa of sinuses.   Advise adequate hydration and use of Mucinex to break up mucoid secretions.  Advise Tylenol and Ibuprofen for pain and discomfort.  Advise taking over the counter non-sedating antihistamines, such as Claritin/Zyrtect/Allegra/Xyzal, on a daily basis, during and throughout allergy season, to block and prevent allergy symptoms such as runny nose, sinus congestion, itching and sneezing.  Advise local honey to desensitize against allergies.  Advise chloraseptic spray and lozenges to soothe sore throat.  Advise gargling four or more times a day with oral hygiene rinse, eating raw honey, sipping pickle juice to reduce infectious load in pharynx and reduce risk of recurrence and transmission.   Advise dextromethorphan products (delsym/Robitussin) for cough.  Advise dark honey for cough.   Advise Thera Tears Eye Itch Relief for allergy eye symptoms such as  itchy and watery red and irritated eyes.  Advise immune boosting measures such as taking high dose Vitamin C (one to three grams a day), eating raw honey, taking zinc, and taking N-Acetyl Cysteine.  Advise respiratory hygiene and scrupulous hand washing to prevent spread.  Advise continued social distancing and wearing mask in public.  If symptoms worsen/do not improve, if fever, if body aches, if loss of taste/smell, if chest pain, if shortness of breath, consider drive through Covid 19 testing and self isolation/quarantine.      Alice B. Blount, MD  \\\"\",\n                    \"encounter_date\": \"2020-10-05\",\n                    \"encounter_id\": \"115358931\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142949074417775542236754424627234.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1.9434314,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Atopic Dermatitis    “Dermatitis” means inflammation of the skin.  “Atopic” dermatitis is a particular type of skin inflammation that is marked by dryness, associated itching, and a characteristic pattern of rash on the body.  The condition is fairly common and may occur in as many as 10% of children.  You will often hear it called “atopic eczema” or sometimes just “eczema”.    The exact cause of atopic dermatitis is unknown.  In many patients, there is a family history of hay fever, asthma, or atopic dermatitis itself.  Rarely, atopic dermatitis in infants may be related to food sensitivity, such as sensitivity to milk, but this is often difficult to determine and manage.  In the majority of cases, however, no allergic triggers can be found.  Physical or emotional stressors (severe seasonal allergies, physical illness, etc.) can worsen atopic dermatitis.    Atopic dermatitis usually starts in infancy from the ages of 2 to 6 months.  The skin is dry and the rash is quite itchy, so infants may be restless and rub against the sheets or scratch (if able).  The rash may involve the face or it may cover a large part of the body.  As the child gets older, the rash may become more localized.  In early childhood, the rash is commonly on the legs, feet, hands and arms.  As a child becomes older, the rash may be limited to the bend of the elbows, knees, on the back of the hands, feet, and on the neck and face.  When the rash becomes more established, the dry itchy skin may become thickened, leathery and sometimes darker in coloration.  The more the person scratches, the worse the rash is and the thicker the skin gets.  Many children with atopic dermatitis outgrow the condition before school age, while others continue to have problems into adolescence and adulthood.     Many things may affect the severity of the condition.  All patients have sensitive and dry skin.  Many will find that during the winter months when the humidity is very low, the dryness and itchiness will be worse.  On the other hand, some people are easily irritated by sweat and will find that they have more problems during the summer months.  Most patients note an increase in itching at times when there are sudden changes in temperature.  Other irritants easily affect the skin of a patient with atopic dermatitis.  Use of harsh soaps or detergents and exposure to wool are common problems.  Sometimes atopic dermatitis may become infected by bacteria, yeast or viruses.  This is called “secondary infection”.  Bacterial secondary infection is the most common and is often a result of scratching.  The rash gets very red with pus-filled pimples and scabs.  If this occurs, your doctor will prescribe an antibiotic to control the infection.  A more serious complication can be caused by certain viruses.  The “cold sore” virus (herpes simplex) may cause a severe rash.  If this is suspected, immediately contact your doctor.     What can I expect from treatment?  Unfortunately, there is no “magic” cure that will always eliminate atopic dermatitis.  The main objective in treating atopic dermatitis is to decrease the skin eruption and relieve the itching.  There are a number of different forms of the medications that are used for atopic dermatitis.  Primarily, topical medications will be used.  Because the skin is excessively dry, moisturizers will be recommended that will effectively decrease the dryness.  Daily bathing is a useful way to get water into the skin but bathing should be brief (no more than 10 minutes unless otherwise indicated by your physician).     Effective moisturizers (Cetaphil cream or lotion, CeraVe cream or lotion [Wal-Mart, CVS, and Walgreens], Aquaphor, and plain Vaseline) can be used immediately after the bath or shower to trap moisture within the skin.  It is best to “pat dry” after a bathing and then place your moisturizer (cream or lotion) on your skin.  Cortisone (steroid) is a medicated ointment or cream (eg. triamcinolone, hydrocortisone, desonide, betamethasone, clobetasol) that may also be suggested.  It is very helpful in decreasing the itching and controlling the inflammation.  Your doctor will prescribe a cortisone treatment that is most appropriate for the severity and location of the dermatitis that is to be treated.      Once the affected area clears up, it is best to discontinue the use of the cortisone preparation due to possibility of atrophy (skin thinning), but continue the regular use of moisturizers to try to prevent new areas of dermatitis from occurring.  Of course, if itching or a new rash begins, the cortisone preparation may have to be started again.  Anti-inflammatory creams and ointments which are not steroids such as Protopic and Elidel may also be prescribed.    Certain internal medicines called antihistamines (eg. Atarax, Benadryl, hydroxyzine) may help control itching.  They primarily help with the itching by introducing some drowsiness and allowing you to sleep at night.  Some oral antibiotics are often useful as well for controlling the secondary infection and enable infected dermatitis to be controlled.    Other important forms of treatment:  1. Avoid contact with substances you know to cause itching.  These may include soaps, detergents, certain perfumes, dust, grass, weeds, wools, and other types of scratchy clothing.   2. You may bathe daily.  Use no soap or the minimal amount necessary to get clean.  Always use moisturizer immediately after bathing (within 3 minutes is best).  Avoid very hot or very cold water.  Avoid bubble baths.  When drying with a towel, pat dry and do not rub. Use a mild, unscented soap (Dove, CeraVe Cleanser, Lever 2000, or Cetaphil).  3. Try to keep the temperature and humidity in the home fairly constant.  Use a bedroom air conditioner in the summer and a humidifier in the winter.  It is very important that the humidifier be cleaned frequently and thoroughly since mold may grow and cause allergies.  4. Try to avoid scratching.  Atopic dermatitis is often called “the itch that rashes” and it is known that scratching plays a significant role in making atopic dermatitis worse.  Keeping the nails short and well-filed is helpful.  5. Use a fragrance-free, sensitive skin laundry detergent (eg. All Free &amp; Clear).  Run clothes through a second rinse cycle to remove any residual detergents and chemicals.  Bed linens and towels should be washed in hot water to kill dust mites, which are common allergen in atopic patients.  6. In the bedroom, minimize rugs and curtains or other loose fabrics that collect dust.    The National Eczema Association (www.eczema-assn.org) is a wonderful organization that sends out a quarterly newsletter with useful information on these types of conditions. Please consider contacting them at the above website or by address: National Eczema Association for Science and Education, 1220 SW Morrison, Suite 433, Portland Oregon, 97025     \",\n                    \"encounter_date\": \"2018-01-30\",\n                    \"encounter_id\": \"104585197\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 8.047327,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 12\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 9\n}"}],"_postman_id":"710a2024-06eb-4172-b70e-226d87c92dbc"},{"name":"Search - URI - in field","id":"06b68d57-b101-45a7-b9db-0e443159b72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chart-notes.healthjump.com/_search?q=note_type:instructions","description":"<p>The following query will search your whole cluster for documents with a notetype field equal to instructions:</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[{"key":"q","value":"note_type:instructions"}],"variable":[]}},"response":[{"id":"1656f227-4505-44d1-8a33-3a27e4e91009","name":"Search - URI - in field","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://chart-notes.healthjump.com/_search?q=note_type:instructions","protocol":"https","host":["chart-notes","healthjump","com"],"path":["_search"],"query":[{"key":"q","value":"note_type:instructions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:55:40 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"13303"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090142594434819665771138194591449122.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"1. Continue Prednisone 10 mg.-one every morning (dispense # 90).  2. Continue cetirizine 10 mg.-one tablet twice a day (dispense # 180).  3. Continue topical management of eczema as previously prescribed.  Use 1 % hydrocortisone ointment on rash on face twice a day.  Use fluocinonide 0.05 % gel;apply to rash on neck, back, arms and legs twice a day until clear. Use Aquafor on cracked finger skin.  4. Obtain approval for Dupixent therapy.  5. Try Benzedrex OTC nasal inhaler-2 inhalations up to 3 times a day for no more than 3 days in a row.  6. Return in 2 months.  7. Gargle with 1/2 tsp. Salt/8 oz glass of warm water 3 times a day for throat irritation.  Consider Chloraseptic throat spray and/or Motrin or Tylenol for sore throat pain.  \",\n                    \"encounter_date\": \"2018-02-14\",\n                    \"encounter_id\": \"104503721\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142686298674846647584182771908642.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"content\": \"Referral sent to gastroenterology     Labs ordered     Start Cholestyramine 4gm by mouth daily   \",\n                    \"encounter_date\": \"2018-10-29\",\n                    \"encounter_id\": \"107018738\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142805699442346706053924726505506.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Discussed symptoms, history, exam findings and possible causes for rash.  Discussed options in management.  Have given steroid in office, and have prescribed oral steroid prednisone, if needed, two pills once daily in the morning until symptoms controlled up to a maximum of five days.  Advise that patient also take antihistamines, both H1 blockers and H2 blockers.  Examples of over the counter H1 blocking antihistamines include Claritin/Zyrtec/Allegra.  Examples of over the counter H2 blockers include Zantac/Pepcid.  Advise that patient NOT use a topical antihistamine while taking an oral antihistamine because of potential adverse effects.  Patient may apply thin layer of over the counter hydrocortisone cream, once a day, for no longer than two weeks.  Advise avoiding hot showers and heat, and to use cold packs and cool showers/baths to relieve itching.  Advise copious and frequent applications of hypoallergenic, non-perfume/non-dye emollients to skin throughout the day to provide protective barrier for skin from the environment.  Examples include Cetaphil/Eucerin/CeraVe/Aquaphor/Aveeno. Advise avoiding harsh detergents and soaps, and to use moisturizing cleansers instead, such as Cetaphil cleanser/Dove/Aveeno.  Advise use of hypoallergenic laundry detergents such as All Free and Tide Clear.   \",\n                    \"encounter_date\": \"2019-10-05\",\n                    \"encounter_id\": \"110983035\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142856432014366833969509013913634.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Follow up in 4 months, thank you    Eating for Your Health  Better eating habits can improve your health by lowering blood pressure and cholesterol and help to maintain a healthy weight.  Follow these 5 simple steps to make this lifestyle change.    1. Choose Heart Healthy Fats  ? Olive oil, canola oil, avocado, nuts, and seeds are types of fats that can improve heart health.  ? Boneless &amp; skinless poultry, fish, and tofu are common, easy to prepare lean meats.  ? Meats with loin or round in the name such as pork loin, sirloin, and round roast have less fat.  ? Eat less cheese, ice cream, and heavy whipping cream.  2. Reduce Salt Intake  ? Limit salt when cooking and try other flavors such as lemon, garlic, onion, and other non-sodium spice blends.  ? Keep the saltshaker off the table.  ? Check the Nutrition Facts label and limit sodium intake to 650 mg per meal.  Do this when buying boxed or frozen meals.  3. Limit Sugar Intake  ? All added sugars such as white and brown sugar, molasses, honey, syrup, etc can be harmful to your health.  Start by cutting the amount you use in half.  ? Low-calorie sweeteners can help to add some sweetness but limit use.  ? Remember water is the best choice.    ? Remove sugary beverages such as soda, juices, sports drinks, and sweet tea.  Replace with drinks that have less than 10 calories.  4. Add Fiber to Your Meal  ? Fill ½ of your plate with non-starchy vegetables such as most green vegetables, carrots, cabbage, lettuce, peppers, and tomatoes. Use fresh, frozen, or low sodium canned without added sauces.  ? Choose fresh fruit or no added sugar canned fruit in place of sugary desserts  ? Choose whole grains such as whole grain bread, oats, brown rice &amp; pasta, etc.  ? Use beans &amp; lentils to add fiber to your plate as well as protein and a healthy serving of carbs.  5.   Exercise More    ? Check with your PCP before starting a new activity.  It is recommended to get 30 minutes of physical activity 5 days each week.    For more information about nutrition, you can ask your PCP for an appointment to speak with our Registered Dietitian.                      \",\n                    \"encounter_date\": \"2020-10-05\",\n                    \"encounter_id\": \"113769316\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491564700292639771533601922875410.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Patient teaching done Dupixent administration.  Patient to contact office with any questions or concerns.    Patient to continue Dupixent 300 mg SQ every other week as prescribed.    Patient to keep follow up apt scheduled Thursday, 6/28/18 2:30 pm.  \",\n                    \"encounter_date\": \"2018-05-29\",\n                    \"encounter_id\": \"105739415\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491583930675652381440777327214610.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Recent Results (from the past 168 hour(s))   Comprehensive metabolic panel    Collection Time: 11/06/17  8:49 AM   Result Value Ref Range    Sodium 140 135 - 145 mEq/L    Potassium 4.4 3.5 - 5.3 mEq/L    Chloride 104 98 - 109 mEq/L    Anion Gap 12.0 mEq/L    CO2 24 22 - 33 mEq/L    BUN 16 7 - 25 mg/dL    Glucose 82 70 - 100 mg/dL    Creatinine 0.58 (L) 0.60 - 1.20 mg/dL    AST (SGOT) 19 13 - 39 U/L    Alkaline Phosphatase 62 42 - 98 U/L    Total Bilirubin 0.48 0.20 - 1.20 mg/dL    Total Protein 6.7 6.0 - 8.3 g/dL    Albumin 4.4 3.7 - 5.3 g/dL    Calcium 9.3 8.6 - 10.3 mg/dL    ALT (SGPT) 22 7 - 52 U/L    eGFR 114.9 61.0 - 150.0 mL/min/1.73m*2   CBC auto differential    Collection Time: 11/06/17  8:50 AM   Result Value Ref Range    WBC 5.3 4.5 - 11.0 10*3/uL    RBC 4.04 (L) 4.20 - 5.00 10*6/uL    Hemoglobin 12.3 11.7 - 15.5 g/dL    Hematocrit 36.7 35.0 - 45.0 %    MCV 90.8 81.0 - 100.0 fL    MCH 30.4 27.0 - 34.0 pg    MCHC 33.5 32.0 - 36.0 g/dL    RDW 18.3 (H) 11.5 - 14.5 %    MPV 10.1 9.4 - 12.3 fL    Neutrophils % 63.0 42.2 - 75.2 %    Lymphocytes % 22.6 20.5 - 51.0 %    Monocytes % 9.5 1.7 - 12.0 %    Eosinophils % 3.6 0.0 - 7.0 %    Basophils % 0.9 0.1 - 1.2 %    Neutrophils # 3.32 1.50 - 7.00 10*3/uL    Lymphocytes # 1.2 1.0 - 4.0 10*3/uL    Monocytes # 0.5 0.0 - 1.0 10*3/uL    Eosinophils # 0.2 0.0 - 0.7 10*3/uL    Basophils # 0.1 0.0 - 0.1 10*3/uL    Platelets 270 130 - 400 10*3/uL    nRBC 0 &lt;=2 10*3/uL    IG 0.4 0.0 - 0.4 %    IG Abs 0.02 0.00 - 0.30 10*3/uL   TSH    Collection Time: 11/06/17  8:50 AM   Result Value Ref Range    TSH 1.07 0.55 - 4.78 uIU/mL       \",\n                    \"encounter_date\": \"2017-11-07\",\n                    \"encounter_id\": \"102548600\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491618669159079007811761776623634.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"e8f48c9dae4df20c2707ba2ad3f58aa674d101d8\",\n                    \"content\": \"Eating for Your Health  Better eating habits can improve your health by lowering blood pressure and cholesterol and help to maintain a healthy weight.  Follow these 5 simple steps to make this lifestyle change.    1. Choose Heart Healthy Fats  ? Olive oil, canola oil, avocado, nuts, and seeds are types of fats that can improve heart health.  ? Boneless &amp; skinless poultry, fish, and tofu are common, easy to prepare lean meats.  ? Meats with loin or round in the name such as pork loin, sirloin, and round roast have less fat.  ? Eat less cheese, ice cream, and heavy whipping cream.  2. Reduce Salt Intake  ? Limit salt when cooking and try other flavors such as lemon, garlic, onion, and other non-sodium spice blends.  ? Keep the saltshaker off the table.  ? Check the Nutrition Facts label and limit sodium intake to 650 mg per meal.  Do this when buying boxed or frozen meals.  3. Limit Sugar Intake  ? All added sugars such as white and brown sugar, molasses, honey, syrup, etc can be harmful to your health.  Start by cutting the amount you use in half.  ? Low-calorie sweeteners can help to add some sweetness but limit use.  ? Remember water is the best choice.    ? Remove sugary beverages such as soda, juices, sports drinks, and sweet tea.  Replace with drinks that have less than 10 calories.  4. Add Fiber to Your Meal  ? Fill ½ of your plate with non-starchy vegetables such as most green vegetables, carrots, cabbage, lettuce, peppers, and tomatoes. Use fresh, frozen, or low sodium canned without added sauces.  ? Choose fresh fruit or no added sugar canned fruit in place of sugary desserts  ? Choose whole grains such as whole grain bread, oats, brown rice &amp; pasta, etc.  ? Use beans &amp; lentils to add fiber to your plate as well as protein and a healthy serving of carbs.  5.   Exercise More   ? Check with your PCP before starting a new activity.  It is recommended to get 30 minutes of physical activity 5 days each week.     For more information about nutrition, you can ask your PCP for an appointment to speak with our Registered Dietitian.                      \",\n                    \"encounter_date\": \"2019-06-01\",\n                    \"encounter_id\": \"109514990\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"679cb3f1ffdde7bdfe9a8f2963594d2217e4f818\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491637952734827680762689587511314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2020-05-26\",\n                    \"encounter_id\": \"113645923\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491664117516341600183154703859730.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"The nature of sun-induced photo-aging and skin cancers is discussed.  Sun avoidance, protective clothing, and the use of 30-SPF sunscreens is advised. Observe closely for skin damage/changes, and call if such occurs.    \",\n                    \"encounter_date\": \"2020-04-28\",\n                    \"encounter_id\": \"113302918\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491738095314021278189472314294290.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.6640062,\n                \"_source\": {\n                    \"chart_hash\": \"529255f6d4b8039054998f9f44e09b18b1d1445d\",\n                    \"content\": \"- Follow up with pediatrician if symptoms do not improve in 2-3 days; sooner if worse  - Long acting over the counter antihistamine such as Allegra or Zyrtec once daily   - flonase and its generic fluticasone are available over the counter - 1 or 2 sprays per nostril twice daily until symptoms improve then once daily at bedtime for symptom control    \",\n                    \"encounter_date\": \"2017-11-28\",\n                    \"encounter_id\": \"104024795\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"26d958183d683b0a0960a653371b314ce3fc4e1e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 2.6640062,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 87\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 4\n}"}],"_postman_id":"06b68d57-b101-45a7-b9db-0e443159b72b"},{"name":"Search - Term Level Query  - Bool Query","id":"33f50f48-c8ed-4b28-9bbb-e6fc53c4babb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"bool\":{\n            \"must\":[\n                {\"match\": {\"note_type\": \"patient\"}},\n                {\"match\": {\"encounter_id\": 110983035}}\n            ]\n      }\n    }\n}\n  ","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search","description":"<p>The AND/OR/NOT operators can be used to fine tune our search queries in order to provide more relevant or specific results. This is implemented in the search API as a bool query. The bool query accepts a: </p>\n<p>must parameter (equivalent to AND)\nmust_not parameter (equivalent to NOT)\nshould parameter (equivalent to OR). </p>\n<p>For example, if I want to search for a document with the note type like \"patient\" AND the document ID 110983035:</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"33f50f48-c8ed-4b28-9bbb-e6fc53c4babb"},{"name":"Search - Term Level Query  - Fuzzy Query","id":"bbac83d5-6b79-4ba4-bb62-7263e4337f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"regexp\": {\n      \"note_type\": {\n        \"value\": \"p*\",\n        \"flags\": \"ALL\"\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search","description":"<p>Fuzzy matching can be enabled on Match and Multi-Match queries to catch spelling errors. The degree of fuzziness is specified based on the Levenshtein distance from the original word, i.e. the number of one-character changes that need to be made to one string to make it the same as another string.</p>\n<p>Note: Instead of specifying \"AUTO\" you can specify the numbers 0, 1, or 2 to indicate the maximum number of edits that can be made to the string to find a match. The benefit of using \"AUTO\" is that it takes into account the length of the string. For strings that are only 3 characters long, allowing a fuzziness of 2 will result in poor search performance. Therefore it's recommended to stick to \"AUTO\" in most cases.</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[],"variable":[]}},"response":[{"id":"713460b0-54ee-43f2-a2e3-27bd72a371da","name":"Search - Term Level Query  - Fuzzy Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"multi_match\":{\n            \"query\": \"Medicin\",\n            \"fuzziness\": \"Auto\"\n      }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 17:56:52 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"40271"},{"key":"Connection","value":"close"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090142938867457080535922151344046114.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 3.5155802,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient Education     Vertigo (Unknown Cause)    In addition to helping with hearing, the inner ear is part of the balance center of your body. Problems with the inner ear can a false feeling of motion. This is called vertigo. Often, it feels as if you or the room is spinning. A vertigo attack may cause sudden nausea, vomiting and heavy sweating. Severe vertigo causes a loss of balance and can cause you to fall. During vertigo, small head movements and changes in body position will often make the symptoms worse. You may also have ringing in the ears called tinnitus.  An episode of vertigo may last seconds, minutes or hours. Once you are over the first episode, it may never come back. However, symptoms may return off and on.  The cause of your vertigo is not yet known. Possible causes of vertigo include:  · Inflammation of the inner ear  · Disease of the nerves to the inner ear  · Movement of calcium particles in the inner ear  · Poor blood flow to the balance centers of the brain  · Migraine headaches  Home care  · If symptoms are severe, rest quietly in bed. Change positions very slowly. There is usually one position that will feel best, such as lying on one side or lying on your back with your head slightly raised on pillows.  · Do not drive a car or work with dangerous machinery until symptoms have been gone for at least one week.  · Take medicine as prescribed to relieve your symptoms. Unless another medicine was prescribed for symptoms of nausea, vomiting, and dizziness, you may use over-the-counter motion sickness pills. Ask your pharmacist for suggestions.  Follow-up care  Follow up with your healthcare provider or as directed. If you are referred to a specialist or for testing, make the appointment promptly.  When to seek medical advice  Call your healthcare provider if any of the following occur:  · Fever of 100.4°F (38ºC) or higher, or as directed by your healthcare provider   · Vertigo worsens or is not controlled by prescribed medicine   · Repeated vomiting not relieved by prescribed medicine   · Severe headache  · Confusion  · Weakness of an arm or leg or one side of the face  · Difficulty with speech or vision  · Loss of consciousness   · Seizure  Date Last Reviewed: 8/16/2015  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2018-07-13\",\n                    \"encounter_id\": \"106110552\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491661534041865083720470917808146.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 3.4399588,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pinched Nerve in the Neck  A pinched nerve in the neck (cervical radiculopathy) is caused when the nerve that goes from the spinal cord to the arm is irritated or has pressure on it. This may be caused by a bulging spinal disk. A spinal disk is the cushion between each spinal bone. Or it may be caused by a narrowing of the spinal joint because of arthritis.    A pinched nerve can cause numbness, tingling, deep aching, or electrical shooting pain from the side of the neck all the way down to the fingers on one side.  A pinched nerve may begin after a sudden turning or bending force (such as in a car accident) or after a simple awkward movement. In either case, muscle spasm is commonly present and adds to the pain.  Home care  Follow these guidelines when caring for yourself at home:  · Rest and relax the muscles. Use a comfortable pillow that supports your head and keeps your spine in a natural (neutral) position. Your head shouldn’t be tilted forward or backward. A rolled-up towel may help for a custom fit. When standing or sitting, keep your neck in line with your body. Keep your head up and shoulders down. Stay away from activities that require you to move your neck a lot.  · You can use heat and massage to help ease the pain. Take a hot shower or bath, or use a heating pad. You can also use a cold pack for relief. You can make a cold pack by wrapping a plastic bag of crushed or cubed ice in a thin towel. Try both heat and cold, and use the method that feels best. Do this for 20 minutes several times a day.  · You may use acetaminophen or ibuprofen to control pain, unless another pain medicine was prescribed. If you have chronic liver or kidney disease, talk with your health care provider before using these medicines. Also talk with your provider if you’ve had a stomach ulcer or GI bleeding.  · Reduce stress. Stress can make it longer for your pain to go away.   · Do any exercises or stretches that were given to you as part of your discharge plan.  · Wear a soft collar, if prescribed.  · You may need surgery for a more serious injury.  Follow-up care  Follow up with your health care provider, or as advised, if you don’t start to get better after 1 week. You may need more tests. Tell your provider about any fever, chills, or weight loss.  If X-rays were taken, a radiologist will look at them. You will be told of any new findings that may affect your care.  When to seek medical advice  Call your health care provider right away if any of these occur:  · Pain becomes worse even after taking prescribed pain medicine  · Weakness in the arm  · Numbness in the arm gets worse  · Trouble breathing or swallowing     Date Last Reviewed: 2/17/2015  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.        \",\n                    \"encounter_date\": \"2017-11-27\",\n                    \"encounter_id\": \"104011548\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491943027583259071677447899447314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.728775,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient Education   Rocephin 1 gm IM in office.  cefdinir for 10 days.  phenergan with codeine as needed for cough.  Rest and increase fluid intake  Acute Bronchitis  Your healthcare provider has told you that you have acute bronchitis. Bronchitis is infection or inflammation of the bronchial tubes (airways in the lungs). Normally, air moves easily in and out of the airways. Bronchitis narrows the airways, making it harder for air to flow in and out of the lungs. This causes symptoms such as shortness of breath, coughing up yellow or green mucus, and wheezing. Bronchitis can be acute or chronic. Acute means the condition comes on quickly and goes away in a short time, usually within 3 to 10 days. Chronic means a condition lasts a long time and often comes back.    What causes acute bronchitis?  Acute bronchitis almost always starts as a viral respiratory infection, such as a cold or the flu. Certain factors make it more likely for a cold or flu to turn into bronchitis. These include being very young, being elderly, having a heart or lung problem, or having a weak immune system. Cigarette smoking also makes bronchitis more likely.  When bronchitis develops, the airways become swollen. The airways may also become infected with bacteria. This is known as a secondary infection.  Diagnosing acute bronchitis  Your healthcare provider will examine you and ask about your symptoms and health history. You may also have a sputum culture to test the fluid in your lungs. Chest X-rays may be done to look for infection in the lungs.  Treating acute bronchitis  Bronchitis usually clears up as the cold or flu goes away. You can help feel better faster by doing the following:   · Take medicine as directed. You may be told to take ibuprofen or other over-the-counter medicines. These help relieve inflammation in your bronchial tubes. Your healthcare provider may prescribe an inhaler to help open up the bronchial tubes. Most of the time, acute bronchitis is caused by a viral infection. Antibiotics are usually not prescribed for viral infections.  · Drink plenty of fluids, such as water, juice, or warm soup. Fluids loosen mucus so that you can cough it up. This helps you breathe more easily. Fluids also prevent dehydration.  · Make sure you get plenty of rest.  · Do not smoke. Do not allow anyone else to smoke in your home.  Recovery and follow-up  Follow up with your doctor as you are told. You will likely feel better in a week or two. But a dry cough can linger beyond that time. Let your doctor know if you still have symptoms (other than a dry cough) after 2 weeks, or if you’re prone to getting bronchial infections. Take steps to protect yourself from future infections. These steps include stopping smoking and avoiding tobacco smoke, washing your hands often, and getting a yearly flu shot.  When to call your healthcare provider  Call the healthcare provider if you have any of the following:  · Fever of 100.4°F (38.0°C) or higher, or as advised  · Symptoms that get worse, or new symptoms  · Trouble breathing  · Symptoms that don’t start to improve within a week, or within 3 days of taking antibiotics   Date Last Reviewed: 12/1/2016  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2017-10-11\",\n                    \"encounter_id\": \"103413584\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491825117421294598044722443321362.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.2803488,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"\\\"       Understanding Coronavirus Disease 2019 (COVID-19)  Coronavirus disease 2019 (COVID-19) is a respiratory illness. It's caused by a new (novel) coronavirus called SARS-CoV-2. There are many types of coronavirus. Coronaviruses are a very common cause of bronchitis. They may sometimes cause lung infection (pneumonia). Symptoms can range from mild to severe respiratory illness. These viruses are also found in some animals. COVID-19 was first found in people in Wuhan, China, in late 2019. In 2020, several cases of COVID-19 have been confirmed in the U.S. COVID-19 is a rapidly- emerging infectious disease. This means that scientists are actively researching it. There are information updates regularly.  Public health officials are working to find the source. How the virus spreads is not yet fully understood, but it seems to spread and infect people fairly easily. Some people who have been infected in an area may be unsure how or where they became infected. The virus may be spread through droplets of fluid that a person coughs or sneezes into the air. It may be spread if you touch a surface with virus on it, such as a handle or object, and then touch your eyes, nose, or mouth.  For the latest information, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov. Or call 800-CDC-INFO (800-232-4636).  What are the symptoms of COVID-19?  Some people have no symptoms or mild symptoms. Symptoms may appear 2 to 14 days after contact with the virus. Symptoms can include:  · Fever  · Coughing  · Trouble breathing  What are possible complications from COVID-19?  In many cases, this virus can cause infection (pneumonia) in both lungs. In some cases, this can cause death. Certain people are at higher risk for complications. This includes older adults and people with serious chronic health conditions such as heart or lung disease or diabetes.  How is COVID-19 diagnosed?   Your healthcare provider will ask about your symptoms. He or she will also ask about your recent travel and contact with sick people. If your healthcare provider thinks you may have COVID-19, he or she will work closely with your local health department on testing. Follow all instructions from your healthcare provider. COVID-19 is diagnosed by:  · Nose and throat swab. A cotton-tipped swab is wiped inside your nose or throat. This is done to check for viruses in your nasal mucus.  · Sputum culture. A small sample of mucus coughed from your lungs (sputum) is collected if you have a cough. It's checked for the virus.  How is COVID-19 treated?  There is currently no medicine to treat the virus. Treatment is done to help your body while it fights the virus. This is known as supportive care. Supportive care may include:  · Pain medicine. These include acetaminophen and ibuprofen. They are used to help ease pain and reduce fever.  · Bed rest. This helps your body fight the illness.  For severe illness, you may need to stay in the hospital. Care during severe illness may include:  · IV (intravenous) fluids. These are given through a vein to help keep your body hydrated.  · Oxygen. Supplemental oxygen or ventilation with a breathing machine (ventilator) may be given. This is done so you get enough oxygen in your body.  Are you at risk for COVID-19?  You are at risk for infection if you’ve been to a place where people have been sick with this virus or if there are people with COVID-19 in your area. You are at risk if you:  · Recently traveled to an area with a COVID-19 outbreak  · Had contact with a sick person who recently traveled to an area with a COVID-19 outbreak  · Had contact with a person who was diagnosed with or who may have COVID-19     How can COVID-19 be prevented?   There is no vaccine yet. The best prevention is to not have contact with the virus. The CDC advises that people should not travel to areas where there are COVID-19 outbreaks right now for any reason that is not urgent. For the most current CDC travel advisories, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov/travelers.    Prepare and protect yourself from COVID-19:   · Wash your hands often with soap and clean, running water for at least 20 seconds.  · If you don't have access to soap and water, use an alcohol-based hand sanitizer often. Make sure it has at least 60% alcohol.  · Don't touch your eyes, nose, or mouth unless you have clean hands.  · As much as possible, don't touch \\\"\\\"high-touch\\\"\\\" public surfaces such as doorknobs. Don't shake hands.  · Clean home and work surfaces often with disinfectant.  · Cough or sneeze into a tissue, then throw the tissue into the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Stay informed about COVID-19 in your area. Follow local instructions about being in public. Be aware of events in your community that may be postponed or canceled such as school and sporting events. You may be advised not to attend public gatherings. You will be advised to stay about 6 feet from others as much as possible. This is called \\\"\\\"social distancing.\\\"\\\"  · Check your home supplies. Consider keeping a 2-week supply of medicines, food, and other needed household items.  · Make a plan for childcare, work, and ways to stay in touch with others. Know who will help you if you get sick.  · Don't be around people who are sick.  · There is no evidence right now that animals spread SARS-CoV-2. But it's always a good idea to wash your hands after touching any animals. Don't touch animals that may be sick.  · Don’t share eating or drinking utensils with sick people.  · Don’t kiss someone who is sick.  If you were in an area with COVID-19 in the last 14 days:    · Call your healthcare provider and follow all instructions. Your activities and where you go may be restricted for up to 2 weeks.  · Take your temperature every morning and evening for at least 14 days. This is to check for fever. Keep a record of the readings.  · Watch for symptoms of the virus. Call your provider if you have symptoms. Call your provider first before going to any clinic or hospital.  · Stay home if you are sick for any reason.  If you are sick with COVID-19 symptoms:   · Stay home. Call your healthcare provider and tell them you have symptoms of COVID-19. Do this before going to any hospital or clinic. Follow your provider's instructions. You may be advised to isolate yourself at home. This is called self-isolation or self-quarantine.  · Don’t panic. Keep in mind that other illnesses can cause similar symptoms.  · Stay away from work, school, and public places. Limit physical contact with family members. Limit visitors. Don't kiss anyone or share eating or drinking utensils. Clean surfaces you touch with disinfectant. This is to help prevent the virus from spreading.  · Cough or sneeze into a tissue, then throw away the tissue in the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Wear a facemask only if you have symptoms  · If you need to go in to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Tell the healthcare staff about recent travel. This includes local travel on public transport. Staff may need to find other people you have been in contact with.  · Follow all instructions the healthcare staff give you.    If you have been tested for COVID-19   · Stay home. Don’t leave your home unless you need to get medical care. Don't go to work, school, or public areas. Don't use public transportation or taxis.  · Follow all instructions from your healthcare provider. Call your healthcare provider’s office before going. They can prepare and give you instructions. This will help prevent the virus from spreading.  · If you need to go to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Wear a face mask. This is to protect other people from your germs. If you are not able to wear a mask, your caregivers should.  · Stay away from other people in your home.  · Limit contact with pets and animals. Although there are no reports of pets getting sick with COVID-19, consider limiting contact with pets until more is known.  · Don’t share household items or food.  · Cover your face with a tissue when you cough or sneeze. Throw the tissue away. Then wash your hands.  · Wash your hands often.  We will contact you with your test results &amp; will share these with the local health department. Please remain on self-quarantine until Staff from Shannon Medical Center or the Health Department releases you from self-quarantine.  If you are caring for a sick person:  · Follow all instructions from healthcare staff.  · Wash your hands often.  · Wear protective clothing as advised.  · Make sure the sick person wears a mask. If they can't wear a mask, don't stay in the same room with the person. If you must be in the same room, wear a facemask.  · Use a separate room and bathroom for sick household members (if possible).  · Clean sick room and bathroom as needed, to avoid unnecessary contact with the sick person.   · Keep track of the sick person’s symptoms.  · Clean surfaces, fabrics, and laundry thoroughly.   · Keep other people and pets away from the sick person.  •   If you are staying with a family member who has been quarantined monitor your temperature twice a day at least 6 hours apart.  •   If staying with a sick family member and you start feeling bad, seek medical care for your symptoms   When to call your healthcare provider  Call your healthcare provider:  · If you’ve recently traveled or have been in an area with COVID-19 and have symptoms  · If you have been diagnosed with COVID-19 and your symptoms are worse    StayWell last reviewed this educational content on 1/1/2020    © 2000-2019 StayWell, 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions. This information has been modified by your health care provider with permission from the publisher.      \\\"\",\n                    \"encounter_date\": \"2020-06-28\",\n                    \"encounter_id\": \"114072604\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491646627986509235342059595890706.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.13249,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Follow up in 2 months.       Please bring all the medicines you get from the pain management department with you to your next appointment. Thank you !!Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be  cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of overdose.   \",\n                    \"encounter_date\": \"2019-02-01\",\n                    \"encounter_id\": \"107583573\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142590514273232760895506141413410.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.0820944,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Patient Education     Atopic Dermatitis (Adult)  Atopic dermatitis is a dry, itchy, red rash. It’s also called eczema. The rash is chronic, or ongoing. It can come and go over time. The disease is often passed down in families. It causes a problem with the skin barrier that makes the skin more sensitive to the environment and other factors. The increased skin sensitivity causes an itch, which causes scratching. Scratching can worsen the itching or also break the skin. This can put the skin at risk of infection.  The condition is most common in people with asthma, hay fever, hives, or dry or sensitive skin. The rash may be caused by extreme heat or heavy sweating. Skin irritants can cause the rash to flare up. These can include wool or silk clothing, grease, oils, some medicines, and harsh soaps and detergents. Emotional stress can also be a trigger.  Treatment is done to relieve the itching and inflammation of the skin.  Home care  Follow these tips to care for your condition:  · Keep the areas of rash clean by bathing at least every other day. Use lukewarm water to bathe. Don’t use hot water, which can dry out the skin.  · Don’t use soaps with strong detergents. Use mild soaps made for sensitive skin.  · Apply a cream or ointment to damp skin right after bathing.  · Avoid things that irritate your skin. Wear absorbent, soft fabrics next to the skin rather than rough or scratchy materials.  · Use mild laundry soap free of scents and perfumes. Make sure to rinse all the soap out of your clothes.  · Treat any skin infection as directed.  · Use oral diphenhydramine to help reduce itching. This is an antihistamine you can buy at drug and grocery stores. It can make you sleepy, so use lower doses during the daytime. Or you can use loratadine. This is an antihistamine that will not make you sleepy. Do not use diphenhydramine if you have glaucoma or have trouble urinating due to an enlarged prostate.  Follow-up care   See your healthcare provider, or as advised. If your symptoms don’t get better or if they get worse in the next 7 days, make an appointment with your healthcare provider.  When to seek medical advice  Call your healthcare provider right away  if any of these occur:  · Increasing area of redness or pain in the skin  · Yellow crusts or wet drainage from the rash  · Fever of 100.4°F (38°C) or higher, or as directed by your healthcare provider  Date Last Reviewed: 9/1/2016  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2018-05-14\",\n                    \"encounter_id\": \"105215787\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491693663663372981721558912335890.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.061946,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\" Kroger SP:    \\\"\\\"We have made numerous unsuccessful attempts to contact the above mentioned patient in regards to possible patient assistance program. Per Dupixent My Way, the patient is below income for PAP. The patient must apply for Medicaid, and be denied Medicaid coverage, before moving forward with PAP.    In an effort to ensure maximum compliance and desired outcomes, we wanted to inform you at this time we will discharge the patient from our services.\\\"\\\"  \\\"\",\n                    \"encounter_date\": \"2020-06-02\",\n                    \"encounter_id\": \"113762657\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491895065869217500491932038594578.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.0237045,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Spoke with patient, did let her know that due to the medicine she is on we will need to see her. She v/u.  \",\n                    \"encounter_date\": \"2018-03-21\",\n                    \"encounter_id\": \"105138351\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142870574028604685902281921527842.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1.9827201,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"menicon #331892  \",\n                    \"encounter_date\": \"2019-08-22\",\n                    \"encounter_id\": \"110398144\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142608538148277395402833908465698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1.9626006,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\"       Understanding Coronavirus Disease 2019 (COVID-19)  Coronavirus disease 2019 (COVID-19) is a respiratory illness. It's caused by a new (novel) coronavirus called SARS-CoV-2. There are many types of coronavirus. Coronaviruses are a very common cause of bronchitis. They may sometimes cause lung infection (pneumonia). Symptoms can range from mild to severe respiratory illness. These viruses are also found in some animals. COVID-19 was first found in people in Wuhan, China, in late 2019. In 2020, several cases of COVID-19 have been confirmed in the U.S. COVID-19 is a rapidly- emerging infectious disease. This means that scientists are actively researching it. There are information updates regularly.  Public health officials are working to find the source. How the virus spreads is not yet fully understood, but it seems to spread and infect people fairly easily. Some people who have been infected in an area may be unsure how or where they became infected. The virus may be spread through droplets of fluid that a person coughs or sneezes into the air. It may be spread if you touch a surface with virus on it, such as a handle or object, and then touch your eyes, nose, or mouth.  For the latest information, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov. Or call 800-CDC-INFO (800-232-4636).  What are the symptoms of COVID-19?  Some people have no symptoms or mild symptoms. Symptoms may appear 2 to 14 days after contact with the virus. Symptoms can include:  · Fever  · Coughing  · Trouble breathing  What are possible complications from COVID-19?  In many cases, this virus can cause infection (pneumonia) in both lungs. In some cases, this can cause death. Certain people are at higher risk for complications. This includes older adults and people with serious chronic health conditions such as heart or lung disease or diabetes.  How is COVID-19 diagnosed?   Your healthcare provider will ask about your symptoms. He or she will also ask about your recent travel and contact with sick people. If your healthcare provider thinks you may have COVID-19, he or she will work closely with your local health department on testing. Follow all instructions from your healthcare provider. COVID-19 is diagnosed by:  · Nose and throat swab. A cotton-tipped swab is wiped inside your nose or throat. This is done to check for viruses in your nasal mucus.  · Sputum culture. A small sample of mucus coughed from your lungs (sputum) is collected if you have a cough. It's checked for the virus.  How is COVID-19 treated?  There is currently no medicine to treat the virus. Treatment is done to help your body while it fights the virus. This is known as supportive care. Supportive care may include:  · Pain medicine. These include acetaminophen and ibuprofen. They are used to help ease pain and reduce fever.  · Bed rest. This helps your body fight the illness.  For severe illness, you may need to stay in the hospital. Care during severe illness may include:  · IV (intravenous) fluids. These are given through a vein to help keep your body hydrated.  · Oxygen. Supplemental oxygen or ventilation with a breathing machine (ventilator) may be given. This is done so you get enough oxygen in your body.  Are you at risk for COVID-19?  You are at risk for infection if you’ve been to a place where people have been sick with this virus or if there are people with COVID-19 in your area. You are at risk if you:  · Recently traveled to an area with a COVID-19 outbreak  · Had contact with a sick person who recently traveled to an area with a COVID-19 outbreak  · Had contact with a person who was diagnosed with or who may have COVID-19     How can COVID-19 be prevented?   There is no vaccine yet. The best prevention is to not have contact with the virus. The CDC advises that people should not travel to areas where there are COVID-19 outbreaks right now for any reason that is not urgent. For the most current CDC travel advisories, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov/travelers.    Prepare and protect yourself from COVID-19:   · Wash your hands often with soap and clean, running water for at least 20 seconds.  · If you don't have access to soap and water, use an alcohol-based hand sanitizer often. Make sure it has at least 60% alcohol.  · Don't touch your eyes, nose, or mouth unless you have clean hands.  · As much as possible, don't touch \\\"\\\"high-touch\\\"\\\" public surfaces such as doorknobs. Don't shake hands.  · Clean home and work surfaces often with disinfectant.  · Cough or sneeze into a tissue, then throw the tissue into the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Stay informed about COVID-19 in your area. Follow local instructions about being in public. Be aware of events in your community that may be postponed or canceled such as school and sporting events. You may be advised not to attend public gatherings. You will be advised to stay about 6 feet from others as much as possible. This is called \\\"\\\"social distancing.\\\"\\\"  · Check your home supplies. Consider keeping a 2-week supply of medicines, food, and other needed household items.  · Make a plan for childcare, work, and ways to stay in touch with others. Know who will help you if you get sick.  · Don't be around people who are sick.  · There is no evidence right now that animals spread SARS-CoV-2. But it's always a good idea to wash your hands after touching any animals. Don't touch animals that may be sick.  · Don’t share eating or drinking utensils with sick people.  · Don’t kiss someone who is sick.  If you were in an area with COVID-19 in the last 14 days:    · Call your healthcare provider and follow all instructions. Your activities and where you go may be restricted for up to 2 weeks.  · Take your temperature every morning and evening for at least 14 days. This is to check for fever. Keep a record of the readings.  · Watch for symptoms of the virus. Call your provider if you have symptoms. Call your provider first before going to any clinic or hospital.  · Stay home if you are sick for any reason.  If you are sick with COVID-19 symptoms:   · Stay home. Call your healthcare provider and tell them you have symptoms of COVID-19. Do this before going to any hospital or clinic. Follow your provider's instructions. You may be advised to isolate yourself at home. This is called self-isolation or self-quarantine.  · Don’t panic. Keep in mind that other illnesses can cause similar symptoms.  · Stay away from work, school, and public places. Limit physical contact with family members. Limit visitors. Don't kiss anyone or share eating or drinking utensils. Clean surfaces you touch with disinfectant. This is to help prevent the virus from spreading.  · Cough or sneeze into a tissue, then throw away the tissue in the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Wear a facemask only if you have symptoms  · If you need to go in to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Tell the healthcare staff about recent travel. This includes local travel on public transport. Staff may need to find other people you have been in contact with.  · Follow all instructions the healthcare staff give you.    If you have been tested for COVID-19   · Stay home. Don’t leave your home unless you need to get medical care. Don't go to work, school, or public areas. Don't use public transportation or taxis.  · Follow all instructions from your healthcare provider. Call your healthcare provider’s office before going. They can prepare and give you instructions. This will help prevent the virus from spreading.  · If you need to go to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Wear a face mask. This is to protect other people from your germs. If you are not able to wear a mask, your caregivers should.  · Stay away from other people in your home.  · Limit contact with pets and animals. Although there are no reports of pets getting sick with COVID-19, consider limiting contact with pets until more is known.  · Don’t share household items or food.  · Cover your face with a tissue when you cough or sneeze. Throw the tissue away. Then wash your hands.  · Wash your hands often.  We will contact you with your test results &amp; will share these with the local health department. Please remain on self-quarantine until Staff from Shannon Medical Center or the Health Department releases you from self-quarantine.  If you are caring for a sick person:  · Follow all instructions from healthcare staff.  · Wash your hands often.  · Wear protective clothing as advised.  · Make sure the sick person wears a mask. If they can't wear a mask, don't stay in the same room with the person. If you must be in the same room, wear a facemask.  · Use a separate room and bathroom for sick household members (if possible).  · Clean sick room and bathroom as needed, to avoid unnecessary contact with the sick person.   · Keep track of the sick person’s symptoms.  · Clean surfaces, fabrics, and laundry thoroughly.   · Keep other people and pets away from the sick person.  •   If you are staying with a family member who has been quarantined monitor your temperature twice a day at least 6 hours apart.  •   If staying with a sick family member and you start feeling bad, seek medical care for your symptoms   When to call your healthcare provider  Call your healthcare provider:  · If you’ve recently traveled or have been in an area with COVID-19 and have symptoms  · If you have been diagnosed with COVID-19 and your symptoms are worse    StayWell last reviewed this educational content on 1/1/2020    © 2000-2019 StayWell, 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions. This information has been modified by your health care provider with permission from the publisher.      \\\"\",\n                    \"encounter_date\": \"2020-06-14\",\n                    \"encounter_id\": \"113903168\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 3.5155802,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 217\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 58\n}"}],"_postman_id":"bbac83d5-6b79-4ba4-bb62-7263e4337f29"},{"name":"Search - Term Level Query  - Wildcard","id":"42cc6ab2-ed3d-4840-8719-5baf5d42e58e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"regexp\": {\n      \"note_type\": {\n        \"value\": \"p*\",\n        \"flags\": \"ALL\"\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search","description":"<p>Wildcard queries allow you to specify a pattern to match instead of the entire term. ? matches any character and * matches zero or more characters. For example, to find all records that have a conidtion which begins with the letter ‘f’:</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[],"variable":[]}},"response":[{"id":"470ae27d-18f5-4796-95fd-9ccb37d9b14a","name":"Search - Term Level Query  -","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"bool\":{\n            \"must\":[\n        \n      {\"match\": {\"note_type\": \"patient\"}},\n      {\"match\": {\"encounter_id\": 110983035}}\n            ]\n      }\n    }\n}\n  ","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 17:28:09 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"1890"},{"key":"Connection","value":"close"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090142805699442346706053924726505506.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 7.5618463,\n                \"_source\": {\n                    \"chart_hash\": \"7a6a8b7ca5e2d456a741840b08cc74b71b28c736\",\n                    \"content\": \"Discussed symptoms, history, exam findings and possible causes for rash.  Discussed options in management.  Have given steroid in office, and have prescribed oral steroid prednisone, if needed, two pills once daily in the morning until symptoms controlled up to a maximum of five days.  Advise that patient also take antihistamines, both H1 blockers and H2 blockers.  Examples of over the counter H1 blocking antihistamines include Claritin/Zyrtec/Allegra.  Examples of over the counter H2 blockers include Zantac/Pepcid.  Advise that patient NOT use a topical antihistamine while taking an oral antihistamine because of potential adverse effects.  Patient may apply thin layer of over the counter hydrocortisone cream, once a day, for no longer than two weeks.  Advise avoiding hot showers and heat, and to use cold packs and cool showers/baths to relieve itching.  Advise copious and frequent applications of hypoallergenic, non-perfume/non-dye emollients to skin throughout the day to provide protective barrier for skin from the environment.  Examples include Cetaphil/Eucerin/CeraVe/Aquaphor/Aveeno. Advise avoiding harsh detergents and soaps, and to use moisturizing cleansers instead, such as Cetaphil cleanser/Dove/Aveeno.  Advise use of hypoallergenic laundry detergents such as All Free and Tide Clear.   \",\n                    \"encounter_date\": \"2019-10-05\",\n                    \"encounter_id\": \"110983035\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"004aa7fb1f8e8b101e11ac6b1d9cdedec061c98e\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 7.5618463,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 1\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 15\n}"},{"id":"5b5c1fb8-c38a-435d-8860-38243039cf9a","name":"Search - Term Level Query  - Fuzzy Query","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"multi_match\":{\n            \"query\": \"Medicin\",\n            \"fuzziness\": \"Auto\"\n      }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 17:56:52 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"40271"},{"key":"Connection","value":"close"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628940256332408090142938867457080535922151344046114.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 3.5155802,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient Education     Vertigo (Unknown Cause)    In addition to helping with hearing, the inner ear is part of the balance center of your body. Problems with the inner ear can a false feeling of motion. This is called vertigo. Often, it feels as if you or the room is spinning. A vertigo attack may cause sudden nausea, vomiting and heavy sweating. Severe vertigo causes a loss of balance and can cause you to fall. During vertigo, small head movements and changes in body position will often make the symptoms worse. You may also have ringing in the ears called tinnitus.  An episode of vertigo may last seconds, minutes or hours. Once you are over the first episode, it may never come back. However, symptoms may return off and on.  The cause of your vertigo is not yet known. Possible causes of vertigo include:  · Inflammation of the inner ear  · Disease of the nerves to the inner ear  · Movement of calcium particles in the inner ear  · Poor blood flow to the balance centers of the brain  · Migraine headaches  Home care  · If symptoms are severe, rest quietly in bed. Change positions very slowly. There is usually one position that will feel best, such as lying on one side or lying on your back with your head slightly raised on pillows.  · Do not drive a car or work with dangerous machinery until symptoms have been gone for at least one week.  · Take medicine as prescribed to relieve your symptoms. Unless another medicine was prescribed for symptoms of nausea, vomiting, and dizziness, you may use over-the-counter motion sickness pills. Ask your pharmacist for suggestions.  Follow-up care  Follow up with your healthcare provider or as directed. If you are referred to a specialist or for testing, make the appointment promptly.  When to seek medical advice  Call your healthcare provider if any of the following occur:  · Fever of 100.4°F (38ºC) or higher, or as directed by your healthcare provider   · Vertigo worsens or is not controlled by prescribed medicine   · Repeated vomiting not relieved by prescribed medicine   · Severe headache  · Confusion  · Weakness of an arm or leg or one side of the face  · Difficulty with speech or vision  · Loss of consciousness   · Seizure  Date Last Reviewed: 8/16/2015  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2018-07-13\",\n                    \"encounter_id\": \"106110552\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491661534041865083720470917808146.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 3.4399588,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Pinched Nerve in the Neck  A pinched nerve in the neck (cervical radiculopathy) is caused when the nerve that goes from the spinal cord to the arm is irritated or has pressure on it. This may be caused by a bulging spinal disk. A spinal disk is the cushion between each spinal bone. Or it may be caused by a narrowing of the spinal joint because of arthritis.    A pinched nerve can cause numbness, tingling, deep aching, or electrical shooting pain from the side of the neck all the way down to the fingers on one side.  A pinched nerve may begin after a sudden turning or bending force (such as in a car accident) or after a simple awkward movement. In either case, muscle spasm is commonly present and adds to the pain.  Home care  Follow these guidelines when caring for yourself at home:  · Rest and relax the muscles. Use a comfortable pillow that supports your head and keeps your spine in a natural (neutral) position. Your head shouldn’t be tilted forward or backward. A rolled-up towel may help for a custom fit. When standing or sitting, keep your neck in line with your body. Keep your head up and shoulders down. Stay away from activities that require you to move your neck a lot.  · You can use heat and massage to help ease the pain. Take a hot shower or bath, or use a heating pad. You can also use a cold pack for relief. You can make a cold pack by wrapping a plastic bag of crushed or cubed ice in a thin towel. Try both heat and cold, and use the method that feels best. Do this for 20 minutes several times a day.  · You may use acetaminophen or ibuprofen to control pain, unless another pain medicine was prescribed. If you have chronic liver or kidney disease, talk with your health care provider before using these medicines. Also talk with your provider if you’ve had a stomach ulcer or GI bleeding.  · Reduce stress. Stress can make it longer for your pain to go away.   · Do any exercises or stretches that were given to you as part of your discharge plan.  · Wear a soft collar, if prescribed.  · You may need surgery for a more serious injury.  Follow-up care  Follow up with your health care provider, or as advised, if you don’t start to get better after 1 week. You may need more tests. Tell your provider about any fever, chills, or weight loss.  If X-rays were taken, a radiologist will look at them. You will be told of any new findings that may affect your care.  When to seek medical advice  Call your health care provider right away if any of these occur:  · Pain becomes worse even after taking prescribed pain medicine  · Weakness in the arm  · Numbness in the arm gets worse  · Trouble breathing or swallowing     Date Last Reviewed: 2/17/2015  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.        \",\n                    \"encounter_date\": \"2017-11-27\",\n                    \"encounter_id\": \"104011548\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491943027583259071677447899447314.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.728775,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Patient Education   Rocephin 1 gm IM in office.  cefdinir for 10 days.  phenergan with codeine as needed for cough.  Rest and increase fluid intake  Acute Bronchitis  Your healthcare provider has told you that you have acute bronchitis. Bronchitis is infection or inflammation of the bronchial tubes (airways in the lungs). Normally, air moves easily in and out of the airways. Bronchitis narrows the airways, making it harder for air to flow in and out of the lungs. This causes symptoms such as shortness of breath, coughing up yellow or green mucus, and wheezing. Bronchitis can be acute or chronic. Acute means the condition comes on quickly and goes away in a short time, usually within 3 to 10 days. Chronic means a condition lasts a long time and often comes back.    What causes acute bronchitis?  Acute bronchitis almost always starts as a viral respiratory infection, such as a cold or the flu. Certain factors make it more likely for a cold or flu to turn into bronchitis. These include being very young, being elderly, having a heart or lung problem, or having a weak immune system. Cigarette smoking also makes bronchitis more likely.  When bronchitis develops, the airways become swollen. The airways may also become infected with bacteria. This is known as a secondary infection.  Diagnosing acute bronchitis  Your healthcare provider will examine you and ask about your symptoms and health history. You may also have a sputum culture to test the fluid in your lungs. Chest X-rays may be done to look for infection in the lungs.  Treating acute bronchitis  Bronchitis usually clears up as the cold or flu goes away. You can help feel better faster by doing the following:   · Take medicine as directed. You may be told to take ibuprofen or other over-the-counter medicines. These help relieve inflammation in your bronchial tubes. Your healthcare provider may prescribe an inhaler to help open up the bronchial tubes. Most of the time, acute bronchitis is caused by a viral infection. Antibiotics are usually not prescribed for viral infections.  · Drink plenty of fluids, such as water, juice, or warm soup. Fluids loosen mucus so that you can cough it up. This helps you breathe more easily. Fluids also prevent dehydration.  · Make sure you get plenty of rest.  · Do not smoke. Do not allow anyone else to smoke in your home.  Recovery and follow-up  Follow up with your doctor as you are told. You will likely feel better in a week or two. But a dry cough can linger beyond that time. Let your doctor know if you still have symptoms (other than a dry cough) after 2 weeks, or if you’re prone to getting bronchial infections. Take steps to protect yourself from future infections. These steps include stopping smoking and avoiding tobacco smoke, washing your hands often, and getting a yearly flu shot.  When to call your healthcare provider  Call the healthcare provider if you have any of the following:  · Fever of 100.4°F (38.0°C) or higher, or as advised  · Symptoms that get worse, or new symptoms  · Trouble breathing  · Symptoms that don’t start to improve within a week, or within 3 days of taking antibiotics   Date Last Reviewed: 12/1/2016  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2017-10-11\",\n                    \"encounter_id\": \"103413584\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491825117421294598044722443321362.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.2803488,\n                \"_source\": {\n                    \"chart_hash\": \"51a5b11fe0603c1151f9000a7b6dbd78c178d8ac\",\n                    \"content\": \"\\\"       Understanding Coronavirus Disease 2019 (COVID-19)  Coronavirus disease 2019 (COVID-19) is a respiratory illness. It's caused by a new (novel) coronavirus called SARS-CoV-2. There are many types of coronavirus. Coronaviruses are a very common cause of bronchitis. They may sometimes cause lung infection (pneumonia). Symptoms can range from mild to severe respiratory illness. These viruses are also found in some animals. COVID-19 was first found in people in Wuhan, China, in late 2019. In 2020, several cases of COVID-19 have been confirmed in the U.S. COVID-19 is a rapidly- emerging infectious disease. This means that scientists are actively researching it. There are information updates regularly.  Public health officials are working to find the source. How the virus spreads is not yet fully understood, but it seems to spread and infect people fairly easily. Some people who have been infected in an area may be unsure how or where they became infected. The virus may be spread through droplets of fluid that a person coughs or sneezes into the air. It may be spread if you touch a surface with virus on it, such as a handle or object, and then touch your eyes, nose, or mouth.  For the latest information, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov. Or call 800-CDC-INFO (800-232-4636).  What are the symptoms of COVID-19?  Some people have no symptoms or mild symptoms. Symptoms may appear 2 to 14 days after contact with the virus. Symptoms can include:  · Fever  · Coughing  · Trouble breathing  What are possible complications from COVID-19?  In many cases, this virus can cause infection (pneumonia) in both lungs. In some cases, this can cause death. Certain people are at higher risk for complications. This includes older adults and people with serious chronic health conditions such as heart or lung disease or diabetes.  How is COVID-19 diagnosed?   Your healthcare provider will ask about your symptoms. He or she will also ask about your recent travel and contact with sick people. If your healthcare provider thinks you may have COVID-19, he or she will work closely with your local health department on testing. Follow all instructions from your healthcare provider. COVID-19 is diagnosed by:  · Nose and throat swab. A cotton-tipped swab is wiped inside your nose or throat. This is done to check for viruses in your nasal mucus.  · Sputum culture. A small sample of mucus coughed from your lungs (sputum) is collected if you have a cough. It's checked for the virus.  How is COVID-19 treated?  There is currently no medicine to treat the virus. Treatment is done to help your body while it fights the virus. This is known as supportive care. Supportive care may include:  · Pain medicine. These include acetaminophen and ibuprofen. They are used to help ease pain and reduce fever.  · Bed rest. This helps your body fight the illness.  For severe illness, you may need to stay in the hospital. Care during severe illness may include:  · IV (intravenous) fluids. These are given through a vein to help keep your body hydrated.  · Oxygen. Supplemental oxygen or ventilation with a breathing machine (ventilator) may be given. This is done so you get enough oxygen in your body.  Are you at risk for COVID-19?  You are at risk for infection if you’ve been to a place where people have been sick with this virus or if there are people with COVID-19 in your area. You are at risk if you:  · Recently traveled to an area with a COVID-19 outbreak  · Had contact with a sick person who recently traveled to an area with a COVID-19 outbreak  · Had contact with a person who was diagnosed with or who may have COVID-19     How can COVID-19 be prevented?   There is no vaccine yet. The best prevention is to not have contact with the virus. The CDC advises that people should not travel to areas where there are COVID-19 outbreaks right now for any reason that is not urgent. For the most current CDC travel advisories, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov/travelers.    Prepare and protect yourself from COVID-19:   · Wash your hands often with soap and clean, running water for at least 20 seconds.  · If you don't have access to soap and water, use an alcohol-based hand sanitizer often. Make sure it has at least 60% alcohol.  · Don't touch your eyes, nose, or mouth unless you have clean hands.  · As much as possible, don't touch \\\"\\\"high-touch\\\"\\\" public surfaces such as doorknobs. Don't shake hands.  · Clean home and work surfaces often with disinfectant.  · Cough or sneeze into a tissue, then throw the tissue into the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Stay informed about COVID-19 in your area. Follow local instructions about being in public. Be aware of events in your community that may be postponed or canceled such as school and sporting events. You may be advised not to attend public gatherings. You will be advised to stay about 6 feet from others as much as possible. This is called \\\"\\\"social distancing.\\\"\\\"  · Check your home supplies. Consider keeping a 2-week supply of medicines, food, and other needed household items.  · Make a plan for childcare, work, and ways to stay in touch with others. Know who will help you if you get sick.  · Don't be around people who are sick.  · There is no evidence right now that animals spread SARS-CoV-2. But it's always a good idea to wash your hands after touching any animals. Don't touch animals that may be sick.  · Don’t share eating or drinking utensils with sick people.  · Don’t kiss someone who is sick.  If you were in an area with COVID-19 in the last 14 days:    · Call your healthcare provider and follow all instructions. Your activities and where you go may be restricted for up to 2 weeks.  · Take your temperature every morning and evening for at least 14 days. This is to check for fever. Keep a record of the readings.  · Watch for symptoms of the virus. Call your provider if you have symptoms. Call your provider first before going to any clinic or hospital.  · Stay home if you are sick for any reason.  If you are sick with COVID-19 symptoms:   · Stay home. Call your healthcare provider and tell them you have symptoms of COVID-19. Do this before going to any hospital or clinic. Follow your provider's instructions. You may be advised to isolate yourself at home. This is called self-isolation or self-quarantine.  · Don’t panic. Keep in mind that other illnesses can cause similar symptoms.  · Stay away from work, school, and public places. Limit physical contact with family members. Limit visitors. Don't kiss anyone or share eating or drinking utensils. Clean surfaces you touch with disinfectant. This is to help prevent the virus from spreading.  · Cough or sneeze into a tissue, then throw away the tissue in the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Wear a facemask only if you have symptoms  · If you need to go in to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Tell the healthcare staff about recent travel. This includes local travel on public transport. Staff may need to find other people you have been in contact with.  · Follow all instructions the healthcare staff give you.    If you have been tested for COVID-19   · Stay home. Don’t leave your home unless you need to get medical care. Don't go to work, school, or public areas. Don't use public transportation or taxis.  · Follow all instructions from your healthcare provider. Call your healthcare provider’s office before going. They can prepare and give you instructions. This will help prevent the virus from spreading.  · If you need to go to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Wear a face mask. This is to protect other people from your germs. If you are not able to wear a mask, your caregivers should.  · Stay away from other people in your home.  · Limit contact with pets and animals. Although there are no reports of pets getting sick with COVID-19, consider limiting contact with pets until more is known.  · Don’t share household items or food.  · Cover your face with a tissue when you cough or sneeze. Throw the tissue away. Then wash your hands.  · Wash your hands often.  We will contact you with your test results &amp; will share these with the local health department. Please remain on self-quarantine until Staff from Shannon Medical Center or the Health Department releases you from self-quarantine.  If you are caring for a sick person:  · Follow all instructions from healthcare staff.  · Wash your hands often.  · Wear protective clothing as advised.  · Make sure the sick person wears a mask. If they can't wear a mask, don't stay in the same room with the person. If you must be in the same room, wear a facemask.  · Use a separate room and bathroom for sick household members (if possible).  · Clean sick room and bathroom as needed, to avoid unnecessary contact with the sick person.   · Keep track of the sick person’s symptoms.  · Clean surfaces, fabrics, and laundry thoroughly.   · Keep other people and pets away from the sick person.  •   If you are staying with a family member who has been quarantined monitor your temperature twice a day at least 6 hours apart.  •   If staying with a sick family member and you start feeling bad, seek medical care for your symptoms   When to call your healthcare provider  Call your healthcare provider:  · If you’ve recently traveled or have been in an area with COVID-19 and have symptoms  · If you have been diagnosed with COVID-19 and your symptoms are worse    StayWell last reviewed this educational content on 1/1/2020    © 2000-2019 StayWell, 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions. This information has been modified by your health care provider with permission from the publisher.      \\\"\",\n                    \"encounter_date\": \"2020-06-28\",\n                    \"encounter_id\": \"114072604\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"0209e04821ef76fb519774b8cf67a424de8f2039\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491646627986509235342059595890706.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.13249,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"Follow up in 2 months.       Please bring all the medicines you get from the pain management department with you to your next appointment. Thank you !!Take opioid analgesics only as prescribed.  Do not increase your dose, take them more frequently, or take them with alcoholic beverages or other sedatives. This adds to risk of dizziness, drowsiness, increased chances of falls, accidents, life threatening respiratory issues, irregular heartbeat, tremors, and seizures.  Use of opioid analgesics on a chronic basis increases potential for tolerance and addiction. Opioid analgesic medications may not work well for chronic and longstanding pain or when taken for extended periods of time, even if taken as prescribed. To minimize risks, take the smallest amount needed. To minimize constipation and critical bowel issues, increase intake of fiber, drink plenty of water, and remain active. In the event you have an allergic reaction, seek medical attention immediately. These medications should be used only when clearly needed during pregnancy, in the elderly, and people with respiratory conditions. Tell your provider of all prescription and nonprescription drugs you may be using but especially: MAO inhibitors (e.g., furazolidone, linezolid, phenelzine, selegiline, tranylcypromine), psychiatric drugs, tranquilizers, sleep medications, zidovudine, rifampin, other narcotic pain relievers, barbiturates, cimetidine, anti-seizure drugs, or antihistamines (e.g., diphenhydramine). When taking opioid analgesics, you should be reevaluated frequently. You are responsible for securing these medications. They may not be replaced if stolen, lost, or not taken as prescribed.  Because opioids can be misused, you will be asked to undergo urine drug screens and providers may check pharmacy or other registries prior to prescriptions and refills.  Do not drink alcohol or use illicit drugs in combination with your opioid medications as this can lead to overdose and death.  Be  cautious in taking benzodiazepines or sleep aids in conjunction with your opioid medications due to increased risk of overdose.   \",\n                    \"encounter_date\": \"2019-02-01\",\n                    \"encounter_id\": \"107583573\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142590514273232760895506141413410.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.0820944,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Patient Education     Atopic Dermatitis (Adult)  Atopic dermatitis is a dry, itchy, red rash. It’s also called eczema. The rash is chronic, or ongoing. It can come and go over time. The disease is often passed down in families. It causes a problem with the skin barrier that makes the skin more sensitive to the environment and other factors. The increased skin sensitivity causes an itch, which causes scratching. Scratching can worsen the itching or also break the skin. This can put the skin at risk of infection.  The condition is most common in people with asthma, hay fever, hives, or dry or sensitive skin. The rash may be caused by extreme heat or heavy sweating. Skin irritants can cause the rash to flare up. These can include wool or silk clothing, grease, oils, some medicines, and harsh soaps and detergents. Emotional stress can also be a trigger.  Treatment is done to relieve the itching and inflammation of the skin.  Home care  Follow these tips to care for your condition:  · Keep the areas of rash clean by bathing at least every other day. Use lukewarm water to bathe. Don’t use hot water, which can dry out the skin.  · Don’t use soaps with strong detergents. Use mild soaps made for sensitive skin.  · Apply a cream or ointment to damp skin right after bathing.  · Avoid things that irritate your skin. Wear absorbent, soft fabrics next to the skin rather than rough or scratchy materials.  · Use mild laundry soap free of scents and perfumes. Make sure to rinse all the soap out of your clothes.  · Treat any skin infection as directed.  · Use oral diphenhydramine to help reduce itching. This is an antihistamine you can buy at drug and grocery stores. It can make you sleepy, so use lower doses during the daytime. Or you can use loratadine. This is an antihistamine that will not make you sleepy. Do not use diphenhydramine if you have glaucoma or have trouble urinating due to an enlarged prostate.  Follow-up care   See your healthcare provider, or as advised. If your symptoms don’t get better or if they get worse in the next 7 days, make an appointment with your healthcare provider.  When to seek medical advice  Call your healthcare provider right away  if any of these occur:  · Increasing area of redness or pain in the skin  · Yellow crusts or wet drainage from the rash  · Fever of 100.4°F (38°C) or higher, or as directed by your healthcare provider  Date Last Reviewed: 9/1/2016  © 2000-2017 The StayWell Company, LLC. 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions.           \",\n                    \"encounter_date\": \"2018-05-14\",\n                    \"encounter_id\": \"105215787\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491693663663372981721558912335890.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.061946,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\" Kroger SP:    \\\"\\\"We have made numerous unsuccessful attempts to contact the above mentioned patient in regards to possible patient assistance program. Per Dupixent My Way, the patient is below income for PAP. The patient must apply for Medicaid, and be denied Medicaid coverage, before moving forward with PAP.    In an effort to ensure maximum compliance and desired outcomes, we wanted to inform you at this time we will discharge the patient from our services.\\\"\\\"  \\\"\",\n                    \"encounter_date\": \"2020-06-02\",\n                    \"encounter_id\": \"113762657\",\n                    \"note_type\": \"Progress Note\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491895065869217500491932038594578.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 2.0237045,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"Spoke with patient, did let her know that due to the medicine she is on we will need to see her. She v/u.  \",\n                    \"encounter_date\": \"2018-03-21\",\n                    \"encounter_id\": \"105138351\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142870574028604685902281921527842.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1.9827201,\n                \"_source\": {\n                    \"chart_hash\": \"e87bf72907fd84e383bf97f74399e5925420b0b2\",\n                    \"content\": \"menicon #331892  \",\n                    \"encounter_date\": \"2019-08-22\",\n                    \"encounter_id\": \"110398144\",\n                    \"note_type\": \"Telephone Encounter\",\n                    \"patient_hash\": \"fdcfc17b663cfd8371175306bba21aa9442363e6\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628940256332408090142608538148277395402833908465698.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1.9626006,\n                \"_source\": {\n                    \"chart_hash\": \"26768a09446dfd9291d73157eadce117157cfb8e\",\n                    \"content\": \"\\\"       Understanding Coronavirus Disease 2019 (COVID-19)  Coronavirus disease 2019 (COVID-19) is a respiratory illness. It's caused by a new (novel) coronavirus called SARS-CoV-2. There are many types of coronavirus. Coronaviruses are a very common cause of bronchitis. They may sometimes cause lung infection (pneumonia). Symptoms can range from mild to severe respiratory illness. These viruses are also found in some animals. COVID-19 was first found in people in Wuhan, China, in late 2019. In 2020, several cases of COVID-19 have been confirmed in the U.S. COVID-19 is a rapidly- emerging infectious disease. This means that scientists are actively researching it. There are information updates regularly.  Public health officials are working to find the source. How the virus spreads is not yet fully understood, but it seems to spread and infect people fairly easily. Some people who have been infected in an area may be unsure how or where they became infected. The virus may be spread through droplets of fluid that a person coughs or sneezes into the air. It may be spread if you touch a surface with virus on it, such as a handle or object, and then touch your eyes, nose, or mouth.  For the latest information, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov. Or call 800-CDC-INFO (800-232-4636).  What are the symptoms of COVID-19?  Some people have no symptoms or mild symptoms. Symptoms may appear 2 to 14 days after contact with the virus. Symptoms can include:  · Fever  · Coughing  · Trouble breathing  What are possible complications from COVID-19?  In many cases, this virus can cause infection (pneumonia) in both lungs. In some cases, this can cause death. Certain people are at higher risk for complications. This includes older adults and people with serious chronic health conditions such as heart or lung disease or diabetes.  How is COVID-19 diagnosed?   Your healthcare provider will ask about your symptoms. He or she will also ask about your recent travel and contact with sick people. If your healthcare provider thinks you may have COVID-19, he or she will work closely with your local health department on testing. Follow all instructions from your healthcare provider. COVID-19 is diagnosed by:  · Nose and throat swab. A cotton-tipped swab is wiped inside your nose or throat. This is done to check for viruses in your nasal mucus.  · Sputum culture. A small sample of mucus coughed from your lungs (sputum) is collected if you have a cough. It's checked for the virus.  How is COVID-19 treated?  There is currently no medicine to treat the virus. Treatment is done to help your body while it fights the virus. This is known as supportive care. Supportive care may include:  · Pain medicine. These include acetaminophen and ibuprofen. They are used to help ease pain and reduce fever.  · Bed rest. This helps your body fight the illness.  For severe illness, you may need to stay in the hospital. Care during severe illness may include:  · IV (intravenous) fluids. These are given through a vein to help keep your body hydrated.  · Oxygen. Supplemental oxygen or ventilation with a breathing machine (ventilator) may be given. This is done so you get enough oxygen in your body.  Are you at risk for COVID-19?  You are at risk for infection if you’ve been to a place where people have been sick with this virus or if there are people with COVID-19 in your area. You are at risk if you:  · Recently traveled to an area with a COVID-19 outbreak  · Had contact with a sick person who recently traveled to an area with a COVID-19 outbreak  · Had contact with a person who was diagnosed with or who may have COVID-19     How can COVID-19 be prevented?   There is no vaccine yet. The best prevention is to not have contact with the virus. The CDC advises that people should not travel to areas where there are COVID-19 outbreaks right now for any reason that is not urgent. For the most current CDC travel advisories, visit the CDC website at www.cdc.gov/coronavirus/2019-ncov/travelers.    Prepare and protect yourself from COVID-19:   · Wash your hands often with soap and clean, running water for at least 20 seconds.  · If you don't have access to soap and water, use an alcohol-based hand sanitizer often. Make sure it has at least 60% alcohol.  · Don't touch your eyes, nose, or mouth unless you have clean hands.  · As much as possible, don't touch \\\"\\\"high-touch\\\"\\\" public surfaces such as doorknobs. Don't shake hands.  · Clean home and work surfaces often with disinfectant.  · Cough or sneeze into a tissue, then throw the tissue into the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Stay informed about COVID-19 in your area. Follow local instructions about being in public. Be aware of events in your community that may be postponed or canceled such as school and sporting events. You may be advised not to attend public gatherings. You will be advised to stay about 6 feet from others as much as possible. This is called \\\"\\\"social distancing.\\\"\\\"  · Check your home supplies. Consider keeping a 2-week supply of medicines, food, and other needed household items.  · Make a plan for childcare, work, and ways to stay in touch with others. Know who will help you if you get sick.  · Don't be around people who are sick.  · There is no evidence right now that animals spread SARS-CoV-2. But it's always a good idea to wash your hands after touching any animals. Don't touch animals that may be sick.  · Don’t share eating or drinking utensils with sick people.  · Don’t kiss someone who is sick.  If you were in an area with COVID-19 in the last 14 days:    · Call your healthcare provider and follow all instructions. Your activities and where you go may be restricted for up to 2 weeks.  · Take your temperature every morning and evening for at least 14 days. This is to check for fever. Keep a record of the readings.  · Watch for symptoms of the virus. Call your provider if you have symptoms. Call your provider first before going to any clinic or hospital.  · Stay home if you are sick for any reason.  If you are sick with COVID-19 symptoms:   · Stay home. Call your healthcare provider and tell them you have symptoms of COVID-19. Do this before going to any hospital or clinic. Follow your provider's instructions. You may be advised to isolate yourself at home. This is called self-isolation or self-quarantine.  · Don’t panic. Keep in mind that other illnesses can cause similar symptoms.  · Stay away from work, school, and public places. Limit physical contact with family members. Limit visitors. Don't kiss anyone or share eating or drinking utensils. Clean surfaces you touch with disinfectant. This is to help prevent the virus from spreading.  · Cough or sneeze into a tissue, then throw away the tissue in the trash. If you don't have tissues, cough or sneeze into the bend of your elbow.  · Wear a facemask only if you have symptoms  · If you need to go in to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Tell the healthcare staff about recent travel. This includes local travel on public transport. Staff may need to find other people you have been in contact with.  · Follow all instructions the healthcare staff give you.    If you have been tested for COVID-19   · Stay home. Don’t leave your home unless you need to get medical care. Don't go to work, school, or public areas. Don't use public transportation or taxis.  · Follow all instructions from your healthcare provider. Call your healthcare provider’s office before going. They can prepare and give you instructions. This will help prevent the virus from spreading.  · If you need to go to a hospital or clinic, expect that the healthcare staff will wear protective equipment such as masks, gowns, gloves, and eye protection. You may be put in a separate room. This is to prevent the possible virus from spreading.  · Wear a face mask. This is to protect other people from your germs. If you are not able to wear a mask, your caregivers should.  · Stay away from other people in your home.  · Limit contact with pets and animals. Although there are no reports of pets getting sick with COVID-19, consider limiting contact with pets until more is known.  · Don’t share household items or food.  · Cover your face with a tissue when you cough or sneeze. Throw the tissue away. Then wash your hands.  · Wash your hands often.  We will contact you with your test results &amp; will share these with the local health department. Please remain on self-quarantine until Staff from Shannon Medical Center or the Health Department releases you from self-quarantine.  If you are caring for a sick person:  · Follow all instructions from healthcare staff.  · Wash your hands often.  · Wear protective clothing as advised.  · Make sure the sick person wears a mask. If they can't wear a mask, don't stay in the same room with the person. If you must be in the same room, wear a facemask.  · Use a separate room and bathroom for sick household members (if possible).  · Clean sick room and bathroom as needed, to avoid unnecessary contact with the sick person.   · Keep track of the sick person’s symptoms.  · Clean surfaces, fabrics, and laundry thoroughly.   · Keep other people and pets away from the sick person.  •   If you are staying with a family member who has been quarantined monitor your temperature twice a day at least 6 hours apart.  •   If staying with a sick family member and you start feeling bad, seek medical care for your symptoms   When to call your healthcare provider  Call your healthcare provider:  · If you’ve recently traveled or have been in an area with COVID-19 and have symptoms  · If you have been diagnosed with COVID-19 and your symptoms are worse    StayWell last reviewed this educational content on 1/1/2020    © 2000-2019 StayWell, 780 Township Line Road, Yardley, PA 19067. All rights reserved. This information is not intended as a substitute for professional medical care. Always follow your healthcare professional's instructions. This information has been modified by your health care provider with permission from the publisher.      \\\"\",\n                    \"encounter_date\": \"2020-06-14\",\n                    \"encounter_id\": \"113903168\",\n                    \"note_type\": \"Patient Instructions\",\n                    \"patient_hash\": \"c494e89f686d3f4b311a8bda9016e09733dfef0f\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 3.5155802,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 217\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 58\n}"},{"id":"705cd615-5744-436e-9a0b-145cc7d04daa","name":"Regex Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"regexp\": {\n      \"note_type\": {\n        \"value\": \"p*\",\n        \"flags\": \"ALL\"\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Tue, 22 Dec 2020 16:26:26 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"7816"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"took\": 8,\n    \"timed_out\": false,\n    \"_shards\": {\n        \"total\": 5,\n        \"successful\": 5,\n        \"skipped\": 0,\n        \"failed\": 0\n    },\n    \"hits\": {\n        \"total\": {\n            \"value\": 5,\n            \"relation\": \"eq\"\n        },\n        \"max_score\": 1,\n        \"hits\": [\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142809623615557175140363261706274.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"H&amp;P reviewed. The patient was examined and there are no changes to the H&amp;P.  \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106838563\",\n                    \"encounter_date\": \"2018-10-10\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"Interval H&P Note - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142810856719893182062190181482530.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"History and Physical for Phaco IOL RIGHT -    planned power and notes:  18.5    Pre-op diagnosis:  Age Related Nuclear Sclerotic Cataract RIGHT EYE    RedactedFirstName A RedactedLastName  RedactedDOB  History of Present Illness:    Patient complaining of vision that is causing difficulty with one of the following: Driving vision, Watching TV and/or  Reading.  May refer recent office encounter for more details.  Past Medical History:   Diagnosis Date   • Atopic dermatitis      Past Surgical History:   Procedure Laterality Date   • TONSILLECTOMY       Social History     Social History   • Marital status: Unknown     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Current Every Day Smoker   • Smokeless tobacco: Never Used   • Alcohol use No   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file     Allergies   Allergen Reactions   • Dupixent [Dupilumab]      Caused eye infection   • A-Cillin Rash     Penicillin     No current facility-administered medications for this encounter.     Current Outpatient Prescriptions:   •  crisaborole (EUCRISA) 2 % ointment, Apply 1 application topically 2 (two) times a day., Disp: 60 g, Rfl: 1  •  predniSONE (DELTASONE) 20 mg tablet, Take 2 tabs daily x 5 days, then take 1 tab daily x 5 days., Disp: 15 tablet, Rfl: 0  •  tobramycin-dexamethasone (TOBRADEX) ophthalmic solution, Administer 1 drop into the right eye 4 times a day for 21 days. Begin drops after surgery, Disp: 10 mL, Rfl: 1  •  triamcinolone (KENALOG) 0.1 % ointment, Apply twice daily on affected areas x 2-3 weeks PRN for flares, Disp: 80 g, Rfl: 1  ROS: No Chest Pain, No SOB, No Adverse Reaction to Anesthesia  Physical Exam:  There were no vitals taken for this visit.  Lungs:  Clear  Heart:  Regular         Eyes and Ocular Adnexa:  Age Related Nuclear Sclerotic Cataract    Not recorded        Pre-op Diagnosis     * Nuclear sclerosis cataract of right eye [H25.11]   Plan     Phaco/iol and implantation of lens  Electronically signed by: Matthew A Goldman, MD      \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106518811\",\n                    \"encounter_date\": \"2018-09-25\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"H&P - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142945447640316698349092867145762.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"History and Physical for Phaco IOL LEFT -    planned power and notes:  16    Pre-op diagnosis:  Age Related Nuclear Sclerotic Cataract LEFT EYE    RedactedFirstName A RedactedLastName  RedactedDOB  History of Present Illness:    Patient complaining of vision that is causing difficulty with one of the following: Driving vision, Watching TV and/or  Reading. May refer to office encounter.  Past Medical History:   Diagnosis Date   • Atopic dermatitis      Past Surgical History:   Procedure Laterality Date   • INTRAOCULAR LENS INSERTION Right    • PR REMV CATARACT EXTRACAP,INSERT LENS Right 9/26/2018    Procedure: PHACOEMULSIFICATION/IOL   • TONSILLECTOMY       Social History     Social History   • Marital status: Unknown     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Current Every Day Smoker     Packs/day: 2.00   • Smokeless tobacco: Never Used   • Alcohol use No   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file     Allergies   Allergen Reactions   • Dupixent [Dupilumab]      Caused eye infection   • A-Cillin Rash     Penicillin     No current facility-administered medications for this encounter.     Current Outpatient Prescriptions:   •  tobramycin-dexamethasone (TOBRADEX) ophthalmic solution, Administer 1 drop into the right eye 4 times a day for 21 days. Begin drops after surgery, Disp: 10 mL, Rfl: 1  ROS: No Chest Pain, No SOB, No Adverse Reaction to Anesthesia  Physical Exam:  There were no vitals taken for this visit.  Lungs:  Clear  Heart:  Regular    Eyes and Ocular Adnexa:  Age Related Nuclear Sclerotic Cataract    Not recorded        Pre-op Diagnosis     * Age-related nuclear cataract of left eye [H25.12]   Plan     Phaco/iol and implantation of lens    Electronically signed by: Matthew A Goldman, MD       \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106838563\",\n                    \"encounter_date\": \"2018-10-09\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"H&P - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142963274460452735671727718137890.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"H&amp;P reviewed. The patient was examined and there are no changes to the H&amp;P.  \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106518811\",\n                    \"encounter_date\": \"2018-09-26\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"Interval H&P Note - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142632350360146344754787607642146.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"SUBJECTIVE:    HPI:  35 y.o.male who presents for evaluation of chronic diarrhea.  He has never had a colonoscopy before.    Past Medical History:   Diagnosis Date   • Dermatitis      History reviewed. No pertinent surgical history.  No Known Allergies  Social History     Tobacco Use   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   Substance Use Topics   • Alcohol use: Yes     Comment: social   • Drug use: No     Family History   Problem Relation Age of Onset   • Colon cancer Neg Hx      Prior to Admission medications    Medication Sig Start Date End Date Taking? Authorizing Provider   dupilumab (Dupixent) 300 mg/2 mL syringe Inject 1 Syringe (300 mg total) under the skin every 14 (fourteen) days. 2/19/20  Yes Charles E. Greeson, MD       OBJECTIVE:  Vitals:    11/06/20 1020   BP: 140/90   Pulse: 91   Resp: 20   Temp: 97.2 °F (36.2 °C)   TempSrc: Temporal   SpO2: 98%       PE:  General: NAD  CVS: RRR, no m/r/g  PULM: CTAB, no wheezes  ABD: soft, nontender, nondistended    ASSESSMENT/PLAN:    Proceed with colonoscopy.      \",\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"encounter_id\": \"115687263\",\n                    \"encounter_date\": \"2020-11-06\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"H&P - IP\"\n                }\n            }\n        ]\n    }\n}"},{"id":"fb3470d8-c3a0-48d5-a743-c2c15b50fb94","name":"Search - Term Level Query  - Wildcard","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"wildcard\": {\n      \"content\" : \"Kera*\"\n      \n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 18:06:14 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"5102"},{"key":"Connection","value":"close"},{"key":"Server","value":"gunicorn/20.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"_shards\": {\n        \"failed\": 0,\n        \"skipped\": 0,\n        \"successful\": 5,\n        \"total\": 5\n    },\n    \"hits\": {\n        \"hits\": [\n            {\n                \"_id\": \"49613628944515774741009491562648745523885507755007541266.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"RIGHT EYE PHACO OP NOTE     Implant Name Type Inv. Item Serial No. Manufacturer Lot No. LRB No. Used   LENS IOL SA60WF - S212058941014 - LOG29969 Lens LENS IOL SA60WF 212058941014 ALCON SURGICAL   Right 1       IOL power: 19.5  Patient name:  RedactedFirstName A RedactedLastName  20566892  RedactedDOB  Date of Procedure:  9/26/2018  Preoperative Diagnosis: Age Related Nuclear Sclerotic Cataract Right  Postoperative Diagnosis: Age Related Nuclear Sclerotic Cataract Right  Procedure:  Procedure(s):  PHACOEMULSIFICATION/IOL  Anesthesia:  Monitor Anesthesia Care  Anesthesiologist: Stephan G. Pizzola, MD  Complications: None  Procedure Details:  The patient was brought to the operating suite and placed in the supine position following institution of IV sedation the operative eye was prepped using iodine solution and then draped.  The operating microscope was fashioned over the patient's right eye. An eye speculum was placed in the eye. A 2.4 mm keratome was used to create a temporal clear corneal wound and a paracentesis blade was used to create a paracentesis. Preservative free lidocaine followed by viscoelastic was then instilled into the anterior chamber. A capsulorrhexis was then performed followed by hydrodissection and hydrodelineation and the nucleus was rotated in the capsular bag. The lens was then phacoemulsified using the  phacoemulsification unit, and cortical cortical remnants were cleared using irrigation aspiration. Viscoelastic was again placed into the capsular bag to inflate the capsular bag and the intraocular lens was then placed into the capsular bag. Residual viscoelastic was irrigated from the anterior chamber. The wound was tested and determine watertight and the eye was placed at physiologic pressure. The speculum and drape were removed from the patient's eye and the patient left the operative suite on procedure well.        Discharge Summary:    Outcome:  No complications.  Disposition: Discharge to Home.   Provisions for follow up:  24 hours office visit.    9/26/2018  7:54 AM  Electronically signed by: Matthew A Goldman, MD  \",\n                    \"encounter_date\": \"2018-09-26\",\n                    \"encounter_id\": \"106518811\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            },\n            {\n                \"_id\": \"49613628944515774741009491934938660600030193227623563282.0\",\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"content\": \"LEFT EYE PHACO OP NOTE    Implant Name Type Inv. Item Serial No. Manufacturer Lot No. LRB No. Used   LENS IOL SA60WF - S12618213046 - LOG33275 Lens LENS IOL SA60WF 12618213046 ALCON SURGICAL NA Left 1       IOL power: 16   Patient name:  RedactedFirstName A RedactedLastName  20566892  RedactedDOB  Date of Procedure:  10/10/2018  Preoperative Diagnosis: Age Related Nuclear Sclerotic Cataract Left  Postoperative Diagnosis: Age Related Nuclear Sclerotic Cataract Left  Procedure:  Procedure(s):  PHACOEMULSIFICATION/IOL  Anesthesia:  Monitor Anesthesia Care  Anesthesiologist: C. Ogden McGowan, MD  Complications: None  Procedure Details:  The patient was brought to the operating suite and placed in the supine position following institution of IV sedation the operative eye was prepped using iodine solution and then draped.  The operating microscope was fashioned over the patient's left eye. An eye speculum was placed in the eye. A 2.4 mm keratome was used to create a temporal clear corneal wound and a paracentesis blade was used to create a paracentesis. Preservative free lidocaine followed by viscoelastic was then instilled into the anterior chamber. A capsulorrhexis was then performed followed by hydrodissection and hydrodelineation and the nucleus was rotated in the capsular bag. The lens was then phacoemulsified using the  phacoemulsification unit, and cortical cortical remnants were cleared using irrigation aspiration. Viscoelastic was again placed into the capsular bag to inflate the capsular bag and the intraocular lens was then placed into the capsular bag. Residual viscoelastic was irrigated from the anterior chamber. The wound was tested and determine watertight and the eye was placed at physiologic pressure. The speculum and drape were removed from the patient's eye and the patient left the operative suite on procedure well.        Discharge Summary:    Outcome:  No complications.  Disposition: Discharge to Home.   Provisions for follow up:  24 hours office visit.    10/10/2018  9:50 AM  Electronically signed by: Matthew A Goldman, MD    \",\n                    \"encounter_date\": \"2018-10-10\",\n                    \"encounter_id\": \"106838563\",\n                    \"note_type\": \"Unknown\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"practice_id\": \"SMC002\"\n                },\n                \"_type\": \"_doc\"\n            }\n        ],\n        \"max_score\": 1,\n        \"total\": {\n            \"relation\": \"eq\",\n            \"value\": 2\n        }\n    },\n    \"timed_out\": false,\n    \"took\": 11\n}"}],"_postman_id":"42cc6ab2-ed3d-4840-8719-5baf5d42e58e"},{"name":"Regex Search","id":"750be546-6b22-4f5d-af7f-ccc94050c5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"regexp\": {\n      \"note_type\": {\n        \"value\": \"p*\",\n        \"flags\": \"ALL\"\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search","description":"<p>Regexp queries allow you to specify more complex patterns than wildcard queries.  </p>\n<p>Regular expressions are applied to the terms in the field and not the entire value of the field.</p>\n<p>The efficiency of your regular expression depends a lot on the patterns you write. Make sure that you write regex queries with either a prefix or suffix to improve performance.</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[],"variable":[]}},"response":[{"id":"94d228ab-84f4-4386-8abf-583af539fc78","name":"Regex Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"regexp\": {\n      \"note_type\": {\n        \"value\": \"p*\",\n        \"flags\": \"ALL\"\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Tue, 22 Dec 2020 16:26:26 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"7816"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"took\": 8,\n    \"timed_out\": false,\n    \"_shards\": {\n        \"total\": 5,\n        \"successful\": 5,\n        \"skipped\": 0,\n        \"failed\": 0\n    },\n    \"hits\": {\n        \"total\": {\n            \"value\": 5,\n            \"relation\": \"eq\"\n        },\n        \"max_score\": 1,\n        \"hits\": [\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142809623615557175140363261706274.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"H&amp;P reviewed. The patient was examined and there are no changes to the H&amp;P.  \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106838563\",\n                    \"encounter_date\": \"2018-10-10\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"Interval H&P Note - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142810856719893182062190181482530.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"History and Physical for Phaco IOL RIGHT -    planned power and notes:  18.5    Pre-op diagnosis:  Age Related Nuclear Sclerotic Cataract RIGHT EYE    RedactedFirstName A RedactedLastName  RedactedDOB  History of Present Illness:    Patient complaining of vision that is causing difficulty with one of the following: Driving vision, Watching TV and/or  Reading.  May refer recent office encounter for more details.  Past Medical History:   Diagnosis Date   • Atopic dermatitis      Past Surgical History:   Procedure Laterality Date   • TONSILLECTOMY       Social History     Social History   • Marital status: Unknown     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Current Every Day Smoker   • Smokeless tobacco: Never Used   • Alcohol use No   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file     Allergies   Allergen Reactions   • Dupixent [Dupilumab]      Caused eye infection   • A-Cillin Rash     Penicillin     No current facility-administered medications for this encounter.     Current Outpatient Prescriptions:   •  crisaborole (EUCRISA) 2 % ointment, Apply 1 application topically 2 (two) times a day., Disp: 60 g, Rfl: 1  •  predniSONE (DELTASONE) 20 mg tablet, Take 2 tabs daily x 5 days, then take 1 tab daily x 5 days., Disp: 15 tablet, Rfl: 0  •  tobramycin-dexamethasone (TOBRADEX) ophthalmic solution, Administer 1 drop into the right eye 4 times a day for 21 days. Begin drops after surgery, Disp: 10 mL, Rfl: 1  •  triamcinolone (KENALOG) 0.1 % ointment, Apply twice daily on affected areas x 2-3 weeks PRN for flares, Disp: 80 g, Rfl: 1  ROS: No Chest Pain, No SOB, No Adverse Reaction to Anesthesia  Physical Exam:  There were no vitals taken for this visit.  Lungs:  Clear  Heart:  Regular         Eyes and Ocular Adnexa:  Age Related Nuclear Sclerotic Cataract    Not recorded        Pre-op Diagnosis     * Nuclear sclerosis cataract of right eye [H25.11]   Plan     Phaco/iol and implantation of lens  Electronically signed by: Matthew A Goldman, MD      \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106518811\",\n                    \"encounter_date\": \"2018-09-25\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"H&P - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142945447640316698349092867145762.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"History and Physical for Phaco IOL LEFT -    planned power and notes:  16    Pre-op diagnosis:  Age Related Nuclear Sclerotic Cataract LEFT EYE    RedactedFirstName A RedactedLastName  RedactedDOB  History of Present Illness:    Patient complaining of vision that is causing difficulty with one of the following: Driving vision, Watching TV and/or  Reading. May refer to office encounter.  Past Medical History:   Diagnosis Date   • Atopic dermatitis      Past Surgical History:   Procedure Laterality Date   • INTRAOCULAR LENS INSERTION Right    • PR REMV CATARACT EXTRACAP,INSERT LENS Right 9/26/2018    Procedure: PHACOEMULSIFICATION/IOL   • TONSILLECTOMY       Social History     Social History   • Marital status: Unknown     Spouse name: N/A   • Number of children: N/A   • Years of education: N/A     Occupational History   • Not on file.     Social History Main Topics   • Smoking status: Current Every Day Smoker     Packs/day: 2.00   • Smokeless tobacco: Never Used   • Alcohol use No   • Drug use: No   • Sexual activity: Not on file     Other Topics Concern   • Not on file     Social History Narrative   • No narrative on file     Allergies   Allergen Reactions   • Dupixent [Dupilumab]      Caused eye infection   • A-Cillin Rash     Penicillin     No current facility-administered medications for this encounter.     Current Outpatient Prescriptions:   •  tobramycin-dexamethasone (TOBRADEX) ophthalmic solution, Administer 1 drop into the right eye 4 times a day for 21 days. Begin drops after surgery, Disp: 10 mL, Rfl: 1  ROS: No Chest Pain, No SOB, No Adverse Reaction to Anesthesia  Physical Exam:  There were no vitals taken for this visit.  Lungs:  Clear  Heart:  Regular    Eyes and Ocular Adnexa:  Age Related Nuclear Sclerotic Cataract    Not recorded        Pre-op Diagnosis     * Age-related nuclear cataract of left eye [H25.12]   Plan     Phaco/iol and implantation of lens    Electronically signed by: Matthew A Goldman, MD       \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106838563\",\n                    \"encounter_date\": \"2018-10-09\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"H&P - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142963274460452735671727718137890.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"H&amp;P reviewed. The patient was examined and there are no changes to the H&amp;P.  \",\n                    \"chart_hash\": \"4c13784e98bc56c7a44ccb9d76ebd9313d70e579\",\n                    \"patient_hash\": \"e431212cd427d1d0ae279545e28bd330669530c1\",\n                    \"encounter_id\": \"106518811\",\n                    \"encounter_date\": \"2018-09-26\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"Interval H&P Note - IP\"\n                }\n            },\n            {\n                \"_index\": \"notes-atopic-derm-patients-dubi-redacted\",\n                \"_type\": \"_doc\",\n                \"_id\": \"49613628940256332408090142632350360146344754787607642146.0\",\n                \"_score\": 1,\n                \"_source\": {\n                    \"content\": \"SUBJECTIVE:    HPI:  35 y.o.male who presents for evaluation of chronic diarrhea.  He has never had a colonoscopy before.    Past Medical History:   Diagnosis Date   • Dermatitis      History reviewed. No pertinent surgical history.  No Known Allergies  Social History     Tobacco Use   • Smoking status: Never Smoker   • Smokeless tobacco: Never Used   Substance Use Topics   • Alcohol use: Yes     Comment: social   • Drug use: No     Family History   Problem Relation Age of Onset   • Colon cancer Neg Hx      Prior to Admission medications    Medication Sig Start Date End Date Taking? Authorizing Provider   dupilumab (Dupixent) 300 mg/2 mL syringe Inject 1 Syringe (300 mg total) under the skin every 14 (fourteen) days. 2/19/20  Yes Charles E. Greeson, MD       OBJECTIVE:  Vitals:    11/06/20 1020   BP: 140/90   Pulse: 91   Resp: 20   Temp: 97.2 °F (36.2 °C)   TempSrc: Temporal   SpO2: 98%       PE:  General: NAD  CVS: RRR, no m/r/g  PULM: CTAB, no wheezes  ABD: soft, nontender, nondistended    ASSESSMENT/PLAN:    Proceed with colonoscopy.      \",\n                    \"chart_hash\": \"41280872708730d80ed48314782a9ea5cac87ec7\",\n                    \"patient_hash\": \"c919c71c6325841c03a34ae45436ccba6212765e\",\n                    \"encounter_id\": \"115687263\",\n                    \"encounter_date\": \"2020-11-06\",\n                    \"practice_id\": \"SMC002\",\n                    \"note_type\": \"H&P - IP\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"750be546-6b22-4f5d-af7f-ccc94050c5d5"},{"name":"Search by chart_hash","id":"c1181004-4060-46a6-a661-4f17b8a15e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"query\": {\n        \"bool\":{\n            \"must\":[\n                {\"match\": {\"chart_hash\": \"65de7f72e67efcf105206931a5b7db56e6bb608a\"}}\n            ]\n      }\n    }\n}\n  ","options":{"raw":{"language":"json"}}},"url":"https://chart-notes.healthjump.com/_search","description":"<p>The AND/OR/NOT operators can be used to fine tune our search queries in order to provide more relevant or specific results. This is implemented in the search API as a bool query. The bool query accepts a: </p>\n<p>must parameter (equivalent to AND)\nmust_not parameter (equivalent to NOT)\nshould parameter (equivalent to OR). </p>\n<p>For example, if I want to search for a document with the note type like \"patient\" AND the document ID 110983035:</p>\n","urlObject":{"protocol":"https","path":["_search"],"host":["chart-notes","healthjump","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1181004-4060-46a6-a661-4f17b8a15e2d"}],"event":[{"listen":"prerequest","script":{"id":"f61aa8ff-d901-4490-b8a9-e38e1575cbdd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"baa10b7a-5b12-434f-b46f-6053a93e789d","type":"text/javascript","exec":[""]}}]}