PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@crl-0.2.1
    http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-tnmstagegroup
description: Observation for the TNM stage group
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHCRLObservationTNMStageGroup
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 21914-7, system: 'http://loinc.org', display: Stage group.other Cancer}
    index: 0
  subject:
    type: Reference
    short: Patient
    refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient']
    index: 1
    elements:
      reference: {index: 2}
    required: [reference]
  effectiveDateTime: {type: dateTime, index: 3}
  performer:
    type: Reference
    short: Practitioner if resident physician or Organization Department if hospital
    refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department', 'http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-practitioner']
    index: 4
    elements:
      reference: {index: 5}
    required: [reference]
  valueCodeableConcept:
    type: CodeableConcept
    short: The UICC TNM stage group
    binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-crl/ValueSet/nkrs-tnmstagegroup'}
    index: 6
    elements:
      coding:
        array: true
        min: 1
        index: 7
        elements:
          system: {index: 8}
          code: {index: 9}
          display: {index: 10}
        required: [display, system, code]
    required: [coding]
  dataAbsentReason:
    short: The UICC TNM stage group is not applicable or unknown
    index: 11
    elements:
      coding:
        array: true
        min: 1
        index: 12
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
            index: 13
          code: {short: If not applicable or TNM classification not defined for this type of cancer than 'value=not-applicable'. If not stated / not assessed than 'value=unknown'., index: 14}
          display: {index: 15}
        required: [display, system, code]
    required: [coding]
  hasMember:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Observation']
    array: true
    index: 16
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: resolve(), type: profile}
      min: 0
      slices:
        ch-crl-cT:
          match: {}
          schema:
            type: Reference
            short: TNM clinical primary tumor category
            refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-ct']
            index: 17
          min: 0
          max: 1
        ch-crl-cN:
          match: {}
          schema:
            type: Reference
            short: TNM clinical regional nodes category
            refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-cn']
            index: 18
          min: 0
          max: 1
        ch-crl-cM:
          match: {}
          schema:
            type: Reference
            short: TNM clinical distant metastases category
            refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-cm']
            index: 19
          min: 0
          max: 1
        ch-crl-pT:
          match: {}
          schema:
            type: Reference
            short: TNM pathologic primary tumor category
            refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-pt']
            index: 20
          min: 0
          max: 1
        ch-crl-pN:
          match: {}
          schema:
            type: Reference
            short: TNM pathologic regional nodes category
            refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-pn']
            index: 21
          min: 0
          max: 1
        ch-crl-pM:
          match: {}
          schema:
            type: Reference
            short: TNM pathologic distant metastases category
            refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-pm']
            index: 22
          min: 0
          max: 1
package_version: crl-0.2.1
class: profile
kind: resource
url: http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-tnmstagegroup
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.2.1
required: [effectiveDateTime, subject, code]