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

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

Packagede.dktk.oncology
TypeValueSet
IdValueSet-onco-core-ValueSet-NebenwirkungGradVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.dktk.oncology@1.8.0&canonical=http://dktk.dkfz.de/fhir/onco/core/ValueSet/NebenwirkungGradVS
URLhttp://dktk.dkfz.de/fhir/onco/core/ValueSet/NebenwirkungGradVS
Version0.9.0
Statusactive
NameNebenwirkungGradVS
DescriptionNebenwirkung Grad

Resources that use this resource

StructureDefinition
onco-core-AdverseEvent-NebenwirkungNebenwirkung

Resources that this resource uses

CodeSystem
NebenwirkungGradCSNebenwirkungGradCS

Narrative

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

Nebenwirkung Grad ValueSet

Nebenwirkung Grad


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://dktk.dkfz.de/fhir/onco/core/ValueSet/NebenwirkungGradVS",
  "version": "0.9.0",
  "name": "NebenwirkungGradVS",
  "status": "active",
  "publisher": "DKTK",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://dktk.dkfz.de"
        }
      ]
    }
  ],
  "description": "Nebenwirkung Grad",
  "compose": {
    "include": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/NebenwirkungGradCS",
        "concept": [
          {
            "code": "K",
            "display": "keine"
          },
          {
            "code": "1",
            "display": "mild"
          },
          {
            "code": "2",
            "display": "moderat"
          },
          {
            "code": "3",
            "display": "schwerwiegend"
          },
          {
            "code": "4",
            "display": "lebensbedrohlich"
          },
          {
            "code": "5",
            "display": "tödlich"
          },
          {
            "code": "U",
            "display": "unbekannt"
          }
        ]
      }
    ]
  }
}