PackagesCanonicalsLogsProblems
    Packages
    de.gematik.epa@1.0.6-1
    https://gematik.de/fhir/epa/StructureDefinition/http-method
description: Gibt an, ob eine FHIR Operation mit GET, POST oder beidem verwendet werden darf.
package_name: de.gematik.epa
derivation: constraint
name: HttpMethod
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: uri, value: 'https://gematik.de/fhir/epa/StructureDefinition/http-method'}
    type: uri
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueCode:
          match: {}
          schema:
            choices: [valueCode]
            _required: true
            index: 5
          min: 1
          max: 1
  valueCode:
    type: code
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueCode:
          match: {}
          schema: {type: code, choiceOf: value, _required: true, index: 6}
          min: 1
          max: 1
package_version: 1.0.6-1
extensions: {}
class: extension
kind: complex-type
url: https://gematik.de/fhir/epa/StructureDefinition/http-method
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.6-1
required: [value, valueCode]