- HSPC Implementation Guide

This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions

href="assets/ico/favicon.png"/>

HSPCAdministrativeGender


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="administrativeGender"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <url value="http://fhir.org/guides/hspc/ValueSet/administrativeGender"/>
  <name value="HSPCAdministrativeGender"/>
  <status value="draft"/>
  <contact>
    <telecom>
      <system value="other"/>
    </telecom>
    <telecom>
      <system value="email"/>
    </telecom>
  </contact>
  <description value="The gender of a person used for administrative purposes"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/v3/AdministrativeGender"/>
      <concept>
        <code value="M"/>
        <display value="Male"/>
      </concept>
      <concept>
        <code value="F"/>
        <display value="Female"/>
      </concept>
      <concept>
        <code value="UN"/>
        <display value="Undifferentiated"/>
      </concept>
    </include>
  </compose>
</ValueSet>