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

FHIR IG Statistics: ValueSet/woundBedColorVS

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
Resource TypeValueSet
IdwoundBedColorVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-woundBedColorVS.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundBedColorVS
Version0.1.0
Statusdraft
Date2019-06-19
NameWoundBedColorValueSet
TitleWound Bed Color value set
Realmus
Authorityhl7
DescriptionSelect SNOMED CT codes. A set of codes that describes the color of the wound bed.
CopyrightTBD

Resources that use this resource

StructureDefinition
WoundBedColorWoundBedColor

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "woundBedColorVS",
  "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/woundBedColorVS",
  "version": "0.1.0",
  "name": "WoundBedColorValueSet",
  "title": "Wound Bed Color value set",
  "status": "draft",
  "experimental": true,
  "date": "2019-06-19",
  "publisher": "HSPC",
  "description": "Select SNOMED CT codes. A set of codes that describes the color 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": "371244009",
            "display": "Yellow color"
          },
          {
            "code": "371252007",
            "display": "Black color"
          },
          {
            "code": "371254008",
            "display": "Brown color"
          },
          {
            "code": "371243003",
            "display": "Pink color"
          },
          {
            "code": "371240000",
            "display": "Red color"
          },
          {
            "code": "371251000",
            "display": "White color"
          },
          {
            "code": "371253002",
            "display": "Gray color"
          },
          {
            "code": "371250004",
            "display": "Purple color"
          }
        ]
      }
    ]
  }
}