FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: NJSAMSGenderMap - XML Representation

Draft as of 2022-08-31

Raw xml | Download



<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="NJSAMSGenderMap"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>null (http://dhs.nj.gov/njsams/ConceptMap/NJSAMSGenderMap)</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-PatientGenderID.html">Patient Gender</a> to <a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a></td></tr><tr><td>1 (Male)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>male</td></tr><tr><td>2 (Female)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>female</td></tr><tr><td>3 (Other)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>unknown</td></tr></table></div>
  </text>
  <url value="http://dhs.nj.gov/njsams/ConceptMap/NJSAMSGenderMap"/>
  <version value="0.1.0"/>
  <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>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166:-2"/>
      <code value="US-NJ"/>
      <display value="New Jersey"/>
    </coding>
  </jurisdiction>
  <group>
    <source value="http://dhs.nj.gov/njsams/CodeSystem/PatientGenderID"/>
    <target value="http://hl7.org/fhir/administrative-gender"/>
    <element>
      <code value="1"/>
      <target>
        <code value="male"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="2"/>
      <target>
        <code value="female"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="3"/>
      <target>
        <code value="unknown"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>