add missing doc comment
This commit is contained in:
parent
26e44a2d46
commit
b56735c01a
|
@ -366,6 +366,8 @@
|
||||||
(apply join-paths uri-components))))
|
(apply join-paths uri-components))))
|
||||||
|
|
||||||
(defn deleted?
|
(defn deleted?
|
||||||
|
"checks if a resource has been deleted or not. this is based on FHIR servers returning
|
||||||
|
an HTTP 410 response when trying to retrieve a resource that has been deleted."
|
||||||
[base-url type id]
|
[base-url type id]
|
||||||
(let [resource-name (->fhir-resource-name type)
|
(let [resource-name (->fhir-resource-name type)
|
||||||
url-components ["/" resource-name id]
|
url-components ["/" resource-name id]
|
||||||
|
|
Reference in a new issue