This page is part of the Smart App Launch Implementation Guide (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Bundle xmlns="http://hl7.org/fhir">
<id value="example1"/>
<type value="collection"/>
<timestamp value="2023-09-05T20:00:43.241070-07:00"/>
<entry>
<fullUrl value="https://fhir.labs.example.com/Organization/examplelabs"/>
<resource>
<Organization>
<id value="examplelabs"/>
<extension
url="http://hl7.org/fhir/StructureDefinition/organization-brand">
<extension url="brandLogo">
<valueUrl
value="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'><path%20d='M0%200h1024v1024H0z'%20style='fill:%23eee'/><text%20x='40'%20y='170'%20style='font-size:150px'>1024x1024</text></svg>"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/organization-portal">
<extension url="portalName">
<valueString value="Example Labs HealthCentral Portal"/>
</extension>
<extension url="portalUrl">
<valueUrl value="https://healthcentral.labs.example.com"/>
</extension>
<extension url="portalLogo">
<valueUrl
value="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'><path%20d='M0%200h1024v1024H0z'%20style='fill:%23666'/><text%20x='40'%20y='170'%20style='font-size:150px'>1024x1024</text></svg>"/>
</extension>
<extension url="portalEndpoint">
<valueReference>
<reference value="Endpoint/examplelabs"/>
<display value="FHIR R4 Endpoint for ExampleLabs Brand"/>
</valueReference>
</extension>
</extension>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="https://examplelabs.org"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="laboratory"/>
<display value="Laboratory"/>
</coding>
</type>
<name value="ExampleLabs"/>
<alias value="ExampleLabs Alaska"/>
<alias value="...(more here)..."/>
<alias value="ExampleLabs Wisconsin"/>
<telecom>
<system value="url"/>
<value value="https://labs.example.com"/>
</telecom>
<address>
<line value="4015 Lake Otis Pkwy"/>
<city value="Anchorage"/>
<state value="AK"/>
<postalCode value="99508"/>
<country value="US"/>
</address>
<address>
<state value="...(more here)..."/>
<country value="US"/>
</address>
<address>
<line value="123 Main St"/>
<city value="Madison"/>
<state value="WI"/>
<postalCode value="53726"/>
<country value="US"/>
</address>
<endpoint>
<reference value="Endpoint/examplelabs"/>
<display value="FHIR R4 Endpoint for ExampleLabs Brand"/>
</endpoint>
</Organization>
</resource>
</entry>
<entry>
<fullUrl value="https://fhir.labs.example.com/Endpoint/examplelabs"/>
<resource>
<Endpoint>
<id value="examplelabs"/>
<extension
url="http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version">
<valueCode value="4.0.1"/>
</extension>
<status value="active"/>
<connectionType>
<system
value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
<code value="hl7-fhir-rest"/>
</connectionType>
<name value="FHIR R4 Endpoint for ExampleLabs"/>
<contact>
<system value="url"/>
<value value="https://dev-portal.labs.example.com"/>
</contact>
<payloadType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
<code value="none"/>
</coding>
</payloadType>
<address value="https://fhir.labs.example.com/r4"/>
</Endpoint>
</resource>
</entry>
</Bundle>