FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

JSON Format: ValueSet-ndhm-alcohol-drinking-status

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "ndhm-alcohol-drinking-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=219006\">219006</a></td><td>Current drinker</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=105542008\">105542008</a></td><td>Non - drinker</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=82581004\">82581004</a></td><td> Ex-drinker</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=86933000\">86933000</a></td><td>Heavy drinker</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=228277002\">228277002</a></td><td>Light drinker</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=43783005\">43783005</a></td><td>Moderate drinker</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=28127009\">28127009</a></td><td>Social drinker</td><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  228273003 (Finding relating to alcohol drinking behavior)</li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-alcohol-drinking-status",
  "version" : "20210311",
  "name" : "AlcoholDrinkingStatus",
  "title" : "Alcohol Drinking Status",
  "status" : "draft",
  "date" : "2021-03-11",
  "description" : "This value set covers : All childrens (preferred term) of finding relating to alcohol drinking 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" : "219006",
            "display" : "Current drinker"
          },
          {
            "code" : "105542008",
            "display" : "Non - drinker"
          },
          {
            "code" : "82581004",
            "display" : " Ex-drinker"
          },
          {
            "code" : "86933000",
            "display" : "Heavy drinker"
          },
          {
            "code" : "228277002",
            "display" : "Light drinker"
          },
          {
            "code" : "43783005",
            "display" : "Moderate drinker"
          },
          {
            "code" : "28127009",
            "display" : "Social drinker"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "228273003"
          }
        ]
      }
    ]
  }
}