| Package | ths-greifswald.ttp-fhir-gw |
| Resource Type | OperationDefinition |
| Id | AddPossibleMatch |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ths-greifswald.ttp-fhir-gw@2025.1.0-final&canonical=https://ths-greifswald.de/fhir/OperationDefinition/epix/AddPossibleMatch |
| URL | https://ths-greifswald.de/fhir/OperationDefinition/epix/AddPossibleMatch |
| Version | 2025.1.0 |
| Status | draft |
| Date | 2025-06-12 |
| Name | AddPossibleMatch |
| Title | addPossibleMatch |
| Description | Fügt einen Match zu einem bestimmten MPI-Eintrag einer Domäne hinzu. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}