PackagesCanonicalsLogsProblems
    Packages
    mint.fhir@1.2.1
    https://fhir.simplifier.net/MRRT-Mint-Medical/StructureDefinition/cN
description: null
package_name: mint.fhir
derivation: constraint
name: cN Staging (TNM)
type: Observation
elements:
  identifier:
    index: 0
    elements:
      value: {mustSupport: true, index: 1}
      period: {index: 2}
      assigner:
        pattern: {type: String, value: Mint Medical GmbH}
        index: 3
    required: [value, period]
  code:
    mustSupport: true
    index: 4
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 67206-3, system: 'http://loinc.org'}
        mustSupport: true
        index: 5
    required: [coding]
  subject: {index: 6}
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 8
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 9}
  value[x]:
    elements:
      coding:
        mustSupport: true
        index: 10
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          max: 1
          slices:
            Nx:
              match: {code: LA4745-1, system: 'http://loinc.org', display: Nx}
              schema:
                pattern:
                  type: Coding
                  value: {code: LA4745-1, system: 'http://loinc.org', display: Nx}
                index: 11
              min: 0
              max: 1
            N0:
              match: {code: LA4368-2, system: 'http://loinc.org', display: N0}
              schema:
                pattern:
                  type: Coding
                  value: {code: LA4368-2, system: 'http://loinc.org', display: N0}
                index: 12
              min: 0
              max: 1
            NLowerThan3:
              match: {code: LA4534-9, system: 'http://loinc.org', display: N+ < 3}
              schema:
                pattern:
                  type: Coding
                  value: {code: LA4534-9, system: 'http://loinc.org', display: N+ < 3}
                index: 13
              min: 0
              max: 1
            NGreaterThan3:
              match: {code: LA4545-5, system: 'http://loinc.org', display: N+ > 3}
              schema:
                pattern:
                  type: Coding
                  value: {code: LA4545-5, system: 'http://loinc.org', display: N+ > 3}
                index: 14
              min: 0
              max: 1
    required: [coding]
  derivedFrom:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse']
    index: 15
package_version: 1.2.1
class: profile
kind: resource
url: https://fhir.simplifier.net/MRRT-Mint-Medical/StructureDefinition/cN
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [value, identifier, subject, valueCodeableConcept, code]