Skip to content

Releases: DieTechniker/DiGA-API-FHIR-Adapter

DiGA-API-FHIR-Adapter v0.5

15 Apr 08:56
3647b3a
Compare
Choose a tag to compare

This version..

  • parses the maximum duration "hoechstdauer" (even if the key shows a typo "hoechtsdauer")
  • does not run into an error if the usage instructions "nutzungshinweise" are not available

DiGA-API-FHIR-Adapter v0.4

11 Mar 12:20
781953d
Compare
Choose a tag to compare

This version..

  • divides the root element of the target structure into five sub elements, that are close to FHIR. Each has an own Meta-info, which allows to manage versions separately.
  • adds more parse-Methods, that can parse single FHIR-Resources (useful when a single version needs to be updated)
  • provides various classes with English class names instead of mixed language class names
  • fixes several bugs, that can occur when the FHIR data is bad

DiGA-API-FHIR-Adapter v0.3

05 Mar 12:36
f22ea30
Compare
Choose a tag to compare

This version..

  • adds output file option
  • corrects some package information in the pom file

DiGA-API-FHIR-Adapter v0.2

03 Mar 10:40
05fd023
Compare
Choose a tag to compare

This version..

  • distinguishes "app registration status" from "prescription unit admission status" (like in FHIR)
  • introduces multi-digit version number to map all FHIR object versions
  • sets "letzteAenderung" date to last updated field of the last changed FHIR object (previously it was always set to "lastUpdated" of the prescription unit object)

DiGA-API-FHIR-Adapter v0.1

25 Feb 13:23
8f73ed4
Compare
Choose a tag to compare

This version..

  • adds simple Java command-line program for transforming FHIR into compact POJO JSON format, that consists of a flat list of health app prescription unit objects
  • introduces version 1.0.0 of the target format
  • uses the XML parser from the HAPI-FHIR library
  • implements TK Quality Gate requirements