This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Valueset-animal-genderstatus.xml

Definition for Value SetGenderStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>GenderStatus</h2>
      <p> This example value set defines a set of codes that can be used to indicate the current
         state of the      animal's reproductive organs.</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/animal-genderstatus</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>neutered
            <a name="neutered"> </a>
          </td>
          <td>Neutered</td>
          <td>The animal has been castrated and is infertile</td>
        </tr>
        <tr>
          <td>intact
            <a name="intact"> </a>
          </td>
          <td>Intact</td>
          <td>The animals reproductive organs are intact</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/animal-genderstatus"/>
  <name value="GenderStatus"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <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."/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/animal-genderstatus"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="neutered"/>
      <display value="Neutered"/>
      <definition value="The animal has been castrated and is infertile"/>
    </concept>
    <concept>
      <code value="intact"/>
      <display value="Intact"/>
      <definition value="The animals reproductive organs are intact"/>
    </concept>
  </define>
</ValueSet>