Skip to content

Releases: LinuxForHealth/hl7v2-fhir-converter

release 1.1.1

18 Sep 08:00
Compare
Choose a tag to compare

What's Changed

  • Fix for issue: StringIndexOutOfBoundsException is thrown while converting NTE segments with additional dash in #522

Full Changelog: 1.0.20...v1.1.1

release 1.1.0

23 Oct 14:36
Compare
Choose a tag to compare
  • Extensions on FHIR primitives cannot be added with the primitive itself 510
  • Not able to represent decimals with higher precision than Float / BigDecimal Data Type 500
  • Compile error 495

Release-v1.0.19

13 Sep 21:15
4e104e5
Compare
Choose a tag to compare
  • Update dependencies #491
  • Enable CodeQL #492
  • Change ICD9 URL #490
  • Update MESH URL #473
  • Add ICD10PCS URL #475
  • Add meta extension process-timestamp #483
  • Add meta extension tenant-id #477
  • Generated ids for FHIR resources will start with a timestamp #482
  • Remove dashes from SSNs #486

Release-v1.0.18

21 Mar 23:13
58688c8
Compare
Choose a tag to compare

Enhancements and fixes:

  • HAPI FHIR 5.1.0 update to 5.7.0 (471)
  • Support for IN1/IN2 in OMP_O09, ORM_O01, RDE_O11, RDE_O25 (465)
  • Support for ADT^A01, ^A03, ^A04, ^A08, ^A28, ^A31; including IN1/IN2 (463)
  • VXU_V04 support for IN1, IN2 (458)
  • Add option to recurse subfolders in tool to convert folder of HL7 messages (456)
  • Support Immunization.education structures (449)
  • Misc Immunization additions/fixes
  • Create thread-safe alternative to DATE_TIME; deprecate DATE_TIME (442)
  • Truncate DTM HL7 type after day

Release-v1.0.17

15 Feb 16:11
eabf16e
Compare
Choose a tag to compare

Enhancements and fixes:

  • Per-conversion thread safe time zones (442)
  • Many fixes to complete gaps and inconsistencies in IN1/IN2 implementation.
  • Updates to Organization Id’s: lower-casing, use ‘-’ for invalid characters, remove use of Tenant prepend on identifiers, Id for Payor and PolicyHolder
  • Updates to Organization creation: consolidation of code, fixed problem where system was not provided for ServiceProvider Organization identifier.
  • Updates to correct relationships, when not self, but no related person either

Release-v1.0.16

28 Jan 14:24
58ad7c9
Compare
Choose a tag to compare

Main enhancements:

  • 416: Support for message OML_O21
  • 411: Support for segment IN2, additional IN1 support
  • 403: Ability for options per convert operation; add tenant prepend for Organization identifiers
  • 401: Mechanism to reference specific resources in a nested loop; fix for Encounter.diagnosis references

Release-v1.0.15

14 Jan 04:13
Compare
Choose a tag to compare

Enhancements:

  • Provide API to return Bundle rather than JSON String (398)
  • Foundational support of DFT_P03 message and IN1 segment: Coverage, Related Person, etc (366)
  • Additional mappings from RXO/RXE to MedicationRequest, mostly dosage (280)
  • ADT-A03 message support (399)
  • Documentation additions, improvements, updates
  • Partial impl of: Mappings to Immunization from OBX (400), Immunization.education support is not complete in this release

Bugs:

  • Significant cleanup to remove code smells, linter issues, and format code consistently.

Release-v1.0.14

09 Dec 20:51
41cbf92
Compare
Choose a tag to compare

Enhancements:

  • 355: Update FHIR to 4.10.2
  • 352: Add wildcard support for supported messages; add supplemental yml configuration directory support
  • 356: Additional NTE segment support; initial ORM-O01 support
  • 359: Add support for segment RXA - Pharmacy/Treatment Administration

Bugs:
-Eliminate extra newline at end of multiline reports

Release-v1.0.13

03 Nov 02:36
5b5df3c
Compare
Choose a tag to compare

Enhancements:

  • 231: Upgrade to Java 11
  • 334: ORC segments mapped to MedicationRequests for OMP and RDE messages

Bugs:

  • IS codes that are not in terminology tables are preserved
  • 319: urn:uuid removed from FHIR resource fullUrls (validation issue)

Release-v1.0.12

26 Oct 13:11
5540f46
Compare
Choose a tag to compare

Added features:

  • 285: Add Support for TXA segment
  • 273: Basic converter support of RXE and RXO segments
  • 244: Extend support for ORC and OBR records
  • 220: Additional OBX support
  • 292: MRG support
  • 293: PV1/PV2
  • 294: OBX content put into DocumentReference for PPR and MDM message events
  • 313: PHI removal

Bug fixes:

  • Fixes to segment groups
  • Handle timestamps with milliseconds