FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.eltss.r4b
Resource TypeCapabilityStatement
IdCapabilityStatement-eltss-client.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

eLTSS IG Client.

This is a profile on the US Core Implementation Guide and adheres to the requirements


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "eltss-client",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "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.3.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"
            }
          ]
        }
      ]
    }
  ]
}