FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: Tobacco Cessation Agencies - JSON Representation

Active as of 2022-09-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "TobaccoCessationAgencies",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/TobaccoCessationAgencies</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"TobaccoCessationAgencies-1\"> </a></td><td>Quit Center</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"TobaccoCessationAgencies-2\"> </a></td><td>QuitLine</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"TobaccoCessationAgencies-3\"> </a></td><td>Refused</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"TobaccoCessationAgencies-4\"> </a></td><td>Treated at agency- no referral</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/TobaccoCessationAgencies",
  "version" : "0.1.0",
  "name" : "TobaccoCessationAgencies",
  "title" : "Tobacco Cessation Agencies",
  "status" : "active",
  "date" : "2022-09-13T15:02:04+00:00",
  "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" : "Agencies that treat tobacco use",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "Quit Center"
    },
    {
      "code" : "2",
      "display" : "QuitLine"
    },
    {
      "code" : "3",
      "display" : "Refused"
    },
    {
      "code" : "4",
      "display" : "Treated at agency- no referral"
    }
  ]
}