Test IG Value Set (Bundle 2)

{
  "resourceType" : "ValueSet",
  "id" : "test-ig-bnd2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Test IG Value Set (Bundle 2)</h2><div><p>Example value set for testing IG publication issues</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/CodeSystem/test-ig-cs</code><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>code 1</td><td/><td/></tr><tr><td>code 3</td><td/><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/test/ValueSet/test-ig-bnd2",
  "version" : "0.1",
  "name" : "Test IG Value Set (Bundle 2)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2016-01-28",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "FHIR project team",
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Example value set for testing IG publication issues",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/test-ig-cs",
        "concept" : [
          {
            "code" : "code 1"
          },
          {
            "code" : "code 3"
          }
        ]
      }
    ]
  }
}