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

: example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <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/logo/main.1024x102.png"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo-use-agreement">
    <valueUrl value="https://example.org/logo/use-agreement.html"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-flags">
    <valueCode value="hidden"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name">
    <valueString value="Example Health Portal"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url">
    <valueUrl value="https://example.org/myportal"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description">
    <valueMarkdown
                   value="This is the description of the portal. It can be multiple lines.
It can also be **markdown**.
"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo">
    <valueUrl value="https://example.org/portal-logo/main.1024x102.png"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo-use-agreement">
    <valueUrl value="https://example.org/portal-logo/use-agreement.html"/>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://examplehospital.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="Example Organization"/>
  <alias value="Example Health System"/>
  <telecom>
    <system value="url"/>
    <value value="https://example.org/brand-home"/>
  </telecom>
  <address>
    <line value="100 1st Avenue, Suite 227"/>
    <city value="Pleasanton"/>
    <state value="MA"/>
    <postalCode value="01002"/>
  </address>
  <partOf>
    <display value="Larger Health System"/>
  </partOf>
  <endpoint>
    <reference value="Endpoint/example"/>
    <display value="FHIR R4 Endpoint for Example Medical Center Brand"/>
  </endpoint>
</Organization>