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="example4"/>
<type value="collection"/>
<timestamp value="2023-09-05T20:36:42.268403-07:00"/>
<entry>
<fullUrl value="https://ehr.example.org/Organization/brand1"/>
<resource>
<Organization>
<id value="brand1"/>
<extension
url="http://hl7.org/fhir/StructureDefinition/organization-brand">
<extension url="brandLogo">
<valueUrl value="https://example.org/brand1/logo/main.svg"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/organization-portal">
<extension url="portalName">
<valueString value="Brand1 Portal"/>
</extension>
<extension url="portalUrl">
<valueUrl value="https://example.org/chart.brand1.org"/>
</extension>
<extension url="portalEndpoint">
<valueReference>
<reference value="Endpoint/coequal-example"/>
<display value="FHIR R4 Endpoint for Brand1/Brand2"/>
</valueReference>
</extension>
</extension>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="https://brand1.example.com"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="ins"/>
<display value="Insurance Company"/>
</coding>
</type>
<name value="Brand1"/>
<alias value="Umbrella Insurance"/>
<telecom>
<system value="url"/>
<value value="https://www.brand1.example.com"/>
</telecom>
<address>
<city value="Napa"/>
<state value="CA"/>
<country value="US"/>
</address>
<address>
<city value="Sonoma"/>
<state value="CA"/>
<country value="US"/>
</address>
<address>
<city value="St Helena"/>
<state value="CA"/>
<country value="US"/>
</address>
<endpoint>
<reference value="Endpoint/coequal-example"/>
<display value="FHIR R4 Endpoint for Brand1/Brand2"/>
</endpoint>
</Organization>
</resource>
</entry>
<entry>
<fullUrl value="https://ehr.example.org/Organization/brand2"/>
<resource>
<Organization>
<id value="brand2"/>
<extension
url="http://hl7.org/fhir/StructureDefinition/organization-brand">
<extension url="brandLogo">
<valueUrl value="https://example.org/brand2/logo/main.svg"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/organization-portal">
<extension url="portalName">
<valueString value="Brand2 Portal"/>
</extension>
<extension url="portalUrl">
<valueUrl value="https://example.org/chart.brand2.org"/>
</extension>
<extension url="portalEndpoint">
<valueReference>
<reference value="Endpoint/coequal-example"/>
<display value="FHIR R4 Endpoint for Brand1/Brand2"/>
</valueReference>
</extension>
</extension>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="https://brand2.example.com"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="ins"/>
<display value="Insurance Company"/>
</coding>
</type>
<name value="Brand2"/>
<alias value="Shield Insurance"/>
<telecom>
<system value="url"/>
<value value="https://www.brand1.example.com"/>
</telecom>
<address>
<city value="Sonoma"/>
<state value="CA"/>
<country value="US"/>
</address>
<address>
<city value="San Rafael"/>
<state value="CA"/>
<country value="US"/>
</address>
<address>
<city value="Santa Rosa"/>
<state value="CA"/>
<country value="US"/>
</address>
<endpoint>
<reference value="Endpoint/coequal-example"/>
<display value="FHIR R4 Endpoint for Brand1/Brand2"/>
</endpoint>
</Organization>
</resource>
</entry>
<entry>
<fullUrl value="https://ehr.example.org/Endpoint/coequal-example"/>
<resource>
<Endpoint>
<id value="coequal-example"/>
<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 Brand1/Brand2"/>
<contact>
<system value="url"/>
<value value="https://open.ehr.com"/>
</contact>
<payloadType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
<code value="none"/>
</coding>
</payloadType>
<address value="https://example.org/brand1.org/ProdFHIR/api/FHIR/R4"/>
</Endpoint>
</resource>
</entry>
</Bundle>