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

Consider changing the data model to match more closely with Vaccinate the States #49

Closed
Mr0grog opened this issue Apr 12, 2021 · 3 comments
Labels
Partner: VtS Supporting or integrating with Vaccinate the States question Further information is requested

Comments

@Mr0grog
Copy link
Collaborator

Mr0grog commented Apr 12, 2021

The current proposed model for Vaccinate the States isn’t totally dissimilar from ours, but also not entirely the same. We should look into whether we can move them closer together.

Vaccinate the States plan: https://docs.google.com/document/d/1qxABDlRep76llrXhgwdwA6Ji3Jub-MftRvustk12XHc/edit#

@Mr0grog Mr0grog added the question Further information is requested label Apr 12, 2021
@Mr0grog Mr0grog added the Partner: VtS Supporting or integrating with Vaccinate the States label Jun 16, 2021
@Mr0grog Mr0grog mentioned this issue Jun 16, 2021
6 tasks
@Mr0grog
Copy link
Collaborator Author

Mr0grog commented Jun 16, 2021

Current VtS API docs: https://docs.vaccinatethestates.com/

Locations are in GeoJSON format and currently look like:

{
  "type": "Feature",
  "id": "lgdtc",
  "properties": {
    "name": "APEX Pharmacy LLC",
    "state": "CO",
    "location_type": "Pharmacy",
    "phone_number": "678-7555601",
    "full_address": "12597 E Mississippi #300, Aurora, CO 80012",
    "city": "Aurora",
    "county": "Arapahoe",
    "zip_code": "80012",
    "hours": {
      "unstructured": "10:00 AM - 06:00 PM Mon-Fri, 10:00 AM - 01:00 PM Sat,  Sun"
    },
    "website": "https://healthmartcovidvaccine.com",
    "vaccines_offered": [
      "Johnson & Johnson"
    ],
    "concordances": [
      "vaccinefinder_org:a1b021da-fdca-46de-ad99-f17ec42e4feb",
      "vaccinespotter_org:141583861",
      "_tag_provider:health_mart",
      "health_mart:21916",
      "getmyvax_org:bd396ba2-12ed-434c-adfa-4a624b649df1",
      "placekey:225-222@5q9-9yy-m6k",
      "placekey:225@5q9-9yy-m6k"
    ],
    "last_verified_by_vts": null,
    "vts_url": "https://www.vaccinatethestates.com/?lng=-104.84336&lat=39.69698#lgdtc"
  },
  "geometry": {
    "type": "Point",
    "coordinates": [
      -104.84336,
      39.69698
    ]
  }
}

@Mr0grog
Copy link
Collaborator Author

Mr0grog commented Jun 18, 2021

I think we’re closing in on freezing a v1 (see #214), so we probably don’t want to make major changes at this point. That said, there are a couple things maybe worth gleaning here:

  • Tracking hours explicitly (see also How can we include information on one-off events or events with limited times? #215)
  • Location Types — we only have 3; VtS has:
    • First Responder
    • Health department
    • Hospital / Clinic (We have this as CLINIC)
    • In-home Senior Care
    • Mental Health
    • Mobile clinic
    • Nursing home
    • Other
    • Pharmacy (We have this as PHARMACY)
    • Private Practice
    • School
    • Specialist
    • Super Site (We have this as MASS_VAX)
    • Unknown
    • Urgent care

@Mr0grog
Copy link
Collaborator Author

Mr0grog commented Sep 20, 2021

Closing this, since there’s nothing more to do in practice.

@Mr0grog Mr0grog closed this as completed Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Partner: VtS Supporting or integrating with Vaccinate the States question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant