|
|
@@ -50,6 +50,36 @@ module.exports = {
|
|
50
|
50
|
tag_description: 'user_email',
|
|
51
|
51
|
is_active: true,
|
|
52
|
52
|
},
|
|
|
53
|
+ {
|
|
|
54
|
+ tag_id: 9,
|
|
|
55
|
+ tag_category: 'healthcare--certification',
|
|
|
56
|
+ tag_description: 'ADM-BC',
|
|
|
57
|
+ is_active: true,
|
|
|
58
|
+ },
|
|
|
59
|
+ {
|
|
|
60
|
+ tag_id: 10,
|
|
|
61
|
+ tag_category: 'healthcare--certification',
|
|
|
62
|
+ tag_description: 'CBHC',
|
|
|
63
|
+ is_active: true,
|
|
|
64
|
+ },
|
|
|
65
|
+ {
|
|
|
66
|
+ tag_id: 11,
|
|
|
67
|
+ tag_category: 'healthcare--certification',
|
|
|
68
|
+ tag_description: 'CEN',
|
|
|
69
|
+ is_active: true,
|
|
|
70
|
+ },
|
|
|
71
|
+ {
|
|
|
72
|
+ tag_id: 12,
|
|
|
73
|
+ tag_category: 'healthcare--certification',
|
|
|
74
|
+ tag_description: 'CFRN',
|
|
|
75
|
+ is_active: true,
|
|
|
76
|
+ },
|
|
|
77
|
+ {
|
|
|
78
|
+ tag_id: 13,
|
|
|
79
|
+ tag_category: 'healthcare--certification',
|
|
|
80
|
+ tag_description: 'CMCN',
|
|
|
81
|
+ is_active: true,
|
|
|
82
|
+ },
|
|
53
|
83
|
],
|
|
54
|
84
|
tag_associations: [
|
|
55
|
85
|
{
|
|
|
@@ -395,7 +425,6 @@ module.exports = {
|
|
395
|
425
|
tag_id: 7,
|
|
396
|
426
|
is_deleted: false,
|
|
397
|
427
|
},
|
|
398
|
|
-
|
|
399
|
428
|
],
|
|
400
|
429
|
response_keys: [
|
|
401
|
430
|
{
|