Skip to content

Commit 4b35179

Browse files
authored
Merge pull request #171 from nicholsn/add-label-to-pv-enum
Include LABEL in Permissible Value Formula Options
2 parents a3d032a + bc1aa1e commit 4b35179

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

linkml_model/model/docs/specification/01introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LinkML is self-describing, and any LinkML schema is itself a collection instance
1414

1515
## Audience
1616

17-
This document is intended for LinkML tool and framework implementors, and is intended to formally specify the structure and semantics of LinkML.
17+
This document is intended for LinkML tool and framework implementers, and is intended to formally specify the structure and semantics of LinkML.
1818

1919
For a more lightweight introduction, consult the material on the main [LinkML site](https://linkml.io),
2020
including the LinkML tutorial.

linkml_model/model/schema/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ slots:
20742074
- BasicSubset
20752075

20762076
# -----------------------------------
2077-
# Slots for alt descripion
2077+
# Slots for alt description
20782078
# -----------------------------------
20792079
alt_description_text:
20802080
domain: alt_description
@@ -3030,6 +3030,8 @@ enums:
30303030
description: The permissible values are the set of code URIs in the code set
30313031
FHIR_CODING:
30323032
description: The permissible values are the set of FHIR coding elements derived from the code set
3033+
LABEL:
3034+
description: The permissible values are the set of human readable labels in the code set
30333035
in_subset:
30343036
- SpecificationSubset
30353037
- BasicSubset

tests/input/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ slots:
19241924
- BasicSubset
19251925

19261926
# -----------------------------------
1927-
# Slots for alt descripion
1927+
# Slots for alt description
19281928
# -----------------------------------
19291929
alt_description_text:
19301930
domain: alt_description
@@ -2831,6 +2831,7 @@ enums:
28312831
CURIE: The permissible values are the set of CURIES in the code set
28322832
URI: The permissible values are the set of code URIs in the code set
28332833
FHIR_CODING: The permissible values are the set of FHIR coding elements derived from the code set
2834+
LABEL: The permissible values are the set of human readable labels in the code set
28342835
in_subset:
28352836
- SpecificationSubset
28362837
- BasicSubset

0 commit comments

Comments
 (0)