-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeSystem-smart-va-level-of-education-codesystem.json
54 lines (54 loc) · 2.69 KB
/
CodeSystem-smart-va-level-of-education-codesystem.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
{
"resourceType" : "CodeSystem",
"id" : "smart-va-level-of-education-codesystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smartva.org/fhir/CodeSystem/smart-va-level-of-education-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">no-formal-education<a name=\"smart-va-level-of-education-codesystem-no-formal-education\"> </a></td><td>No formal education</td></tr><tr><td style=\"white-space:nowrap\">primary-school<a name=\"smart-va-level-of-education-codesystem-primary-school\"> </a></td><td>Primary school</td></tr><tr><td style=\"white-space:nowrap\">secondary-school<a name=\"smart-va-level-of-education-codesystem-secondary-school\"> </a></td><td>Secondary school</td></tr><tr><td style=\"white-space:nowrap\">higher-than-secondary-school<a name=\"smart-va-level-of-education-codesystem-higher-than-secondary-school\"> </a></td><td>Higher than secondary school</td></tr><tr><td style=\"white-space:nowrap\">dk<a name=\"smart-va-level-of-education-codesystem-dk\"> </a></td><td>Don't know</td></tr><tr><td style=\"white-space:nowrap\">refused<a name=\"smart-va-level-of-education-codesystem-refused\"> </a></td><td>Refused to answer</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"smart-va-level-of-education-codesystem-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
},
"url" : "https://smartva.org/fhir/CodeSystem/smart-va-level-of-education-codesystem",
"version" : "0.1.0",
"name" : "SMARTVALevelOfEducationCS",
"title" : "SMART Verbal Autopsy Level of Education CodeSystem",
"status" : "draft",
"experimental" : true,
"date" : "2024-03-12T15:30:39+01:00",
"publisher" : "CDC",
"contact" : [{
"name" : "CDC",
"telecom" : [{
"system" : "url",
"value" : "http://cdc.gov"
}]
}],
"description" : "This CodeSystem contains values related to the SMART Verbal Autopsy level of education of the decseaed person.",
"content" : "complete",
"count" : 7,
"concept" : [{
"code" : "no-formal-education",
"display" : "No formal education"
},
{
"code" : "primary-school",
"display" : "Primary school"
},
{
"code" : "secondary-school",
"display" : "Secondary school"
},
{
"code" : "higher-than-secondary-school",
"display" : "Higher than secondary school"
},
{
"code" : "dk",
"display" : "Don't know"
},
{
"code" : "refused",
"display" : "Refused to answer"
},
{
"code" : "unknown",
"display" : "Unknown"
}]
}