File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- .. warning :: This data class is at a **draft ** maturity level and may \
2
- change significantly in future releases. Maturity \
1
+ .. note :: This data class is at a **trial use ** maturity level and may \
2
+ change in future releases. Maturity \
3
3
levels are described in the :ref: `maturity-model `.
4
4
5
5
**Computational Definition **
Original file line number Diff line number Diff line change 1
- .. warning :: This data class is at a **draft ** maturity level and may \
2
- change significantly in future releases. Maturity \
1
+ .. note :: This data class is at a **trial use ** maturity level and may \
2
+ change in future releases. Maturity \
3
3
levels are described in the :ref: `maturity-model `.
4
4
5
5
**Computational Definition **
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ $defs:
156
156
ConceptMapping :
157
157
type : object
158
158
inherits : Element
159
- maturity : draft
159
+ maturity : trial use
160
160
description : >-
161
161
A mapping to a concept in a terminology or code system.
162
162
properties :
@@ -181,7 +181,7 @@ $defs:
181
181
Coding :
182
182
inherits : Element
183
183
type : object
184
- maturity : draft
184
+ maturity : trial use
185
185
description : >-
186
186
A structured representation of a code for a defined concept in a terminology or code system.
187
187
properties :
Original file line number Diff line number Diff line change 3
3
"$id": "https://w3id.org/ga4gh/schema/gks-core/1.x/json/Coding",
4
4
"title": "Coding",
5
5
"type": "object",
6
- "maturity": "draft ",
6
+ "maturity": "trial use ",
7
7
"description": "A structured representation of a code for a defined concept in a terminology or code system.",
8
8
"properties": {
9
9
"id": {
Original file line number Diff line number Diff line change 3
3
"$id": "https://w3id.org/ga4gh/schema/gks-core/1.x/json/ConceptMapping",
4
4
"title": "ConceptMapping",
5
5
"type": "object",
6
- "maturity": "draft ",
6
+ "maturity": "trial use ",
7
7
"description": "A mapping to a concept in a terminology or code system.",
8
8
"properties": {
9
9
"id": {
You can’t perform that action at this time.
0 commit comments