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

FHIR IG Statistics: ValueSet/ValueSet-onco-core-ValueSet-GradingVS

Packagede.dktk.oncology
TypeValueSet
IdValueSet-onco-core-ValueSet-GradingVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.dktk.oncology@1.8.0&canonical=http://dktk.dkfz.de/fhir/onco/core/ValueSet/GradingVS
URLhttp://dktk.dkfz.de/fhir/onco/core/ValueSet/GradingVS
Version0.9.0
Statusactive
NameGradingVS
DescriptionGrading (Differenzierungsgrad des Tumors)

Resources that use this resource

StructureDefinition
onco-core-Observation-GradingGrading

Resources that this resource uses

CodeSystem
GradingCSGradingCS

Narrative

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

Grading ValueSet

Grading (Differenzierungsgrad des Tumors)


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://dktk.dkfz.de/fhir/onco/core/ValueSet/GradingVS",
  "version": "0.9.0",
  "name": "GradingVS",
  "status": "active",
  "publisher": "DKTK",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://dktk.dkfz.de"
        }
      ]
    }
  ],
  "description": "Grading (Differenzierungsgrad des Tumors)",
  "compose": {
    "include": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/GradingCS",
        "concept": [
          {
            "code": "0",
            "display": "malignes Melanom der Konjunktiva"
          },
          {
            "code": "1",
            "display": "gut differenziert"
          },
          {
            "code": "2",
            "display": "mäßig differenziert"
          },
          {
            "code": "3",
            "display": "schlecht differenziert"
          },
          {
            "code": "4",
            "display": "undifferenziert"
          },
          {
            "code": "X",
            "display": "nicht bestimmbar"
          },
          {
            "code": "L",
            "display": "low grade (G1 oder G2)"
          },
          {
            "code": "M",
            "display": "intermediate (G2 oder G3)"
          },
          {
            "code": "H",
            "display": "high grade (G3 oder G4)"
          },
          {
            "code": "B",
            "display": "Borderline"
          },
          {
            "code": "U",
            "display": "unbekannt"
          },
          {
            "code": "T",
            "display": "trifft nicht zu"
          }
        ]
      }
    ]
  }
}