FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: Source of Income - JSON Representation

Active as of 2022-09-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "SourceOfIncome",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/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" : "http://dhs.nj.gov/njsams/CodeSystem/SourceOfIncome",
  "version" : "0.1.0",
  "name" : "SourceOfIncome",
  "title" : "Source of Income",
  "status" : "active",
  "date" : "2022-09-13T15:02:04+00: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",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "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"
    }
  ]
}