Skip to content

Releases: LinuxForHealth/CsvToFHIR

v1.2.0

09 Nov 20:55
f365028
Compare
Choose a tag to compare

Content from 1.2.beta-0 and 1.2.beta-1 including:

Features:
Add a new task for validating a column value using regex (#52)
Add a new task for joining original dataframe with auxiliary data (#49)
Enhance data contract model to simplify large data contracts (#47)
Added support for 'skiprows' pandas parameter (#32)

Build / Development improvements:
Add Jupyter Notebooks As An Optional Development Dependency (#43)
Enabled codeql scanning (#45, #44)

Bugs Fixed:
Basic resource fix for identifier (#41)

v1.2-beta.1

05 Oct 16:41
54a92a3
Compare
Choose a tag to compare
v1.2-beta.1 Pre-release
Pre-release

Beta Release

Features Included:

  • Add a new task for validating a column value using regex (#52)
  • Add a new task for joining original dataframe with auxiliary data (#49)
  • Enhance data contract model to simplify large data contracts (#47)

Build / Development improvements:

  • Add Jupyter Notebooks As An Optional Development Dependency (#43)
  • Enabled codeql scanning (#45, #44)

v1.2-beta.0

06 Sep 19:16
e15b081
Compare
Choose a tag to compare
v1.2-beta.0 Pre-release
Pre-release

Beta Release

Features Included:

  • Added support for 'skiprows' pandas parameter (#32)

Bugs Fixed:

  • Basic resource fix for identifier (#41)

v1.1.0

31 Aug 20:16
3a3f5d4
Compare
Choose a tag to compare

Features Included:

  • Support fixed width files (#28)
  • Function to perform just the transformation, not fully converting to FHIR resource (#30)
  • Improved converter completion log message (#25)
  • FHIR Basic support (#36)
  • CDM update for Encounter reason sequence (#34)

Content from 1.1.beta-0

v1.1-beta.0

22 Aug 21:44
2dc1e5e
Compare
Choose a tag to compare
v1.1-beta.0 Pre-release
Pre-release

Beta Release

Features Included:

  • Update to FHIR Ethnicity System (#22)
  • Improved Logging (#19)
  • Change conditionPrincipleDiagnosis to conditionRoleIsBilling (#13)

Bugs Fixed:

  • MedicationAdministration should not override a value set as medicationUseStatus (#20)

Documentation Added:

  • Windows setup steps
  • Contribution Docs
  • Examples for map_codes task using CSV files (#15)

1.0.0

12 Aug 20:13
91a2107
Compare
Choose a tag to compare

Initial Release to LinuxForHealth