From 5133ff96653630ec3539c6ca7beb0e2c3643f950 Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Wed, 21 Feb 2024 18:00:09 -0600 Subject: [PATCH] Use some data: urls in examples --- input/resources/Bundle-example1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/resources/Bundle-example1.json b/input/resources/Bundle-example1.json index 584aa15a..1cc5dd2c 100644 --- a/input/resources/Bundle-example1.json +++ b/input/resources/Bundle-example1.json @@ -14,7 +14,7 @@ "extension": [ { "url": "brandLogo", - "valueUrl": "https://labs.example.com/images/logo.svg" + "valueUrl": "data:image/svg+xml;utf8,1024x1024" } ], "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" @@ -31,7 +31,7 @@ }, { "url": "portalLogo", - "valueUrl": "https://healthcentral.labs.example.com/logo.png" + "valueUrl": "data:image/svg+xml;utf8,1024x1024" }, { "url": "portalEndpoint",