This page is part of the electronic Long-Term Services and Supports Implementation Guide (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: eLTSS Client - JSON Representation
Raw json | Download
{
"resourceType" : "CapabilityStatement",
"id" : "eltss-client",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>eLTSS IG Client.</p><p>This is a profile on the US Core Implementation Guide and adheres to the requirements</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "hsswg"
}
],
"url" : "http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-client",
"version" : "2.0.0-ballot",
"name" : "ELTSS_Client",
"title" : "eLTSS Client",
"status" : "active",
"date" : "2019-02-08T00:00:00-05:00",
"publisher" : "HL7 International / Human and Social Services",
"contact" : [
{
"name" : "HL7 International / Human and Social Services",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/hsswg"
},
{
"system" : "email",
"value" : "hhswg@lists.HL7.org"
}
]
}
],
"description" : "This profile defines the expected capabilities of the eLTSS Client.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"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"
}
]
}
]
}
]
}