FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/woundGradationVS

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
TypeValueSet
IdwoundGradationVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-woundGradationVS.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundGradationVS
Version0.1.0
Statusdraft
Date2019-06-19
NameWoundGradationValueSet
Realmus
Authorityhl7
DescriptionSelect SNOMED CT codes and expressions. A set of codes that describe the stage of the wound or the degree of a burn.
CopyrightTBD

Resources that use this resource

StructureDefinition
WoundGradationExtWoundGradationextension

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "ValueSet",
  "id": "woundGradationVS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundGradationVS",
  "version": "0.1.0",
  "name": "WoundGradationValueSet",
  "status": "draft",
  "experimental": true,
  "date": "2019-06-19",
  "publisher": "HSPC",
  "description": "Select SNOMED CT codes and expressions. A set of codes that describe the stage of the wound or the degree of a burn.",
  "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": "416462003:{258214002=258215001}",
            "display": "Wound Stage=Stage One"
          },
          {
            "code": "416462003:{258214002=258219007}",
            "display": "Wound Stage=Stage Two"
          },
          {
            "code": "416462003:{258214002=258224005}",
            "display": "Wound Stage=Stage Three"
          },
          {
            "code": "416462003:{258214002=258228008}",
            "display": "Wound Stage=Stage Four"
          },
          {
            "code": "403190006",
            "display": "First degree burn"
          },
          {
            "code": "403191005",
            "display": "Second degree burn"
          },
          {
            "code": "403192003",
            "display": "Third degree burn"
          }
        ]
      }
    ]
  }
}