Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

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

: Wound Stage Value Set - TTL Representation

Active as of 2026-07-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/wound-stage-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "wound-stage-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.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://opennursingcoreig.com/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 ?1.0.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>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://opennursingcoreig.com/ValueSet/wound-stage-vs"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "WoundStageValueSet"] ;
  fhir:ValueSet.title [ fhir:value "Wound Stage Value Set"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-10T11:01:35+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "The Open Nursing Community"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://opennursingcoreig.com/CodeSystem/onc-observation-codes" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "stage-1" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "stage-2" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "stage-3" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "stage-4" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "unstageable" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "deep-tissue" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/wound-stage-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/wound-stage-vs.ttl> .