PackagesCanonicalsLogsProblems
    Packages
    de.gecco@0.9.3
    https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/interventional-clinical-trial-participation
description: This observation captures if the patient participated in one or more interventional clinical trials.
package_name: de.gecco
derivation: constraint
name: InterventionalClinicalTrialParticipation
type: Observation
elements:
  category:
    mustSupport: true
    index: 2
    elements:
      coding:
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            observationCategory:
              match: {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
              schema:
                pattern:
                  type: Coding
                  value: {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                _required: true
                index: 4
                elements:
                  system: {index: 5}
                  code: {index: 6}
                required: [system, code]
    required: [coding]
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
  specimen: {index: 23}
  value:
    mustSupport: true
    choices: []
    index: 16
  component:
    mustSupport: true
    index: 24
    slicing:
      rules: open
      discriminator:
      - {path: code, type: pattern}
      min: null
      slices:
        eudraCT:
          match:
            code:
              coding:
              - {code: '04', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
          schema:
            short: EudraCT number
            mustSupport: true
            index: 25
            elements:
              code:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '04', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                index: 26
                elements:
                  coding:
                    mustSupport: true
                    index: 27
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        eudraCT:
                          match: {code: '04', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '04', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                            _required: true
                            index: 28
                            elements:
                              system: {index: 29}
                              code: {index: 30}
                            required: [system, code]
                required: [coding]
              value:
                mustSupport: true
                choices: []
                index: 32
              valueString:
                type: string
                index: 33
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, _required: true, index: 33}
                      min: 1
            required: [valueString, value]
        nct:
          match:
            code:
              coding:
              - {code: '05', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
          schema:
            short: NCT number
            mustSupport: true
            index: 34
            elements:
              code:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '05', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                index: 35
                elements:
                  coding:
                    mustSupport: true
                    index: 36
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        nctNumber:
                          match: {code: '05', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '05', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                            _required: true
                            index: 37
                            elements:
                              system: {index: 38}
                              code: {index: 39}
                            required: [system, code]
                required: [coding]
              value:
                choices: []
                index: 41
              valueString:
                type: string
                index: 42
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, index: 42}
            required: [value]
  effective:
    mustSupport: true
    choices: []
    index: 14
  code:
    mustSupport: true
    index: 7
    elements:
      coding:
        mustSupport: true
        index: 8
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            trialParticipation:
              match: {code: '03', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
              schema:
                pattern:
                  type: Coding
                  value: {code: '03', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'}
                _required: true
                index: 9
                elements:
                  system: {index: 10}
                  code: {index: 11}
                required: [system, code]
    required: [coding]
  valueCodeableConcept:
    type: CodeableConcept
    index: 17
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            type: CodeableConcept
            _required: true
            index: 17
            elements:
              coding:
                index: 18
                slicing:
                  rules: open
                  discriminator:
                  - {path: $this, type: pattern}
                  min: 1
                  slices:
                    snomed:
                      match: {system: 'http://snomed.info/sct'}
                      schema:
                        binding: {strength: required, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/yes-no-unknown-other-na'}
                        pattern:
                          type: Coding
                          value: {system: 'http://snomed.info/sct'}
                        _required: true
                        index: 19
                        elements:
                          system: {index: 20}
                          code: {index: 21}
                        required: [system, code]
            required: [coding]
  bodySite: {index: 22}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 12
package_version: 0.9.3
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/interventional-clinical-trial-participation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: '0.9'
required: [value, subject, valueCodeableConcept, category]