PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept-workflow.r4@1.5.0-beta5
    https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_EU_Access_Authorization_Request
description: Displays Parameters for EU Access Authorization
package_name: de.gematik.erezept-workflow.r4
derivation: constraint
name: GEM_ERP_PR_PAR_EU_Access_Authorization_Request
type: Parameters
elements:
  meta:
    index: 0
    elements:
      versionId:
        pattern: {type: Id, value: '1'}
        index: 1
    required: [versionId]
  parameter:
    array: true
    min: 2
    max: 2
    index: 2
    slicing:
      rules: closed
      discriminator:
      - {path: name, type: pattern}
      min: 2
      max: 2
      slices:
        countryCode:
          match: {name: countryCode}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              name:
                mustSupport: true
                pattern: {type: String, value: countryCode}
                index: 4
              value:
                choices: [valueCoding]
                index: 6
              valueCoding: {type: Coding, choiceOf: value, index: 7}
              value[x]:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                    index: 8
                required: [system]
            required: [valueCoding, value]
        accessCode:
          match: {name: accessCode}
          schema:
            mustSupport: true
            _required: true
            index: 9
            elements:
              name:
                mustSupport: true
                pattern: {type: String, value: accessCode}
                index: 10
              value:
                choices: [valueIdentifier]
                index: 12
              valueIdentifier: {type: Identifier, choiceOf: value, index: 13}
            required: [valueIdentifier, value]
package_version: 1.5.0-beta5
class: profile
kind: resource
url: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_EU_Access_Authorization_Request
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: '1.5'
required: [meta]