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 Hepatitis Types - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "njsams-hepatitis-types-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><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/40468003\">40468003</a></td><td>Viral hepatitis, type A</td></tr><tr><td><a href=\"http://snomed.info/id/66071002\">66071002</a></td><td>Type B viral hepatitis</td></tr><tr><td><a href=\"http://snomed.info/id/50711007\">50711007</a></td><td>Viral hepatitis C</td></tr><tr><td><a href=\"http://snomed.info/id/707341005\">707341005</a></td><td>Viral hepatitis D</td></tr><tr><td><a href=\"http://snomed.info/id/7111000119109\">7111000119109</a></td><td>Viral hepatitis E</td></tr></table></li></ul></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/ValueSet/njsams-hepatitis-types-vs",
  "version" : "0.1.0",
  "name" : "NJSAMSHepatitisTypes",
  "title" : "NJSAMS Hepatitis Types",
  "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://snomed.info/sct",
        "concept" : [
          {
            "code" : "40468003",
            "display" : "Viral hepatitis, type A"
          },
          {
            "code" : "66071002",
            "display" : "Type B viral hepatitis"
          },
          {
            "code" : "50711007",
            "display" : "Viral hepatitis C"
          },
          {
            "code" : "707341005",
            "display" : "Viral hepatitis D"
          },
          {
            "code" : "7111000119109",
            "display" : "Viral hepatitis E"
          }
        ]
      }
    ]
  }
}