| Draft as of 2026-05-26 |
@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 "Grant-EU-Access-Permission"] ; #
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 Grant-EU-Access-Permission</b></p><a name=\"Grant-EU-Access-Permission\"> </a><a name=\"hcGrant-EU-Access-Permission\"> </a><p>URL: [base]/$grant-eu-access-permission</p><p>Input parameters Profile:<a href=\"StructureDefinition-GEM-ERPEU-PR-PAR-AccessAuthorization-Request.html\">GEM ERPEU PR PAR Access Authorization Request</a></p><p>Output parameters Profile:<a href=\"StructureDefinition-GEM-ERPEU-PR-PAR-AccessAuthorization-Response.html\">GEM ERPEU PR PAR Access Authorization Response</a></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>countryCode</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Coding\">Coding</a></td><td/><td><div><p>The country for which the patient wants to grant access.</p>\n</div></td></tr><tr><td>IN</td><td>accessCode</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The access code for that country.</p>\n</div></td></tr><tr><td>OUT</td><td>countryCode</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Coding\">Coding</a></td><td/><td><div><p>The country for which the patient wants to grant access.</p>\n</div></td></tr><tr><td>OUT</td><td>accessCode</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The access code for that country.</p>\n</div></td></tr><tr><td>OUT</td><td>validUntil</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>The instant until the access code is valid.</p>\n</div></td></tr><tr><td>OUT</td><td>createdAt</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>The instant when the record was created in the E-Rezept-Fachdienst.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://gematik.de/fhir/erp-eu/OperationDefinition/Grant_Access_PermissionOperationDefinition"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/erp-eu/OperationDefinition/Grant_Access_PermissionOperationDefinition>
] ; #
fhir:version [ fhir:v "2.0.0-ballot.1"] ; #
fhir:name [ fhir:v "Grant_Access_Permission"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-05-26"^^xsd:date] ; #
fhir:publisher [ fhir:v "gematik GmbH"] ; #
fhir:contact ( [
fhir:name [ fhir:v "gematik GmbH" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gematik.de" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "erp-umsetzung@gematik.de" ] ] )
] ) ; #
fhir:description [ fhir:v "This operation receives the access code and the country that the patient wants to grant access to. The operation validates the country and creates registeres the Access Code."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ] ] )
] ) ; #
fhir:affectsState [ fhir:v true] ; #
fhir:code [ fhir:v "grant-eu-access-permission"] ; #
fhir:system [ fhir:v true] ; #
fhir:type [ fhir:v false] ; #
fhir:instance [ fhir:v false] ; #
fhir:inputProfile [
fhir:v "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-AccessAuthorization-Request"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-AccessAuthorization-Request>
] ; #
fhir:outputProfile [
fhir:v "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-AccessAuthorization-Response"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-AccessAuthorization-Response>
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "countryCode" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The country for which the patient wants to grant access." ] ;
fhir:type [ fhir:v "Coding" ]
] [
fhir:name [ fhir:v "accessCode" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The access code for that country." ] ;
fhir:type [ fhir:v "Identifier" ]
] [
fhir:name [ fhir:v "countryCode" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The country for which the patient wants to grant access." ] ;
fhir:type [ fhir:v "Coding" ]
] [
fhir:name [ fhir:v "accessCode" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The access code for that country." ] ;
fhir:type [ fhir:v "Identifier" ]
] [
fhir:name [ fhir:v "validUntil" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The instant until the access code is valid." ] ;
fhir:type [ fhir:v "instant" ]
] [
fhir:name [ fhir:v "createdAt" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The instant when the record was created in the E-Rezept-Fachdienst." ] ;
fhir:type [ fhir:v "instant" ]
] ) . #
IG © 2026+ gematik GmbH. Paket de.gematik.tiflow.xborder#2.0.0-ballot.1 basierend auf FHIR 4.0.1. Generiert 2026-05-29
Links: Table of Contents |
QA Report