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 Client Chronic Conditions - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "njsams-chronic-health-conditions-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.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/195967001\">195967001</a></td><td>Asthma</td></tr><tr><td><a href=\"http://snomed.info/id/49601007\">49601007</a></td><td>Disorder of cardiovascular system</td></tr><tr><td><a href=\"http://snomed.info/id/73211009\">73211009</a></td><td>Diabetes mellitus</td></tr><tr><td><a href=\"http://snomed.info/id/13645005\">13645005</a></td><td>Chronic obstructive lung disease</td></tr><tr><td><a href=\"http://snomed.info/id/50711007\">50711007</a></td><td>Viral hepatitis C</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-chronic-health-conditions-vs",
  "version" : "0.1.0",
  "name" : "NJSAMSChronicHealthConditions",
  "title" : "NJSAMS Client Chronic Conditions",
  "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" : "195967001",
            "display" : "Asthma"
          },
          {
            "code" : "49601007",
            "display" : "Disorder of cardiovascular system"
          },
          {
            "code" : "73211009",
            "display" : "Diabetes mellitus"
          },
          {
            "code" : "13645005",
            "display" : "Chronic obstructive lung disease"
          },
          {
            "code" : "50711007",
            "display" : "Viral hepatitis C"
          }
        ]
      },
      {
        "system" : "http://dhs.nj.gov/njsams/CodeSystem/UncategorizableCodes"
      }
    ]
  }
}