Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. See the Directory of published versions

: Trust Service Provider - XML Representation

Draft as of 2020-12-06

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="medmorph-trust-service-provider"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>TrustServiceProvider</h2>
      <p>(Requirements Definition Capability Statement)</p>
      <p>Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider</p>
      <p>Published by: <b>HL7 International - Public Health Work Group</b>
      </p>
      <p>This CapabilityStatement defines the expected capabilities of the Trust Service Provider actor when conforming to the MedMorph RA IG. This actor is responsible for providing trust services. (e.g., Pseudonymization, Anonymization, De-identification, Re-identification).</p>
      <h2>General</h2>
      <div class="table-wrapper">
        <table>
          <tbody>
            <tr>
              <th>FHIR Version:</th>
              <td>4.0.1</td>
            </tr>
            <tr>
              <th>Supported formats:</th>
              <td>json</td>
            </tr>
          </tbody>
        </table>
      </div>
      <h2>REST  behavior</h2>
      <p>The primary focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification.
      For additional reading material on trust services, refer to [Trust Service Requirements](trustservices.html).    
      </p>
      <p>
        <b>Security:</b>
      </p>
      <p>Implementations must meet the general security requirements documented in FHIR <a href="http://hl7.org/fhir/security.html">Security guidance</a>.</p>
      <p>In addition the Trust Service Provider needs to meet the security requirements as outlined in the <a href="spec.html#authentication-and-authorization-requirements">Formal Specification - Security Section.</a></p>
     
        <h3>FHIR Operations summary</h3>
        <p>The following FHIR operations SHALL be supported by the Trust Service Provider.</p>
      
      <ul>
        <li>
          <a href="OperationDefinition-Bundle-pseudonymize.html">Bundle pseudonymize</a>
        </li>
        <li>
          <a href="OperationDefinition-Bundle-anonymize.html">Bundle anonymize</a>
        </li>
        <li>
          <a href="OperationDefinition-Bundle-de-identify.html">Bundle de-identify</a>
        </li>
        <li>
          <a href="OperationDefinition-Bundle-re-identify.html">Bundle re-identify</a>
        </li>
        <li>
          <a href="OperationDefinition-Bundle-hash.html">Bundle hash</a>
        </li>
      </ul>
      <br/>
      <br/>                
    </div>
  </text>
  <url
       value="http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider"/>
  <version value="1.0.0"/>
  <name value="TrustServiceProvider"/>
  <title value="Trust Service Provider"/>
  <status value="draft"/>
  <date value="2020-12-06"/>
  <publisher value="HL7 International - Public Health Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pher"/>
    </telecom>
  </contact>
  <description
               value="This CapabilityStatement defines the expected capabilities of the Trust Service Provider actor when conforming to the MedMorph RA IG. This actor is responsible for providing trust services. (e.g., Pseudonymization, Anonymization, De-identification, Re-identification)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.1"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <documentation
                   value="The focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification. "/>
    <security>
      <description
                   value="Implementations must meet the general security requirements documented in the security section of the implementation guide."/>
    </security>
    <operation>
      <name value="pseudonymize"/>
      <definition
                  value="http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize"/>
    </operation>
    <operation>
      <name value="anonymize"/>
      <definition
                  value="http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize"/>
    </operation>
    <operation>
      <name value="de-identify"/>
      <definition
                  value="http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify"/>
    </operation>
    <operation>
      <name value="re-identify"/>
      <definition
                  value="http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-re-identify"/>
    </operation>
    <operation>
      <name value="hash"/>
      <definition
                  value="http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash"/>
    </operation>
  </rest>
</CapabilityStatement>