PackagesCanonicalsLogsProblems
    Packages
    acs.ig.epi.pl.deu@0.5.0
    http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-PackagedProductDefinition
description: Defines the PackagedProductDefinition resource, including optional packaging identifiers (GTIN, NTIN, PPN, PZN, PCID), name, and quantity of contained items.
package_name: acs.ig.epi.pl.deu
derivation: constraint
name: DEU_ePIL_PackagedProductDefinition
type: PackagedProductDefinition
elements:
  id: {short: Technical ID of this packaged product, index: 0}
  identifier:
    short: Package identifiers (all optional)
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: type.coding.system, type: value}
      - {path: type.coding.code, type: value}
      min: null
      slices:
        gtin:
          match:
            type:
              coding: {system: 'http://ema.europa.eu/fhir/CodeSystem/100000000009', code: '100000167575'}
          schema:
            short: GTIN (Global Trade Item Number) - Optional
            index: 2
            elements:
              type:
                index: 3
                elements:
                  coding:
                    index: 4
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://ema.europa.eu/fhir/CodeSystem/100000000009'}
                        index: 5
                      code:
                        pattern: {type: Code, value: '100000167575'}
                        index: 6
                      display:
                        pattern: {type: String, value: GS1 Global Trade Item Number}
                        index: 7
                    required: [system, code]
                required: [coding]
              system: {index: 8}
              value: {index: 9}
            required: [value, type, system]
        ntin:
          match:
            type:
              coding: {system: 'http://ema.europa.eu/fhir/CodeSystem/100000000009', code: '200000027030'}
          schema:
            short: NTIN (National Trade Item Number)
            index: 10
            elements:
              type:
                index: 11
                elements:
                  coding:
                    index: 12
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://ema.europa.eu/fhir/CodeSystem/100000000009'}
                        index: 13
                      code:
                        pattern: {type: Code, value: '200000027030'}
                        index: 14
                      display:
                        pattern: {type: String, value: National Trade Item Number}
                        index: 15
                    required: [system, code]
                required: [coding]
              system: {index: 16}
              value: {index: 17}
            required: [value, type, system]
        ppn:
          match:
            type:
              coding: {system: 'http://ema.europa.eu/fhir/CodeSystem/100000000009', code: '200000027029'}
          schema:
            short: PPN (Pharmacy Product Number)
            index: 18
            elements:
              type:
                index: 19
                elements:
                  coding:
                    index: 20
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://ema.europa.eu/fhir/CodeSystem/100000000009'}
                        index: 21
                      code:
                        pattern: {type: Code, value: '200000027029'}
                        index: 22
                      display:
                        pattern: {type: String, value: Pharmacy Product Number}
                        index: 23
                    required: [system, code]
                required: [coding]
              system: {index: 24}
              value: {index: 25}
            required: [value, type, system]
        pzn:
          match:
            type:
              coding: {system: 'http://fhir.de/CodeSystem/ifa/pzn', code: pzn}
          schema:
            short: PZN (Pharmaceutical Central Number)
            index: 26
            elements:
              type:
                elements:
                  coding:
                    index: 27
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/ifa/pzn'}
                        index: 28
                      code:
                        pattern: {type: Code, value: pzn}
                        index: 29
                      display:
                        pattern: {type: String, value: Pharmazentralnummer}
                        index: 30
                    required: [system, code]
                required: [coding]
              system: {index: 31}
              value: {index: 32}
            required: [value, system]
        pcid:
          match:
            type:
              coding: {system: 'http://fhir.pharmaprotect.de/CodeSystem/pcid', code: PCID}
          schema:
            short: PCID (Packaged Medicinal Product Identifier)
            index: 33
            elements:
              type:
                index: 34
                elements:
                  coding:
                    index: 35
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.pharmaprotect.de/CodeSystem/pcid'}
                        index: 36
                      code:
                        pattern: {type: Code, value: PCID}
                        index: 37
                      display:
                        pattern: {type: String, value: Packaged Medicinal Product Identifier}
                        index: 38
                    required: [system, code]
                required: [coding]
              system: {index: 39}
              value: {index: 40}
            required: [value, type, system]
  name: {short: Package name, index: 41}
  packageFor:
    short: Packaged for Medicinal Product
    refers: ['http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-MedicinalProductDefinition']
    type: Reference
    mustSupport: true
    index: 42
  containedItemQuantity: {short: Contained Quantity, mustSupport: true, index: 43}
  manufacturer:
    type: Reference
    short: Manufacturer
    mustSupport: true
    refers: ['http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-Organization']
    index: 44
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-PackagedProductDefinition
base: http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition
version: 0.5.0
required: [packageFor, id]