Lower Extremity Skin Wound Assessment Implementation Guide STU1 CI Build

Lower Extremity Skin Wound Assessment - IG, published by HL7 International - Electronic Health Records Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-skin-wound-ig/ and changes regularly. See the Directory of published versions

JSON Format: ValueSet-woundBedColorVS

Raw json


{
  "resourceType" : "ValueSet",
  "id" : "woundBedColorVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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://snomed.info/id/371244009\">371244009</a></td><td>Yellow color</td></tr><tr><td><a href=\"http://snomed.info/id/371252007\">371252007</a></td><td>Black color</td></tr><tr><td><a href=\"http://snomed.info/id/371254008\">371254008</a></td><td>Brown color</td></tr><tr><td><a href=\"http://snomed.info/id/371243003\">371243003</a></td><td>Pink color</td></tr><tr><td><a href=\"http://snomed.info/id/371240000\">371240000</a></td><td>Red color</td></tr><tr><td><a href=\"http://snomed.info/id/371251000\">371251000</a></td><td>White color</td></tr><tr><td><a href=\"http://snomed.info/id/371253002\">371253002</a></td><td>Gray color</td></tr><tr><td><a href=\"http://snomed.info/id/371250004\">371250004</a></td><td>Purple color</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundBedColorVS",
  "version" : "0.1.0",
  "name" : "WoundBedColorValueSet",
  "title" : "Wound Bed Color value set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2019-06-19",
  "publisher" : "HSPC",
  "description" : "Select SNOMED CT codes. A set of codes that describes the color of the wound bed.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "immutable" : true,
  "copyright" : "TBD",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "371244009",
            "display" : "Yellow color"
          },
          {
            "code" : "371252007",
            "display" : "Black color"
          },
          {
            "code" : "371254008",
            "display" : "Brown color"
          },
          {
            "code" : "371243003",
            "display" : "Pink color"
          },
          {
            "code" : "371240000",
            "display" : "Red color"
          },
          {
            "code" : "371251000",
            "display" : "White color"
          },
          {
            "code" : "371253002",
            "display" : "Gray color"
          },
          {
            "code" : "371250004",
            "display" : "Purple color"
          }
        ]
      }
    ]
  }
}