-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconcept_set.example.json
More file actions
78 lines (78 loc) · 2.57 KB
/
Copy pathconcept_set.example.json
File metadata and controls
78 lines (78 loc) · 2.57 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"id": 0,
"name": "Example Concept Set",
"description": "One-line English summary (mirror of metadata.translations.en.shortDescription).",
"version": "1.0.0",
"createdBy": "Jane Doe",
"createdDate": "2026-01-01",
"modifiedBy": "Jane Doe",
"modifiedDate": "2026-01-01",
"createdByTool": "INDICATE Data Dictionary v1.2.1 (https://github.com/indicate-eu/data-dictionary)",
"expression": {
"items": [
{
"concept": {
"conceptId": 3027018,
"conceptName": "Heart rate",
"domainId": "Measurement",
"vocabularyId": "LOINC",
"conceptClassId": "Clinical Observation",
"standardConcept": "S",
"standardConceptCaption": "Standard",
"conceptCode": "8867-4",
"validStartDate": "1970-01-01",
"validEndDate": "2099-12-31",
"invalidReason": null,
"invalidReasonCaption": "Valid"
},
"isExcluded": false,
"includeDescendants": false,
"includeMapped": false
}
]
},
"tags": [],
"metadata": {
"uniqueId": "00000000-0000-0000-0000-000000000000",
"organization": {
"created": { "name": "INDICATE Consortium", "url": "https://indicate-eu.org" },
"current": { "name": "INDICATE Consortium", "url": "https://indicate-eu.org" }
},
"sourceRepo": "https://github.com/indicate-eu/data-dictionary",
"reviewStatus": "draft",
"origin": null,
"translations": {
"en": {
"name": "Example Concept Set",
"category": "Clinical observations",
"subcategory": "Vital signs",
"shortDescription": "Brief one-line description shown in the datatable (truncated to ~100 chars).",
"longDescription": "Full Markdown content rendered in the Comments tab. May be null if not written."
},
"fr": {
"name": "Jeu de concepts exemple",
"category": "Observations cliniques",
"subcategory": "Constantes",
"shortDescription": "Brève description sur une ligne, affichée dans le tableau.",
"longDescription": "Contenu Markdown complet rendu dans l'onglet Commentaires. Peut être null."
}
},
"createdByDetails": {
"firstName": "Jane",
"lastName": "Doe",
"affiliation": "Example University Hospital",
"profession": "Intensive Care Physician",
"orcid": "0000-0000-0000-0000"
},
"reviews": [],
"versions": [
{
"version": "1.0.0",
"date": "2026-01-01",
"author": "Jane Doe",
"message": "Initial version."
}
],
"distributionStats": null
}
}