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. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "eltss-server"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>eLTSS IG Server.</p>\n </div>" ]; fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-server"]; fhir:CapabilityStatement.name [ fhir:value "ELTSS_Server"]; fhir:CapabilityStatement.title [ fhir:value "eLTSS Server"]; fhir:CapabilityStatement.status [ fhir:value "active"]; fhir:CapabilityStatement.date [ fhir:value "2019-02-08T00:00:00-05:00"^^xsd:dateTime]; fhir:CapabilityStatement.publisher [ fhir:value "HL7 CBCP"]; fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/SpecialCommittees/usrealm/index.cfm" ] ] ]; fhir:CapabilityStatement.description [ fhir:value "This profile defines the expected capabilities of the eLTSS Server."]; fhir:CapabilityStatement.kind [ fhir:value "requirements"]; fhir:CapabilityStatement.imports [ fhir:value "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server> ]; fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.0"]; fhir:CapabilityStatement.format [ fhir:value "xml"; fhir:index 0 ], [ fhir:value "json"; fhir:index 1 ]; fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.rest.mode [ fhir:value "server" ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "CarePlan" ]; fhir:CapabilityStatement.rest.resource.supportedProfile [ fhir:value "http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss> ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.