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

FHIR IG Statistics: ValueSet/ctcae-symptom-grades

PackageCapable.repository
Resource TypeValueSet
Idctcae-symptom-grades
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/ctcae-symptom-grades
URLhttp://capable-project.eu/data/fhir/ValueSet/ctcae-symptom-grades
Versionv0
Statusdraft
NameCTCAE symptom grades
DescriptionThis values set contains codes to encode the different possible CTCAE grades to classify the severity level of symptoms. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *valueCodeableConcept* attribute of the Observations.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ctcae-symptom-grades",
  "meta": {
    "lastUpdated": "2021-06-09T14:17:00+02:00"
  },
  "url": "http://capable-project.eu/data/fhir/ValueSet/ctcae-symptom-grades",
  "version": "v0",
  "name": "CTCAE symptom grades",
  "status": "draft",
  "publisher": "Capable team",
  "description": "This values set contains codes to encode the different possible CTCAE grades to classify the severity level of symptoms. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *valueCodeableConcept* attribute of the Observations.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "446411000124101",
            "display": "Common terminology criteria for adverse events grade 1"
          },
          {
            "code": "446421000124109",
            "display": "Common terminology criteria for adverse events grade 2"
          },
          {
            "code": "446431000124107",
            "display": "Common terminology criteria for adverse events grade 3"
          },
          {
            "code": "446441000124102",
            "display": "Common terminology criteria for adverse events grade 4"
          },
          {
            "code": "446451000124100",
            "display": "Common terminology criteria for adverse events grade 5"
          }
        ]
      }
    ]
  }
}