From 931bee5ae469ff9d8fc2c2e31593ada3631b946d Mon Sep 17 00:00:00 2001 From: chin Date: Thu, 24 Feb 2022 15:14:01 +0800 Subject: [PATCH] update readme.md - remove complete item in todo --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a9984940..bae8137d 100644 --- a/README.md +++ b/README.md @@ -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** **Don't remove Bundle.js in models/mongodb/FHIRTypeSchema** @@ -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.