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

: NJSAMS Condition Severity - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "njsams-condition-severity-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet njsams-condition-severity-vs</b></p><a name=\"njsams-condition-severity-vs\"> </a><a name=\"hcnjsams-condition-severity-vs\"> </a><a name=\"njsams-condition-severity-vs-en-US\"> </a><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/24484000\">24484000</a></td><td>Severe</td></tr><tr><td><a href=\"http://snomed.info/id/6736007\">6736007</a></td><td>Moderate</td></tr><tr><td><a href=\"http://snomed.info/id/255604002\">255604002</a></td><td>Mild</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-UncategorizableCodes.html\"><code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/UncategorizableCodes</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=\"CodeSystem-UncategorizableCodes.html#UncategorizableCodes-NA\">NA</a></td><td>N/A</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ValueSet/njsams-condition-severity-vs",
  "version" : "1.0.0",
  "name" : "NJSAMSConditionSeverity",
  "title" : "NJSAMS Condition Severity",
  "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"
        }
      ]
    }
  ],
  "description" : "A list of severity codes for conditions, and option for non-applicable",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "24484000",
            "display" : "Severe"
          },
          {
            "code" : "6736007",
            "display" : "Moderate"
          },
          {
            "code" : "255604002",
            "display" : "Mild"
          }
        ]
      },
      {
        "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/UncategorizableCodes",
        "concept" : [
          {
            "code" : "NA",
            "display" : "N/A"
          }
        ]
      }
    ]
  }
}