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 Inactive Clients - XML Representation

Draft as of 2022-08-31

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="njsams-inactive-clients"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="CodeSystem-PatientCurrentStatus.html"><code>http://dhs.nj.gov/njsams/CodeSystem/PatientCurrentStatus</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-PatientCurrentStatus.html#PatientCurrentStatus-9">9</a></td><td>Discharged</td></tr><tr><td><a href="CodeSystem-PatientCurrentStatus.html#PatientCurrentStatus-12">12</a></td><td>Discharge in Progress</td></tr><tr><td><a href="CodeSystem-PatientCurrentStatus.html#PatientCurrentStatus-3">3</a></td><td>Closed</td></tr></table></li></ul></div>
  </text>
  <url value="http://dhs.nj.gov/njsams/ValueSet/njsams-inactive-clients"/>
  <version value="0.1.0"/>
  <name value="NJSAMSInactiveClients"/>
  <title value="NJSAMS Inactive Clients"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2022-08-31"/>
  <publisher
             value="Division of Mental Health and Addiction Services (DMHAS)"/>
  <contact>
    <name value="Division of Mental Health and Addiction Services (DMHAS)"/>
    <telecom>
      <system value="url"/>
      <value value="http://dhs.nj.gov"/>
    </telecom>
  </contact>
  <description
               value="Stage in treatement where the client is no longer considered active"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166:-2"/>
      <code value="US-NJ"/>
      <display value="New Jersey"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://dhs.nj.gov/njsams/CodeSystem/PatientCurrentStatus"/>
      <concept>
        <code value="9"/>
        <display value="Discharged"/>
      </concept>
      <concept>
        <code value="12"/>
        <display value="Discharge in Progress"/>
      </concept>
      <concept>
        <code value="3"/>
        <display value="Closed"/>
      </concept>
    </include>
  </compose>
</ValueSet>