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

FHIR IG Statistics: OperationDefinition/RemovePossibleMatches

Packageths-greifswald.ttp-fhir-gw
Resource TypeOperationDefinition
IdRemovePossibleMatches
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ths-greifswald.ttp-fhir-gw@2025.1.0-final&canonical=https://ths-greifswald.de/fhir/OperationDefinition/epix/RemovePossibleMatches
URLhttps://ths-greifswald.de/fhir/OperationDefinition/epix/RemovePossibleMatches
Version2025.1.0
Statusdraft
Date2025-06-12
NameRemovePossibleMatches
TitleremovePossibleMatches
DescriptionEntfernt Matches aus einer Domäne.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "RemovePossibleMatches",
  "url": "https://ths-greifswald.de/fhir/OperationDefinition/epix/RemovePossibleMatches",
  "version": "2025.1.0",
  "status": "draft",
  "date": "2025-06-12",
  "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/",
          "use": "work"
        }
      ]
    }
  ],
  "name": "RemovePossibleMatches",
  "title": "removePossibleMatches",
  "kind": "operation",
  "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"
    }
  ]
}