Health Professional Shortage Areas (HPSA)
收藏DataCite Commons2025-05-11 更新2025-05-17 收录
下载链接:
https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/ALW9SJ
下载链接
链接失效反馈官方服务:
资源简介:
<h3 class="post-title entry-title" itemprop="name"> analyze health professional shortage areas (hpsa) with r </h3> a health professional shortage area (hpsa) is a geographic area, population group, or health care facility that has been designated by the united states government as having an insufficient supply of medical providers, based on certain provider-to-population ratios. primary care physician shortage areas are usually defined as any geography with fewer than one general practitioner
for every 3,500 residents. dental and mental health shortage areas have fewer than one dentist or mental health professional per 5,000 and 30,000 residents, respectively. states and locales have some financial incentives to receive this designation:
<a href="http://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HPSAPSAPhysicianBonuses/index.html?redirect=/HPSAPSAPhysicianBonuses/">medicare bonuses</a>, <a href="http://nhsc.hrsa.gov/">loan repayment</a>, etc. the united states <a href="http://www.hrsa.gov/">health resources and services administration (hrsa)</a> holds the key to this data castle.<br /> <br /> to quickly understand exactly what's possible with this microdata, look at <a href="http://ersrs.hrsa.gov/ReportServer/Pages/
ReportViewer.aspx?/HGDW_Reports/BCD_HPSA/BCD_HPSA_SCR50_Smry&amp;rs:Format=HTML4.0">hrsa's nationwide statistics table</a>. alright, you got me, this isn't a complex sample survey. but hey, merge it onto other survey data sets. what's that? other data sets don't have <a href="http://www.census.gov/geo/www/cen_tract.html">census tract</a>- or <a href="http://en.wikipedia.org/wiki/Minor_civil_division">minor civil division</a>-level identifiers? perhaps not in their public use files, but
<a href="http://www.census.gov/sdc/">visit</a> <a href="http://www.cdc.gov/rdc/">the</a> <a href="http://www.bls.gov/bls/blsresda.htm">data</a> <a href="http://meps.ahrq.gov/data_stats/onsite_datacenter.jsp">centers</a> and you might find the geocodes you seek. this new github repository contains three scripts:<br /> <br /> <b>download current hpsa table.R</b><br /> <ul> <li>download <a href="http://datawarehouse.hrsa.gov/HPSADownload.aspx">the zipped health professional shortage areas file</
a> directly onto your computer</li> <li>load the <a href="http://bhpr.hrsa.gov/shortage/hpsas/designationcriteria/primarycarehpsaoverview.html">primary care physician</a>, <a href="http://bhpr.hrsa.gov/shortage/hpsas/designationcriteria/dentalhpsaoverview.html">dental</a>, and <a href="http://bhpr.hrsa.gov/shortage/hpsas/designationcriteria/mentalhealthhpsaoverview.html">mental health</a> shortage area <a href="http://stat.ethz.ch/R-manual/R-devel/library/utils/html/read.table.html">tables into
r</a></li> <li><a href="http://stat.ethz.ch/R-manual/R-patched/library/base/html/save.html">save</a> each file as an r data file (.rda) for fast loading later</li> </ul> <b> </b><br /> <b>identify point-in-time geographic hpsas.R</b><br /> <ul> <li>limit the primary care physician hpsa data to only records <a href="http://bhpr.hrsa.gov/shortage/hpsas/designationcriteria/designationcriteria.html">actively designated</a> on the date specified</li> <li>further limit the data to only geographic a
reas (and possibly certain population groups)</li> <li>if included: create flags for each of the major population groups</li> <li>extract and save county-, minor civil division-, and census tract-level records from this original file </li> </ul> <br /> <b>replicate hrsa nationwide statistics.R</b><br /> <ul> <li><a href="https://stat.ethz.ch/pipermail/r-help/2009-March/190119.html">excel_round</a>, <a href="http://stat.ethz.ch/R-manual/R-devel/library/base/html/Round.html">floor</a>, and <a href
="http://www.ats.ucla.edu/stat/r/faq/subset_R.htm">subset</a> as specified during conversations with <a href="http://www.hrsa.gov/about/contact/">the friendly folks at hrsa</a></li> <li>precisely match all five numbers in the top row of <a href="http://ersrs.hrsa.gov/ReportServer/Pages/ReportViewer.aspx?/HGDW_Reports/BCD_HPSA/BCD_HPSA_SCR50_Smry&amp;rs:Format=HTML4.0">hrsa's current designation statistics table</a></li> </ul> <br /> <br /> <a href="https://github.com/ajdamico/usgsd/tree/master/H
ealth%20Professional%20Shortage%20Areas">click here to view these three scripts
</a><br /> <br /> <br /> <br /> for more detail about health professional shortage areas, visit:<br /> <ul> <li><a href="http://bhpr.hrsa.gov/shortage/hpsas/index.html">the shortage area homepage</a></li> <li><a href="http://datawarehouse.hrsa.gov/hpsadetail.aspx">the hrsa data warehouse</a></li> </ul> <br /> notes:<br /> <br /> depending on your goals and motivations, the cartography tools at <a href="http://www.hrsa.gov/data-statistics/">hrsa's data n statistics pages</a> might have all you re
ally want. loading the microdata into r is for the tinkerers among us.
<br /> <br /> for a mapping between minor civil divisions and other geographies, check out <a href="http://mcdc.missouri.edu/websas/geocorr12.html">the missouri census data center's geocorr12</a>. depending on what geographies you have available in the data set you're merging hpsa data to, you'll have to make some decisions about what to do when one minor civil division overlaps two or more, say, <a href="https://www.google.com/search?q=zip+code+tabulation+area">zip code tabulation areas</a>.
geocorr12 provides an `afact` column, which is just the percent of the population of the geography you're mapping
<i>from</i> that lives in the geography you're mapping <i>to</i>. woo hoo.<br /> <br /> <br /> confidential to sas, spss, stata, and sudaan users: why run a three-legged race when you can sprint like an olympian? time to transition to r. :D
提供机构:
Harvard Dataverse创建时间:
2019-02-13



