FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: Self Help Groups - JSON Representation

Active as of 2022-09-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "SelfHelpGroups",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/SelfHelpGroups</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\">Selfhelp30NA<a name=\"SelfHelpGroups-Selfhelp30NA\"> </a></td><td>Narcotic Anonymous (NA)</td></tr><tr><td style=\"white-space:nowrap\">Selfhelp30AA<a name=\"SelfHelpGroups-Selfhelp30AA\"> </a></td><td>Alcoholic Anonymous (AA)</td></tr><tr><td style=\"white-space:nowrap\">SHreligious30<a name=\"SelfHelpGroups-SHreligious30\"> </a></td><td> Any religious or faith affiliated recovery Self-Help Group</td></tr><tr><td style=\"white-space:nowrap\">SHOther30<a name=\"SelfHelpGroups-SHOther30\"> </a></td><td>Other Self-Help/Mutual Support Groups</td></tr><tr><td style=\"white-space:nowrap\">Selfhelp30GA<a name=\"SelfHelpGroups-Selfhelp30GA\"> </a></td><td>Gamblers Anonymous (GA)</td></tr><tr><td style=\"white-space:nowrap\">Selfhelp30None<a name=\"SelfHelpGroups-Selfhelp30None\"> </a></td><td>None</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/SelfHelpGroups",
  "version" : "0.1.0",
  "name" : "SelfHelpGroups",
  "title" : "Self Help Groups",
  "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" : "Self help Groups",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "Selfhelp30NA",
      "display" : "Narcotic Anonymous (NA)"
    },
    {
      "code" : "Selfhelp30AA",
      "display" : "Alcoholic Anonymous (AA)"
    },
    {
      "code" : "SHreligious30",
      "display" : " Any religious or faith affiliated recovery Self-Help Group"
    },
    {
      "code" : "SHOther30",
      "display" : "Other Self-Help/Mutual Support Groups"
    },
    {
      "code" : "Selfhelp30GA",
      "display" : "Gamblers Anonymous (GA)"
    },
    {
      "code" : "Selfhelp30None",
      "display" : "None"
    }
  ]
}