<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="animal-genderstatus" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa" />
  </extension>
  <url value="http://hl7.org/fhir/animal-genderstatus" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.408" />
  </identifier>
  <version value="3.0.0" />
  <name value="GenderStatus" />
  <status value="draft" />
  <experimental value="true" />
  <publisher value="FHIR Project team" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <description value="This example value set defines a set of codes that can be used to indicate the current state of the animal's reproductive organs." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/animal-genderstatus" />
  <content value="complete" />
  <concept>
    <code value="neutered" />
    <display value="Neutered" />
    <definition value="The animal has been sterilized, castrated or otherwise made infertile." />
    <designation>
      <language value="nl" />
      <value value="gesteriliseerd" />
    </designation>
  </concept>
  <concept>
    <code value="intact" />
    <display value="Intact" />
    <definition value="The animal's reproductive organs are intact." />
    <designation>
      <language value="nl" />
      <value value="intact" />
    </designation>
  </concept>
  <concept>
    <code value="unknown" />
    <display value="Unknown" />
    <definition value="Unable to determine whether the animal has been neutered." />
    <designation>
      <language value="nl" />
      <value value="onbekend" />
    </designation>
  </concept>
</CodeSystem>