-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeSystem-smart-va-malaria-mortality-region-cs.xml
38 lines (37 loc) · 1.84 KB
/
CodeSystem-smart-va-malaria-mortality-region-cs.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="smart-va-malaria-mortality-region-cs"/>
<text>
<status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://smartva.org/fhir/CodeSystem/smart-va-malaria-mortality-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-malaria-mortality-region-cs-h"> </a></td><td>High level of malaria prevelance</td></tr><tr><td style="white-space:nowrap">l<a name="smart-va-malaria-mortality-region-cs-l"> </a></td><td>Low level of malaria prevelance</td></tr><tr><td style="white-space:nowrap">v<a name="smart-va-malaria-mortality-region-cs-v"> </a></td><td>Very low level of malaria prevelance</td></tr></table></div>
</text>
<url value="http://smartva.org/fhir/CodeSystem/smart-va-malaria-mortality-region-cs"/>
<version value="0.1.0"/>
<name value="SMARTVAMalariaMortalityRegionCS"/>
<title value="SMARTVA Malaria Mortality Region Code System"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2024-03-12T15:30:39+01:00"/>
<publisher value="CDC"/>
<contact>
<name value="CDC"/>
<telecom>
<system value="url"/>
<value value="http://cdc.gov"/>
</telecom>
</contact>
<description value="Code system for the malaria prevelance of region where the death occurred"/>
<content value="complete"/>
<count value="3"/>
<concept>
<code value="h"/>
<display value="High level of malaria prevelance"/>
</concept>
<concept>
<code value="l"/>
<display value="Low level of malaria prevelance"/>
</concept>
<concept>
<code value="v"/>
<display value="Very low level of malaria prevelance"/>
</concept>
</CodeSystem>