FLC Implementation Guide
0.2.4 - stable [WIP]
FLC Implementation Guide, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/flc.fhir.base/ and changes regularly. See the Directory of published versions
| Draft as of 2025-12-01 |
<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-12-01T13:03:56+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>