Implementation Guide Pseudonymization Interface for the MII
1.1.0 - ci-build

Implementation Guide Pseudonymization Interface for the MII - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: delete-pseudonym - JSON Representation

Active as of 2025-07-17

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "DeletePseudonym",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition DeletePseudonym</b></p><a name=\"DeletePseudonym\"> </a><a name=\"hcDeletePseudonym\"> </a><a name=\"DeletePseudonym-en-US\"> </a><p>URL: [base]/$delete-pseudonym</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>target</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Element\">Element</a></td><td/><td><div><p>Specification of the pseudonymisation context within which the specified original values are deleted.</p>\n</div></td></tr><tr><td>IN</td><td>original</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Element\">Element</a></td><td/><td><div><p>Specification of an original value for which a deletion is to be performed in the specified pseudonymisation context.</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>Status return of the individual anonymisations performed</p>\n</div></td></tr></table><div><p>Deletes a single pseudonym entry (identified by the original value) in the specified domain, if the configuration of this domain allows this.</p>\n</div></div>"
  },
  "url" : "https://medizininformatik-initiative.de/fhir/fhir-pseudonymization/OperationDefinition/DeletePseudonym",
  "version" : "1.1.0",
  "name" : "Delete-Pseudonym",
  "title" : "delete-pseudonym",
  "status" : "active",
  "kind" : "operation",
  "date" : "2025-07-17T06:57:11+00:00",
  "publisher" : "Medizininformatik Initiative",
  "contact" : [
    {
      "name" : "Medizininformatik Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.medizininformatik-iniitative.de"
        }
      ]
    }
  ],
  "description" : "Deletes a single pseudonym entry (identified by the original value) in the specified domain, if the configuration of this domain allows this.",
  "affectsState" : true,
  "code" : "delete-pseudonym",
  "comment" : "Deletes a single pseudonym entry (identified by the original value) in the specified domain, if the configuration of this domain allows this.",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "target",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Specification of the pseudonymisation context within which the specified original values are deleted.",
      "type" : "Element"
    },
    {
      "name" : "original",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Specification of an original value for which a deletion is to be performed in the specified pseudonymisation context.",
      "type" : "Element"
    },
    {
      "name" : "successStatus",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Status return of the individual anonymisations performed",
      "type" : "OperationOutcome"
    }
  ]
}