Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
- remove complete item in todo
  • Loading branch information
Chinlinlee committed Feb 24, 2022
1 parent e435e7b commit 931bee5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ 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)

**The search API now only suppurt _id & empty parameter**

**The resources don't have `text` field**

<font color=red>**Don't remove Bundle.js in models/mongodb/FHIRTypeSchema**</font>
Expand Down Expand Up @@ -564,10 +562,10 @@ Then GET by id
![](https://i.imgur.com/M9V5xaF.png)

# TODO
- [x] metadata
- [ ] history
- [x] search parameters
- [x] support FHIR implementation guide(IG)
- Search parameters
- [ ] composite
- [ ] uri
- [ ] Validation

## Special project
- [Raccoon](https://github.com/cylab-tw/raccoon) - a noSQL-based DICOMWeb Server.
Expand Down

0 comments on commit 931bee5

Please sign in to comment.