{"id":36689,"date":"2026-04-24T11:25:19","date_gmt":"2026-04-24T05:55:19","guid":{"rendered":"https:\/\/atsixty.com\/?p=36689"},"modified":"2026-04-25T12:11:04","modified_gmt":"2026-04-25T06:41:04","slug":"pulmonary-hypertension","status":"publish","type":"post","link":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/","title":{"rendered":"Pulmonary Hypertension"},"content":{"rendered":"\n\n\n<div id=\"atsq\">\n\n<style>\n#atsq{font-family:system-ui;max-width:720px;margin:20px auto}\n.nav{display:flex;justify-content:center;gap:4px;overflow-x:auto;padding:8px 0}\n.chip{min-width:26px;height:26px;border-radius:50%;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.7rem;cursor:pointer}\n.chip.correct{background:#dcfce7}\n.chip.wrong{background:#fee2e2}\n.card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px;margin:12px 0}\n.opt{padding:10px;border:1px solid #e2e8f0;border-radius:8px;margin:6px 0;cursor:pointer}\n.opt.correct{background:#ecfdf5}\n.opt.wrong{background:#fef2f2}\n.opt.dim{opacity:.35}\n.exp{display:none;margin-top:10px;padding:10px;background:#f1f5f9;border-left:3px solid #2563eb}\n.score{text-align:center;margin-top:20px}\n<\/style>\n\n<div style=\"text-align:center;font-weight:700;font-size:1.2rem\">Pulmonary Hypertension Drugs<\/div>\n\n<div class=\"nav\" id=\"nav\"><\/div>\n<div id=\"body\"><\/div>\n\n<button onclick=\"finish()\" style=\"width:100%;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:8px\">Submit<\/button>\n<div class=\"score\" id=\"score\"><\/div>\n\n<script>\n(function(){\n\nconst Q=[\n\n{\nq:\"A patient with pulmonary arterial hypertension is started on sildenafil. Which intracellular change is primarily responsible for its therapeutic effect?\",\no:[\n\"Increased degradation of cGMP\",\n\"Increased intracellular cGMP with reduced calcium\",\n\"Inhibition of adenylate cyclase\",\n\"Increased endothelin release\"\n],\na:1,\ne:\"PDE-5 inhibition prevents cGMP breakdown \u2192 \u2191 cGMP \u2192 \u2193 Ca \u2192 vasodilation.\"\n},\n\n{\nq:\"Which drug directly stimulates soluble guanylate cyclase independent of nitric oxide availability?\",\no:[\n\"Sildenafil\",\n\"Riociguat\",\n\"Bosentan\",\n\"Iloprost\"\n],\na:1,\ne:\"Riociguat directly stimulates sGC even without NO, increasing cGMP.\"\n},\n\n{\nq:\"Concurrent use of sildenafil and nitrates is contraindicated primarily due to:\",\no:[\n\"Severe pulmonary vasoconstriction\",\n\"Excessive hypotension from synergistic cGMP elevation\",\n\"Reduced drug absorption\",\n\"Increased hepatic metabolism\"\n],\na:1,\ne:\"Both increase cGMP \u2192 profound vasodilation \u2192 life-threatening hypotension.\"\n},\n\n{\nq:\"Which prostacyclin analogue requires continuous IV infusion due to extremely short half-life?\",\no:[\n\"Treprostinil\",\n\"Iloprost\",\n\"Epoprostenol\",\n\"Selexipag\"\n],\na:2,\ne:\"Epoprostenol has very short half-life \u2192 requires continuous infusion pump.\"\n},\n\n{\nq:\"The vasodilatory effect of prostacyclin analogues is mediated via:\",\no:[\n\"cGMP\u2013PKG pathway\",\n\"cAMP\u2013PKA pathway\",\n\"Calcium channel blockade\",\n\"Endothelin receptor inhibition\"\n],\na:1,\ne:\"Prostacyclin \u2192 \u2191 cAMP \u2192 activates PKA \u2192 \u2193 Ca \u2192 vasodilation.\"\n},\n\n{\nq:\"Which endothelin receptor antagonist is selective for ET-A receptor?\",\no:[\n\"Bosentan\",\n\"Macitentan\",\n\"Ambrisentan\",\n\"Riociguat\"\n],\na:2,\ne:\"Ambrisentan selectively blocks ET-A; others block both ET-A and ET-B.\"\n},\n\n{\nq:\"A patient with PAH is found negative on vasoreactivity testing. What is the implication for calcium channel blocker therapy?\",\no:[\n\"Start high-dose therapy\",\n\"Use only short-acting CCBs\",\n\"Avoid CCBs due to risk of hypotension\",\n\"Use in combination with PDE-5 inhibitors\"\n],\na:2,\ne:\"CCBs only for responders. Non-responders \u2192 hypotension and risk of death.\"\n},\n\n{\nq:\"Which adverse effect is specifically associated with sildenafil due to PDE-6 inhibition?\",\no:[\n\"Peripheral edema\",\n\"Blue-tinted vision\",\n\"Dry cough\",\n\"Severe constipation\"\n],\na:1,\ne:\"Visual disturbances (blue vision) due to retinal PDE-6 inhibition.\"\n},\n\n{\nq:\"Which pathway is targeted by both PDE-5 inhibitors and sGC stimulators?\",\no:[\n\"Endothelin pathway\",\n\"Prostacyclin pathway\",\n\"NO\u2013cGMP pathway\",\n\"Calcium influx pathway\"\n],\na:2,\ne:\"Both enhance NO\u2013cGMP signaling \u2192 vasodilation.\"\n},\n\n{\nq:\"Why is selexipag considered distinct among prostacyclin pathway drugs?\",\no:[\n\"It inhibits prostacyclin synthesis\",\n\"It directly blocks endothelin receptors\",\n\"It is a selective IP receptor agonist\",\n\"It acts via calcium channel blockade\"\n],\na:2,\ne:\"Selexipag selectively stimulates IP receptor unlike other prostacyclin analogues.\"\n}\n\n];\n\n\/* SHUFFLE *\/\nfunction shuffle(arr){\nfor(let i=arr.length-1;i>0;i--){\nlet j=Math.floor(Math.random()*(i+1));\n[arr[i],arr[j]]=[arr[j],arr[i]];\n}\nreturn arr;\n}\n\nshuffle(Q);\n\nQ.forEach(q=>{\nlet opts=q.o.map((t,i)=>({t,correct:i===q.a}));\nshuffle(opts);\nq.o=opts.map(x=>x.t);\nq.a=opts.findIndex(x=>x.correct);\n});\n\n\/* ENGINE *\/\n\nlet ans={},score=0;\n\nconst body=document.getElementById(\"body\");\nconst nav=document.getElementById(\"nav\");\n\nQ.forEach((item,i)=>{\n\nlet chip=document.createElement(\"div\");\nchip.className=\"chip\";chip.innerText=i+1;\nnav.appendChild(chip);\n\nlet card=document.createElement(\"div\");\ncard.className=\"card\";card.id=\"q\"+i;\n\nlet q=document.createElement(\"div\");\nq.innerHTML=\"<b>\"+(i+1)+\".<\/b> \"+item.q;\ncard.appendChild(q);\n\nitem.o.forEach((op,idx)=>{\nlet d=document.createElement(\"div\");\nd.className=\"opt\";d.innerText=op;\n\nd.onclick=()=>{\nif(ans[i]!=null)return;\nans[i]=idx;\n\nif(idx===item.a){\nscore+=4;\nchip.classList.add(\"correct\");\nd.classList.add(\"correct\");\n}else{\nscore-=1;\nchip.classList.add(\"wrong\");\nd.classList.add(\"wrong\");\n}\n\n[...card.querySelectorAll(\".opt\")].forEach((el,j)=>{\nif(j===item.a)el.classList.add(\"correct\");\nif(j!==idx && j!==item.a)el.classList.add(\"dim\");\n});\n\nexp.style.display=\"block\";\n};\n\ncard.appendChild(d);\n});\n\nlet exp=document.createElement(\"div\");\nexp.className=\"exp\";\nexp.innerText=item.e;\ncard.appendChild(exp);\n\nbody.appendChild(card);\n\n});\n\nwindow.finish=function(){\n\nlet total=Q.length;\nlet correct=0, wrong=0;\n\nfor(let i in ans){\nif(ans[i]===Q[i].a) correct++;\nelse wrong++;\n}\n\nlet skipped=total-Object.keys(ans).length;\nlet net=(correct*4)-wrong;\nlet full=total*4;\n\nlet percent=Math.max(0,Math.round((net\/full)*100));\n\ndocument.getElementById(\"score\").innerHTML=\n`<b>${net}\/${full}<\/b><br>${percent}%<br><br>\n\ud83d\udfe2 ${correct} \ud83d\udd34 ${wrong} \u26aa ${skipped}`;\n};\n\n})();\n<\/script>\n\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Pulmonary Hypertension Drugs Submit<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[24],"tags":[],"class_list":["post-36689","post","type-post","status-publish","format-standard","hentry","category-neet-pg"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pulmonary Hypertension - atsixty<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pulmonary Hypertension - atsixty\" \/>\n<meta property=\"og:description\" content=\"Pulmonary Hypertension Drugs Submit\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/\" \/>\n<meta property=\"og:site_name\" content=\"atsixty\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-24T05:55:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-25T06:41:04+00:00\" \/>\n<meta name=\"author\" content=\"Avi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Avi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/\"},\"author\":{\"name\":\"Avi\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"headline\":\"Pulmonary Hypertension\",\"datePublished\":\"2026-04-24T05:55:19+00:00\",\"dateModified\":\"2026-04-25T06:41:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/\"},\"wordCount\":6,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"articleSection\":[\"NEET PG\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/\",\"url\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/\",\"name\":\"Pulmonary Hypertension - atsixty\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#website\"},\"datePublished\":\"2026-04-24T05:55:19+00:00\",\"dateModified\":\"2026-04-25T06:41:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/24\\\/pulmonary-hypertension\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/atsixty.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pulmonary Hypertension\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/#website\",\"url\":\"https:\\\/\\\/atsixty.com\\\/\",\"name\":\"At Sixty\",\"description\":\"The Option Taken\",\"publisher\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/atsixty.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\",\"name\":\"Avi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\",\"url\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\",\"contentUrl\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\",\"width\":200,\"height\":200,\"caption\":\"Avi\"},\"logo\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\"},\"sameAs\":[\"https:\\\/\\\/atsixty.com\"],\"url\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/author\\\/avinaux\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pulmonary Hypertension - atsixty","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/","og_locale":"en_US","og_type":"article","og_title":"Pulmonary Hypertension - atsixty","og_description":"Pulmonary Hypertension Drugs Submit","og_url":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/","og_site_name":"atsixty","article_published_time":"2026-04-24T05:55:19+00:00","article_modified_time":"2026-04-25T06:41:04+00:00","author":"Avi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Avi","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/#article","isPartOf":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/"},"author":{"name":"Avi","@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"headline":"Pulmonary Hypertension","datePublished":"2026-04-24T05:55:19+00:00","dateModified":"2026-04-25T06:41:04+00:00","mainEntityOfPage":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/"},"wordCount":6,"commentCount":0,"publisher":{"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"articleSection":["NEET PG"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/","url":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/","name":"Pulmonary Hypertension - atsixty","isPartOf":{"@id":"https:\/\/atsixty.com\/#website"},"datePublished":"2026-04-24T05:55:19+00:00","dateModified":"2026-04-25T06:41:04+00:00","breadcrumb":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/24\/pulmonary-hypertension\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/atsixty.com\/"},{"@type":"ListItem","position":2,"name":"Pulmonary Hypertension"}]},{"@type":"WebSite","@id":"https:\/\/atsixty.com\/#website","url":"https:\/\/atsixty.com\/","name":"At Sixty","description":"The Option Taken","publisher":{"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atsixty.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d","name":"Avi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png","url":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png","contentUrl":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png","width":200,"height":200,"caption":"Avi"},"logo":{"@id":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png"},"sameAs":["https:\/\/atsixty.com"],"url":"https:\/\/atsixty.com\/index.php\/author\/avinaux\/"}]}},"_links":{"self":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/comments?post=36689"}],"version-history":[{"count":2,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36689\/revisions"}],"predecessor-version":[{"id":36700,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36689\/revisions\/36700"}],"wp:attachment":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/media?parent=36689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/categories?post=36689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/tags?post=36689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}