Enum: PvFormulaOptions
The formula used to generate the set of permissible values from the code_set values
URI: PvFormulaOptions
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 | Defines the specific formula to be used to generate the permissible values |
Identifier and Mapping Information
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