Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm

This page is part of the electronic Long-Term Services and Supports Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

eLTSS Server - XML Representation

(back to narrative)

Raw xml


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="eltss-server"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>eLTSS IG Server.</p>
    </div>
  </text>
  <url value="http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-server"/>
  <name value="ELTSS_Server"/>
  <title value="eLTSS Server"/>
  <status value="active"/>
  <date value="2019-02-08T00:00:00-05: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 Server."/>
  <kind value="requirements"/>
  <imports
           value="http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"/>
  <fhirVersion value="4.0.0"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="CarePlan"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/eltss/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>