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

Raw json


{
  "resourceType" : "ValueSet",
  "id" : "woundShapeVS",
  "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/73847003\">73847003</a></td><td>Club shape</td></tr><tr><td><a href=\"http://snomed.info/id/102281001\">102281001</a></td><td>Dumbbell shape</td></tr><tr><td><a href=\"http://snomed.info/id/36394000\">36394000</a></td><td>Funnel shape</td></tr><tr><td><a href=\"http://snomed.info/id/42620005\">42620005</a></td><td>Fusiform shape</td></tr><tr><td><a href=\"http://snomed.info/id/63068002\">63068002</a></td><td>Horseshoe shape</td></tr><tr><td><a href=\"http://snomed.info/id/260666003\">260666003</a></td><td>J shaped</td></tr><tr><td><a href=\"http://snomed.info/id/84360004\">84360004</a></td><td>Ovoid shape</td></tr><tr><td><a href=\"http://snomed.info/id/65101006\">65101006</a></td><td>Pear shape</td></tr><tr><td><a href=\"http://snomed.info/id/30899007\">30899007</a></td><td>Quadrangular</td></tr><tr><td><a href=\"http://snomed.info/id/59410002\">59410002</a></td><td>Rectangular</td></tr><tr><td><a href=\"http://snomed.info/id/42700002\">42700002</a></td><td>Round shape</td></tr><tr><td><a href=\"http://snomed.info/id/71712007\">71712007</a></td><td>Saddle shape</td></tr><tr><td><a href=\"http://snomed.info/id/56924007\">56924007</a></td><td>Square</td></tr><tr><td><a href=\"http://snomed.info/id/255294004\">255294004</a></td><td>V shaped</td></tr><tr><td><a href=\"http://snomed.info/id/20446002\">20446002</a></td><td>Wedge shape</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundShapeVS",
  "version" : "0.1.0",
  "name" : "WoundShapeVS",
  "title" : "Wound Shape value set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2019-09-30",
  "publisher" : "HSPC",
  "description" : "Select SNOMED CT codes. A set of codes that describes the shape 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" : "73847003",
            "display" : "Club shape"
          },
          {
            "code" : "102281001",
            "display" : "Dumbbell shape"
          },
          {
            "code" : "36394000",
            "display" : "Funnel shape"
          },
          {
            "code" : "42620005",
            "display" : "Fusiform shape"
          },
          {
            "code" : "63068002",
            "display" : "Horseshoe shape"
          },
          {
            "code" : "260666003",
            "display" : "J shaped"
          },
          {
            "code" : "84360004",
            "display" : "Ovoid shape"
          },
          {
            "code" : "65101006",
            "display" : "Pear shape"
          },
          {
            "code" : "30899007",
            "display" : "Quadrangular"
          },
          {
            "code" : "59410002",
            "display" : "Rectangular"
          },
          {
            "code" : "42700002",
            "display" : "Round shape"
          },
          {
            "code" : "71712007",
            "display" : "Saddle shape"
          },
          {
            "code" : "56924007",
            "display" : "Square"
          },
          {
            "code" : "255294004",
            "display" : "V shaped"
          },
          {
            "code" : "20446002",
            "display" : "Wedge shape"
          }
        ]
      }
    ]
  }
}