From c2bd54c15cfcf206910d04ba1ac686e3dc93ca62 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 14 Jul 2014 13:30:01 -0400 Subject: [PATCH] add doc-comment --- src/clj_hl7_fhir/core.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/clj_hl7_fhir/core.clj b/src/clj_hl7_fhir/core.clj index 56be45d..fa3e902 100644 --- a/src/clj_hl7_fhir/core.clj +++ b/src/clj_hl7_fhir/core.clj @@ -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]]