FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/eltss-client

Packagehl7.fhir.us.eltss
TypeCapabilityStatement
Ideltss-client
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/eltss/https://build.fhir.org/ig/HL7/eLTSS/CapabilityStatement-eltss-client.html
URLhttp://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-client
Version2.0.0
Statusactive
Date2019-02-08T00:00:00-05:00
NameELTSS_Client
TitleeLTSS Client
Realmus
Authorityhl7
DescriptionThis profile defines the expected capabilities of the eLTSS Client.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

CapabilityStatement
us-core-clientUS Core Client CapabilityStatement
StructureDefinition
CarePlan-eltssCarePlan_eltss

Narrative

Note: links and images are rebased to the (stated) source

eLTSS Client

  • Implementation Guide Version: 2.0.0
  • FHIR Version: 4.0.0
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: Thu Feb 07 22:00:00 MST 2019
  • Published by: HL7 International / Human and Social Services

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: client

This requirements capability statement imports the entirety of the US Core Client CapabilityStatement from US Core. Refer to the imported capability statement for full information on the capabilities defined by this capability statement.

The imports field in the JSON indicates from which capability statements an IG imports. As an implementer, you can think of this as similar to profiling. This means that the expectation of this Client Capability statement is that the entire US Core capability statement will be conformed too, in addition to specifications that follow. The JSON/XML version of the CapabilityStatement is the computable specification. This narrative is for convenience only.

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRV-RSUCH-ISearches_include_revincludeOperations
CarePlanSupported profiles:
  CarePlan_eltss
yyyy

Resource Conformance: supportedCarePlan

Core FHIR Resource
CarePlan
Reference Policy
Interaction summary
  • Supports search-type, read, history-instance, vread.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "eltss-client",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "hsswg"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/eltss/ImplementationGuide/hl7.fhir.us.eltss"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/eltss/ImplementationGuide/hl7.fhir.us.eltss"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/eltss/CapabilityStatement/eltss-client",
  "version": "2.0.0",
  "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|6.1"
  ],
  "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"
            }
          ]
        }
      ]
    }
  ]
}