This page is part of the Smart App Launch Implementation Guide (v2.1.0: STU 2.1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: 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="{"defaultView":"problem-list","colorblindMode":"D","resultsPerPage":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>