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

: brand2-opt2 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="brand2-opt2"/>
  <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/brand2/logo/main.svg"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
    <valueString value="Brand2 Portal"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
    <valueUrl value="https://example.org/chart.brand2.org"/>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://brand2.org"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"/>
      <code value="insurer"/>
      <display value="Health Insurance provider"/>
    </coding>
  </type>
  <name value="Brand2"/>
  <alias value="Shield Insurance"/>
  <telecom>
    <system value="url"/>
    <value value="https://www.brand2.com"/>
  </telecom>
  <address>
    <city value="Sonoma"/>
    <state value="CA"/>
  </address>
  <address>
    <city value="San Rafael"/>
    <state value="CA"/>
  </address>
  <address>
    <city value="Santa Rosa"/>
    <state value="CA"/>
  </address>
  <endpoint>
    <reference value="Endpoint/brand2-opt2"/>
    <display value="FHIR R4 Endpoint for Brand1/Brand2"/>
  </endpoint>
</Organization>