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

Determine how to add states to Eunomia database for testing #16

Open
github-actions bot opened this issue Aug 11, 2022 · 2 comments
Open

Determine how to add states to Eunomia database for testing #16

github-actions bot opened this issue Aug 11, 2022 · 2 comments
Assignees
Labels
moderate Issue of moderate difficulty tests Testing of functions or features todo Bot-added TODO

Comments

@github-actions
Copy link

Currently, states are not present in the Eunomia database - it may be as simple a fix as to alter the location table and insert random state initials in the appropriate locations for each patient.

#= TODO: Determine how to add states to Eunomia database for testing

	@test ids == GetDatabasePersonIDs(sqlite_conn)
end

#= TODO: Determine how to add states to Eunomia database for testing 
Currently, states are not present in the Eunomia database - it may be as simple a fix as to alter the location table and insert random state initials in the appropriate locations for each patient.
labels: tests, moderate
=# 
# @testset "GetPatientState Tests" begin
# 
# end
@github-actions github-actions bot added moderate Issue of moderate difficulty tests Testing of functions or features todo Bot-added TODO labels Aug 11, 2022
@TheCedarPrince TheCedarPrince self-assigned this Aug 13, 2022
@TheCedarPrince
Copy link
Member

Might be useful to utilize Synthea as per this discussion: OHDSI/Eunomia#23

@fdefalco
Copy link

The Synthea generated data does in fact have State information however the current ETL-Synthea package does not load that data and so it is not available in the sample datasets. I think a solution would be to update ETL-Synthea to include this data and then create a new sample dataset or update the existing data sets in the EunomiaDatasets repository.

https://github.com/OHDSI/ETL-Synthea/blob/main/R/LoadEventTables.r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moderate Issue of moderate difficulty tests Testing of functions or features todo Bot-added TODO
Projects
None yet
Development

No branches or pull requests

2 participants