Test IG Value Set (from FHIR code system)


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="test-ig-vsint"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Test IG Value Set (from FHIR code system)</h2><div><p>Example value set for testing IG publication issues. This value set tests links back to the FHIR Specification</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="../../../publish/codesystem-administrative-gender.html"><code>http://hl7.org/fhir/administrative-gender</code></a><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="../../../publish/codesystem-administrative-gender.html#administrative-gender-male">male</a></td><td>Male</td><td>Male</td></tr><tr><td><a href="../../../publish/codesystem-administrative-gender.html#administrative-gender-female">female</a></td><td>Female</td><td>Female</td></tr><tr><td><a href="../../../publish/codesystem-administrative-gender.html#administrative-gender-unknown">unknown</a></td><td>Unknown</td><td>Unknown</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/test/ValueSet/test-ig-vsint"/>
  <version value="0.1"/>
  <name value="Test IG Value Set (from FHIR code system)"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2016-01-28"/>
  <publisher value="HL7 International"/>
  <contact>
    <name value="FHIR project team"/>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description
               value="Example value set for testing IG publication issues. This value set tests links back to the FHIR Specification"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <concept>
        <code value="male"/>
      </concept>
      <concept>
        <code value="female"/>
      </concept>
      <concept>
        <code value="unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>