Skip to content

Commit

Permalink
docs: update readme features and change language option
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Chinlinlee committed Jan 24, 2024
1 parent 4a0125d commit 23b2e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<div style="float: left;width: 15%;"><img src="https://github.com/Chinlinlee/Burni/blob/main/public/logo.png?raw=true" width="90px">
<h1>Burni FHIR Server</h1>
<a href="README.md">English</a>
<strong>English<strong>
<span> | </span>
<a href="README.zh-TW.md">繁體中文</a>
<br />
Expand All @@ -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)


<font color=red>**Don't remove Bundle.js in models/mongodb/FHIRTypeSchema**</font>
Expand Down
5 changes: 3 additions & 2 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>Burni FHIR Server</h1>
<a href="README.md">English</a>
<span> | </span>
<a href="README.zh-TW.md">繁體中文</a>
<strong>繁體中文</strong>
<br />
Burni 使用 Node.JS 、Express 框架以及 MongoDB 實作 FHIR R4 Server,經由簡單的設定即可產生指定 FHIR Resource的 Mongoose Schema、API程式碼並可自行更改,滿足需求。目前Burni支援Windows以及Linux,讓開發人員可以快速架設 FHIR Server。

Expand All @@ -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)


<font color=red>**Don't remove Bundle.js in models/mongodb/FHIRTypeSchema**</font>
Expand Down

0 comments on commit 23b2e5d

Please sign in to comment.