Current Build

{
  "resourceType" : "ValueSet",
  "id" : "skinTemperatureVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Skin Temperature value set</h2><div><p>Select SNOMED CT codes. A set of codes that describe the temperature of the skin.</p>\n</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=703883009\">703883009</a></td><td>Cold skin</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=427733005\">427733005</a></td><td>Cool skin</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=102599008\">102599008</a></td><td>Warm skin</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=707793005\">707793005</a></td><td>Hot skin</td><td/></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-extensible",
      "valueBoolean" : true
    }
  ],
  "url" : "http://hl7.org/fhir/hspc/ValueSet/skinTemperatureVS",
  "version" : "0.01",
  "name" : "Skin Temperature value set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-09-24T00:00:00-05:00",
  "publisher" : "HSPC",
  "description" : "Select SNOMED CT codes. A set of codes that describe the temperature of the skin.",
  "immutable" : true,
  "copyright" : "TBD",
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "703883009",
            "display" : "Cold skin"
          },
          {
            "code" : "427733005",
            "display" : "Cool skin"
          },
          {
            "code" : "102599008",
            "display" : "Warm skin"
          },
          {
            "code" : "707793005",
            "display" : "Hot skin"
          }
        ]
      }
    ]
  }
}