SMART App Launch
2.2.0-ballot - CI-Build International flag

This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, 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="https://labs.example.com/images/logo.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="https://healthcentral.labs.example.com/logo.png"/>
          </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://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"/>
            <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"/>
        </address>
        <address>
          <state value="...(more here)..."/>
        </address>
        <address>
          <line value="123 Main St"/>
          <city value="Madison"/>
          <state value="WI"/>
          <postalCode value="53726"/>
        </address>
      </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>