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

FHIR IG Statistics: ValueSet/shr-core-PerformanceGradingScaleVS

Packagehl7.fhir.us.breastcancer
TypeValueSet
Idshr-core-PerformanceGradingScaleVS
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/breastcancer/http://hl7.org/fhir/us/breastcancer/2018Sep/ValueSet-shr-core-PerformanceGradingScaleVS.html
URLhttp://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-PerformanceGradingScaleVS
Version0.2.0
Statusdraft
Date2018-08-17T00:00:00+10:00
NamePerformanceGradingScaleVS
TitleBC PerformanceGradingScaleVS ValueSet
Realmus
Authorityhl7
DescriptionA simple performance grading scale. Also useful for grading quality.

Resources that use this resource

StructureDefinition
cimi-entity-LanguageUsed-modelBC LanguageUsed Logical Model
cimi-entity-SpokenLanguageProficiency-extensionBC SpokenLanguageProficiency Extension
cimi-entity-SpokenLanguageProficiency-modelBC SpokenLanguageProficiency Logical Model
cimi-entity-WrittenLanguageProficiency-extensionBC WrittenLanguageProficiency Extension
cimi-entity-WrittenLanguageProficiency-modelBC WrittenLanguageProficiency Logical Model

Resources that this resource uses

CodeSystem
shr-core-PerformanceGradingScaleCSBC PerformanceGradingScaleCS CodeSystem

Narrative

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

BC PerformanceGradingScaleVS ValueSet

A simple performance grading scale. Also useful for grading quality.


Source

{
  "resourceType": "ValueSet",
  "id": "shr-core-PerformanceGradingScaleVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-PerformanceGradingScaleVS",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/breastcancer",
      "value": "shr.core.PerformanceGradingScaleVS"
    }
  ],
  "version": "0.2.0",
  "name": "PerformanceGradingScaleVS",
  "title": "BC PerformanceGradingScaleVS ValueSet",
  "status": "draft",
  "date": "2018-08-17T00:00:00+10:00",
  "publisher": "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic/index.cfm"
        }
      ]
    }
  ],
  "description": "A simple performance grading scale. Also useful for grading quality.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/breastcancer/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"
          }
        ]
      }
    ]
  }
}