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

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

Packagede.dktk.oncology
TypeValueSet
IdValueSet-onco-core-ValueSet-EndeGrundVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.dktk.oncology@1.8.0&canonical=http://dktk.dkfz.de/fhir/onco/core/ValueSet/EndeGrundVS
URLhttp://dktk.dkfz.de/fhir/onco/core/ValueSet/EndeGrundVS
Version1.0.0
Statusactive
NameEndeGrundVS
DescriptionGibt den Grund an, warum die Strahlentherapie beendet wurde.

Resources that use this resource

StructureDefinition
onco-core-Procedure-StrahlentherapieStrahlentherapie

Resources that this resource uses

CodeSystem
EndeGrundCSEndeGrundCS

Narrative

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

Gibt den Grund an, warum die Strahlentherapie beendet wurde. ValueSet

Gibt den Grund an, warum die Strahlentherapie beendet wurde.


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://dktk.dkfz.de/fhir/onco/core/ValueSet/EndeGrundVS",
  "version": "1.0.0",
  "name": "EndeGrundVS",
  "status": "active",
  "publisher": "DKTK",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://dktk.dkfz.de"
        }
      ]
    }
  ],
  "description": "Gibt den Grund an, warum die Strahlentherapie beendet wurde.",
  "compose": {
    "include": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/EndeGrundCS",
        "concept": [
          {
            "code": "E",
            "display": "Reguläres Ende"
          },
          {
            "code": "F",
            "display": "Zieldosis erreicht mit Unterbrechung > 3 Kalendertage"
          },
          {
            "code": "A",
            "display": "Abbruch wegen Nebenwirkungen"
          },
          {
            "code": "P",
            "display": "Abbruch wegen Progress"
          },
          {
            "code": "S",
            "display": "Abbruch aus sonstigen Gründen"
          },
          {
            "code": "V",
            "display": "Patient verweigert weitere Therapie"
          },
          {
            "code": "T",
            "display": "Patient verstorben"
          },
          {
            "code": "U",
            "display": "unbekannt"
          }
        ]
      }
    ]
  }
}