Skip to content

Commit

Permalink
docs: remove redundant e.g. in vread
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Jan 24, 2024
1 parent 23b2e5d commit 10f02d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This server supported FHIR RESTFul API below:
- 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/vread (e.g. e.g. http://example.com/fhir/Patient/1/_history/1)
- history-type-version/vread (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
2 changes: 1 addition & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This server supported FHIR RESTFul API below:
- 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/vread (e.g. e.g. http://example.com/fhir/Patient/1/_history/1)
- history-type-version/vread (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 10f02d4

Please sign in to comment.