From 23b2e5d4d39df8346184c952b66d136e7491ecfe Mon Sep 17 00:00:00 2001 From: chinlinlee Date: Wed, 24 Jan 2024 19:35:49 +0800 Subject: [PATCH] docs: update readme `features` and change language option - Add `create` in features - Burni support `create` but missing declare in docs - Add `vread` in `history-type-version` make reader know that is `vread` - Change language option - When in `English` do not using `a` tag, because we are already there --- README.md | 5 +++-- README.zh-TW.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e1e928c..b3b23cf4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Burni FHIR Server

- English + English | 繁體中文
@@ -17,12 +17,13 @@ Burni has been tested by AEGIS Touchstone Basic-R4-Server. The conformance resu ## features This server supported FHIR RESTFul API below: +- create (e.g. POST http://example.com/fhir/Patient) - read (e.g. GET http://example.com/fhir/Patient/example) - update (e.g. PUT http://example.com/fhir/Patient/example) - delete (e.g. DELETE http://example.com/fhir/Patient/example) - search (e.g. http://example.com/fhir/Patient?_id=example) - history-type (e.g. http://example.com/fhir/Patient/1/_history) -- history-type-version (e.g. e.g. http://example.com/fhir/Patient/1/_history/1) +- history-type-version/vread (e.g. e.g. http://example.com/fhir/Patient/1/_history/1) **Don't remove Bundle.js in models/mongodb/FHIRTypeSchema** diff --git a/README.zh-TW.md b/README.zh-TW.md index a56326b1..a0c2dcef 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -2,7 +2,7 @@

Burni FHIR Server

English | - 繁體中文 + 繁體中文
Burni 使用 Node.JS 、Express 框架以及 MongoDB 實作 FHIR R4 Server,經由簡單的設定即可產生指定 FHIR Resource的 Mongoose Schema、API程式碼並可自行更改,滿足需求。目前Burni支援Windows以及Linux,讓開發人員可以快速架設 FHIR Server。 @@ -18,12 +18,13 @@ Burni 使用 AEGIS Touchstone Basic-R4-Server 測試. ## 支援功能 This server supported FHIR RESTFul API below: +- create (e.g. POST http://example.com/fhir/Patient) - read (e.g. GET http://example.com/fhir/Patient/example) - update (e.g. PUT http://example.com/fhir/Patient/example) - delete (e.g. DELETE http://example.com/fhir/Patient/example) - search (e.g. http://example.com/fhir/Patient?_id=example) - history-type (e.g. http://example.com/fhir/Patient/1/_history) -- history-type-version (e.g. e.g. http://example.com/fhir/Patient/1/_history/1) +- history-type-version/vread (e.g. e.g. http://example.com/fhir/Patient/1/_history/1) **Don't remove Bundle.js in models/mongodb/FHIRTypeSchema**