Test IG Value Set (from SNOMED CT)

{
  "resourceType" : "ValueSet",
  "id" : "test-ig-vsext",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Test IG Value Set (from SNOMED CT)</h2><div><p>Example value set for testing IG publication issues. This value set tests use of SNOMED CT</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a> where concept  is-a  404684003 (Clinical finding (finding))</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/test/ValueSet/test-ig-vsext",
  "version" : "0.1",
  "name" : "Test IG Value Set (from SNOMED CT)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2016-06-13",
  "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. This value set tests use of SNOMED CT",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "404684003"
          }
        ]
      }
    ]
  }
}