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
: smart-app-state-server - XML Representation
Raw xml | Download
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="smart-app-state-server"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>AppStateServerCapabilityStatement</h2><div><p>Required capabilities for App State Server</p>
</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title="GET a resource (read interaction)">Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="POST a new resource (create interaction)">Create</b></th><th><b title="DELETE a resource (delete interaction)">Delete</b></th></tr><tr><td>Basic</td><td>Supported profiles:<br/> <a href="http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic">http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic</a></td><td></td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>
</text>
<url
value="http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server"/>
<version value="2.1.0"/>
<name value="AppStateServerCapabilityStatement"/>
<title value="App State Server CapabilityStatement"/>
<status value="active"/>
<date value="2022-09-19"/>
<publisher value="HL7 International - FHIR Infrastructure WG"/>
<contact>
<name value="HL7 International - FHIR Infrastructure WG"/>
<telecom>
<system value="url"/>
<value value="https://hl7.org/Special/committees/fiwg"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.HL7.org"/>
</telecom>
</contact>
<description value="Required capabilities for App State Server"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<fhirVersion value="4.0.1"/>
<format value="json"/>
<rest>
<mode value="server"/>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
<type value="Basic"/>
<supportedProfile
value="http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic"/>
<interaction>
<code value="search-type"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
</resource>
</rest>
</CapabilityStatement>