FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: NJSAMSLanguageMap - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "NJSAMSLanguageMap",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>null (http://dhs.nj.gov/njsams/ConceptMap/NJSAMSLanguageMap)</h2><p>Mapping from (not specified) to (not specified)</p><p>DRAFT. Published on 2022-08-31 by Division of Mental Health and Addiction Services (DMHAS) (Division of Mental Health and Addiction Services (DMHAS): <a href=\"http://dhs.nj.gov\">http://dhs.nj.gov</a>). </p><br/><table class=\"grid\"><tr><td colspan=\"2\"><b>Source Concept Details</b></td><td><b>Relationship</b></td><td colspan=\"2\"><b>Target Concept Details</b></td></tr><tr><td colspan=\"2\"><b>Code</b> from <a href=\"CodeSystem-PatientLanguage.html\" title=\"http://dhs.nj.gov/njsams/CodeSystem/PatientLanguage\">Patient Language</a></td><td/><td colspan=\"2\"><b>Code</b> from <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\" title=\"urn:ietf:bcp:47\">Tags for the Identification of Languages</a></td></tr><tr><td style=\"border-right-width: 0px\">1</td><td style=\"border-left-width: 0px\">English</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">en</td><td style=\"border-left-width: 0px\">English</td></tr><tr><td style=\"border-right-width: 0px\">2</td><td style=\"border-left-width: 0px\">American sign language</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">sgn-ase</td><td style=\"border-left-width: 0px\">Sign languages</td></tr><tr><td style=\"border-right-width: 0px\">3</td><td style=\"border-left-width: 0px\">Spanish</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">es</td><td style=\"border-left-width: 0px\">Spanish</td></tr><tr><td style=\"border-right-width: 0px; border-bottom-style: none\">10</td><td style=\"border-left-width: 0px\">Other</td><td colspan=\"4\" style=\"background-color: #efefef\">(not mapped)</td></tr><tr><td style=\"border-right-width: 0px; border-bottom-style: none\">99</td><td style=\"border-left-width: 0px\">Deprecated (disabled)</td><td colspan=\"4\" style=\"background-color: #efefef\">(not mapped)</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/ConceptMap/NJSAMSLanguageMap",
  "version" : "0.1.0",
  "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"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "group" : [
    {
      "source" : "http://dhs.nj.gov/njsams/CodeSystem/PatientLanguage",
      "target" : "urn:ietf:bcp:47",
      "element" : [
        {
          "code" : "1",
          "target" : [
            {
              "code" : "en",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "2",
          "target" : [
            {
              "code" : "sgn-ase",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "3",
          "target" : [
            {
              "code" : "es",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "10",
          "target" : [
            {
              "equivalence" : "unmatched"
            }
          ]
        },
        {
          "code" : "99",
          "target" : [
            {
              "equivalence" : "unmatched"
            }
          ]
        }
      ]
    }
  ]
}