0.2.3 - ci-build

servicewellfhirflc, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.flc/ and changes regularly. See the Directory of published versions

: Example Gender CodeSystem - XML Representation

Draft as of 2025-10-29

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="gender-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem gender-example</b></p><a name="gender-example"> </a><a name="hcgender-example"> </a><p>This case-sensitive code system <code>http://puri.fhir.link/flc/CodeSystem/gender-example</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">M<a name="gender-example-M"> </a></td><td>Male</td><td>A male individual.</td></tr><tr><td style="white-space:nowrap">F<a name="gender-example-F"> </a></td><td>Female</td><td>A female individual.</td></tr></table></div>
  </text>
  <url value="http://puri.fhir.link/flc/CodeSystem/gender-example"/>
  <version value="0.2.3"/>
  <name value="GenderExample"/>
  <title value="Example Gender CodeSystem"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2025-10-29T10:20:19+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="Example CodeSystem that defines gender values for mapping purposes."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="M"/>
    <display value="Male"/>
    <definition value="A male individual."/>
  </concept>
  <concept>
    <code value="F"/>
    <display value="Female"/>
    <definition value="A female individual."/>
  </concept>
</CodeSystem>