PvFormulaOptions


search: boost: 2.0 ---# Enum: PvFormulaOptions

The formula used to generate the set of permissible values from the code_set values

URI: [linkml:pv_formula_options](https://w3id.org/linkml/pv_formula_options) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | CODE | None | The permissible values are the set of possible codes in the code set | | CURIE | None | The permissible values are the set of CURIES in the code set | | URI | None | The permissible values are the set of code URIs in the code set | | FHIR_CODING | None | The permissible values are the set of FHIR coding elements derived from the c... | | LABEL | None | The permissible values are the set of human readable labels in the code set | ## Slots | Name | Description | | --- | --- | | [pv_formula](pv_formula.md) | Defines the specific formula to be used to generate the permissible values | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) * [BasicSubset](BasicSubset.md) ## Identifier and Mapping Information ### Administrative Metadata **Rank:** 1 ### Schema Source * from schema: https://w3id.org/linkml/meta ## LinkML Source
name: pv_formula_options
description: The formula used to generate the set of permissible values from the code_set
  values
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1
permissible_values:
  CODE:
    text: CODE
    description: The permissible values are the set of possible codes in the code
      set
  CURIE:
    text: CURIE
    description: The permissible values are the set of CURIES in the code set
  URI:
    text: URI
    description: The permissible values are the set of code URIs in the code set
  FHIR_CODING:
    text: FHIR_CODING
    description: The permissible values are the set of FHIR coding elements derived
      from the code set
  LABEL:
    text: LABEL
    description: The permissible values are the set of human readable labels in the
      code set