PackagesCanonicalsLogsProblems
    Packages
    dguv.enla@1.0.0
    http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff
description: Dieses Profil bildet den Wirkstoff eines Medikamentes ab.
package_name: dguv.enla
derivation: constraint
name: DGUV_ENLA_PR_MedikationWirkstoff
type: Medication
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        pattern: {type: Canonical, value: 'http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff'}
        index: 2
    required: [profile]
  identifier: {index: 3}
  code:
    elements:
      coding:
        short: Medikament in codierter Form
        index: 4
        slicing:
          slices:
            PZN:
              match: {}
              schema:
                short: Pharmazentralnummer
                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:
                short: Anatomisch-Therapeutisch-Chemische (ATC) Klassifikation
                index: 9
                elements:
                  system:
                    short: CodeSystem für ATC-Klassifikationen
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/bfarm/atc'}
                    index: 10
                  code: {short: Code der konkreten ATC-Klassifikation, index: 11}
                  display: {short: Bedeutung der konkreten ATC-Klassifikation, index: 12}
            WG14:
              match: {}
              schema:
                short: WG14-Nummer
                index: 13
                elements:
                  system:
                    short: CodeSystem für WG14-Nummer
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/abdata/wg14'}
                    index: 14
                  code: {short: Code der konkreten WG14-Nummer, index: 15}
                  display: {short: Bedeutung der konkreten WG14-Nummer, index: 16}
      text: {short: Medikament als Freitext, index: 17}
    required: [text]
  manufacturer: {index: 18}
  form:
    elements:
      coding:
        short: Abgabeform in codiertem Format
        index: 19
        slicing:
          slices:
            EDQM:
              match: {}
              schema:
                short: Abgabeform in codiertem Format nach EDQM
                index: 20
                elements:
                  system: {short: CodeSystem für definierte Abgabeformen, index: 21}
                  code: {short: Code für die konkrete Abgabeform, index: 22}
                  display: {short: Bezeichnung für die konkrete Abgabeform, index: 23}
  amount:
    elements:
      numerator:
        short: Zahlenwert/Einheit der Abgabemenge (Zähler)
        index: 24
        elements:
          value: {short: Konkreter Zahlenwert (Zähler), index: 25}
          system: {short: CodeSystem für Einheitencodes, index: 26}
          code: {short: Einheitencode der Abgabemenge, index: 27}
      denominator:
        short: Zahlenwert/Einheit der Abgabemenge (Nenner)
        index: 28
        elements:
          value: {short: Konkreter Zahlenwert (Nenner), index: 29}
          system: {short: CodeSystem für Einheitencodes, index: 30}
          code: {short: Einheitencode der Abgabemenge, index: 31}
  ingredient:
    index: 32
    extensions:
      wirkstofftyp:
        url: null
        short: Wirkstofftyp
        index: 33
        elements:
          value:
            short: Wirkstofftyp
            mustSupport: true
            choices: []
            index: 35
          value[x]:
            elements:
              system: {short: CodeSystem für Wirkstofftypen, mustSupport: true, index: 36}
              code: {short: Code des konkreten Wirkstofftyps, mustSupport: true, index: 37}
              display: {short: Bezeichnung des konkreten Wirkstofftyps, mustSupport: true, index: 38}
    elements:
      extension:
        short: Wirkstofftyp
        index: 33
        slicing:
          slices:
            wirkstofftyp:
              match: {}
              schema:
                short: Wirkstofftyp
                index: 33
                elements:
                  value:
                    short: Wirkstofftyp
                    mustSupport: true
                    choices: []
                    index: 35
                  value[x]:
                    elements:
                      system: {short: CodeSystem für Wirkstofftypen, mustSupport: true, index: 36}
                      code: {short: Code des konkreten Wirkstofftyps, mustSupport: true, index: 37}
                      display: {short: Bezeichnung des konkreten Wirkstofftyps, mustSupport: true, index: 38}
      item:
        choices: []
        index: 53
        slicing:
          slices:
            itemReference:
              match: {}
              schema:
                choices: []
                index: 53
      item[x]:
        elements:
          reference: {short: Konkreter Verweis auf anderes Medikament, index: 54}
package_version: 1.0.0
class: profile
kind: resource
url: http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff
base: https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament
version: '1.0'
required: [ingredient, meta]