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 Client - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "eltss-client",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>eLTSS IG Client.      </p>\n      <p>This is a profile on the US Core Implementation Guide and adheres to the requirements </p>\n    </div>"
  },
  "url" : "http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-client",
  "name" : "ELTSS_Client",
  "title" : "eLTSS Client",
  "status" : "active",
  "date" : "2019-02-08T00:00:00-05:00",
  "publisher" : "HL7 CBCP",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://www.hl7.org/SpecialCommittees/usrealm/index.cfm"
        }
      ]
    }
  ],
  "description" : "This profile defines the expected capabilities of the eLTSS Client.",
  "kind" : "requirements",
  "imports" : [
    "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-client"
  ],
  "fhirVersion" : "4.0.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "CarePlan",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss"
          ],
          "interaction" : [
            {
              "code" : "search-type"
            },
            {
              "code" : "read"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "vread"
            }
          ]
        }
      ]
    }
  ]
}