Open Nursing Core FHIR Implementation Guide (ONC-IG)
0.1.0 - draft

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Wound Stage Value Set - JSON Representation

Draft as of 2026-01-01

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "wound-stage-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet wound-stage-vs</b></p><a name=\"wound-stage-vs\"> </a><a name=\"hcwound-stage-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-onc-observation-codes.html\"><code>https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-observation-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><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-onc-observation-codes.html#onc-observation-codes-stage-1\">stage-1</a></td><td style=\"color: #cccccc\">Stage 1</td><td>Stage 1 pressure ulcer</td></tr><tr><td><a href=\"CodeSystem-onc-observation-codes.html#onc-observation-codes-stage-2\">stage-2</a></td><td style=\"color: #cccccc\">Stage 2</td><td>Stage 2 pressure ulcer</td></tr><tr><td><a href=\"CodeSystem-onc-observation-codes.html#onc-observation-codes-stage-3\">stage-3</a></td><td style=\"color: #cccccc\">Stage 3</td><td>Stage 3 pressure ulcer</td></tr><tr><td><a href=\"CodeSystem-onc-observation-codes.html#onc-observation-codes-stage-4\">stage-4</a></td><td style=\"color: #cccccc\">Stage 4</td><td>Stage 4 pressure ulcer</td></tr><tr><td><a href=\"CodeSystem-onc-observation-codes.html#onc-observation-codes-unstageable\">unstageable</a></td><td style=\"color: #cccccc\">Unstageable</td><td>Unstageable pressure ulcer</td></tr><tr><td><a href=\"CodeSystem-onc-observation-codes.html#onc-observation-codes-deep-tissue\">deep-tissue</a></td><td style=\"color: #cccccc\">Deep Tissue Injury</td><td>Deep tissue injury</td></tr></table></li></ul></div>"
  },
  "url" : "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/wound-stage-vs",
  "version" : "0.1.0",
  "name" : "WoundStageValueSet",
  "title" : "Wound Stage Value Set",
  "status" : "draft",
  "date" : "2026-01-01T13:37:23+00:00",
  "compose" : {
    "include" : [
      {
        "system" : "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-observation-codes",
        "concept" : [
          {
            "code" : "stage-1"
          },
          {
            "code" : "stage-2"
          },
          {
            "code" : "stage-3"
          },
          {
            "code" : "stage-4"
          },
          {
            "code" : "unstageable"
          },
          {
            "code" : "deep-tissue"
          }
        ]
      }
    ]
  }
}