colorado-cancer-center / ecco

An interactive resource for exploring cancer data in Colorado
https://coe-ecco.org
Apache License 2.0
1 stars 2 forks source link

Adds HPV data #86

Closed falquaddoomi closed 3 months ago

falquaddoomi commented 3 months ago

This PR includes the following changes:

The data included the dump is a record of percentages of up-to-date HPV immunizations for teenagers per county, stratified by gender and for the most recent collection period: January 1st to June 30th, 2020. The data comes from the following website: https://cohealthviz.dphe.state.co.us/t/DCEED_Public/views/CountyRateMaps-Storyboard/CountyRateMapsCombined

To obtain the input data from that site:

  1. navigate to the "Teen Immunizations" tab on that page
  2. select the time period "January 1, 2020 - June 30, 2020"
  3. select the vaccine "Patients (Any Gender) UTD for HPV"
  4. Click the "Download Data" button in the bottom-right corner
  5. Repeat steps 3-4 for vaccines "Patients (Females Only) UTD for HPV" and "Patients (Males Only) UTD for HPV"
netlify[bot] commented 3 months ago

Deploy Preview for exploring-cancer-in-colorado ready!

Name Link
Latest commit 505052102ae4324802853f12beb04170ab28b811
Latest deploy log https://app.netlify.com/sites/exploring-cancer-in-colorado/deploys/66a05067453c86000890f38f
Deploy Preview https://deploy-preview-86--exploring-cancer-in-colorado.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vincerubinetti commented 3 months ago

It seems like the "measure category" dropdown continues to grow a lot. Could this be put under "screening & risk factors"? I had the same wonder about "radon exposure" (that one has 3 sub-measures, but that could be "spread", e.g. "Radon exposure (total tests)" "Radon exposure (total tests > 4 pCi/L)" etc.).

Perhaps there's a technical reason why that couldn't be done? If not, maybe we should ask the rest of the team how these measures should be organized into the hierarchy of measures.

falquaddoomi commented 3 months ago

It seems like the "measure category" dropdown continues to grow a lot. Could this be put under "screening & risk factors"? I had the same wonder about "radon exposure" (that one has 3 sub-measures, but that could be "spread", e.g. "Radon exposure (total tests)" "Radon exposure (total tests > 4 pCi/L)" etc.).

That's a good point. There's no technical reason that I can't add the HPV measure to the "Screening & Risk Factors" category, but the rest of the measures in that category come from CancerInFocus and I wonder if it'd be confusing to add measures that come from other data sources. I could imagine adding a "CDPHE" measure category and grouping all the things we get from them, e.g. the radon and HPV data. IMHO this question should ultimately be up to the domain experts, but if they don't have an opinion and it is becoming a usability issue we can look into reorganizing the measures and meanings of the categories.