-
Type:
Change Request
-
Resolution: Not Persuasive with Modification
-
Priority:
Medium
-
FHIR Core (FHIR)
-
DSTU1 [deprecated]
-
Implementable Technology Specifications
-
Search
-
2.1.1.2
-
-
Josh Mandel / Michael Donnelly: 13-0-0
-
Enhancement
-
Non-substantive
-
DSTU1 [deprecated]
Existing Wording: In the simplest case, a search is executed by performing a GET operation in the RESTful framework: GET [base]/[resourcetype]?name=value&… For this RESTful search (see definition in RESTful API), the parameters are a series of name=[value] pairs encoded in the URL or as an application/x-www-form-urlencoded submission for a POST.
Proposed Wording: In the simplest case, a search is executed by performing a POST operation in the RESTful framework: POST [base]/[resourcetype] For this RESTful search (see definition in RESTful API), the parameters are a series of name=[value] pairs encoded as an application/x-www-form-urlencoded submission for a POST.
Comment:
Only POST should be supported on searches. Due to the types of data that may be exposed in querystrings, FHIR should restrict both clients and servers to support x-form-urlencoded POSTs.
- is voted on by
-
BALLOT-1703 Negative - Nell Lapres : 2015-May-FHIR R1
- Balloted