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

: ASI Route Of Administration - JSON Representation

Active as of 2025-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ASIRouteOfAdministration",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ASIRouteOfAdministration</b></p><a name=\"ASIRouteOfAdministration\"> </a><a name=\"hcASIRouteOfAdministration\"> </a><a name=\"ASIRouteOfAdministration-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/ASIRouteOfAdministration</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=\"ASIRouteOfAdministration-1\"> </a></td><td>Oral</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ASIRouteOfAdministration-2\"> </a></td><td>Nasal</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ASIRouteOfAdministration-3\"> </a></td><td>Smoking</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ASIRouteOfAdministration-4\"> </a></td><td>Non IV injection</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ASIRouteOfAdministration-5\"> </a></td><td>IV injection</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/ASIRouteOfAdministration",
  "version" : "1.0.0",
  "name" : "ASIRouteOfAdministration",
  "title" : "ASI Route Of Administration",
  "status" : "active",
  "date" : "2025-06-23T16:39:35-04: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" : "Route of administration for drug/alcohol use by client for ASI",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "Oral"
    },
    {
      "code" : "2",
      "display" : "Nasal"
    },
    {
      "code" : "3",
      "display" : "Smoking"
    },
    {
      "code" : "4",
      "display" : "Non IV injection"
    },
    {
      "code" : "5",
      "display" : "IV injection"
    }
  ]
}