Releases: smart-on-fhir/cumulus-library
Releases · smart-on-fhir/cumulus-library
v0.4.0
This release finalized updates related to supporting encounter type on EPIC EHRs.
known issues:
- if encounter type codings, service type codings, or priority codings are fully null across a dataset, we expect that the encounter type table will fail to build. in these cases, a user should fall back to v0.3.3.
v0.4.0-dev.1
-Updates construction of Encounter tables to include more metadata
v0.3.3
This release improves the performance of codeableConcept selection on large datasets.
v0.3.2
This patch release makes the following changes:
- there is now a --version flag
- updated the vocab study with more accurate data
- condition code displays are now a passthrough from the source system, so they now will take SNOMED-based codings.
v0.3.1
This release makes the following changes:
- All Athena artifacts are now generated as tables for performance reasons.
- Minor adjustments to how Athena credentials are loaded.
v0.3.0
This release makes the following updates:
- CLI updates: now includes
clean
andupload
as actions- CLI inputs have changed; see the docs for more info.
- FHIR valueset parser added for programmatic table generation
- adds
observation
andobservation_vital_signs
to core tables.
v0.2.1
This hotfix release contains a minor tweak to the patient table.
V0.2.0
This release contains the following changes:
- Semantic updates to some expected environment variables
- Allowlisting for official pip studes
- We are aware this is buggy in some environments - #24 will address this in a future release, but until then you can always explicitly provide a path
- Templates for extracting FHIR Extensions as denormalized tables
- US Core tables for MedicationRequest FHIR resources
V0.1.2
Initial release