HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.0.1 - STU1 Release 1 - Standard for Trial-Use International flag

This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Uds Plus Trust Service Provider CapabilityStatement - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "uds-plus-trust-service-provider",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Data Source (e.g, EHR)</h2>\n      <p>(Requirements Definition Capability Statement)</p>\n      <p>Canonical URL: http://fhir.org/guides/hrsa/uds-plus/CapabilityStatement/uds-plus-trust-service-provider</p>\n      <p>Published by: <b>HL7 International - Public Health Work Group</b>\n      </p>\n      <p>This is a CapabilityStatement that defines the expected capabilities of the Trust Service Provider.  \n      </p>\n      <h2>General</h2>\n      <div class=\"table-wrapper\">\n        <table>\n          <tbody>\n            <tr>\n              <th>FHIR Version:</th>\n              <td>4.0.1</td>\n            </tr>\n            <tr>\n              <th>Supported formats:</th>\n              <td>json</td>\n            </tr>\n          </tbody>\n        </table>\n      </div>\n      <h2>REST  behavior</h2>\n      <p>The primary focus of the Trust Service Provider is to support the de-identify operation.\n      </p>\n      <p>\n        <b>Security:</b>\n      </p>\n      <p>Implementations must meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a>.</p>\n      <p>In addition the Trust Service Provider actor needs to meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">SMART on FHIR Backend Services Authorization</a></p>\n       \n        <h3>FHIR Operations summary</h3>\n        <p>The following FHIR operations SHALL be supported by the Trust Service Provider</p>\n      \n      <ul>\n        <li>\n          <a href=\"OperationDefinition-udsplus-de-identify.html\">De-identify operation ([BaseURL]/$deidentify)</a>\n        </li>\n      </ul>\n      <br/>\n      <br/>   \n    </div>"
  },
  "url" : "http://fhir.org/guides/hrsa/uds-plus/CapabilityStatement/uds-plus-trust-service-provider",
  "version" : "1.0.1",
  "name" : "UdsPlusTrustServiceProvider",
  "title" : "Uds Plus Trust Service Provider CapabilityStatement",
  "status" : "draft",
  "date" : "2020-12-06",
  "publisher" : "HRSA BPHC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://bphc.hrsa.gov/"
        }
      ]
    }
  ],
  "description" : "This is a CapabilityStatement that defines the expected capabilities of the Trust Service Provider actor.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "The primary focus of the Trust Service Provider actor is to support the deidentify operation.",
      "security" : {
        "description" : "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "operation" : [
        {
          "name" : "deidentify",
          "definition" : "http://fhir.org/guides/hrsa/uds-plus/OperationDefinition/udsplus-de-identify"
        }
      ]
    }
  ]
}