FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: NJSAMSRaceMap - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "NJSAMSRaceMap",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>null (http://dhs.nj.gov/njsams/ConceptMap/NJSAMSRaceMap)</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><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td colspan=\"3\">Mapping from <a href=\"CodeSystem-PatientRace.html\">Patient Race</a> to <a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html\">Race &amp; Ethnicity - CDC</a></td></tr><tr><td>1 (White)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>2106-3 (White)</td></tr><tr><td>2 (Black/African American)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>2054-5 (Black or African American)</td></tr><tr><td>3 (Asian)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>2028-9 (Asian)</td></tr><tr><td>4 (Alaskan Native)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>1735-0 (Alaska Native)</td></tr><tr><td>5 (American Indian)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>1004-1 (American Indian)</td></tr><tr><td>6 (Native Hawaiian / Pacific Islander)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>2076-8 (Native Hawaiian or Other Pacific Islander)</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/ConceptMap/NJSAMSRaceMap",
  "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/PatientRace",
      "target" : "urn:oid:2.16.840.1.113883.6.238",
      "element" : [
        {
          "code" : "1",
          "target" : [
            {
              "code" : "2106-3",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "2",
          "target" : [
            {
              "code" : "2054-5",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "3",
          "target" : [
            {
              "code" : "2028-9",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "4",
          "target" : [
            {
              "code" : "1735-0",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "5",
          "target" : [
            {
              "code" : "1004-1",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "6",
          "target" : [
            {
              "code" : "2076-8",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}