{"id":2547,"date":"2024-01-16T01:47:21","date_gmt":"2024-01-15T23:47:21","guid":{"rendered":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/?p=2547"},"modified":"2024-01-16T01:47:21","modified_gmt":"2024-01-15T23:47:21","slug":"propofol","status":"publish","type":"post","link":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/propofol\/","title":{"rendered":"Propofol"},"content":{"rendered":"<p style=\"text-align: center; font-size: 24px; font-family: sans-serif;\"><strong>Propofol In Dogs &amp; Cats: Uses, Dosage and Side Effects<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2550 size-full\" src=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2024\/01\/Propofol.jpg\" alt=\"Propofol In Dogs &amp; Cats: Uses, Dosage and Side Effects\" width=\"800\" height=\"480\" srcset=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2024\/01\/Propofol.jpg 800w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2024\/01\/Propofol-300x180.jpg 300w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2024\/01\/Propofol-768x461.jpg 768w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2024\/01\/Propofol-696x418.jpg 696w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2024\/01\/Propofol-700x420.jpg 700w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/p>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Overview<\/strong><\/h2>\n<ul>\n<li>The mechanism of action is not fully understood but it is thought to involve modulation of the inhibitory activity of GABA at GABAA receptors<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Uses of Propofol<\/strong><\/h2>\n<ul>\n<li>Induction of anaesthesia and maintenance of anaesthesia using intermittent boluses or a continuous rate infusion.<\/li>\n<\/ul>\n<div class='code-block code-block-12' style='margin: 8px auto; text-align: center; display: block; clear: both;'>\n<a target=\"_blank\" href=\"https:\/\/www.vet-ebooks.com\/premium-memberships\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-17003\" src=\"https:\/\/www.vet-ebooks.com\/wp-content\/uploads\/2024\/10\/veterinary-books-1.jpg\" width=\"480\" height=\"98\"  alt=\"Vet Books\"\/><\/a><\/div>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Dose of Propofol in Dogs and Cats<\/strong><\/h2>\n<p><strong>Dogs:<\/strong><\/p>\n<ul>\n<li><strong>Unpremedicated<\/strong>: 6\u20137 mg\/kg i.v.;<strong> premedicated<\/strong> 1\u20134 mg\/kg i.v. Continuous rate infusion for sedation or maintenance of anaesthesia: 0.1\u20130.4 mg\/kg\/min.<\/li>\n<li>Lower doses are required when propofol is combined with other drugs for the maintenance of anaesthesia.<\/li>\n<\/ul>\n<p><strong>Cats:<\/strong><\/p>\n<ul>\n<li><strong>Unpremedicated<\/strong>: 8 mg\/kg i.v.; <strong>premedicated<\/strong> 2\u20135 mg\/kg i.v. Continuous rate infusion for maintenance of anaesthesia is likely to result in a prolonged recovery in cats, doses of 0.1\u20130.4 mg\/kg\/min are appropriate depending on other agents given in combination.<\/li>\n<\/ul>\n<div class='code-block code-block-2' style='margin: 8px auto 8px 0; text-align: left; display: block; clear: both;'>\n <html>\n  <head>\n    <style>\n    \n \n      #calculator {\n        width: 100%;\n        margin: auto;\n      }\n      \n      @media (max-width: 600px) {\n        #calculator {\n          width: 90%;\n        }\n      }\n      \n      #calculator23 {\n        display: block;\n        margin-bottom: 8px;\n        font-size: 14px;\nfont-family: sans-serif;font-weight:600;\n      }\n      \n      #calculator24{\n        width: 100%;\n        padding: 12px 20px;\n        margin: 8px 0;\n        box-sizing: border-box;\n        border: 2px solid #ccc;\n        border-radius: 4px;\n      }\n      \n      #calculator25 {\n        width: 100%;\n    background-color: #fabd14;\n    color: white;\n    padding: 11px 18px;\n    margin: 5px 0;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    font-size: 15px;\n    font-family: sans-serif;\n    font-weight: 600;\n}\n      }\n      \n      #result {\n        font-size: 18px;\n        font-weight: bold;\n      }\n    <\/style>\n  <\/head>\n  <body>\n  \n \n\n  <h2 style=\"border-bottom: 2px #fff7e6 solid;\" class=\"cd-section-title\"><span><strong>Drug Dosage Calculator<\/strong><\/span><\/h2>\n    <form id=\"calculator\">\n      <label id=\"calculator23\" for=\"weight\">Animal Weight (kg):<\/label>\n      <input type=\"text\" id=\"weight\" name=\"weight\" id=\"calculator24\">\n      <label for=\"dose\" id=\"calculator23\">Drug Dose (mg\/kg):<\/label>\n      <input type=\"text\" id=\"dose\" name=\"dose\" id=\"calculator24\">\n      <label for=\"concentration\" id=\"calculator23\">Drug Concentration (mg\/mL or mg\/tablet):<\/label>\n      <input type=\"text\" id=\"concentration\" name=\"concentration\" id=\"calculator24\">\n      <button type=\"button\" onclick=\"calculate()\" id=\"calculator25\">Calculate<\/button>\n    <\/form> \n    \n    <p style=\"\n    font-size: 13px;\n    font-weight: 600;\n    font-family: sans-serif;\n    background: #444;\n    padding: 5px;\n    border-radius: 5px;\n    color: #fff;\n\">You Should Give: <span id=\"result\"><\/span><\/p>\n\n\n    \n    <script>\n      function calculateDose(weight, dose, concentration) {\n        return (weight * dose \/ concentration).toFixed(2);\n      }\n      \n      function calculate() {\n        let weight = document.getElementById(\"weight\").value;\n        let dose = document.getElementById(\"dose\").value;\n        let concentration = document.getElementById(\"concentration\").value;\n        let result = calculateDose(weight, dose, concentration);\n        document.getElementById(\"result\").innerHTML = result + \" mL or tablet \";\n      }\n    <\/script>\n  <\/body>\n<\/html>\n<\/div>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Side Effects of Propofol in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>Rapid injection of large doses of propofol can lead to adverse effects such as apnea, cyanosis, bradycardia, and severe hypotension.<\/li>\n<li>These problems are less likely to occur when the injection is administered over a 30 to 60-second period.<\/li>\n<li>In dogs, immediate intravenous administration of propofol may result in muscle rigidity, paradoxical muscle movements, and tremors. These muscle movements do not respond to diazepam treatment, and additional doses of propofol can exacerbate the issue. However, the tremors and movements tend to subside over time without specific treatment.<\/li>\n<li>Some studies have suggested a potential association between repeated daily administration of the lipid preparation of propofol (for 5 days) and Heinz body anemia in cats. However, recent research findings have been conflicting on this matter.<\/li>\n<li>Propofol itself is not irritating to tissues, but patients may exhibit a pain reaction during intravenous injection. The exact mechanism causing this pain is still unknown.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Contraindications of Propofol in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>No information is available.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Some Notes:<\/strong><\/h2>\n<ul>\n<li>The use of a solution containing the benzyl alcohol preservative for continuous rate infusion is <strong>not recommended<\/strong> for maintaining anaesthesia due to the potential risk of toxicity from prolonged administration.<\/li>\n<li><strong>Intravenous injection of propofol<\/strong> leads to a rapid loss of consciousness as the highly lipophilic drug is taken up by the central nervous system (CNS).<\/li>\n<li>Propofol then quickly distributes to peripheral tissues, causing a decrease in CNS concentration. Without further doses, the patient will awaken.<\/li>\n<li><strong>In dogs<\/strong>, propofol is swiftly metabolized in the liver and potentially in other extrahepatic sites, although the clinical significance of extrahepatic metabolism in animals is uncertain and may vary by species. In contrast, cats experience a less rapid recovery due to the phenolic nature of the compound.<\/li>\n<li><strong>Propofol<\/strong> <strong>lacks analgesic properties<\/strong>, making it preferable for use in combination with other drugs to maintain anaesthesia. For instance, a continuous rate infusion of a potent opioid can be employed.<\/li>\n<li>Special attention is required when administering propofol to hypovolemic animals and those with compromised cardiopulmonary, hepatic, or renal function.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Propofol In Dogs &amp; Cats: Uses, Dosage and Side Effects Overview The mechanism of action is not fully understood but it is thought to involve modulation of the inhibitory activity of GABA at GABAA receptors Uses of Propofol Induction of anaesthesia and maintenance of anaesthesia using intermittent boluses or a continuous rate infusion. Dose of [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2550,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-2547","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-anesthesia"],"_links":{"self":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/2547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/comments?post=2547"}],"version-history":[{"count":0,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/2547\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media\/2550"}],"wp:attachment":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media?parent=2547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/categories?post=2547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/tags?post=2547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}