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

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "njsams-inactive-clients",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet njsams-inactive-clients</b></p><a name=\"njsams-inactive-clients\"> </a><a name=\"hcnjsams-inactive-clients\"> </a><a name=\"njsams-inactive-clients-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-PatientCurrentStatus.html\"><code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/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>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ValueSet/njsams-inactive-clients",
  "version" : "1.0.0",
  "name" : "NJSAMSInactiveClients",
  "title" : "NJSAMS Inactive Clients",
  "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" : "Stage in treatement where the client is no longer considered active",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/PatientCurrentStatus",
        "concept" : [
          {
            "code" : "9",
            "display" : "Discharged"
          },
          {
            "code" : "12",
            "display" : "Discharge in Progress"
          },
          {
            "code" : "3",
            "display" : "Closed"
          }
        ]
      }
    ]
  }
}