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

This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Example Brand - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/organization-brand">
    <extension url="brandLogo">
      <valueUrl value="https://example.org/examplelabs/images/logo.svg"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/organization-portal">
    <extension url="portalName">
      <valueString value="Example Brand Portal"/>
    </extension>
    <extension url="portalUrl">
      <valueUrl value="https://healthcentral.example.org"/>
    </extension>
    <extension url="portalLogo">
      <valueUrl value="https://healthcentral.example.org/logo.png"/>
    </extension>
    <extension url="portalEndpoint">
      <valueReference>🔗 
        <reference value="Endpoint/example"/>
        <display value="FHIR R4 Endpoint for Example Brand"/>
      </valueReference>
    </extension>
  </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="clinical"/>
      <display value="Clinical"/>
    </coding>
  </type>
  <name value="Example Brand"/>
  <alias value="ExampleHealth Brand"/>
  <telecom>
    <system value="url"/>
    <value value="https://brand.example.com"/>
  </telecom>
  <address>
    <line value="103 Main St"/>
    <city value="Boston"/>
    <state value="MA"/>
    <postalCode value="02111"/>
  </address>
</Organization>