From 988782aa24b2cb6ce9d21a352692bbc769505392 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Mon, 6 Dec 2021 13:25:20 -0500 Subject: [PATCH] Fix for Bad text (#3079) * Fix for Bad text Signed-off-by: Paul Bastide * Update Signed-off-by: Paul Bastide * Update Signed-off-by: Paul Bastide --- docs/src/pages/guides/FHIRServerUsersGuide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/guides/FHIRServerUsersGuide.md b/docs/src/pages/guides/FHIRServerUsersGuide.md index d682a26f38c..09b4491b9ae 100644 --- a/docs/src/pages/guides/FHIRServerUsersGuide.md +++ b/docs/src/pages/guides/FHIRServerUsersGuide.md @@ -924,10 +924,11 @@ As described above, in order to establish a reference to a resource, you must fi Thankfully, the HL7 FHIR specification defines a way to express a dependency between two resources within a request bundle by using a _local identifier_ to identify the resource being referenced, and a _local reference_[6](#f6) to reference the resource via its local identifier. In the following example, a request bundle contains a `POST` request to create a new `Patient` resource, along with a `POST` request to create a new `Observation` resource that references that `Patient`: + ``` { - "resourceType" : "Bundle", - "type" : "batch", + "resourceType": "Bundle", + "type": "batch", "entry" : [ { "fullUrl" : "urn:uuid:7113a0bb-d9e0-49df-9855-887409388c69", "resource" : {