-
Notifications
You must be signed in to change notification settings - Fork 4
/
codesystem-extended-content-codes.json
119 lines (119 loc) · 3.16 KB
/
codesystem-extended-content-codes.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"resourceType": "CodeSystem",
"id": "extended-content-codes",
"url": "http://who.int/cg/CodeSystem/extended-content-codes",
"name": "extended-content_codes",
"title": "WHO Extended Codes CodeSystem codes",
"status": "draft",
"experimental": false,
"description": "Set of codes identified as being needed but not found in existing Code Systems",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "Returning Client",
"display": "Returning client",
"definition": "Visit type - Returning client"
},
{
"code": "Referral",
"display": "Referral",
"definition": "Visit type - Referral"
},
{
"code": "New Client",
"display": "New client",
"definition": "Visit type - New client"
},
{
"code": "First visit for symptoms",
"display": "First visit for symptoms",
"definition": "Visit type - First visit for symptoms"
},
{
"code": "STI Follow up",
"display": "Follow up for STI management",
"definition": "Visit type - Follow up for STI management"
},
{
"code": "Community",
"display": "Community",
"definition": "Referred by - Community"
},
{
"code": "Facility",
"display": "Facility",
"definition": "Referred by - Facility"
},
{
"code": "Levonorgestrel (LNG) two-rod implant",
"display": "Levonorgestrel (LNG) two-rod implant",
"definition": "Method at intake - Levonorgestrel (LNG) two-rod implant"
},
{
"code": "Other",
"display": "Other",
"definition": "Reason for no contraceptive method - Reported at intake - Other"
},
{
"code": "Other",
"display": "Other",
"definition": "HIV Test Result - Other"
},
{
"code": "Don't know",
"display": "Don't know",
"definition": "Current medications - Don't know"
},
{
"code": "STI medication",
"display": "STI medication",
"definition": "Current medications - STI medication"
},
{
"code": "Other Antibiotics",
"display": "Other antibiotics",
"definition": "Current medications - Other antibiotics"
},
{
"code": "Other",
"display": "Other (specify)",
"definition": "Current medications - Other (specify)"
},
{
"code": "Other",
"display": "Other",
"definition": "Drug allergies - Other"
},
{
"code": "PrEP status",
"display": "PrEP status",
"definition": "PrEP status"
},
{
"code": "Antiretroviral regimen (date and dose)",
"display": "Antiretroviral regimen (date and dose)",
"definition": "Antiretroviral regimen (date and dose)"
},
{
"code": "NONE",
"display": "No education",
"definition": "Highest level of education achieved - No education"
},
{
"code": "Other",
"display": "Other (specify)",
"definition": "Occupation - Other (specify)"
},
{
"code": "G",
"display": "Government",
"definition": "Payment method - Government"
},
{
"code": "I",
"display": "Insurance",
"definition": "Payment method - Insurance"
}
]
}