IGTTPFHIRGatewayEPIX - Local Development build (v2025.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-02-05 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SetReferenceIdentity"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition SetReferenceIdentity</b></p><a name=\"SetReferenceIdentity\"> </a><a name=\"hcSetReferenceIdentity\"> </a><p>URL: [base]/$setReferenceIdentity</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>mpiId</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>Identifikator eines MPI-Eintrags (MPI-ID, Person.identifier).</p>\n</div></td></tr><tr><td>IN</td><td>identityReference</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Referenz zur Identität (Patient-Ressource), die als Referenzidentität gesetzt werden soll.</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 Änderungsvorgang</p>\n</div></td></tr><tr><td>OUT</td><td>mpiPerson</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/person.html\">Person</a></td><td/><td><div><p>Person-Ressource, die den MPI-Eintrag repräsentiert.</p>\n</div></td></tr><tr><td>OUT</td><td>identity</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td><td/><td><div><p>Patient-Ressource (analog zu Patienten-Identität, referenziert aus dem MPI-Index der Personen-Ressource).</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://ths-greifswald.de/fhir/OperationDefinition/epix/SetReferenceIdentity"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/OperationDefinition/epix/SetReferenceIdentity>
] ; #
fhir:version [ fhir:v "2025.2.0"] ; #
fhir:name [ fhir:v "SetReferenceIdentity"] ; #
fhir:title [ fhir:v "setReferenceIdentity"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-02-05"^^xsd:date] ; #
fhir:publisher [ fhir:v "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ths-greifswald.de/" ] ] )
] ) ; #
fhir:description [ fhir:v "Ändert die Referenz-Identität einer vorhandenen Person (MPI-Eintrag), d.h. diejenigen Daten einer Person, die primäre Gültigkeit haben sollen."] ; #
fhir:affectsState [ fhir:v true] ; #
fhir:code [ fhir:v "setReferenceIdentity"] ; #
fhir:system [ fhir:v true] ; #
fhir:type [ fhir:v false] ; #
fhir:instance [ fhir:v false] ; #
fhir:parameter ( [
fhir:name [ fhir:v "domain" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Angabe der Matching-Domaene" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "mpiId" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Identifikator eines MPI-Eintrags (MPI-ID, Person.identifier)." ] ;
fhir:type [ fhir:v "Identifier" ]
] [
fhir:name [ fhir:v "identityReference" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Referenz zur Identität (Patient-Ressource), die als Referenzidentität gesetzt werden soll." ] ;
fhir:type [ fhir:v "Reference" ]
] [
fhir:name [ fhir:v "comment" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Anmerkung zum Änderungsvorgang" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "mpiPerson" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Person-Ressource, die den MPI-Eintrag repräsentiert." ] ;
fhir:type [ fhir:v "Person" ]
] [
fhir:name [ fhir:v "identity" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Patient-Ressource (analog zu Patienten-Identität, referenziert aus dem MPI-Index der Personen-Ressource)." ] ;
fhir:type [ fhir:v "Patient" ]
] ) . #
IG © 2021+ Unabhängige Treuhandstelle der Universitätsmedizin Greifswald. Package ths-greifswald.ttp-fhir-gw.epix#2025.2.0 based on FHIR 4.0.1. Generated 2026-04-30
Links: Table of Contents |
QA Report