Skip to content

Releases: LinuxForHealth/hl7v2-fhir-converter

Release-v1.0.11

10 Sep 12:19
Compare
Choose a tag to compare

Added features:
175: Add resource identifiers (additional work and fixes)
198: support for diagnosis (DG1) and problem (PRB) segments
206: Improve support for OBX

Bug fixes:
184: CWE edge cases produce wrong text
189: References to ICD-10 are failing to validate
212: Patient identifier/type/text missing

Release-v1.0.10

23 Aug 19:00
43d4431
Compare
Choose a tag to compare

Added features:
#177 Add data lineage as meta extensions to created FHIR resources
#175 Add identifiers to resources
#166 Graceful fall-back handling of imperfect codable concepts
#173 Support version, alternate codings in CWE fields converted to CodeableConcepts
#172 Converter configuration location: add environment variable, rename Java property

Release-v1.0.9

06 Aug 01:41
4b227fa
Compare
Choose a tag to compare

Added features:
#150 Update to Junit 5
#143 Capture Drivers License from PID 20 in ID section
#131 Add support for patient email
#127 Add additional patient Identification types.
#123 Add support for PD1.4 and create/update msg events that support AL1, PID, PD1
#115 Capture Patient Race as an extension
#111 Capture patient preferred language
#110 Capture Patient Telcom information
#109 Capture patient's mother's maiden name and religion
#108 Improve patient name field capture
#103 Capture Marital Status

Bugs:
#149 Some BiConditions do not work
#141 Do not assume multiple births unless explicitly stated
#139 Do not set Coding.display from hl7 CWE.2 text
#132 AL1-6 is allergy onset, not reaction onset
#105 HL7 message without including Patient.gender info (blank PID-8 field) fails to convert
#146 Change default separator char for multiline reports

Release-v1.0.8

24 Jun 13:05
cd4d257
Compare
Choose a tag to compare

Added features:
#104 Additional terminology systems
#100 Patient address information from PID-11 and PID-12
#97 Patient multiple birth and deceased from PID-24,25,29,30
#90 DiagnosticReport.status is not required, defaults to "unknown"
#88 Update FHIR dependencies
#61 Handle no OBX.5 value

Bugs:
#95 Immunization dosage is now handled correctly (bug)
#92 Name prefix and suffix interchanged (bug)

Release-v1.0.7

11 May 13:58
c1988ac
Compare
Choose a tag to compare

Added support for features:

  • #86 Support ORU messages with multi-line reports spanning across OBX

Release-v1.0.6

09 May 02:15
9ccf707
Compare
Choose a tag to compare

Added support for new HL7 message:

  • RDE_O11
  • RDE_O25

Added new FHIR resource types:

  • Medication
  • MessageHeader
  • Specimen

Fixed issues:

  • #81 Diagnostic report generating incorrect value for field "issued".

  • #75 Converted HL7 VXU-V04 sample message reported “severity” : “error” messages on Immunization.occurrence and Immunization.status

  • #68 CPhA message to Fhir converter

  • #66 CodeableConcept has only one coding

  • #60 LAB ORU messages does not contain Specimen information

  • #59 Message header conversion

  • #56 Invalid content in meta.source for fhir bundle FIXED

  • #55 Generated datetimes are not valid according to FHIR R4 FIXED

  • #48 Error in parsing sample_unix.hl7 FIXED bug

Release-v1.0.5

22 Feb 07:55
4b281dd
Compare
Choose a tag to compare

Supports generating following FHIR resources from following HL7 message types:

ADT_A01 message
PPR_PC1 message
ORU_R01 message
VXU_V04 message

FHIR resource types:
Patient
Encounter
Observation
AllergyIntolerance
Condition
Practitioner
DiagnosticReport
Organization
Immunization

Fixed issues : #56, #55 , #48

Release-v1.0.4

13 Jan 05:26
2402bac
Compare
Choose a tag to compare

Supports generating following FHIR resources from following HL7 message types:

ADT_A01 message
PPR_PC1 message
ORU_R01 message
VXU_V04 message

FHIR resource types:
Patient
Encounter
Observation
AllergyIntolerance
Condition
Practitioner
DiagnosticReport
Organization
Immunization

Release-v1.0.3-alpha

18 Nov 05:52
14c8c69
Compare
Choose a tag to compare
Release-v1.0.3-alpha Pre-release
Pre-release

Supports generating following FHIR resources from following HL7 message types:

ADT_A01 message
PPR_PC1 message
ORU_R01 message
FHIR resource types:

Patient
Encounter
Observation
AllergyIntolerance
Condition
Practitioner
DiagnosticReport

File format:
Added support for handling unix newline characters.
Bug fix:
Unable to read in message templates on Windows platform #38
HL7Converter Fails To Run On Windows #42

Release-v1.0.1-alpha

28 Oct 13:02
a98df47
Compare
Choose a tag to compare
Release-v1.0.1-alpha Pre-release
Pre-release

Supports generating following FHIR resources from following HL7 message types:

ADT_A01 message
PPR_PC1 message
ORU_R01 message
FHIR resource types:

Patient
Encounter
Observation
AllergyIntolerance
Condition
Practitioner
DiagnosticReport

File format:
Added support for handling unix newline characters.