FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: Patient Language - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PatientLanguage",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/PatientLanguage</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=\"PatientLanguage-1\"> </a></td><td>English</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PatientLanguage-2\"> </a></td><td>American sign language</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"PatientLanguage-3\"> </a></td><td>Spanish</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"PatientLanguage-10\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"PatientLanguage-99\"> </a></td><td>Deprecated (disabled)</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/PatientLanguage",
  "version" : "0.1.0",
  "name" : "PatientLanguage",
  "title" : "Patient Language",
  "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" : "Primary language for the patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "English"
    },
    {
      "code" : "2",
      "display" : "American sign language"
    },
    {
      "code" : "3",
      "display" : "Spanish"
    },
    {
      "code" : "10",
      "display" : "Other"
    },
    {
      "code" : "99",
      "display" : "Deprecated (disabled)"
    }
  ]
}