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

: Reason for Discharge - JSON Representation

Active as of 2025-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ReasonForDischarge",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ReasonForDischarge</b></p><a name=\"ReasonForDischarge\"> </a><a name=\"hcReasonForDischarge\"> </a><a name=\"ReasonForDischarge-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/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" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/ReasonForDischarge",
  "version" : "1.0.0",
  "name" : "ReasonForDischarge",
  "title" : "Reason for Discharge",
  "status" : "active",
  "date" : "2025-06-23T16:39:35-04: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",
  "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"
    }
  ]
}