SMART App Launch
2.1.0-ballot - Release International flag

This page is part of the Smart App Launch Implementation Guide (v2.1.0-ballot: STU 2.1 Draft) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: smart-app-state-server - XML Representation

Active as of 2022-09-19

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="smart-app-state-server"/>
  <url
       value="http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server"/>
  <version value="2.1.0-ballot"/>
  <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"/>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>