-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.yaml
54 lines (51 loc) · 1.03 KB
/
template.yaml
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
name: My Example Phenotype
type: 2
sex: 3
event_date_range: 01/01/2020 - 31/10/2020
author: Author 1, Author 2, Author 3 et al.
phenoflowid: 1
definition: |-
# Header
Defining a phenotype... feel free to use markdown!
## Subheader
Details about my phenotype...
implementation: |-
# Header
Algorithm details...
## Subheader
Extra details...
validation: |-
# Header
Validation details...
## Subheader
Extra details...
concept_information:
- name: Import an already existing concept
type: existing_concept
concept_id: 714
concept_version_id: 2567
- name: Create a new concept from a csv file
type: csv
coding_system: 4
code_column: Code
description_column: Description
filepath: C:/users/ieuan/desktop/codes.csv
ontology:
- 50323
- 'icd9:569.82'
- 'snomed:420764009'
publications:
- 'first publication, https://doi.org/10.3945/jn.109.117093'
- 'second publication, https://doi.org/10.3945/jn.109.117093'
collections:
- 18
- 20
tags:
- 4
data_sources:
- 3
- 4
world_access: 1
template:
id: 1
version_id: 1