FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: Reason for Discharge - JSON Representation

Active as of 2022-09-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ReasonForDischarge",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/ReasonForDischarge</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=\"ReasonForDischarge-1\"> </a></td><td>Treatment plan completed at this level of care</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ReasonForDischarge-2\"> </a></td><td>Treatment plan not completed</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ReasonForDischarge-3\"> </a></td><td>Deprecated</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ReasonForDischarge-4\"> </a></td><td>NJSAMS Force/System Discharge</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"ReasonForDischarge-8\"> </a></td><td>NJSAMS Force/System Discharge</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"ReasonForDischarge-9\"> </a></td><td>Incomplete discharge (old system)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ReasonForDischarge-5\"> </a></td><td>Incomplete discharge (Current system until 5/20/2014)</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ReasonForDischarge-10\"> </a></td><td>Admission in error</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/ReasonForDischarge",
  "version" : "0.1.0",
  "name" : "ReasonForDischarge",
  "title" : "Reason for Discharge",
  "status" : "active",
  "date" : "2022-09-13T15:02:04+00: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" : "Reason for Client Discharge",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "1",
      "display" : "Treatment plan completed at this level of care"
    },
    {
      "code" : "2",
      "display" : "Treatment plan not completed"
    },
    {
      "code" : "3",
      "display" : "Deprecated"
    },
    {
      "code" : "4",
      "display" : "NJSAMS Force/System Discharge"
    },
    {
      "code" : "8",
      "display" : "NJSAMS Force/System Discharge"
    },
    {
      "code" : "9",
      "display" : "Incomplete discharge (old system)"
    },
    {
      "code" : "5",
      "display" : "Incomplete discharge (Current system until 5/20/2014)"
    },
    {
      "code" : "10",
      "display" : "Admission in error"
    }
  ]
}