forked from Ferlab-Ste-Justine/clin-proxy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclin-profile-centric.json
More file actions
43 lines (43 loc) · 860 Bytes
/
Copy pathclin-profile-centric.json
File metadata and controls
43 lines (43 loc) · 860 Bytes
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
{
"settings": {
"number_of_shards": 1,
"number_of_replicas": 2
},
"mappings": {
"_doc": {
"properties": {
"uid": {
"type": "text"
},
"defaultStatement": {
"type": "text"
},
"patientTableConfig": {
"type": "text"
},
"variantTableConfig": {
"type": "text"
},
"lastUpdatedOn": { "type" : "date" },
"organizationId": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"practitionerId": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
}
}