Current Build

{
  "resourceType" : "ValueSet",
  "id" : "skinColorVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Skin Color value set</h2><div><p>Select SNOMED CT codes. A set of codes that describe the hue 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=18165001\">18165001</a></td><td>Jaundice</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=406128001\">406128001</a></td><td>Mottling of skin</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=248213001\">248213001</a></td><td>Flushed complexion</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=119419001\">119419001</a></td><td>Cyanosis of skin</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=274643008\">274643008</a></td><td>Body pale</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=445394005\">445394005</a></td><td>Dusky discoloration of skin</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=297952003\">297952003</a></td><td>Skin normal color</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/skinColorVS",
  "version" : "0.01",
  "name" : "Skin Color 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 hue of the skin.",
  "immutable" : true,
  "copyright" : "TBD",
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "18165001",
            "display" : "Jaundice"
          },
          {
            "code" : "406128001",
            "display" : "Mottling of skin"
          },
          {
            "code" : "248213001",
            "display" : "Flushed complexion"
          },
          {
            "code" : "119419001",
            "display" : "Cyanosis of skin"
          },
          {
            "code" : "274643008",
            "display" : "Body pale"
          },
          {
            "code" : "445394005",
            "display" : "Dusky discoloration of skin"
          },
          {
            "code" : "297952003",
            "display" : "Skin normal color"
          }
        ]
      }
    ]
  }
}