HL7 FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

PerformanceGradingScaleVS

{
  "resourceType" : "ValueSet",
  "id" : "shr-core-PerformanceGradingScaleVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SW PerformanceGradingScaleVS ValueSet</b></p>
<p>A simple performance grading scale. Also useful for grading quality.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/sw/ValueSet/shr-core-PerformanceGradingScaleVS",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/sw",
      "value" : "shr.core.PerformanceGradingScaleVS"
    }
  ],
  "version" : "1.0.0",
  "name" : "PerformanceGradingScaleVS",
  "title" : "SW PerformanceGradingScaleVS ValueSet",
  "status" : "draft",
  "date" : "2018-08-17T00:00:00-04:00",
  "publisher" : "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description" : "A simple performance grading scale. Also useful for grading quality.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-PerformanceGradingScaleCS",
        "concept" : [
          {
            "code" : "excellent",
            "display" : "Excellent"
          },
          {
            "code" : "very_good",
            "display" : "Very good"
          },
          {
            "code" : "good",
            "display" : "Good"
          },
          {
            "code" : "fair",
            "display" : "Fair"
          },
          {
            "code" : "poor",
            "display" : "Poor"
          }
        ]
      }
    ]
  }
}