Making EHR Data More available for Research and Public Health (MedMorph)
0.2.0 - STU 1 draft

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.2.0: STU 1 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MedMorph Trusted Third Party - JSON Representation

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "medmorph-trusted-third-party",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>TrustedThirdParty</h2>\n      <p>(Requirements Definition Capability Statement)</p>\n      <p>Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trusted-third-party</p>\n      <p>Published by: <b>HL7 International - Public Health Work Group</b>\n      </p>\n      <p>This profile defines the expected capabilities of the <i>MedMorph Trusted Third Party </i> actor.  \n      This actor is responsible for receiving messages and forwarding messages from clinical care to PHA/Research Organization and send responses back from PHA/Research Organization to clinical care.</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 Trusted Third Party is to receive messages and forward messages from clinical care to PHA/Research Organization and send responses back from PHA/Research Organization to clinical care.</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 Trusted Third Party needs to meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">Formal Specification - Security Section.</a></p>\n      <h3>Resource summary</h3>\n      <div class=\"table-wrapper\">\n        <table class=\"grid\">\n          <thead>\n            <tr>\n              <th>Resource</th>\n              <th>Search</th>\n              <th>Read</th>\n              <th>Read Version</th>\n              <th>Instance History</th>\n              <th>Resource History</th>\n              <th>Create</th>\n              <th>Update</th>\n              <th>Delete</th>\n            </tr>\n          </thead>\n          <tbody>\n           <tr>\n              <th>Bundle (<a href=\"StructureDefinition-us-ph-reporting-bundle.html\">Profile</a>)</th>\n              <td>\n              </td>\n              <td>               \n              </td>\n              <td>              \n              </td>\n              <td>               \n              </td>\n              <td>\n              </td>\n              <td>\n                <a href=\"#ReportingBundle-create\" title=\"Allows creation of a specific Reporting Bundle Resource instance\">SHALL</a>\n              </td>\n              <td>\n              </td>\n              <td/>\n            </tr>\n          </tbody>\n        </table>\n      </div>\n     \n        <h3>FHIR Operations summary</h3>\n        <p>The following FHIR operations SHALL be supported by the Trusted Third Party.</p>\n     \n      <ul>\n        <li>\n          <a href=\"https://www.hl7.org/fhir/messageheader-operation-process-message.html\">Bundle process-message</a>\n        </li>\n      </ul>\n      <br/>\n      <br/>\n      <h3>\n        <a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a>\n      </h3>\n      <p>Profile: <a href=\"StructureDefinition-us-ph-reporting-bundle.html\">http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-reporting-bundle</a>\n      </p>\n      <h4>Interactions</h4>\n      <div class=\"table-wrapper\">\n        <table class=\"list\">\n          <thead>\n            <tr>\n              <th>Name</th>\n              <th>Description</th>\n            </tr>\n          </thead>\n          <tbody>\n            <tr>\n              <th>\n                <a name=\"ReportingBundle-create\"> </a>\n                <span>create</span>\n              </th>\n              <td>\n                <p>Allows creation of ReportingBundle instances</p>\n              </td>\n            </tr>   \n          </tbody>\n        </table>\n      </div>    \n      <br/>\n      <br/>      \n    </div>"
  },
  "url" : "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trusted-third-party",
  "version" : "0.2.0",
  "name" : "TrustedThirdParty",
  "title" : "MedMorph Trusted Third Party",
  "status" : "draft",
  "date" : "2020-12-06",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This profile defines the expected capabilities of the ''Trusted Third Party'' actor when conforming to the MedMorph Architecture Implementation Guide.     This role is responsible for receiving messages and forwarding messages from clinical care to PHA/Research Organization and send responses back from PHA/Research Organization to clinical care.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "The focus of the Trusted Third Party is to receive messages and forward messages from clinical care to PHA/Research Organization and send responses back from PHA/Research Organization to clinical care.",
      "security" : {
        "description" : "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "resource" : [
        {
          "type" : "Bundle",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-reporting-bundle"
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows creation of a Reporting Bundle instance."
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "process-message",
          "definition" : "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
        }
      ]
    },
    {
      "mode" : "client",
      "documentation" : "The focus of the Trusted Third Party is to receive messages and forward messages from clinical care to PHA/Research Organization and send responses back from PHA/Research Organization to clinical care.",
      "security" : {
        "description" : "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "resource" : [
        {
          "type" : "Bundle",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-reporting-bundle"
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows creation of a Reporting Bundle instance."
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "process-message",
          "definition" : "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
        }
      ]
    }
  ]
}