2025.2.0 - ci-build

IGTTPFHIRGatewayEPIX - Local Development build (v2025.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: removePossibleMatches - JSON Representation

Draft as of 2026-02-05

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "RemovePossibleMatches",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition RemovePossibleMatches</b></p><a name=\"RemovePossibleMatches\"> </a><a name=\"hcRemovePossibleMatches\"> </a><p>URL: [base]/$removePossibleMatches</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>domain</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Angabe der Matching-Domaene</p>\n</div></td></tr><tr><td>IN</td><td>linkId</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#integer\">integer</a></td><td/><td><div><p>Link-ID eines zu löschen Matches.</p>\n</div></td></tr><tr><td>IN</td><td>comment</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Anmerkung zum Löschvorgang</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>Rückinformation zum Löschvorgang.</p>\n</div></td></tr></table><div><p>(Mögliche) Matches von Identitäten entfernen.</p>\n</div></div>"
  },
  "url" : "https://ths-greifswald.de/fhir/OperationDefinition/epix/RemovePossibleMatches",
  "version" : "2025.2.0",
  "name" : "RemovePossibleMatches",
  "title" : "removePossibleMatches",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2026-02-05",
  "publisher" : "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald",
  "contact" : [
    {
      "name" : "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ths-greifswald.de/"
        }
      ]
    }
  ],
  "description" : "Entfernt Matches aus einer Domäne.",
  "affectsState" : true,
  "code" : "removePossibleMatches",
  "comment" : "(Mögliche) Matches von Identitäten entfernen.",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "domain",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Angabe der Matching-Domaene",
      "type" : "string"
    },
    {
      "name" : "linkId",
      "use" : "in",
      "min" : 1,
      "max" : "*",
      "documentation" : "Link-ID eines zu löschen Matches.",
      "type" : "integer"
    },
    {
      "name" : "comment",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Anmerkung zum Löschvorgang",
      "type" : "string"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Rückinformation zum Löschvorgang.",
      "type" : "OperationOutcome"
    }
  ]
}