: Read-EU-Access-Permission - JSON Representation
Raw json | Download
{
"resourceType" : "OperationDefinition",
"id" : "Read-EU-Access-Permission",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition Read-EU-Access-Permission</b></p><a name=\"Read-EU-Access-Permission\"> </a><a name=\"hcRead-EU-Access-Permission\"> </a><p>URL: [base]/$read-eu-access-permission</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>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>"
},
"url" : "https://gematik.de/fhir/erp-eu/OperationDefinition/Read_Access_PermissionOperationDefinition",
"version" : "2.0.0-ballot.1",
"name" : "Read_Access_Permission",
"status" : "draft",
"kind" : "operation",
"date" : "2026-05-26",
"publisher" : "gematik GmbH",
"contact" : [
{
"name" : "gematik GmbH",
"telecom" : [
{
"system" : "url",
"value" : "https://gematik.de"
},
{
"system" : "email",
"value" : "erp-umsetzung@gematik.de"
}
]
}
],
"description" : "This operation reads the currenty in the E-Rezept-Fachdienst registered Access Code for redeeming ePrescriptions in an EU country.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DE",
"display" : "Germany"
}
]
}
],
"affectsState" : false,
"code" : "read-eu-access-permission",
"system" : true,
"type" : false,
"instance" : false,
"outputProfile" : "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-AccessAuthorization-Response",
"parameter" : [
{
"name" : "countryCode",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The country for which the patient wants to grant access.",
"type" : "Coding"
},
{
"name" : "accessCode",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The access code for that country.",
"type" : "Identifier"
},
{
"name" : "validUntil",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The instant until the access code is valid.",
"type" : "instant"
},
{
"name" : "createdAt",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The instant when the record was created in the E-Rezept-Fachdienst.",
"type" : "instant"
}
]
}