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 Drug Route of Administration - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "njsams-route-of-administration",
  "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 all codes defined in <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RouteOfAdministration.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration</code></a></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-route-of-administration",
  "version" : "0.1.0",
  "name" : "NJSAMSRouteOfAdministration",
  "title" : "NJSAMS Drug Route of Administration",
  "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"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"
      },
      {
        "system" : "http://dhs.nj.gov/njsams/CodeSystem/UncategorizableCodes"
      }
    ]
  }
}