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

: Source of Income - JSON Representation

Active as of 2025-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "SourceOfIncome",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SourceOfIncome</b></p><a name=\"SourceOfIncome\"> </a><a name=\"hcSourceOfIncome\"> </a><a name=\"SourceOfIncome-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/SourceOfIncome</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\">sincome1<a name=\"SourceOfIncome-sincome1\"> </a></td><td>Wages</td></tr><tr><td style=\"white-space:nowrap\">sincome2<a name=\"SourceOfIncome-sincome2\"> </a></td><td>Public Assistance</td></tr><tr><td style=\"white-space:nowrap\">sincome3<a name=\"SourceOfIncome-sincome3\"> </a></td><td>Retirement/Pension</td></tr><tr><td style=\"white-space:nowrap\">sincome4<a name=\"SourceOfIncome-sincome4\"> </a></td><td>Disability</td></tr><tr><td style=\"white-space:nowrap\">sincome20<a name=\"SourceOfIncome-sincome20\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">sincome21<a name=\"SourceOfIncome-sincome21\"> </a></td><td>None</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/SourceOfIncome",
  "version" : "1.0.0",
  "name" : "SourceOfIncome",
  "title" : "Source of Income",
  "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" : "Source of Income/Support",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "sincome1",
      "display" : "Wages"
    },
    {
      "code" : "sincome2",
      "display" : "Public Assistance"
    },
    {
      "code" : "sincome3",
      "display" : "Retirement/Pension"
    },
    {
      "code" : "sincome4",
      "display" : "Disability"
    },
    {
      "code" : "sincome20",
      "display" : "Other"
    },
    {
      "code" : "sincome21",
      "display" : "None"
    }
  ]
}