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 - TTL Representation

Draft as of 2020-12-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medmorph-trust-service-provider"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>TrustServiceProvider</h2>\n      <p>(Requirements Definition Capability Statement)</p>\n      <p>Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider</p>\n      <p>Published by: <b>HL7 International - Public Health Work Group</b>\n      </p>\n      <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>\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 provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification.\n      For additional reading material on trust services, refer to [Trust Service Requirements](trustservices.html).    \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 needs to meet the security requirements as outlined in the <a href=\"spec.html#authentication-and-authorization-requirements\">Formal Specification - Security Section.</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-Bundle-pseudonymize.html\">Bundle pseudonymize</a>\n        </li>\n        <li>\n          <a href=\"OperationDefinition-Bundle-anonymize.html\">Bundle anonymize</a>\n        </li>\n        <li>\n          <a href=\"OperationDefinition-Bundle-de-identify.html\">Bundle de-identify</a>\n        </li>\n        <li>\n          <a href=\"OperationDefinition-Bundle-re-identify.html\">Bundle re-identify</a>\n        </li>\n        <li>\n          <a href=\"OperationDefinition-Bundle-hash.html\">Bundle hash</a>\n        </li>\n      </ul>\n      <br/>\n      <br/>                \n    </div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "TrustServiceProvider"] ; # 
  fhir:title [ fhir:v "Trust Service Provider"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2020-12-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Public Health Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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)."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "The focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification. " ] ;
fhir:security [
fhir:description [ fhir:v "Implementations must meet the general security requirements documented in the security section of the implementation guide." ]     ] ;
    ( fhir:operation [
fhir:name [ fhir:v "pseudonymize" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize>       ]     ] [
fhir:name [ fhir:v "anonymize" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize>       ]     ] [
fhir:name [ fhir:v "de-identify" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify>       ]     ] [
fhir:name [ fhir:v "re-identify" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-re-identify"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-re-identify>       ]     ] [
fhir:name [ fhir:v "hash" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash>       ]     ] )
  ] ) . #