PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@1.0.0
    http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel
description: Dieses Profil bildet ein verschriebenes Arzneimittel ab.
package_name: dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_MedikationArzneimittel
type: Medication
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel'}
        index: 2
    required: [profile]
  code:
    index: 3
    elements:
      coding:
        short: Medikament in codierter Form
        index: 4
        slicing:
          slices:
            PZN:
              match: {}
              schema:
                short: Pharmazentralnummer
                _required: true
                index: 5
                elements:
                  system:
                    short: CodeSystem für Pharmazentralnummer
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/ifa/pzn'}
                    index: 6
                  code: {short: Code der konkreten Pharmazentralnummer, index: 7}
                  display: {short: Handelsname des verordneten Präparats, index: 8}
            ATC-DE:
              match: {}
              schema: {index: 9}
              max: 0
            WG14:
              match: {}
              schema: {index: 10}
              max: 0
      text: {short: Arzneimittelname / Handelsname als Freitext, index: 11}
    required: [coding, text]
  manufacturer:
    elements:
      display: {short: Hersteller des Medikaments als Freitext, index: 12}
  form:
    elements:
      coding:
        short: Abgabeform in codiertem Format
        index: 13
        slicing:
          slices:
            EDQM:
              match: {}
              schema:
                short: Abgabeform im EDQM-Format
                index: 14
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://standardterms.edqm.eu'}
                    index: 15
            kbvDarreichungsform:
              match: {}
              schema:
                short: Abgabeform als KBV-Darreichungsform
                binding: {strength: required, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_KBV_DARREICHUNGSFORM'}
                pattern:
                  type: Coding
                  value: {system: 'https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM'}
                _required: true
                index: 16
                elements:
                  system:
                    pattern: {type: Uri, value: 'https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM'}
                    mustSupport: true
                    index: 17
                  version: {mustSupport: true, index: 18}
                  code: {mustSupport: true, index: 19}
                  display: {mustSupport: true, index: 20}
                required: [version, display, system, code]
  amount:
    elements:
      numerator:
        elements:
          system:
            pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
            index: 21
  ingredient: {index: 22}
package_version: 1.0.0
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel
base: https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament
version: '1.0'
required: [meta, code]