fhirbase / fhirbase-plv8

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

Cannot search by _security #136

Open szymonp-kainos opened 8 years ago

szymonp-kainos commented 8 years ago

Fhir states that every resource can by searched by _security but fhirbase returns error while doing so

SELECT fhir_search('{"resourceType": "Patient", "queryString": "_security=Location"}');

returns

ERROR:  Error: No parser for special - security
DETAIL:  plv8_init() LINE 4012:           throw new Error("No parser for special - " + key);

Tested on fhirbase v1.3.0.23