PackagesCanonicalsLogsProblems
    Packages
    de.gecco@1.0.5-rc.2
    https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/diagnostic-report-radiology
description: Radiological findings in the context of an infection with SARS-CoV-2
package_name: de.gecco
derivation: constraint
name: DiagnosticReportRadiology
type: DiagnosticReport
elements:
  category:
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        array: true
        min: 2
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 2
          slices:
            loinc:
              match: {code: 18726-0, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 18726-0, system: 'http://loinc.org'}
                _required: true
                index: 2
                elements:
                  system: {index: 3}
                  code: {index: 4}
                required: [system, code]
            diagnostic-service-sections:
              match: {code: RAD, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: RAD, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
                _required: true
                index: 5
                elements:
                  system: {index: 6}
                  code: {index: 7}
                required: [system, code]
  code:
    mustSupport: true
    index: 8
    elements:
      coding:
        mustSupport: true
        index: 9
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            loinc:
              match: {code: 18748-4, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 18748-4, system: 'http://loinc.org'}
                _required: true
                index: 10
                elements:
                  system: {index: 11}
                  code: {index: 12}
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 13
  effective:
    mustSupport: true
    choices: []
    index: 15
  conclusionCode:
    binding: {strength: preferred, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/radiology-findings'}
    mustSupport: true
    index: 16
    elements:
      coding:
        mustSupport: true
        index: 17
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            snomed:
              match: {system: 'http://snomed.info/sct'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://snomed.info/sct'}
                _required: true
                index: 18
                elements:
                  system: {index: 19}
                  code: {index: 20}
                required: [system, code]
    required: [coding]
package_version: 1.0.5-rc.2
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/diagnostic-report-radiology
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 1.0.5
required: [conclusionCode, subject, category, effective]