diff --git a/src/clj_hl7_fhir/core.clj b/src/clj_hl7_fhir/core.clj index 0c649cb..0566ee9 100644 --- a/src/clj_hl7_fhir/core.clj +++ b/src/clj_hl7_fhir/core.clj @@ -359,7 +359,7 @@ search: http://hl7.org/implement/standards/fhir/http.html#search" [base-url type where & params] (let [resource-name (->fhir-resource-name type) - url-components ["/" resource-name]] + url-components ["/" resource-name "/_search"]] (fhir-request :get base-url (apply join-paths url-components)