mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
* Added experimental implementation for storing expanded ValueSets in terminology tables. * Minor tweak to log message for consistency. * Another minor tweak to log message for consistency. * Renamed test. * Initial work on ValueSetCodeAccumulator. * Renamed addCode() to includeCode(); added excludeCode(). * Incremental work on large ValueSet expansion support; refactoring. * Incremental work on large ValueSet expansion support; accounting for designations. * Incremental work on large ValueSet expansion support; fixed missing designation.language in expanded ValueSets. * Incremental work on large ValueSet expansion support; now actually populating TermConceptDesignation; added TermValueSetConceptDesignation as well. * Missed a word. * Tweak changelog entries.