-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude_access_model.yaml
More file actions
66 lines (58 loc) · 2.18 KB
/
Copy pathinclude_access_model.yaml
File metadata and controls
66 lines (58 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
id: https://includedcc.org/include-access-model
name: include-access-model
title: INCLUDE DCC Access Model
description: LinkML Schema for the internal INCLUDE DCC Access Model
license: MIT
see_also:
- https://includedcc.github.io/include-access-model
prefixes:
includedcc: https://includedcc.org/include-access-model/
cam: https://includedcc.org/common-access-model/
linkml: https://w3id.org/linkml/
schema: http://schema.org/
# subset of CDC Race and Ethnicity Code Set Version 1.0
cdc_race_eth: urn:oid:2.16.840.1.113883.6.238/
hl7_null: http://terminology.hl7.org/CodeSystem/v3-NullFlavor/
ig_dob_method: https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-date-of-birth-method/
igcondtype: https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/condition-type/
ig2dac: https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-code/
ig2dat: https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type/
ig2_biospecimen_availability: https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/biospecimen-availability/
snomed_ct: http://snomed.info/id/
MONDO: http://purl.obolibrary.org/obo/MONDO_
HP: http://purl.obolibrary.org/obo/HP_
mesh: http://id.nlm.nih.gov/mesh/
NCIT: http://purl.obolibrary.org/obo/NCIT_
PATO: http://purl.obolibrary.org/obo/PATO_
DUO: http://purl.obolibrary.org/obo/DUO_
default_prefix: includedcc
default_range: linkml:string
imports:
- linkml:types
- common-access-model/src/common_access_model/schema/common_access_model
classes:
IncludeParticipant:
title: INCLUDE Participant
description: Information specific to INCLUDE participants
is_a: Demographics
slots:
- down_syndrome_status
slots:
down_syndrome_status:
title: Down Syndrome Status
description: Down Syndrome status of participant
range: EnumDownSyndromeStatus
required: true
enums:
EnumDownSyndromeStatus:
description: Down syndrome / chromosome 21 status
permissible_values:
d21:
title: D21
description: Disomy 21 (euploid)
meaning: PATO:0001393
t21:
title: T21
description: Trisomy 21 (Down syndrome)
meaning: MONDO:0008608