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-woundBedAppearanceVS

Raw json


{
  "resourceType" : "ValueSet",
  "id" : "woundBedAppearanceVS",
  "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/449746002\">449746002</a></td><td>Wound slough</td></tr><tr><td><a href=\"http://snomed.info/id/225541009\">225541009</a></td><td>Granulation of tissue</td></tr><tr><td><a href=\"http://snomed.info/id/449745003\">449745003</a></td><td>Fibrinous wound bed</td></tr><tr><td><a href=\"http://snomed.info/id/449743005\">449743005</a></td><td>Wound epithelialization</td></tr><tr><td><a href=\"http://snomed.info/id/421306004\">421306004</a></td><td>Necrotic eschar</td></tr><tr><td><a href=\"http://snomed.info/id/609410002\">609410002</a></td><td>Necrosis of anatomical site</td></tr><tr><td><a href=\"http://snomed.info/id/409590008\">409590008</a></td><td>Skin eschar</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundBedAppearanceVS",
  "version" : "0.1.0",
  "name" : "WoundBedAppearanceValueSet",
  "status" : "draft",
  "experimental" : true,
  "date" : "2019-06-19",
  "publisher" : "HSPC",
  "description" : "Select SNOMED CT codes and expressions. A set of codes that describe how the wound bed looks.",
  "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" : "449746002",
            "display" : "Wound slough"
          },
          {
            "code" : "225541009",
            "display" : "Granulation of tissue"
          },
          {
            "code" : "449745003",
            "display" : "Fibrinous wound bed"
          },
          {
            "code" : "449743005",
            "display" : "Wound epithelialization"
          },
          {
            "code" : "421306004",
            "display" : "Necrotic eschar"
          },
          {
            "code" : "609410002",
            "display" : "Necrosis of anatomical site"
          },
          {
            "code" : "409590008",
            "display" : "Skin eschar"
          }
        ]
      }
    ]
  }
}