Skip to content

Releases: Chinlinlee/Burni

v2.1.0

30 Sep 00:02
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2021-09-29)

Features

  • add checkTokenPermission in every api service (1df5f0b)
  • add cookie expires time (7379c09)
  • add instant query (c8282a4)
  • add resourceTypes model (d511051)
  • add some FHIR operation outcome message (6ce5b74)
  • add toke service (f1541ef)
  • change every restful api point to same function (d5b7747)
  • change the method of storing token (153b866)
  • check reference handle uuid (9703f84)
  • generate config that have interaction of resources (e41fbc7)
  • parseing multiple value set (092aa84)
  • send 401 when decode token error (451de08)
  • support multiple fields in search parameter (8c39d54)
  • update complex type schema (3df86cd)
  • using search instead of pagination (b268546)

Bug Fixes

  • get api exception not use operationOutcome (d747cfd)
  • histroy version query error (a8bd267)
  • id index every typy that have id (bdc76f0)
  • incorrect arguments in toeknQuery function (0071d8d)
  • incorrect pagination (bfcda46)
  • incorrect token query function arg (fe5992d)
  • resolve meta not assign original (5386782)
  • schema use incorrect field with meta versionId (adfe0e4)
  • the bundle entry not unset when total is zero (4a1466e)
  • validate generator not using dynamic resourceType (c47e5c3)

Simple-Express-FHIR-Server 1.0.0

06 Jun 11:06
Compare
Choose a tag to compare
feat: Add some parameter in searching

generator will generate simple parameter like string , number etc.
exclude Composite , Reference , Quantity, URI ,Special

feat: Add quantity query builder

feat: Add dateTime query builder

feat: Add number quert builder

fix: Fix date eq query

When query YYYY-MM , The moment toDate will same.
YYYY-MM need to query with
1994-10-01 00:00:00.000Z -  1994-10-31 23:59:59.999Z
when date is 1994-10

chore: Add patient file use with generator

getPatient , getPatientHistory  , getPatientHistoryById