SMART App Launch
2.2.0 - STU 2.2 International flag

Publication Build: This will be filled in by the publication tooling

: Example App State - XML Representation

Raw xml | Download



<Basic xmlns="http://hl7.org/fhir">
  <id value="app-state"/>
  <extension url="https://myapp.example.org/display-preferences-v2.0.1">
    <valueString
                 value="{&quot;defaultView&quot;:&quot;problem-list&quot;,&quot;colorblindMode&quot;:&quot;D&quot;,&quot;resultsPerPage&quot;:150}"/>
  </extension>
  <code>
    <coding>
      <system value="https://myapp.example.org"/>
      <code value="display-preferences"/>
    </coding>
  </code>
  <subject>
    <reference value="https://ehr.example.org/fhir/Practitioner/123"/>
  </subject>
</Basic>