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 Race - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PatientRace",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/PatientRace</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=\"PatientRace-1\"> </a></td><td>White</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PatientRace-2\"> </a></td><td>Black/African American</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"PatientRace-3\"> </a></td><td>Asian</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"PatientRace-4\"> </a></td><td>Alaskan Native</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"PatientRace-5\"> </a></td><td>American Indian</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"PatientRace-6\"> </a></td><td>Native Hawaiian / Pacific Islander</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/PatientRace",
  "version" : "0.1.0",
  "name" : "PatientRace",
  "title" : "Patient Race",
  "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" : "Race of the patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "White"
    },
    {
      "code" : "2",
      "display" : "Black/African American"
    },
    {
      "code" : "3",
      "display" : "Asian"
    },
    {
      "code" : "4",
      "display" : "Alaskan Native"
    },
    {
      "code" : "5",
      "display" : "American Indian"
    },
    {
      "code" : "6",
      "display" : "Native Hawaiian / Pacific Islander"
    }
  ]
}