FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: NJSAMS Treatment Medications - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "njsams-treatment-meds-vs",
  "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.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>6813</td><td>methadone</td></tr><tr><td>1819</td><td>buprenorphine</td></tr><tr><td>82819</td><td>acamprosate</td></tr><tr><td>1156982</td><td>naltrexone (oral)</td></tr><tr><td>636556</td><td>Vivitrol</td></tr><tr><td>3554</td><td>Disulfiram</td></tr><tr><td>1996185</td><td>Sublocade</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/418149003\">418149003</a></td><td>Psychoactive substance</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-UncategorizableCodes.html\"><code>http://dhs.nj.gov/njsams/CodeSystem/UncategorizableCodes</code></a></li></ul></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/ValueSet/njsams-treatment-meds-vs",
  "version" : "0.1.0",
  "name" : "NJSAMSTreatmentMedications",
  "title" : "NJSAMS Treatment Medications",
  "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" : "The medications that a client might use in treatment",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "concept" : [
          {
            "code" : "6813",
            "display" : "methadone"
          },
          {
            "code" : "1819",
            "display" : "buprenorphine"
          },
          {
            "code" : "82819",
            "display" : "acamprosate"
          },
          {
            "code" : "1156982",
            "display" : "naltrexone (oral)"
          },
          {
            "code" : "636556",
            "display" : "Vivitrol"
          },
          {
            "code" : "3554",
            "display" : "Disulfiram"
          },
          {
            "code" : "1996185",
            "display" : "Sublocade"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "418149003",
            "display" : "Psychoactive substance"
          }
        ]
      },
      {
        "system" : "http://dhs.nj.gov/njsams/CodeSystem/UncategorizableCodes"
      }
    ]
  }
}