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

PerformanceGradingScaleCS

{
  "resourceType" : "CodeSystem",
  "id" : "shr-core-PerformanceGradingScaleCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SW PerformanceGradingScaleCS CodeSystem</b></p>
<p>A simple performance grading scale. Also useful for grading quality.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-PerformanceGradingScaleCS",
  "identifier" : {
    "system" : "http://hl7.org/fhir/us/sw",
    "value" : "shr.core.PerformanceGradingScaleCS"
  },
  "version" : "1.0.0",
  "name" : "PerformanceGradingScaleCS",
  "title" : "SW PerformanceGradingScaleCS CodeSystem",
  "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.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "excellent",
      "display" : "Excellent",
      "definition" : "Excellent"
    },
    {
      "code" : "very_good",
      "display" : "Very good",
      "definition" : "Very good"
    },
    {
      "code" : "good",
      "display" : "Good",
      "definition" : "Good"
    },
    {
      "code" : "fair",
      "display" : "Fair",
      "definition" : "Fair"
    },
    {
      "code" : "poor",
      "display" : "Poor",
      "definition" : "Poor"
    }
  ]
}