PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mcode@4.0.0
    http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-lymphoma-stage
description: Staging of lymphoma (both Hodgkins and Non-Hodgkins) by Ann Arbor, Cotswold, or Lugano staging systems. The method (required) indicates which of these related staging systems was used.
package_name: hl7.fhir.us.mcode
derivation: constraint
name: LymphomaStage
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '385388004', system: 'http://snomed.info/sct'}
    index: 0
  value:
    choices: []
    index: 2
  method:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/mcode/ValueSet/mcode-lymphoma-staging-method-vs'}
    index: 3
  component:
    index: 4
    slicing:
      rules: open
      description: Slice based on the component.code value
      discriminator:
      - {path: code, type: value}
      min: null
      slices:
        stage-modifier:
          match:
            code:
              coding:
              - {code: '106252000', system: 'http://snomed.info/sct', display: Staging classification for lymphoma (tumor staging)}
          schema:
            array: true
            index: 5
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '106252000', system: 'http://snomed.info/sct', display: Staging classification for lymphoma (tumor staging)}
                index: 6
              value:
                choices: []
                index: 8
        clin-or-path-modifier:
          match:
            code:
              coding:
              - {code: '277366005', system: 'http://snomed.info/sct', display: Nature of staging values (qualifier value)}
          schema:
            index: 9
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '277366005', system: 'http://snomed.info/sct', display: Nature of staging values (qualifier value)}
                index: 10
              value:
                choices: []
                index: 12
        bulky-modifier:
          match:
            code:
              coding:
              - {code: '260873006', system: 'http://snomed.info/sct', display: Bulky disease status (attribute)}
          schema:
            index: 13
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '260873006', system: 'http://snomed.info/sct', display: Bulky disease status (attribute)}
                index: 14
              value:
                choices: []
                index: 16
package_version: 4.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-lymphoma-stage
base: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-stage
version: 4.0.0
required: [method]