PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.1
    http://hl7.org/fhir/StructureDefinition/codeOptions
description: A logical reference (i.e. a reference to ValueSet.url) to a value set/version that identifies a set of possible coded values used to convey a higher level concept that encompasses a list of candidate specializations when there is no formal code defined for that purpose. For example, the concept of COVID preventative medications can be expressed as a value set because there is no specific code representing that concept.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: CodeOptions
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/codeOptions'}
    type: uri
    index: 1
  value:
    label: value set
    choices: [valueCanonical]
    index: 3
  valueCanonical: {type: canonical, label: value set, choiceOf: value, index: 4}
package_version: 7.0.1
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/codeOptions
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 7.0.1
required: [value, valueCanonical]