FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: PatientDetailedEthnicity - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientDetailedEthnicity"/>
  <meta>
    <profile
             value="http://dhs.nj.gov/njsams/StructureDefinition/NJSAMSPatient"/>
  </meta>
  <language value="es"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>William Smith </b> male, DoB: 2000-06-11 ( id: 00-00-0000)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes: ">S</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">id: 12345</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail:</td><td colspan="3">New Jersey </td></tr><tr><td style="background-color: #f3f5da" title="Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity.  The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.">US Core Ethnicity Extension:</td><td colspan="3"><ul><li>text: Hispanic or Latino, Cuban</li><li>ombCategory: <a href="http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2135-2">Race &amp; Ethnicity - CDC</a> 2135-2: Hispanic or Latino</li><li>detailed: <a href="http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2182-4">Race &amp; Ethnicity - CDC</a> 2182-4: Cuban</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Is the patient a US citizen"><a href="StructureDefinition-USCitizenship.html">null:</a></td><td colspan="3"><ul><li>true</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race.  The race concepts are grouped by and pre-mapped to the 5 OMB race categories:

 - American Indian or Alaska Native
 - Asian
 - Black or African American
 - Native Hawaiian or Other Pacific Islander
 - White.">US Core Race Extension:</td><td colspan="3"><ul><li>text: White</li><li>ombCategory: <a href="http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2106-3">Race &amp; Ethnicity - CDC</a> 2106-3: White</li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="text">
      <valueString value="White"/>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="text">
      <valueString value="Hispanic or Latino, Cuban"/>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2135-2"/>
        <display value="Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2182-4"/>
        <display value="Cuban"/>
      </valueCoding>
    </extension>
  </extension>
  <extension
             url="http://dhs.nj.gov/njsams/StructureDefinition/USCitizenship">
    <valueBoolean value="true"/>
  </extension>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="00-00-0000"/>
  </identifier>
  <identifier>
    <system value="http://dhs.nj.gov/njsams/client-id"/>
    <value value="12345"/>
  </identifier>
  <name>
    <family value="Smith"/>
    <given value="William"/>
  </name>
  <gender value="male"/>
  <birthDate value="2000-06-11"/>
  <address>
    <extension
               url="http://dhs.nj.gov/njsams/StructureDefinition/DistrictMunicipality">
      <valueCoding>
        <code value="0102"/>
      </valueCoding>
    </extension>
    <district value="Cape May"/>
    <state value="New Jersey"/>
  </address>
  <maritalStatus>
    <coding>
      <code value="S"/>
    </coding>
  </maritalStatus>
</Patient>