FHIR Implementation Guide for ABDM CI Build v2.0.1
banner

This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.

JSON Format: ValueSet-ndhm-tobacco-smoking-status

Download Raw json


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-tobacco-smoking-status",
  "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://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://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=77176002\">77176002</a></td><td>Smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=160618006\">160618006</a></td><td>Current non-smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=8517006\">8517006</a></td><td>Ex-smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=230065006\">230065006</a></td><td>Chain smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=230063004\">230063004</a></td><td>Heavy cigarette smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=230060001\">230060001</a></td><td> Light cigarette smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=230062009\">230062009</a></td><td>Moderate cigarette smoker</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=230059006\">230059006</a></td><td>Occasional cigarette smoker</td></tr></table></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  365981007 (Tobacco smoking behavior - finding)</li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-tobacco-smoking-status",
  "version" : "20210311",
  "name" : "TobaccoSmokingStatus",
  "title" : "Tobacco Smoking Status",
  "status" : "draft",
  "date" : "2021-03-11",
  "description" : "This value set covers : All childrens (preferred term) of Finding relating to tobacco smoking behavior (finding) of the SNOMED CT",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN",
          "display" : "India"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "77176002",
            "display" : "Smoker"
          },
          {
            "code" : "160618006",
            "display" : "Current non-smoker"
          },
          {
            "code" : "8517006",
            "display" : "Ex-smoker"
          },
          {
            "code" : "230065006",
            "display" : "Chain smoker"
          },
          {
            "code" : "230063004",
            "display" : "Heavy cigarette smoker"
          },
          {
            "code" : "230060001",
            "display" : " Light cigarette smoker"
          },
          {
            "code" : "230062009",
            "display" : "Moderate cigarette smoker"
          },
          {
            "code" : "230059006",
            "display" : "Occasional cigarette smoker"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "365981007"
          }
        ]
      }
    ]
  }
}