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

FHIR IG Statistics: ValueSet/reason-to-end-treatment

Packagehl7.eu.fhir.idea4rc
TypeValueSet
Idreason-to-end-treatment
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/idea4rc/https://build.fhir.org/ig/hl7-eu/idea4rc/ValueSet-reason-to-end-treatment.html
URLhttp://hl7.eu/fhir/ig/idea4rc/ValueSet/reason-to-end-treatment
Version0.1.0
Statusactive
Date2025-07-22T14:45:28+00:00
NameVsReasonToEndTreatment
TitleReason to End Treatment
Realmeu
Authorityhl7
DescriptionA ValueSet containing reasons why a treatment was ended, based on Athena concepts.

Resources that use this resource

StructureDefinition
MedicationAdministration-eu-i4rcMedicationAdministration: Chemotherapy

Resources that this resource uses

CodeSystem
cs-idea4rc-vocab-eu-i4rcIDEA4RC Vocabulary Code System

Narrative

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

Generated Narrative: ValueSet reason-to-end-treatment

This value set includes codes based on the following rules:

  • Include these codes as defined in http://fhir.ohdsi.org/CodeSystem/concepts
    CodeDisplay
    44788181Completed successfully
    4162594Chemotherapy changed acute chemotherapy toxicity
    4240582Intolerance to drug
    37017062Procedure discontinued by patient
    4306655Death
  • Include these codes as defined in http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-idea4rc-vocab-eu-i4rc
    CodeDisplay
    2000100030Treatment ended due to comorbidity

Source

{
  "resourceType": "ValueSet",
  "id": "reason-to-end-treatment",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/idea4rc/ValueSet/reason-to-end-treatment",
  "version": "0.1.0",
  "name": "VsReasonToEndTreatment",
  "title": "Reason to End Treatment",
  "status": "active",
  "experimental": false,
  "date": "2025-07-22T14:45:28+00:00",
  "publisher": "IDEA4RC Project",
  "contact": [
    {
      "name": "IDEA4RC Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.idea4rc.eu/"
        }
      ]
    },
    {
      "name": "IDEA4RC Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.idea4rc.eu/"
        }
      ]
    }
  ],
  "description": "A ValueSet containing reasons why a treatment was ended, based on Athena concepts.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
        "concept": [
          {
            "code": "44788181",
            "display": "Completed successfully"
          },
          {
            "code": "4162594",
            "display": "Chemotherapy changed acute chemotherapy toxicity"
          },
          {
            "code": "4240582",
            "display": "Intolerance to drug"
          },
          {
            "code": "37017062",
            "display": "Procedure discontinued by patient"
          },
          {
            "code": "4306655",
            "display": "Death"
          }
        ]
      },
      {
        "system": "http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-idea4rc-vocab-eu-i4rc",
        "concept": [
          {
            "code": "2000100030",
            "display": "Treatment ended due to comorbidity"
          }
        ]
      }
    ]
  }
}