PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept.eu@1.0.0-rc2
    https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code
description: The AccessCode that is generated by the FdV in order to access the ePrescription in an EU country.
package_name: de.gematik.erezept.eu
derivation: constraint
name: GEM_ERPEU_PR_Access_Code
type: Identifier
elements:
  use:
    pattern: {type: Code, value: official}
    index: 0
  system:
    pattern: {type: Uri, value: 'https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode'}
    mustSupport: true
    index: 1
  value:
    short: The AccessCode for redeeming the ePrescription in an EU country.
    constraint:
      workflow-eu-access-code-1: {human: 'Format of the AccessCode must be a 6-digit code in the Form [a-z, A-Z, 0-9].', source: 'https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code', severity: error, expression: '$this.matches(''^[a-zA-Z0-9]{6}$'')'}
    mustSupport: true
    index: 2
package_version: 1.0.0-rc2
class: complex-type
kind: complex-type
url: https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 1.0.0
required: [value, system]