Retention Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: Smoker Codesystem - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "Smoker",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.retention-project.eu/ig/CodeSystem/Smoker</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"Smoker-0\"> </a></td><td>never</td><td>Input at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"Smoker-1\"> </a></td><td>current</td><td>Input at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"Smoker-2\"> </a></td><td>past (meaning>6 months)</td><td>Input at item 2</td></tr></table></div>"
},
"url" : "https://www.retention-project.eu/ig/CodeSystem/Smoker",
"version" : "1.0.0",
"name" : "Smoker",
"title" : "Smoker Codesystem",
"status" : "active",
"experimental" : true,
"date" : "2022-11-28T14:27:31+02:00",
"description" : "Code system with input values for Smoker",
"caseSensitive" : false,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "0",
"display" : "never",
"definition" : "Input at item 0"
},
{
"code" : "1",
"display" : "current",
"definition" : "Input at item 1"
},
{
"code" : "2",
"display" : "past (meaning>6 months)",
"definition" : "Input at item 2"
}
]
}