{"id":3096,"date":"2022-08-08T15:06:46","date_gmt":"2022-08-08T21:06:46","guid":{"rendered":"https:\/\/dev.pirg-test.com\/colorado\/?post_type=resource&#038;p=3096"},"modified":"2022-11-02T08:12:12","modified_gmt":"2022-11-02T14:12:12","slug":"health-professional-action-network","status":"publish","type":"resource","link":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/","title":{"rendered":"Health Professional Action Network"},"featured_media":41196,"template":"","meta":{"_acf_changed":false,"_yoast_wpseo_meta-robots-noindex":false,"_yoast_wpseo_meta-robots-nofollow":false,"_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":""},"campaign_tax":[177],"display_option":[],"issue_tax":[],"resource_type":[92],"region_tax":[],"state":[2],"topic_tax":[149,150,148],"class_list":["post-3096","resource","type-resource","status-publish","hentry"],"acf":{"details":{"helper_taxonomies":{"topics":[148,149,150],"collection":false,"press_type":false,"person_type":false,"resource_type":92,"event_type":false,"campaigns":177,"department":false,"level":false,"states":[2],"act_option":false,"display_option":false,"primary":{"topic":149}},"subtitle":"","excerpt":"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.","featured_image":41196,"caption_override":"","updated_on":null,"sidebar_action":"","related_event":"","hide_hero_image":false,"location":"internal","external_link":{"publication_name":"","url":""},"file":null,"sidebar_action_query_string":""},"helper_people_group":{"title":"Authors","entities":null},"helper_downloads":{"title":"Downloads","files":null},"page_layout":[{"acf_fc_layout":"layout_wysiwyg","_acfe_flexible_toggle":"","component_wysiwyg":{"content":"Health professionals are on the front lines of the antibiotic resistance crisis, seeing patients with infections that were once easily treatable turn into dangerous and sometimes deadly illnesses. That\u2019s why more than 50,000 of them have joined our campaign to raise the alarm about this public health threat.\r\n\r\nThe Health Professional Action Network is a group of physicians and health experts who are trained and ready to be our voice in the media, in state capitols, and wherever we need to counter misleading claims or advocate for new solutions. By utilizing their expertise, we are encouraging influential stakeholders to adopt better antibiotic stewardship practices to protect public health and preserve these life-saving medicines. Already, the Health Professional Action Network has made a difference in advocating for strong state legislation and actions from major food producers.","":null}},{"acf_fc_layout":"layout_embed","_acfe_flexible_toggle":"","component_embed":{"width":"wide","type":"code","title":"","code":"<!-- MyList Styles -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/grfx.dev.tpin-test.com\/wpfiles\/mylist-player\/css\/mylist-player.css\" \/>\r\n\r\n <!-- MYLIST PLAYER HTML START -->\r\n<br\/>\r\n        <div id=\"player-container1\" class=\"player-container\">\r\n            <!-- THE YOUTUBE PLAYER -->\r\n            <div class=\"mlvp-container\">\r\n                <div id=\"vid_frame1\"><\/div>\r\n            <\/div>\r\n            <!-- LEFT AND RIGHT ARROWS -->\r\n            <div class=\"mlvp-arrows\">\r\n                <div class=\"mlvp-arrow-left\"><i class=\"demo-icon icon-left-open\" style=\"font-family: 'fontello' !important; font-weight:bold; \">&lt;<\/i><\/div>\r\n                <div class=\"mlvp-arrow-right\"><i class=\"demo-icon icon-right-open\" style=\"font-family: 'fontello' !important; font-weight: bold;\">&gt;<\/i><\/div>\r\n            <\/div>\r\n            <!-- THE PLAYLIST -->\r\n            <div class=\"mlvp-list-container\">\r\n                <div class=\"mlvp-list noselect\" ><\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <!-- MYLIST LIST PLAYER HTML END -->\r\n\r\n<!-- MyList PLAYER SETTINGS -->\r\n<script type=\"text\/javascript\">\r\n\tvar playListID = [\"PLPk5rDGF7n712r3UWpiXVozB2pynFohca\"];\r\n\tvar apiKey = \"AIzaSyC4BM18cFHm2uE0jISuiSOQv0-dV9kU0_M\"; \r\n\tvar autoPlayNext = 1; \r\n\tvar showPlayerControls = 1; \r\n\tvar showVideoInfo = 1; \r\n\tvar showRelatedVideos = 0; \r\n\tvar showTitlesInList = 1; \r\n<\/script>\r\n\r\n\r\n<!-- MyList Javascript -->\r\n<script src=\"https:\/\/grfx.dev.tpin-test.com\/wpfiles\/mylist-player\/js\/mylist-player.js?dsk\"><\/script>\r\n<script>\r\n(function(win) {\r\n    'use strict';\r\n    \r\n    var listeners = [], \r\n    doc = win.document, \r\n    MutationObserver = win.MutationObserver || win.WebKitMutationObserver,\r\n    observer;\r\n    \r\n    function ready(selector, fn) {\r\n        \/\/ Store the selector and callback to be monitored\r\n        listeners.push({\r\n            selector: selector,\r\n            fn: fn\r\n        });\r\n        if (!observer) {\r\n            \/\/ Watch for changes in the document\r\n            observer = new MutationObserver(check);\r\n            observer.observe(doc.documentElement, {\r\n                childList: true,\r\n                subtree: true\r\n            });\r\n        }\r\n        \/\/ Check if the element is currently in the DOM\r\n        check();\r\n    }\r\n        \r\n    function check() {\r\n        \/\/ Check the DOM for elements matching a stored selector\r\n        for (var i = 0, len = listeners.length, listener, elements; i < len; i++) {\r\n            listener = listeners[i];\r\n            \/\/ Query for elements matching the specified selector\r\n            elements = doc.querySelectorAll(listener.selector);\r\n            for (var j = 0, jLen = elements.length, element; j < jLen; j++) {\r\n                element = elements[j];\r\n                \/\/ Make sure the callback isn't invoked with the \r\n                \/\/ same element more than once\r\n                if (!element.ready) {\r\n                    element.ready = true;\r\n                    \/\/ Invoke the callback with the element\r\n                    listener.fn.call(element, element);\r\n                }\r\n            }\r\n        }\r\n    }\r\n\r\n    \/\/ Expose `ready`\r\n    win.ready = ready;\r\n            \r\n})(this);\r\nready('.mlvp-list .desc', function(element) {\r\nvar indexNum = jQuery( \".mlvp-list .desc\" ).index( this ) + 1;\r\njQuery(this).append(\" (\" + indexNum + \" of \" + document.querySelectorAll('.desc').length + \")\");\r\n});\r\n<\/script>","media":null,"caption":""}},{"acf_fc_layout":"layout_wysiwyg","_acfe_flexible_toggle":"","component_wysiwyg":{"content":"We\u2019ve interviewed health professionals from across the country to discuss antibiotic resistance and the need to reduce antibiotic use in human and veterinary medicine.","":null}},{"acf_fc_layout":"layout_wysiwyg","_acfe_flexible_toggle":"","component_wysiwyg":{"content":"[caption id=\"attachment_41197\" align=\"alignnone\" width=\"1600\"]<img class=\"wp-image-41197 size-full\" src=\"https:\/\/dev.pirg-test.com\/wp-content\/uploads\/2022\/08\/hpan-wide.jpg\" alt=\"HPAN group\" width=\"1600\" height=\"480\" \/> Infectious disease specialist and HPAN member, Dr. Sujit Suchindran, gives our citizen outreach team in Massachusetts a briefing on the urgency of antibiotic resistance and its link to factory farms.[\/caption]","":null}},{"acf_fc_layout":"layout_wysiwyg","_acfe_flexible_toggle":"","component_wysiwyg":{"content":"<h2>Join the Health Professional Action Network.<\/h2>\r\nIf you're a medial professional, please join our network. We can\u2019t afford to the lose the foundations of modern medicine. Use your unique expertise to help make a meaningful impact in the promotion of responsible antibiotic use in livestock and other solutions to address antibiotic resistance. <a href=\"https:\/\/uspirg.webaction.org\/p\/salsa\/web\/questionnaire\/public\/?questionnaire_KEY=112\">Sign up to join the network.<\/a>","":null}},{"acf_fc_layout":"layout_featured_action","_acfe_flexible_toggle":"","component_featured_action":{"action":"","action_query_string":""}}],"site_specific_content":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Health Professional Action Network<\/title>\n<meta name=\"description\" content=\"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Health Professional Action Network\" \/>\n<meta property=\"og:description\" content=\"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/\" \/>\n<meta property=\"og:site_name\" content=\"CoPIRG\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-02T14:12:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.pirg-test.com\/colorado\/wp-content\/uploads\/2022\/08\/hpan.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1999\" \/>\n\t<meta property=\"og:image:height\" content=\"887\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/\",\n\t            \"url\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/\",\n\t            \"name\": \"Health Professional Action Network\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/dev.tpin-test.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/hpan.jpg\",\n\t            \"datePublished\": \"2022-08-08T21:06:46+00:00\",\n\t            \"dateModified\": \"2022-11-02T14:12:12+00:00\",\n\t            \"description\": \"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/dev.tpin-test.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/hpan.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/dev.tpin-test.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/hpan.jpg\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/resources\\\/health-professional-action-network\\\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Health Professional Action Network\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/\",\n\t            \"name\": \"CoPIRG\",\n\t            \"description\": \"\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/dev.pirg-test.com\\\/colorado\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Health Professional Action Network","description":"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.","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:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/","og_locale":"en_US","og_type":"article","og_title":"Health Professional Action Network","og_description":"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.","og_url":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/","og_site_name":"CoPIRG","article_modified_time":"2022-11-02T14:12:12+00:00","og_image":[{"width":1999,"height":887,"url":"https:\/\/dev.pirg-test.com\/colorado\/wp-content\/uploads\/2022\/08\/hpan.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/","url":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/","name":"Health Professional Action Network","isPartOf":{"@id":"https:\/\/dev.pirg-test.com\/colorado\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/#primaryimage"},"image":{"@id":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.tpin-test.com\/wp-content\/uploads\/2022\/08\/hpan.jpg","datePublished":"2022-08-08T21:06:46+00:00","dateModified":"2022-11-02T14:12:12+00:00","description":"Health professionals from across the country are sounding the alarm on antibiotic resistance and pushing for solutions, including reducing antibiotic use to produce meat.","breadcrumb":{"@id":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/#primaryimage","url":"https:\/\/dev.tpin-test.com\/wp-content\/uploads\/2022\/08\/hpan.jpg","contentUrl":"https:\/\/dev.tpin-test.com\/wp-content\/uploads\/2022\/08\/hpan.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.pirg-test.com\/colorado\/resources\/health-professional-action-network\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.pirg-test.com\/colorado\/"},{"@type":"ListItem","position":2,"name":"Health Professional Action Network"}]},{"@type":"WebSite","@id":"https:\/\/dev.pirg-test.com\/colorado\/#website","url":"https:\/\/dev.pirg-test.com\/colorado\/","name":"CoPIRG","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.pirg-test.com\/colorado\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"CoPIRG","distributor_original_site_url":"https:\/\/dev.pirg-test.com\/colorado","push-errors":false,"_links":{"self":[{"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/resource\/3096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/types\/resource"}],"version-history":[{"count":0,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/resource\/3096\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/media?parent=3096"}],"wp:term":[{"taxonomy":"campaign_tax","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/campaign_tax?post=3096"},{"taxonomy":"display_option","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/display_option?post=3096"},{"taxonomy":"issue_tax","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/issue_tax?post=3096"},{"taxonomy":"resource_type","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/resource_type?post=3096"},{"taxonomy":"region_tax","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/region_tax?post=3096"},{"taxonomy":"state","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/state?post=3096"},{"taxonomy":"topic_tax","embeddable":true,"href":"https:\/\/dev.pirg-test.com\/colorado\/wp-json\/wp\/v2\/topic_tax?post=3096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}