From cef58b528eedf054f85d3ee323894fd902e8057f Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Sat, 25 Jan 2020 18:46:58 -0500 Subject: [PATCH] added _filter to list of search gaps --- .../resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md index faab2b95ece..26fe08dc30c 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md @@ -16,3 +16,9 @@ https://localhost:8000/Practitioner?_has:PractitionerRole:practitioner:service.t ### Location.position "near" Searching on Location.Position using `near` currently uses a box search, not a radius search. A box search is a square centred on the provided coordinates with the shortest distance to the edge of the square equal to the distance provided; this means the box search will match more locations than a radius search in the corners. Currently, distance is assumed to be in km and any provided units are ignored. Distance must be between 0.0km and 10,000km. + +### _filter + +The special `_filter` is only partially implemented. + +