FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ConceptMap NJSAMSGenderMap</b></p><a name="NJSAMSGenderMap"> </a><a name="hcNJSAMSGenderMap"> </a><a name="NJSAMSGenderMap-en-US"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href="CodeSystem-PatientGenderID.html">Patient Gender</a> to <a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>1 (Male)</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.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/R5/codesystem-concept-map-relationship.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/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td>other</td></tr><tr><td>7 (Unknown)</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td>unknown</td></tr></table></div>
  </text>
  <url
       value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ConceptMap/NJSAMSGenderMap"/>
  <version value="1.0.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>
  <group>
    <source
            value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/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="other"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="7"/>
      <target>
        <code value="unknown"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>