PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.codex-radiation-therapy@1.0.0
    http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-adverse-event
description: A Radiotherapy Adverse Event is an adverse event resulting from radiation toxicity.   This profile is based on the work of the [Vulcan project](http://www.hl7.org/vulcan/).\nFuture versions of this IG should reference adverse event profiles from Vulcan, once they are published.  The current profile is inspired by the work of Vulcan and Common Terminology Criteria (CTC) Adverse Event (CTCAE).
package_name: hl7.fhir.us.codex-radiation-therapy
derivation: constraint
name: RadiotherapyAdverseEvent
type: AdverseEvent
elements:
  actuality:
    mustSupport: true
    pattern: {type: Code, value: actual}
    index: 2
  date: {mustSupport: true, index: 8}
  encounter: {mustSupport: true, index: 7}
  suspectEntity:
    mustSupport: true
    index: 11
    elements:
      instance:
        type: Reference
        refers: ['http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-course-summary', 'http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-treated-phase', 'http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-treated-plan']
        index: 12
  outcome: {mustSupport: true, index: 9}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        severity-or-grade:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotheraphy-adverse-event-severity-or-grade', index: 1}
          min: 0
          max: 1
  event:
    short: Adverse Event Term
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/codex-radiation-therapy/ValueSet/codexrt-radiotherapy-adverse-event-termVS'}
    mustSupport: true
    index: 3
    elements:
      coding: {index: 4}
      text: {short: Verbatim Text, mustSupport: true, index: 5}
    required: [coding]
  recorder: {mustSupport: true, index: 10}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 6
package_version: 1.0.0
extensions:
  severity-or-grade: {url: 'http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotheraphy-adverse-event-severity-or-grade', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-adverse-event
base: http://hl7.org/fhir/StructureDefinition/AdverseEvent
version: 1.0.0
required: [event]