FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/medmorph-trust-service-provider

Packagehl7.fhir.us.medmorph
TypeCapabilityStatement
Idmedmorph-trust-service-provider
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CapabilityStatement-medmorph-trust-service-provider.html
URLhttp://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider
Version1.0.0
Statusdraft
Date2020-12-06
NameTrustServiceProvider
TitleTrust Service Provider
Realmus
Authorityhl7
DescriptionThis 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).
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
Bundle-anonymizeGenerate Anonymized Bundle
Bundle-de-identifyGenerate De-Identified Bundle
Bundle-hashGenerate Hashed Bundle
Bundle-pseudonymizeGenerate Pseudonymized Bundle
Bundle-re-identifyGenerate Re-Identified Bundle

Narrative

Note: links and images are rebased to the (stated) source

TrustServiceProvider

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider

Published by: HL7 International - Public Health Work Group

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).

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

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).

Security:

Implementations must meet the general security requirements documented in FHIR Security guidance.

In addition the Trust Service Provider needs to meet the security requirements as outlined in the Formal Specification - Security Section.

FHIR Operations summary

The following FHIR operations SHALL be supported by the Trust Service Provider.




Source

{
  "resourceType": "CapabilityStatement",
  "id": "medmorph-trust-service-provider",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider",
  "version": "1.0.0",
  "name": "TrustServiceProvider",
  "title": "Trust Service Provider",
  "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 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": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "The focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification. ",
      "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"
        }
      ]
    }
  ]
}