You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- the hhs covid hosp dataset is keyed by `hospital_pk`, which is a
unique identifier for healthcare facilities.
- the key is not generally well-known, but querying the
`covid_hosp_facility` dataset requires key(s)
- the new endpoint returns facility information (including key) for
given regions (e.g. city, state, zip, ccn, fips)
- users would be expected to lookup hospitals of interest e.g. by state
or city. then query `covid_hosp_facility` with the key for those
hospitals.
- server and clients updates
- all unit and integrations pass
note that new indexes are added to the database to facilitate fast
lookups. otherwise it would be a full table scan each time, which does
not scale well. indexes are expected to be very small.
0 commit comments