PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.davinci@crd-2.1.0
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
description: Allows passing configuration parameters when invoking a card
package_name: rs/hl7.fhir.us.davinci
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: crd-2.1.0
class: logical
kind: logical
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServiceRequestExtensionRequestConfig
base: http://hl7.org/fhir/StructureDefinition/Base
version: 2.1.0
required: [code, value, valueBoolean, valueInteger]