{ "description": "Fügt einen Match zu einem bestimmten MPI-Eintrag einer Domäne hinzu.", "_filename": "OperationDefinition-AddPossibleMatch.json", "package_name": "ths-greifswald.ttp-fhir-gw", "date": "2024-10-07", "system": true, "publisher": "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald", "instance": false, "name": "AddPossibleMatch", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "addPossibleMatch", "package_version": "2024.3.0-DEVEL.1", "status": "draft", "id": "680b4653-1678-402d-b07a-0a1c6f880e31", "affectsState": true, "kind": "operation", "comment": "Fügt einen Match zu einem bestimmten MPI-Eintrag einer Domäne hinzu.", "url": "https://ths-greifswald.de/fhir/OperationDefinition/epix/AddPossibleMatch", "code": "add-possible-match", "version": "2024.3.0-DEVEL", "contact": [ { "name": "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald", "telecom": [ { "use": "work", "value": "https://www.ths-greifswald.de/", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "domain", "type": "string", "documentation": "Angabe der Matching-Domaene" }, { "max": "1", "min": 1, "use": "in", "name": "mpiId", "type": "Identifier", "documentation": "Identifikator eines MPI-Entrags (MPI-ID, Person.identifier)." }, { "max": "1", "min": 1, "use": "in", "name": "aliasMpiId", "type": "Identifier", "documentation": "Identifikator des matchenden MPI-Entrags." }, { "max": "1", "min": 1, "use": "out", "name": "match", "part": [ { "max": "2", "min": 2, "use": "out", "name": "matchItem", "type": "Patient", "documentation": "Die beiden matchenden Identitäten wie im Request übergeben." }, { "max": "1", "min": 1, "use": "out", "name": "matchScore", "type": "decimal", "documentation": "Matching-Score" }, { "max": "1", "min": 1, "use": "out", "name": "matchResult", "type": "decimal", "documentation": "Matching-Ergebnis" }, { "max": "1", "min": 1, "use": "out", "name": "linkId", "type": "integer", "documentation": "Link-ID des Matches" }, { "max": "1", "min": 0, "use": "out", "name": "comment", "type": "string", "documentation": "Anmerkung zum Match" } ], "documentation": "Match-Informationen zu zwei Identitäten." } ] }