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 Ethnicity - XML Representation

Draft as of 2022-08-31

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="PatientEthnicity"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/PatientEthnicity</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="PatientEthnicity-1"> </a></td><td>Not of Hispanic Origin</td></tr><tr><td style="white-space:nowrap">2<a name="PatientEthnicity-2"> </a></td><td>Puerto Rican</td></tr><tr><td style="white-space:nowrap">3<a name="PatientEthnicity-3"> </a></td><td>Mexican</td></tr><tr><td style="white-space:nowrap">4<a name="PatientEthnicity-4"> </a></td><td>Cuban</td></tr><tr><td style="white-space:nowrap">6<a name="PatientEthnicity-6"> </a></td><td>Other Hispanic</td></tr><tr><td style="white-space:nowrap">99<a name="PatientEthnicity-99"> </a></td><td>Deprecated (disabled)</td></tr></table></div>
  </text>
  <url value="http://dhs.nj.gov/njsams/CodeSystem/PatientEthnicity"/>
  <version value="0.1.0"/>
  <name value="PatientEthnicity"/>
  <title value="Patient Ethnicity"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2022-08-31"/>
  <publisher
             value="Division of Mental Health and Addiction Services (DMHAS)"/>
  <contact>
    <name value="Division of Mental Health and Addiction Services (DMHAS)"/>
    <telecom>
      <system value="url"/>
      <value value="http://dhs.nj.gov"/>
    </telecom>
  </contact>
  <description value="Ethnicity of the patient"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166:-2"/>
      <code value="US-NJ"/>
      <display value="New Jersey"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="1"/>
    <display value="Not of Hispanic Origin"/>
  </concept>
  <concept>
    <code value="2"/>
    <display value="Puerto Rican"/>
  </concept>
  <concept>
    <code value="3"/>
    <display value="Mexican"/>
  </concept>
  <concept>
    <code value="4"/>
    <display value="Cuban"/>
  </concept>
  <concept>
    <code value="6"/>
    <display value="Other Hispanic"/>
  </concept>
  <concept>
    <code value="99"/>
    <display value="Deprecated (disabled)"/>
  </concept>
</CodeSystem>