FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Normative | Maturity Level: 5 | 
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="administrative-gender"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>This code system 
              <code>http://hl7.org/fhir/administrative-gender</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>
                <td>
                  <b>Comments</b>
                </td>
              </tr>
              <tr>
                <td style="white-space:nowrap">male
                  <a name="administrative-gender-male"> </a>
                </td>
                <td>Male</td>
                <td>Male.</td>
                <td>Male</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">female
                  <a name="administrative-gender-female"> </a>
                </td>
                <td>Female</td>
                <td>Female.</td>
                <td>Female</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">other
                  <a name="administrative-gender-other"> </a>
                </td>
                <td>Other</td>
                <td>Other.</td>
                <td>The administrative gender is a value other than male/female/unknown. Where this value is selected, systems may often choose to include an extension with the localized more specific value.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">unknown
                  <a name="administrative-gender-unknown"> </a>
                </td>
                <td>Unknown</td>
                <td>Unknown.</td>
                <td>A proper value is applicable, but not known.  Usage Notes: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:  Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown') Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)</td>
              </tr>
            </table>
          </div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
    <valueCode value="4.0.0"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r5.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <url value="http://hl7.org/fhir/administrative-gender"/>
  <version value="5.0.0"/>
  <name value="AdministrativeGender"/>
  <title value="AdministrativeGender"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-03-26T14:21:02+10:00"/>
  <publisher value="Patient Administration"/>
  <contact>
    <name value="Patient Administration"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description
               value="The gender of a person used for administrative purposes."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1"/>
  <content value="complete"/>
  <concept>
    <code value="male"/>
    <display value="Male"/>
    <definition value="Male."/>
  </concept>
  <concept>
    <code value="female"/>
    <display value="Female"/>
    <definition value="Female."/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other"/>
    <definition value="Other."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="Unknown."/>
  </concept>
</CodeSystem>