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

csv needs #4

Open
Righolt opened this issue Apr 6, 2020 · 4 comments
Open

csv needs #4

Righolt opened this issue Apr 6, 2020 · 4 comments

Comments

@Righolt
Copy link

Righolt commented Apr 6, 2020

Just some thoughts, may come up with more in the future, and some are less relevant at this point.

  • persons
    • Address/region/zip-postal with start/end date
  • clinic
    • clinician id
    • clinic id
    • should allow for multiple codes per date
    • code can be diagnosis and procedure
  • hosp
    • code can be diag and proc
    • hosp id (possibly transfers)
    • service date =? admission date, may be separate from diagnosis and procedure dates
    • did not check code, but date checking is relevant here for readmissions/no overlap etc (even if that does occur in real data)
  • rx
    • needs dose/duration
    • assuming code includes method of administration and other less relevant chars
    • code should include some reasonable refill times etc. at some point
    • possible pharmacy-id, but haven't had a project this is relevant for
  • Need to think about vaccine administration (clinic v rx)

Of course coding systems/names etc. should be modifiable in the future (including having multiple), but aimed to get content right.

@DrGo
Copy link
Owner

DrGo commented Apr 8, 2020

@Righolt @zhanggeng218
Added postal-code (or whatever geolocator is needed). See the config.json for options.
Can someone add a small test to exercise one of our geocoding macros?

@Righolt
Copy link
Author

Righolt commented Apr 8, 2020

I nominate @zhanggeng218

@zhanggeng218
Copy link
Contributor

There are not many macros of ours directly related to geo info. Maybe I can see if it works with the risk-set matching macro.

@Righolt
Copy link
Author

Righolt commented Apr 8, 2020

Most/all postal->region is from MCHP, but we have the postal code conversion files if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants