PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@crd-2.0.0
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServicesExtensionConfiguration
description: An extension for the CDS Hooks 'services' object that indicates configuration options supported by the CDS server
package_name: hl7.fhir.us.davinci
derivation: specialization
name: CDSHookServicesExtensionConfiguration
type: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServicesExtensionConfiguration
elements:
  code:
    type: code
    short: Identifies the setting configuration when hook is invoked
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-crd/ValueSet/cardType'}
    index: 0
  type:
    type: code
    short: boolean | integer (JSON types)
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-crd/ValueSet/configTypes'}
    index: 1
  name: {type: string, short: A display name for the configuration option, index: 2}
  description: {type: string, short: 1-2 sentences - the effect of the configuration option, index: 3}
  default:
    short: Shows users what to expect when an override is not specified
    choices: [defaultInteger, defaultBoolean]
    index: 5
  defaultInteger: {short: Shows users what to expect when an override is not specified, type: integer, choiceOf: default, index: 6}
  defaultBoolean: {short: Shows users what to expect when an override is not specified, type: boolean, choiceOf: default, index: 7}
package_version: crd-2.0.0
class: logical
kind: logical
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/CDSHookServicesExtensionConfiguration
base: http://hl7.org/fhir/StructureDefinition/Base
version: 2.0.0
required: [name, type, code, description]