PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.extensions@5.2.0
    http://hl7.org/fhir/StructureDefinition/codeOptions
description: A logical reference (i.e. a reference to ValueSet.url) to a value set (and optionally a version) that identifies a set of possible coded values for the element. This extension is used to convey a list of candidate codes when there is no formal code in the code system already defined that captures the intended set. 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: rs/hl7.fhir.uv.extensions
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: 5.2.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/codeOptions
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [value, valueCanonical]