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

: example6 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="example6"/>
  <meta>
    <lastUpdated value="2023-09-05T20:49:08.419567-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:49:08.418823-07:00"/>
  <entry>
    <fullUrl value="https://ehr.example.org/Endpoint/ehr1-examplehealth"/>
    <resource>
      <Endpoint>
        <id value="ehr1-examplehealth"/>
        <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="1.0.2"/>
        </extension>
        <status value="active"/>
        <connectionType>
          <system
                  value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
          <code value="hl7-fhir-rest"/>
        </connectionType>
        <name
              value="FHIR DSTU2 Endpoint for ExampleHealth's EHR1 Patient Gateway"/>
        <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/EHR1/ExampleHealth/api/FHIR/DSTU2"/>
      </Endpoint>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://ehr.example.org/Organization/cust-hosted-examplehealth"/>
    <resource>
      <Organization>
        <id value="cust-hosted-examplehealth"/>
        <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/ehr1-examplehealth/themes/custom/logo.svg"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
          <valueString value="EHR1 ExampleHealth Patient Gateway"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
          <valueUrl value="https://patientgateway.ehr1-examplehealth.org"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/brands-bundle">
          <valueUrl
                    value="https://example.org/examplehealth.org/bundle.json"/>
        </extension>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value value="https://examplehealth.org"/>
        </identifier>
        <active value="true"/>
        <type>
          <coding>
            <system
                    value="http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"/>
            <code value="clinical"/>
            <display value="Clinical Care provider"/>
          </coding>
        </type>
        <name value="ExampleHealth"/>
        <alias value="GoodHealth Healthcare"/>
        <telecom>
          <system value="url"/>
          <value value="https://www.example.org/examplehealth.org"/>
        </telecom>
        <address>
          <city value="Madison"/>
          <state value="WI"/>
        </address>
        <endpoint>
          <reference value="Endpoint/ehr1-examplehealth"/>
          <display
                   value="FHIR DSTU2 Endpoint for ExampleHealth's EHR1 Patient Gateway"/>
        </endpoint>
      </Organization>
    </resource>
  </entry>
</Bundle>