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

Raw json


{
  "resourceType" : "ValueSet",
  "id" : "woundObservationTypeVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-wound-observation-type.html\"><code>http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-wound-observation-type.html#wound-observation-type-woundshape\">woundshape</a></td><td>Shape of Wound</td><td>An observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD.</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-wound-observation-type.html\"><code>http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-wound-observation-type.html#wound-observation-type-woundvolume\">woundvolume</a></td><td>Volume of Wound</td><td>An observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundObservationTypeVS",
  "version" : "0.1.0",
  "name" : "WoundObservationTypeValueSet",
  "status" : "draft",
  "experimental" : true,
  "date" : "2019-10-07",
  "publisher" : "HL7 International - Electronic Health Records Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.hl7.org/display/EHR/Electronic+Health+Records+Work+Group"
        }
      ]
    }
  ],
  "description" : "The set of codes that define specialized observation types of a wound.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "immutable" : true,
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type",
        "concept" : [
          {
            "code" : "woundshape",
            "display" : "Shape of Wound"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type",
        "concept" : [
          {
            "code" : "woundvolume",
            "display" : "Volume of Wound"
          }
        ]
      }
    ]
  }
}