-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeSystem-smart-va-weather-seasons-cs.json
38 lines (38 loc) · 1.52 KB
/
CodeSystem-smart-va-weather-seasons-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-weather-seasons-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smartva.org/fhir/CodeSystem/smart-va-weather-seasons-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\">wet<a name=\"smart-va-weather-seasons-cs-wet\"> </a></td><td>Wet</td></tr><tr><td style=\"white-space:nowrap\">dry<a name=\"smart-va-weather-seasons-cs-dry\"> </a></td><td>Dry</td></tr><tr><td style=\"white-space:nowrap\">dk<a name=\"smart-va-weather-seasons-cs-dk\"> </a></td><td>Don't Know</td></tr></table></div>"
},
"url" : "https://smartva.org/fhir/CodeSystem/smart-va-weather-seasons-cs",
"version" : "0.1.0",
"name" : "SMARTVAWeatherSeasonsCS",
"title" : "SMART Verbal Autopsy Weather Seasons Code System",
"status" : "active",
"experimental" : true,
"date" : "2024-03-12T15:30:39+01:00",
"publisher" : "CDC",
"contact" : [{
"name" : "CDC",
"telecom" : [{
"system" : "url",
"value" : "http://cdc.gov"
}]
}],
"description" : "CodeSytem to describe the weather seasons for the verbal autosy SMART guidelines",
"content" : "complete",
"count" : 3,
"concept" : [{
"code" : "wet",
"display" : "Wet"
},
{
"code" : "dry",
"display" : "Dry"
},
{
"code" : "dk",
"display" : "Don't Know"
}]
}