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

: Different EHRs for different sub-populations displayed in a unified card - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="example3"/>
  <type value="collection"/>
  <timestamp value="2023-09-05T20:23:42.723178-07:00"/>
  <entry>
    <fullUrl
             value="https://examplehospital.example.org/Organization/examplehospital"/>
    <resource>
      <Organization>
        <id value="examplehospital"/>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/organization-brand">
          <extension url="brandLogo">
            <valueUrl
                      value="https://example.org/examplehospital-ehr1/themes/custom/logo.svg"/>
          </extension>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/organization-portal">
          <extension url="portalName">
            <valueString value="ExampleHospital Patient Gateway"/>
          </extension>
          <extension url="portalUrl">
            <valueUrl
                      value="https://patientgateway.examplehospital.ehr1.example.org"/>
          </extension>
          <extension url="portalDescription">
            <valueMarkdown
                           value="Patient Gateway is an online tool to help adult patients connect with health care providers, manage appointments, and refill prescriptions.
"/>
          </extension>
          <extension url="portalEndpoint">
            <valueReference>
              <reference
                         value="https://ehr1.example.com/Endpoint/examplehospital-ehr1"/>
              <display value="FHIR R4 Endpoint for EHR1"/>
            </valueReference>
          </extension>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/organization-portal">
          <extension url="portalName">
            <valueString value="ExampleHospital Pediatric Portal"/>
          </extension>
          <extension url="portalUrl">
            <valueUrl
                      value="https://pediatrics.examplehospital.ehr2.example.org"/>
          </extension>
          <extension url="portalDescription">
            <valueMarkdown
                           value="Pediatric Portal is the entrypoint for pediatric patients."/>
          </extension>
          <extension url="portalEndpoint">
            <valueReference>
              <reference
                         value="https://ehr2.example.com/Endpoint/examplehospital-ehr2"/>
              <display value="FHIR R4 Endpoint for EHR2"/>
            </valueReference>
          </extension>
        </extension>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value value="https://examplehospital.example.org"/>
        </identifier>
        <active value="true"/>
        <type>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/organization-type"/>
            <code value="prov"/>
            <display value="Healthcare Provider"/>
          </coding>
        </type>
        <name value="ExampleHospital"/>
        <alias value="GoodHealth Healthcare"/>
        <telecom>
          <system value="url"/>
          <value value="https://examplehospital.example.org/contact"/>
        </telecom>
        <address>
          <city value="Boston"/>
          <state value="MA"/>
        </address>
        <address>
          <city value="Newton"/>
          <state value="MA"/>
        </address>
        <address>
          <city value="Waltham"/>
          <state value="MA"/>
        </address>
        <endpoint>
          <reference
                     value="https://ehr1.example.com/Endpoint/examplehospital-ehr1"/>
          <display value="FHIR R4 Endpoint for EHR1"/>
        </endpoint>
        <endpoint>
          <reference
                     value="https://ehr2.example.com/Endpoint/examplehospital-ehr2"/>
          <display value="FHIR R4 Endpoint for EHR2"/>
        </endpoint>
      </Organization>
    </resource>
  </entry>
  <entry>
    <fullUrl value="https://ehr1.example.com/Endpoint/examplehospital-ehr1"/>
    <resource>
      <Endpoint>
        <id value="examplehospital-ehr1"/>
        <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 ExampleHospital's EHR1 Patient Gateway"/>
        <contact>
          <system value="url"/>
          <value value="https://open.ehr1.example.com"/>
        </contact>
        <payloadType>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
            <code value="none"/>
          </coding>
        </payloadType>
        <address
                 value="https://ehr1.example.org/ExampleHospital/api/FHIR/R4"/>
      </Endpoint>
    </resource>
  </entry>
  <entry>
    <fullUrl value="https://ehr2.example.com/Endpoint/examplehospital-ehr2"/>
    <resource>
      <Endpoint>
        <id value="examplehospital-ehr2"/>
        <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 ExampleHospital's EHR2 Pediatric Portal"/>
        <contact>
          <system value="url"/>
          <value value="https://open.ehr2.example.com"/>
        </contact>
        <payloadType>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
            <code value="none"/>
          </coding>
        </payloadType>
        <address
                 value="https://ehr2.example.org/ExampleHospital/api/FHIR/R4"/>
      </Endpoint>
    </resource>
  </entry>
</Bundle>