add doc-comment
This commit is contained in:
parent
41e5b2e46a
commit
c2bd54c15c
|
@ -268,6 +268,8 @@
|
||||||
(search base-url type where params)))
|
(search base-url type where params)))
|
||||||
|
|
||||||
(defn create
|
(defn create
|
||||||
|
"creates a new resource. returns the created resource if successful, throws an exception
|
||||||
|
otherwise."
|
||||||
[base-url type resource]
|
[base-url type resource]
|
||||||
(let [resource-name (->fhir-resource-name type)
|
(let [resource-name (->fhir-resource-name type)
|
||||||
uri-components ["/" resource-name]]
|
uri-components ["/" resource-name]]
|
||||||
|
|
Reference in a new issue