Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.8.0 (2023-10-10)
Features
- add _pretty in BaseFhirApiService (3f9524b)
- add "GET" method handler of bundle transaction (3158637)
- add env that not check ref association when delete (e456501)
- bundle transaction prototype (918b469)
- chain search of bundle special params (000540f)
- change unique way of bundle (6682fd3)
- check is referenced when delete (ef49215)
- search interaction for bundle transaction (3b0ed0f)
- skip special bundle parameters of chain search (bb393cf)
- support bundle message, composition search (10bdedf)
- update usage of node fhir validator to 1.1.0 (c1aafe8)
- upgrade code of fhir validator v1.0.0 (e76139e)
- use mongoose validation when validator disable (4e12601)
- validate contained when validator disable (3cd87d5)
Bug Fixes
- _format not working (03bb722)
- #6 (f66d627)
- cannot use uuid value in reference type (7d9eae2)
- date format incorrect (7d60ee1)
- delete return wrong object (23c8de3)
- fullUrl cannot be a version specific reference (f09ca1f)
- fullUrl of history not complete (519e1d6)
- history reset after deleting (6d0da73)
- incorrect condition (6c6a40f)
- incorrect property of updateResult when failure (dfeea59)
- incorrect require file (51369f8)
- incorrect require location (fbfd78f)
- incorrect require location (4cb1391)
- incorrect statusCode of deletion (153ddb3)
- incorrect variable usage (e2b80dd)
- Location not complete of create and update (adf9d1f)
- missing require dep (610b58a)
- not convert to XML when request accept is XML (85501a5)
- not response when validation failure (7e08340)
- refNode.value.split is not a function (43c9212)
- response content-type is not XML of uploading XML (fe1982d)
- URL of reference type search (e2d56c8)
- variable not defined (5a707c8)
- xml is not working (1819305)
Refactor
- Extract APIs (create, delete, history, read, search, update, vread) into service classes