FLC Implementation Guide
0.2.4 - stable [WIP]

This page is part of the FLC Implementation Guide (v0.2.4: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Mapping from gender-example to AdministrativeGender - XML Representation

Draft as of 2025-11-26

Raw xml | Download


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="gender-example-map"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ConceptMap gender-example-map</b></p><a name="gender-example-map"> </a><a name="hcgender-example-map"> </a><p>Mapping from <a href="ValueSet-gender-example.html">All Codes from Example Gender CodeSystem</a> to <a href="http://hl7.org/fhir/R4/valueset-administrative-gender.html">AdministrativeGender</a></p><br/><p><b>Group 1 </b>Mapping from <a href="CodeSystem-gender-example.html">Example Gender CodeSystem</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>M (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>F (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></table></div>
  </text>
  <url
       value="http://canonical.fhir.link/flc/base/ConceptMap/gender-example-map"/>
  <version value="0.2.4"/>
  <name value="GenderExampleMap"/>
  <title value="Mapping from gender-example to AdministrativeGender"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2025-11-26T09:01:54+00:00"/>
  <publisher value="Service Well AB"/>
  <contact>
    <name value="Service Well AB"/>
    <telecom>
      <system value="url"/>
      <value value="https://servicewell.se"/>
    </telecom>
  </contact>
  <description
               value="ConceptMap showing how the local gender-example CodeSystem maps to FHIR AdministrativeGender."/>
  <sourceUri
             value="http://canonical.fhir.link/flc/base/ValueSet/gender-example"/>
  <targetUri value="http://hl7.org/fhir/ValueSet/administrative-gender"/>
  <group>
    <source
            value="http://canonical.fhir.link/flc/base/CodeSystem/gender-example"/>
    <target value="http://hl7.org/fhir/administrative-gender"/>
    <element>
      <code value="M"/>
      <display value="Male"/>
      <target>
        <code value="male"/>
        <display value="Male"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="F"/>
      <display value="Female"/>
      <target>
        <code value="female"/>
        <display value="Female"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>