PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4b@5.3.0-ballot
    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 could be expressed as a value set because there is no specific code representing that concept.
package_name: hl7.fhir.uv.extensions.r4b
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.3.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/codeOptions
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot
required: [value, valueCanonical]