Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add loader to get locations from Vaccinate the States #189

Closed
Mr0grog opened this issue Jun 8, 2021 · 2 comments
Closed

Add loader to get locations from Vaccinate the States #189

Mr0grog opened this issue Jun 8, 2021 · 2 comments
Labels
data source loader P3 Partner: Vaccines.gov Supporting or integrating with Vaccines.gov Partner: VtS Supporting or integrating with Vaccinate the States

Comments

@Mr0grog
Copy link
Collaborator

Mr0grog commented Jun 8, 2021

We should add a loader that gets locations and external IDs (“concordances” in Vaccinate the States’s terminology) from Vaccinate the States. See documentation here: https://docs.vaccinatethestates.com/docs

Their location entries are GEOJSON and look like:

{
  "type": "Feature",
  "id": "recJlvDofc96TF0Eh",
  "properties": {
    "name": "CVS Pharmacy, Inc. #09665",
    "state": "CA",
    "location_type": "Pharmacy",
    "phone_number": "(323) 478-8310",
    "full_address": "5944 N Figueroa St, Los Angeles, CA 90042",
    "city": null,
    "county": "Los Angeles",
    "zip_code": null,
    "hours": {
      "unstructured": "Monday: 08:00AM-09:00PM\nTuesday: 08:00AM-09:00PM\nWednesday: 08:00AM-09:00PM\nThursday: 08:00AM-09:00PM\nFriday: 08:00AM-09:00PM\nSaturday: 09:00AM-06:00PM\nSunday: 10:00AM-06:00PM"
    },
    "website": "https://www.cvs.com/store-locator/details-directions/009665",
    "vaccines_offered": [
      "Pfizer"
    ],
    "concordances": [
      "cvs:09665",
      "vaccinefinder:a91612d0-bf7a-4ffc-a1e7-f595407b209c"
    ],
    "last_verified_by_vts": "2021-05-12T00:25:42.567429+00:00",
    "vts_url": "https://www.vaccinatethestates.com/?lng=-118.18915&lat=34.11106#recJlvDofc96TF0Eh"
  },
  "geometry": {
    "type": "Point",
    "coordinates": [
      -118.18915,
      34.11106
    ]
  }
}
@Mr0grog Mr0grog added the P3 label Jun 8, 2021
@Mr0grog Mr0grog added Partner: VtS Supporting or integrating with Vaccinate the States Partner: Vaccines.gov Supporting or integrating with Vaccines.gov labels Jun 16, 2021
@Mr0grog
Copy link
Collaborator Author

Mr0grog commented Jun 16, 2021

This should also help with vaccines.gov, since VtS’s concordances include vaccines.gov/vaccinefinder.org IDs.

@Mr0grog
Copy link
Collaborator Author

Mr0grog commented Jan 26, 2022

@astonm covered a huge chunk of this in #304, and I’m not sure further work on this is particularly worthwhile now. Closing.

@Mr0grog Mr0grog closed this as completed Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data source loader P3 Partner: Vaccines.gov Supporting or integrating with Vaccines.gov Partner: VtS Supporting or integrating with Vaccinate the States
Projects
None yet
Development

No branches or pull requests

1 participant