Skip to content

Commit

Permalink
Use some data: urls in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Feb 22, 2024
1 parent 2e2145d commit 5133ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/resources/Bundle-example1.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"extension": [
{
"url": "brandLogo",
"valueUrl": "https://labs.example.com/images/logo.svg"
"valueUrl": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0 0h1024v1024H0z' style='fill:%23eee'/><text x='40' y='170' style='font-size:150px'>1024x1024</text></svg>"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/organization-brand"
Expand All @@ -31,7 +31,7 @@
},
{
"url": "portalLogo",
"valueUrl": "https://healthcentral.labs.example.com/logo.png"
"valueUrl": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0 0h1024v1024H0z' style='fill:%23666'/><text x='40' y='170' style='font-size:150px'>1024x1024</text></svg>"
},
{
"url": "portalEndpoint",
Expand Down

0 comments on commit 5133ff9

Please sign in to comment.