fhirbase / fhirbase-plv8

[DEPRECATED] Fhirbase 2.0 is an FHIR relational storage
https://health-samurai.io/fhirbase
Other
105 stars 39 forks source link

URLs in search results have a typo #85

Closed Andrzej-Pietrzak closed 8 years ago

Andrzej-Pietrzak commented 8 years ago

http://www.hl7.org/implement/standards/fhir/search.html#2.1.1.2

The Fhir search is either: "GET [base]/[resourcetype]?name=value&..." or "POST [base]/[type]/_search{?[parameters]{&_format=[mime-type]}}"

currently: e.g. "url": "CarePlan/search?_id=prc1&_include=goal&_page=0"

danil commented 8 years ago

fixed in v1.3.0.11 https://github.com/fhirbase/fhirbase-plv8/blob/v1.3.0.11/test/fhir/search/pagination_search.yaml#L59 if not, feel free to reopen