PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.pl.laboratory.r5@0.1.0
    http://hl7.org.pl/fhir/ig/pl-lab/StructureDefinition/pl-lab-composition
description: Nagłówek dokumentu sprawozdania z badania laboratoryjnego
package_name: hl7.fhir.pl.laboratory.r5
derivation: constraint
name: PLLabComposition
type: Composition
elements:
  section:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      ordered: false
      description: Sekcje dokumentu sprawozdania z badania laboratoryjnego
      discriminator:
      - {path: code.system, type: value}
      min: 1
      slices:
        labReportSection:
          match:
            code: {system: null}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              code:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 30954-2, system: 'http://loinc.com', display: Relevant diagnostic tests/laboratory data}
                index: 2
              text: {mustSupport: true, index: 3}
              entry:
                type: Reference
                mustSupport: true
                refers: ['http://hl7.org.pl/fhir/ig/pl-lab/StructureDefinition/pl-lab-observation-results']
                index: 4
            required: [text, code]
        attachmentsSection:
          match:
            code: {system: null}
          schema:
            mustSupport: true
            index: 5
            elements:
              title:
                mustSupport: true
                pattern: {type: String, value: Załączniki}
                index: 6
              code:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 77599-9, system: 'http://loinc.com', display: Additional documentation}
                index: 7
            required: [title, code]
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org.pl/fhir/ig/pl-lab/StructureDefinition/pl-lab-composition
base: http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-composition
version: 0.1.0
required: [section]