SMART App Launch
2.2.0 - STU 2.2 International flag

SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ and changes regularly. See the Directory of published versions

: Lab with Locations Nationwide - XML Representation

Raw xml | Download



<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,&lt;svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'&gt;&lt;path%20d='M0%200h1024v1024H0z'%20style='fill:%23eee'/&gt;&lt;text%20x='40'%20y='170'%20style='font-size:150px'&gt;1024x1024&lt;/text&gt;&lt;/svg&gt;"/>
          </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,&lt;svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'&gt;&lt;path%20d='M0%200h1024v1024H0z'%20style='fill:%23666'/&gt;&lt;text%20x='40'%20y='170'%20style='font-size:150px'&gt;1024x1024&lt;/text&gt;&lt;/svg&gt;"/>
          </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>