From 3fa806e8f5bfcb00229880993e93c347aa276738 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 5 Aug 2014 15:30:15 -0400 Subject: [PATCH] minor doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19aaf91..28a193d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ that the operation is dealing with. The resource can be specified either in "cam code uses (e.g. `:patient` or `:diagnostic-report`). FHIR servers will typically return an error if you pass in a resource type that is not recognized. -Return values will almost always (if not nil) be a FHIR resource or bundle ([as described here](http://hl7.org/implement/standards/fhir/json.html). +Return values will almost always (if not nil) be a FHIR resource or bundle ([as described here](http://hl7.org/implement/standards/fhir/json.html)). The main difference is that a bundle can contain any number of resources (even zero) and also contains a bit of extra metadata about each resource contained inside. The functions which return resources as bundles will always return a bundle as long as an error did