Implementation Guide MII Schnittstelle Pseudonymisierung
0.9.0 - ci-build

Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: delete-pseudonyms - JSON Representation

Active as of 2024-11-25

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "DeletePseudonyms",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition DeletePseudonyms</b></p><a name=\"DeletePseudonyms\"> </a><a name=\"hcDeletePseudonyms\"> </a><a name=\"DeletePseudonyms-en-US\"> </a><p>URL: [base]/$delete-pseudonyms</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>original</td><td/><td>1..1</td><td></td><td/><td><div><p>Originalwerte</p>\n</div></td></tr><tr><td>IN</td><td>original.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>Angabe des Pseudonymisierungs-kontextes innerhalb derer die angegebenen Originalwerte gelöscht werden.</p>\n</div></td></tr><tr><td>IN</td><td>original.value</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Element\">Element</a></td><td/><td><div><p>Angabe eines Originalwertes für den in der angegebenen Pseudonymisierungs-kontextes eine Löschung durchgeführt werden soll.</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus</td><td/><td>1..1</td><td></td><td/><td><div><p>Status-Rückgabe der einzelnen durchgeführten Löschungen</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus.target</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>Target-Identifikator</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus.original</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>Original-Identifikator</p>\n</div></td></tr><tr><td>OUT</td><td>successStatus.result-code</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Coding\">Coding</a></td><td/><td><div><p>Erfolgs- bzw. Fehlercode</p>\n</div></td></tr></table><div><p>Deletes a given list of 1-n entries (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/DeletePseudonyms",
  "version" : "0.9.0",
  "name" : "Delete-Pseudonyms",
  "title" : "delete-pseudonyms",
  "status" : "active",
  "kind" : "operation",
  "date" : "2024-11-25T13:44:10+00:00",
  "publisher" : "Medizininformatik Initiative",
  "contact" : [
    {
      "name" : "Medizininformatik Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.medizininformatik-iniitative.de"
        }
      ]
    }
  ],
  "description" : "Deletes a given list of 1-n entries (identified by the original value) in the specified domain, if the configuration of this domain allows this.",
  "affectsState" : true,
  "code" : "delete-pseudonyms",
  "comment" : "Deletes a given list of 1-n entries (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" : "original",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Originalwerte",
      "part" : [
        {
          "name" : "target",
          "use" : "in",
          "min" : 1,
          "max" : "1",
          "documentation" : "Angabe des Pseudonymisierungs-kontextes innerhalb derer die angegebenen Originalwerte gelöscht werden.",
          "type" : "Element"
        },
        {
          "name" : "value",
          "use" : "in",
          "min" : 1,
          "max" : "1",
          "documentation" : "Angabe eines Originalwertes für den in der angegebenen Pseudonymisierungs-kontextes eine Löschung durchgeführt werden soll.",
          "type" : "Element"
        }
      ]
    },
    {
      "name" : "successStatus",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Status-Rückgabe der einzelnen durchgeführten Löschungen",
      "part" : [
        {
          "name" : "target",
          "use" : "out",
          "min" : 0,
          "max" : "1",
          "documentation" : "Target-Identifikator",
          "type" : "Identifier"
        },
        {
          "name" : "original",
          "use" : "out",
          "min" : 0,
          "max" : "1",
          "documentation" : "Original-Identifikator",
          "type" : "Identifier"
        },
        {
          "name" : "result-code",
          "use" : "out",
          "min" : 1,
          "max" : "1",
          "documentation" : "Erfolgs- bzw. Fehlercode",
          "type" : "Coding"
        }
      ]
    }
  ]
}