-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeSystem-smart-va-hiv-moratality-region-cs.json
38 lines (38 loc) · 1.64 KB
/
CodeSystem-smart-va-hiv-moratality-region-cs.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
{
"resourceType" : "CodeSystem",
"id" : "smart-va-hiv-moratality-region-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://smartva.org/fhir/CodingSystem/smart-va-hiv-moratality-region-cs</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\">h<a name=\"smart-va-hiv-moratality-region-cs-h\"> </a></td><td>High prevalence of HIV</td></tr><tr><td style=\"white-space:nowrap\">l<a name=\"smart-va-hiv-moratality-region-cs-l\"> </a></td><td>Low prevalence of HIV</td></tr><tr><td style=\"white-space:nowrap\">v<a name=\"smart-va-hiv-moratality-region-cs-v\"> </a></td><td>Very low prevalence of HIV</td></tr></table></div>"
},
"url" : "http://smartva.org/fhir/CodingSystem/smart-va-hiv-moratality-region-cs",
"version" : "0.1.0",
"name" : "SMARTVAHIVMoratalityRegionCS",
"title" : "SMART VA HIV Mortalirty Region Code System",
"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" : "HIV mortaliry prevelance CodeSystem for the SMART verbal autopsy guideline",
"content" : "complete",
"count" : 3,
"concept" : [{
"code" : "h",
"display" : "High prevalence of HIV"
},
{
"code" : "l",
"display" : "Low prevalence of HIV"
},
{
"code" : "v",
"display" : "Very low prevalence of HIV"
}]
}