This page is part of the electronic Long-Term Services and Supports Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "eltss-server",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>eLTSS IG Server.</p>\n </div>"
},
"url" : "http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-server",
"name" : "ELTSS_Server",
"title" : "eLTSS Server",
"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 Server.",
"kind" : "requirements",
"imports" : [
"http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"
],
"fhirVersion" : "4.0.0",
"format" : [
"xml",
"json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "CarePlan",
"supportedProfile" : [
"http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss"
],
"interaction" : [
{
"code" : "search-type"
},
{
"code" : "read"
},
{
"code" : "history-instance"
},
{
"code" : "vread"
}
]
}
]
}
]
}