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

: example4 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="example4"/>
  <meta>
    <lastUpdated value="2023-09-05T20:31:01.224902-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:31:01.224122-07:00"/>
  <entry>
    <fullUrl value="https://ehr.example.org/Endpoint/examplehospital2-ehr2"/>
    <resource>
      <Endpoint>
        <id value="examplehospital2-ehr2"/>
        <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 EHR2 Endpoint for ExampleHospital2"/>
        <contact>
          <system value="url"/>
          <value value="https://code.ehr2.com"/>
        </contact>
        <payloadType>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
            <code value="none"/>
          </coding>
        </payloadType>
        <address value="https://example.org/examplehospital2.ehr2/r4"/>
      </Endpoint>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://ehr.example.org/Organization/examplehospital2-ehr2"/>
    <resource>
      <Organization>
        <id value="examplehospital2-ehr2"/>
        <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://www.example.org/hospital2/media/logo.ashx?h=85&amp;w=600&amp;la=en&amp;hash=AF50B39C3F246D61E4C012ED25A2D8CF4C3A1607"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
          <valueString value="ExampleHospital2 Pediatrics Portal"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
          <valueUrl
                    value="https://apps.examplehospital2/pediatrics-portal/index.html"/>
        </extension>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value value="https://examplehospital2"/>
        </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="Example Hospital1"/>
        <telecom>
          <system value="url"/>
          <value value="https://www.example.org/examplehospital2/"/>
        </telecom>
        <address>
          <city value="Boston"/>
          <state value="MA"/>
        </address>
        <endpoint>
          <reference value="Endpoint/examplehospital2-ehr2"/>
          <display value="FHIR R4 EHR2 Endpoint for ExampleHospital2 Brand"/>
        </endpoint>
      </Organization>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://ehr.example.org/Organization/examplehospital3-ehr2"/>
    <resource>
      <Organization>
        <id value="examplehospital3-ehr2"/>
        <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/patient-access-url">
          <valueUrl value="https://patientgateway.examplehospital1-ehr1.org"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description">
          <valueMarkdown
                         value="Pediatrics Portal is a Web-based, easy-to-use, and secure way to access your child's information at your convenience."/>
        </extension>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value value="https://examplehospital3.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="ExampleHospital3"/>
        <alias value="GoodCare Cancer Center"/>
        <telecom>
          <system value="url"/>
          <value value="https://www.example.org/examplehospital3/"/>
        </telecom>
        <address>
          <city value="Boston"/>
          <state value="MA"/>
        </address>
        <partOf>
          <reference value="Organization/examplehospital2-ehr2"/>
        </partOf>
      </Organization>
    </resource>
  </entry>
</Bundle>