PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ichom-breast-cancer@1.0.0
    http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/treatment-plan
description: Represents the treatment that a multidisciplinary team recommended during a multidisciplinary meeting
package_name: hl7.fhir.uv.ichom-breast-cancer
derivation: constraint
name: TreatmentPlan
type: CarePlan
elements:
  status: {mustSupport: true, index: 0}
  intent: {mustSupport: true, index: 1}
  category:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: coding.code, type: value}
      min: null
      slices:
        multidisciplinaryAssessment:
          match:
            coding: {code: '312384001'}
          schema:
            mustSupport: true
            index: 3
            elements:
              coding:
                index: 4
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 5
                  code:
                    pattern: {type: Code, value: '312384001'}
                    index: 6
                  display:
                    pattern: {type: String, value: Multidisciplinary assessment}
                    index: 7
                required: [system, code]
            required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/patient']
    index: 8
  created: {mustSupport: true, index: 9}
  activity:
    elements:
      detail:
        elements:
          code:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ichom-breast-cancer/ValueSet/RecommendedTreatmentTypeVS'}
            mustSupport: true
            index: 10
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/treatment-plan
base: http://hl7.org/fhir/StructureDefinition/CarePlan
version: 1.0.0