FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NJSAMS Tobacco Products - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "njsams-tobacco-products-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet njsams-tobacco-products-vs</b></p><a name=\"njsams-tobacco-products-vs\"> </a><a name=\"hcnjsams-tobacco-products-vs\"> </a><a name=\"njsams-tobacco-products-vs-en-US\"> </a><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://snomed.info/id/722496004\">722496004</a></td><td>Cigarette</td></tr><tr><td><a href=\"http://snomed.info/id/722497008\">722497008</a></td><td>Cigar</td></tr><tr><td><a href=\"http://snomed.info/id/81911001\">81911001</a></td><td>Chewing tobacco</td></tr><tr><td><a href=\"http://snomed.info/id/722498003\">722498003</a></td><td>Electronic cigarette</td></tr><tr><td><a href=\"http://snomed.info/id/816134008\">816134008</a></td><td>Vaping</td></tr></table></li><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=\"https://loinc.org/LA16128-3/\">LA16128-3</a></td><td>Pipe</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ValueSet/njsams-tobacco-products-vs",
  "version" : "1.0.0",
  "name" : "NJSAMSTobaccoProducts",
  "title" : "NJSAMS Tobacco Products",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-08-31",
  "publisher" : "Division of Mental Health and Addiction Services (DMHAS)",
  "contact" : [
    {
      "name" : "Division of Mental Health and Addiction Services (DMHAS)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://dhs.nj.gov"
        }
      ]
    }
  ],
  "description" : "Tobacco Products used",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "722496004",
            "display" : "Cigarette"
          },
          {
            "code" : "722497008",
            "display" : "Cigar"
          },
          {
            "code" : "81911001",
            "display" : "Chewing tobacco"
          },
          {
            "code" : "722498003",
            "display" : "Electronic cigarette"
          },
          {
            "code" : "816134008",
            "display" : "Vaping"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA16128-3",
            "display" : "Pipe"
          }
        ]
      }
    ]
  }
}