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

: Living Arrangement - JSON Representation

Active as of 2025-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "LivingArrangement",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem LivingArrangement</b></p><a name=\"LivingArrangement\"> </a><a name=\"hcLivingArrangement\"> </a><a name=\"LivingArrangement-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/LivingArrangement</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=\"LivingArrangement-1\"> </a></td><td>Dependent/Supervised Living</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"LivingArrangement-2\"> </a></td><td>Homeless-Shelter</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"LivingArrangement-3\"> </a></td><td>Homeless-Streets</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"LivingArrangement-4\"> </a></td><td>Independent Living</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/LivingArrangement",
  "version" : "1.0.0",
  "name" : "LivingArrangement",
  "title" : "Living Arrangement",
  "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" : "Client living arrangement",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "Dependent/Supervised Living"
    },
    {
      "code" : "2",
      "display" : "Homeless-Shelter"
    },
    {
      "code" : "3",
      "display" : "Homeless-Streets"
    },
    {
      "code" : "4",
      "display" : "Independent Living"
    }
  ]
}