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

FHIR IG Statistics: OperationDefinition/AddPossibleMatch

Packageths-greifswald.ttp-fhir-gw
Resource TypeOperationDefinition
IdAddPossibleMatch
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ths-greifswald.ttp-fhir-gw@2025.1.0-final&canonical=https://ths-greifswald.de/fhir/OperationDefinition/epix/AddPossibleMatch
URLhttps://ths-greifswald.de/fhir/OperationDefinition/epix/AddPossibleMatch
Version2025.1.0
Statusdraft
Date2025-06-12
NameAddPossibleMatch
TitleaddPossibleMatch
DescriptionFügt einen Match zu einem bestimmten MPI-Eintrag einer Domäne hinzu.
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": "AddPossibleMatch",
  "url": "https://ths-greifswald.de/fhir/OperationDefinition/epix/AddPossibleMatch",
  "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": "AddPossibleMatch",
  "title": "addPossibleMatch",
  "kind": "operation",
  "description": "Fügt einen Match zu einem bestimmten MPI-Eintrag einer Domäne hinzu.",
  "affectsState": true,
  "code": "addPossibleMatch",
  "comment": "Fügt einen Match zu einem bestimmten MPI-Eintrag einer Domäne hinzu.",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "domain",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Angabe der Matching-Domaene",
      "type": "string"
    },
    {
      "name": "mpiId",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Identifikator eines MPI-Entrags (MPI-ID, Person.identifier).",
      "type": "Identifier"
    },
    {
      "name": "aliasMpiId",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Identifikator des matchenden MPI-Entrags.",
      "type": "Identifier"
    },
    {
      "name": "match",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Match-Informationen zu zwei Identitäten.",
      "part": [
        {
          "name": "item",
          "use": "out",
          "min": 2,
          "max": "2",
          "documentation": "Die beiden matchenden Identitäten wie im Request übergeben.",
          "type": "Patient"
        },
        {
          "name": "score",
          "use": "out",
          "min": 1,
          "max": "1",
          "documentation": "Matching-Score",
          "type": "decimal"
        },
        {
          "name": "result",
          "use": "out",
          "min": 1,
          "max": "1",
          "documentation": "Matching-Ergebnis",
          "type": "decimal"
        },
        {
          "name": "linkId",
          "use": "out",
          "min": 1,
          "max": "1",
          "documentation": "Link-ID des Matches",
          "type": "integer"
        },
        {
          "name": "comment",
          "use": "out",
          "min": 0,
          "max": "1",
          "documentation": "Anmerkung zum Match",
          "type": "string"
        }
      ]
    }
  ]
}