Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm
2.0.0-ballot - ballot United States of America flag

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 - TTL Representation

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eltss-client"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "hsswg" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-client"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "ELTSS_Client"] ; # 
  fhir:title [ fhir:v "eLTSS Client"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2019-02-08T00:00:00-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Human and Social Services"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Human and Social Services" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/hsswg" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hhswg@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This profile defines the expected capabilities of the eLTSS Client."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:imports ( [
fhir:v "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-client"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/CapabilityStatement/us-core-client>
  ] ) ; # 
  fhir:fhirVersion [ fhir:v "4.0.0"] ; # 
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
    ( fhir:resource [
fhir:type [ fhir:v "CarePlan" ] ;
      ( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss>       ] ) ;
      ( fhir:interaction [
fhir:code [ fhir:v "search-type" ]       ] [
fhir:code [ fhir:v "read" ]       ] [
fhir:code [ fhir:v "history-instance" ]       ] [
fhir:code [ fhir:v "vread" ]       ] )     ] )
  ] ) . #