PackagesCanonicalsLogsProblems
    Packages
    acs.ig.epi.pl.deu@0.2.0
    http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-Composition
description: This profile represents the constraints applied to Product Information Leaflet (PIL) documents.
package_name: acs.ig.epi.pl.deu
derivation: constraint
name: DEU_ePIL_Composition
type: Composition
elements:
  identifier: {short: Unique ID for each individual ePIl version, index: 0}
  type:
    short: Type of EPI document is Product Information Leaflet (PIL)
    index: 1
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://ema.europa.eu/fhir/CodeSystem/100000155531'}
            index: 2
          code:
            pattern: {type: Code, value: '100000155538'}
            index: 3
        required: [system, code]
  author:
    type: Reference
    short: Marketing authorisation holder
    mustSupport: true
    refers: ['http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-Organization']
    index: 4
  title: {short: Name of the ePIl, index: 5}
  section:
    short: Level 1 section heading for the whole EPI
    index: 6
    elements:
      code:
        index: 7
        elements:
          coding:
            elements:
              system:
                pattern: {type: Uri, value: 'http://ema.europa.eu/fhir/CodeSystem/200000029659'}
                index: 8
              code:
                binding: {strength: required, valueSet: 'http://ema.europa.eu/fhir/ValueSet/EUepiplqrdcodesVs'}
                index: 9
            required: [system, code]
      section:
        type: BackboneElement
        short: Nested sub-section headings for level 2
        index: 10
        elements:
          code:
            index: 11
            elements:
              coding:
                index: 12
                elements:
                  system: {index: 13}
                  code: {index: 14}
                required: [system, code]
            required: [coding]
          section:
            type: BackboneElement
            short: Nested sub-section headings for level 3.
            index: 15
            elements:
              code:
                index: 16
                elements:
                  coding:
                    index: 17
                    elements:
                      system: {index: 18}
                      code: {index: 19}
                    required: [system, code]
                required: [coding]
            required: [code]
        required: [code]
    required: [section, code]
package_version: 0.2.0
class: profile
kind: resource
url: http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-Composition
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 0.2.0
required: [section]