description: Defines the PackagedProductDefinition resource, including packaging identifiers (GTIN, PZN, ENR_ID), name, and quantity of contained items. package_name: acs.ig.epi.pl.deu derivation: constraint name: DEUePIPLPackagedProductDefinition type: PackagedProductDefinition elements: identifier: short: Sliced to require GTIN, optionally allow PZN and ENR_ID index: 0 slicing: rules: open discriminator: - {path: type.coding.code, type: value} min: 1 slices: gtin: match: type: coding: {code: '100000167575'} schema: short: GTIN (Global Trade Item Number) _required: true index: 1 elements: type: elements: coding: elements: system: pattern: {type: uri, value: 'http://ema.europa.eu/fhir/CodeSystem/100000000009'} type: uri index: 2 code: pattern: {type: code, value: '100000167575'} type: code index: 3 display: pattern: {type: string, value: GS1 Global Trade Item Number} type: string index: 4 required: [code] system: pattern: {type: uri, value: 'https://gs1.org/gtin'} type: uri index: 5 pzn: match: type: coding: {code: PZN} schema: short: Pharmaceutical Central Number (PZN) index: 6 elements: type: elements: coding: elements: system: pattern: {type: uri, value: 'http://fhir.de/CodeSystem/ifa/pzn'} type: uri index: 7 code: pattern: {type: code, value: PZN} type: code index: 8 required: [code] system: pattern: {type: uri, value: 'http://fhir.de/sid/pzn'} type: uri index: 9 enr-id: match: type: coding: {code: ENR_ID} schema: short: ENR_ID (ENR + Pack Size) index: 10 elements: type: elements: coding: elements: code: pattern: {type: code, value: ENR_ID} type: code index: 11 required: [code] name: {short: Packaged Product Name, mustSupport: true, index: 12} packageFor: short: Packaged for Medicinal Product refers: ['http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEUePIPLMedicinalProductDefinition'] type: Reference mustSupport: true index: 13 containedItemQuantity: {short: Contained Quantity, mustSupport: true, index: 14} manufacturer: short: Manufacturer refers: ['http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEUePIPLOrganization'] type: Reference mustSupport: true index: 15 package_version: 0.1.0 class: profile kind: resource url: http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEUePIPLPackagedProductDefinition base: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi version: 0.1.0 required: [containedItemQuantity, identifier, manufacturer, packageFor]