ELTSS 0.1.0 - STU1 Ballot 1

This page is part of the electronic Long-Term Services and Supports Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

eLTSS Client - XML Representation

(back to narrative)

Raw xml


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="eltss-client"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>eLTSS IG Client.</p>
</div>
  </text>
  <url value="http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-client"/>
  <version value="0.1.0"/>
  <name value="ELTSS_Client"/>
  <title value="eLTSS Client"/>
  <status value="active"/>
  <date value="2019-02-08T00:00:00+11:00"/>
  <publisher value="HL7 CBCP"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://www.hl7.org/SpecialCommittees/usrealm/index.cfm"/>
    </telecom>
  </contact>
  <description
               value="This profile defines the expected capabilities of the eLTSS Client."/>
  <kind value="requirements"/>
  <imports
           value="http://hl7.org/fhir/us/core-r4/CapabilityStatement/us-core-r4-client"/>
  <fhirVersion value="4.0.0"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="client"/>
    <resource>
      <type value="Patient"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/StructureDefinition/careplan-eltss"/>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>