Smart Bear Implementation Guide
3.2.2 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.2.2). See the Directory of published versions

: HL7 Current Smoking Status Value Set - JSON Representation

Active as of 2022-05-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CSSVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18976-3.html\">LA18976-3</a></td><td>Current every day smoker</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18977-1.html\">LA18977-1</a></td><td>Current some day smoker</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA15920-4.html\">LA15920-4</a></td><td>Former smoker</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18978-9.html\">LA18978-9</a></td><td>Never smoker</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18979-7.html\">LA18979-7</a></td><td>Smoker, current status unknown</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18980-5.html\">LA18980-5</a></td><td>Unknown if ever smoked</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18981-3.html\">LA18981-3</a></td><td>Heavy tobacco smoker</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/LA18982-1.html\">LA18982-1</a></td><td>Light tobacco smoker</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/8392000\">8392000</a></td><td>Non-smoker</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/CSSVS",
  "version" : "3.2.2",
  "name" : "CSSVS",
  "title" : "HL7 Current Smoking Status Value Set",
  "status" : "active",
  "date" : "2022-05-25T13:16:15+02:00",
  "description" : "Value set including codes from HL7 IPS CSS",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA18976-3",
            "display" : "Current every day smoker"
          },
          {
            "code" : "LA18977-1",
            "display" : "Current some day smoker"
          },
          {
            "code" : "LA15920-4",
            "display" : "Former smoker"
          },
          {
            "code" : "LA18978-9",
            "display" : "Never smoker"
          },
          {
            "code" : "LA18979-7",
            "display" : "Smoker, current status unknown"
          },
          {
            "code" : "LA18980-5",
            "display" : "Unknown if ever smoked"
          },
          {
            "code" : "LA18981-3",
            "display" : "Heavy tobacco smoker"
          },
          {
            "code" : "LA18982-1",
            "display" : "Light tobacco smoker"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "8392000",
            "display" : "Non-smoker"
          }
        ]
      }
    ]
  }
}