usdigitalresponse / univaf

An API hosted by USDR for recording and querying vaccine appointment availability.
https://getmyvax.org/
Apache License 2.0
7 stars 2 forks source link

Support for 6 month + vaccine products #710

Closed dhcole closed 2 years ago

dhcole commented 2 years ago

We're hoping to see approval for new vaccine products, "Modern 6 month - 5 year", and a "Pfizer 6 month - 4 year". Is the a code we should look for for these coming from univaf sites? I believe we have an unused pfizer_age_2_4 that may be repurposed.

Mr0grog commented 2 years ago

We can also rename this to pfizer_age_0_4 real quick if that would be better.

Otherwise, we’re on it! For sources that use CVX codes (some SMART Scheduling Links sources, but not all) or NDC codes (the CDC), this should just work. For all the others (e.g. Albertsons chains, Rite Aid), we’ve got alerts for whenever we encounter a new vaccine name that should help us get these hooked up as soon as they start showing up in source data. 👍

Mr0grog commented 2 years ago

Will also add a moderna_age_0_5 for the corresponding Moderna vaccine, which it looks like was also approved.

Mr0grog commented 2 years ago

Just to clarify, @dhcole, I’d like to rename it to pfizer_age_0_4, but want to make sure you aren’t already expecting/depending on the old name first. So let me know if that’s ok, please!

dhcole commented 2 years ago

Yes renaming is fine with us. Thanks @Mr0grog

Mr0grog commented 2 years ago

Alright, I renamed pfizer_age_2_4 to pfizer_age_0_4 and did a bunch of other cleanup and screw-tightening on vaccine types over in #714.

So the vaccine products you should expect to see in UNIVAF in the future are:

I think we’ve done everything that can reasonably done in advance here, so I’m going to close this issue. Thanks for raising it, @dhcole!