PackagesCanonicalsLogsProblems
    Packages
    acs.ig.epi.pl.deu@0.7.0
    http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-MedicinalProductDefinition
description: Defines the MedicinalProductDefinition resource, including the product name, active ingredients, classification, and dose form, based on the specified SPOR coding system.
package_name: acs.ig.epi.pl.deu
derivation: constraint
name: DEU_ePIL_MedicinalProductDefinition
type: MedicinalProductDefinition
elements:
  id: {short: Technical ID of this medicinal product, index: 0}
  identifier: {short: Medicinal Product Identifier (MPID), mustSupport: true, index: 1}
  combinedPharmaceuticalDoseForm:
    short: Dose Form
    mustSupport: true
    index: 2
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://ema.europa.eu/fhir/CodeSystem/200000000004'}
            index: 3
  route: {short: Route of Administration, mustSupport: true, index: 4}
  classification:
    short: Pharmacological Classification
    mustSupport: true
    index: 5
    elements:
      coding:
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            atc:
              match: {system: 'http://www.whocc.no/atc'}
              schema:
                short: ATC Classification Code
                array: true
                index: 7
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://www.whocc.no/atc'}
                    index: 8
                required: [system]
            spor:
              match: {system: 'https://spor.ema.europa.eu/v1/lists/100000093533'}
              schema:
                short: EMA/SPOR Therapeutic Classification
                array: true
                index: 9
                elements:
                  system:
                    pattern: {type: Uri, value: 'https://spor.ema.europa.eu/v1/lists/100000093533'}
                    index: 10
                required: [system]
  ingredient: {short: Active Ingredient, mustSupport: true, index: 11}
  name:
    elements:
      productName: {short: Product Name, mustSupport: true, index: 12}
package_version: 0.7.0
class: profile
kind: resource
url: http://fhir.pharmaprotect.de/digital/epil-fhir-ig/StructureDefinition/DEU-ePIL-MedicinalProductDefinition
base: http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition
version: 0.7.0
required: [id, identifier]