Skip to content

Commit bd61edb

Browse files
committed
MappableConcept inherent properties
1 parent fb04396 commit bd61edb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

schema/gks-core/gks-core-source.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ $defs:
117117
inherits: Element
118118
type: object
119119
maturity: trial use
120+
ga4gh:
121+
inherent:
122+
- primaryCode
120123
description: >-
121124
A concept label that may be mapped to one or more :ref:`Codings <Coding>`.
122125
properties:

schema/gks-core/json/MappableConcept

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"title": "MappableConcept",
55
"type": "object",
66
"maturity": "trial use",
7+
"ga4gh": {
8+
"inherent": [
9+
"primaryCode"
10+
]
11+
},
712
"description": "A concept label that may be mapped to one or more Codings.",
813
"properties": {
914
"id": {

0 commit comments

Comments
 (0)