add doc-comment

This commit is contained in:
Gered 2014-07-14 13:30:01 -04:00
parent 41e5b2e46a
commit c2bd54c15c

View file

@ -268,6 +268,8 @@
(search base-url type where params)))
(defn create
"creates a new resource. returns the created resource if successful, throws an exception
otherwise."
[base-url type resource]
(let [resource-name (->fhir-resource-name type)
uri-components ["/" resource-name]]