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

SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions

: example1 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="example1"/>
  <meta>
    <lastUpdated value="2023-09-05T20:00:43.241454-07:00"/>
    <profile
             value="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle"/>
  </meta>
  <type value="collection"/>
  <timestamp value="2023-09-05T20:00:43.241070-07:00"/>
  <entry>
    <fullUrl value="https://examplelabs.example.org/Endpoint/examplelabs"/>
    <resource>
      <Endpoint>
        <id value="examplelabs"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"/>
        </meta>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/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.examplelabs.org"/>
        </contact>
        <payloadType>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
            <code value="none"/>
          </coding>
        </payloadType>
        <address value="https://fhir.examplelabs.example.org/r4"/>
      </Endpoint>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://examplelabs.example.org/Organization/examplelabs"/>
    <resource>
      <Organization>
        <id value="examplelabs"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"/>
        </meta>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo">
          <valueUrl
                    value="https://example.org/examplelabs/images/ExampleLabs_Logo.svg"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
          <valueString value="ExampleLabs Patient Portal"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
          <valueUrl
                    value="https://example.org/patient.examplelabs.com/landing"/>
        </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="lab"/>
            <display value="Laboratory"/>
          </coding>
        </type>
        <name value="ExampleLabs"/>
        <alias value="ExampleLabs Alaska"/>
        <telecom>
          <system value="url"/>
          <value value="https://www.examplelabs.com"/>
        </telecom>
        <address>
          <line value="4015 Lake Otis Pkwy"/>
          <city value="Anchorage"/>
          <state value="AK"/>
          <postalCode value="99508"/>
        </address>
        <address>
          <line value="3223 Palmer Wasilla Hwy"/>
          <line value="Suite 4"/>
          <city value="Wasilla"/>
          <state value="AK"/>
          <postalCode value="99654"/>
        </address>
        <address>
          <line value="1626 30Th Avenue"/>
          <city value="Fairbanks"/>
          <state value="AK"/>
          <postalCode value="99701"/>
        </address>
        <endpoint>
          <reference value="Endpoint/examplelabs"/>
          <display value="FHIR R4 Endpoint for ExampleLabs Brand"/>
        </endpoint>
      </Organization>
    </resource>
  </entry>
</Bundle>