PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-crd@2.2.0-ballot
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
description: Allows passing configuration parameters when invoking a card
package_name: hl7.fhir.us.davinci-crd
derivation: specialization
name: CDSHookServiceRequestExtensionRequestConfig
type: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
elements:
  code:
    type: code
    short: Identifies the setting configuration when hook is invoked
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-crd/ValueSet/cardType'}
    index: 0
  value:
    short: The value of the config option
    choices: [valueInteger, valueBoolean]
    index: 2
  valueInteger: {short: The value of the config option, type: integer, choiceOf: value, index: 3}
  valueBoolean: {short: The value of the config option, type: boolean, choiceOf: value, index: 4}
package_version: 2.2.0-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
base: http://hl7.org/fhir/StructureDefinition/Base
version: 2.2.0-ballot
required: [code, value, valueBoolean, valueInteger]