Current Build

{
  "resourceType" : "ValueSet",
  "id" : "PosNeg",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Family Planning Annual Reports HIV Antibody Positive/Negative Value Set</h2><div><p>Select SNOMED CT code system positive/negative values.</p>
</div><p><b>Copyright Statement:</b> TBD</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=10828004">10828004</a></td><td>Positive</td><td/></tr><tr><td><a href="http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=260385009">260385009</a></td><td>Negative</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/hspc/ValueSet/PosNeg",
  "version" : "0.01",
  "name" : "Family Planning Annual Reports HIV Antibody Positive/Negative Value Set",
  "status" : "draft",
  "date" : "2016-03-23T00:00:00-06:00",
  "publisher" : "Health Services Platform Consortium (HSPC)",
  "description" : "Select SNOMED CT code system positive/negative values.",
  "immutable" : true,
  "copyright" : "TBD",
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "10828004",
            "display" : "Positive"
          },
          {
            "code" : "260385009",
            "display" : "Negative"
          }
        ]
      }
    ]
  }
}