From 29aef2e2f68561e9cc49f0e7f4dec691ccfd32f8 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 3 Sep 2014 09:17:26 -0400 Subject: [PATCH] update doc comment to include a relevant reference link --- src/clj_hl7_fhir/core.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/clj_hl7_fhir/core.clj b/src/clj_hl7_fhir/core.clj index 7b8214b..8e5ed38 100644 --- a/src/clj_hl7_fhir/core.clj +++ b/src/clj_hl7_fhir/core.clj @@ -344,7 +344,10 @@ (defn find-resource-in "finds and returns a resource contained in the given bundle, identified by a relative or absolute resource URL. if not found, nil is returned. throws an - exception if the bundle and/or url supplied is invalid." + exception if the bundle and/or url supplied is invalid. + + reference: + bundles: http://hl7.org/implement/standards/fhir/extras.html#bundle" [bundle resource-url] (when bundle (validate-bundle! bundle)