{ "description": "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).", "_filename": "CapabilityStatement-medmorph-trust-service-provider.json", "package_name": "hl7.fhir.us.medmorph", "format": [ "json" ], "date": "2020-12-06", "publisher": "HL7 International - Public Health Work Group", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "name": "TrustServiceProvider", "type": null, "experimental": null, "resourceType": "CapabilityStatement", "title": "Trust Service Provider", "package_version": "1.0.0", "status": "draft", "id": "6f0856cc-a8f0-4199-a283-21e40d7b275a", "kind": "requirements", "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider", "version": "1.0.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/pher", "system": "url" } ] } ], "rest": [ { "mode": "server", "security": { "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide." }, "operation": [ { "name": "pseudonymize", "definition": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize" }, { "name": "anonymize", "definition": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize" }, { "name": "de-identify", "definition": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify" }, { "name": "re-identify", "definition": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-re-identify" }, { "name": "hash", "definition": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash" } ], "documentation": "The focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification. " } ] }