FHIR IG Statistics: ValueSet/reason-to-end-treatment
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://fhir.ohdsi.org/CodeSystem/concepts
Code | Display |
44788181 | Completed successfully |
4162594 | Chemotherapy changed acute chemotherapy toxicity |
4240582 | Intolerance to drug |
37017062 | Procedure discontinued by patient |
4306655 | Death |
- Include these codes as defined in
http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-idea4rc-vocab-eu-i4rc
Code | Display |
2000100030 | Treatment 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"
}
]
}
]
}
}