PackagesCanonicalsLogsProblems
    Packages
    ma.ambulanter.fall@1.0.9
    http://ma-ambulant.de/StructureDefinition/MaChargeItemEbm
description: Profil für die Abbildung einer EBM-Ziffer (Einheitlicher Bewertungsmaßstab) als Abrechnungsposition. Es erweitert das Profil [ChargeItemEBM](https://simplifier.net/basisprofil-de-r4/chargeitemebm)
package_name: ma.ambulanter.fall
derivation: constraint
name: MaChargeItemEbm
type: ChargeItem
elements:
  status: {short: Abrechnungsstatus, mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 1
    elements:
      coding:
        mustSupport: true
        index: 2
        slicing:
          slices:
            ebm:
              match: {}
              schema:
                short: fünfstellige EBM-Ziffer
                mustSupport: true
                index: 3
                elements:
                  system: {mustSupport: true, index: 4}
                  code: {mustSupport: true, index: 5}
  subject: {short: Patientenbezug, mustSupport: true, index: 6}
  occurrence:
    short: Zeitpunkt der Leistungserbringung
    mustSupport: true
    choices: []
    index: 8
  quantity:
    short: Anzahl der Leistungen
    mustSupport: true
    index: 9
    elements:
      value: {mustSupport: true, index: 10}
  reason:
    short: EBM-Zusatzangabe
    mustSupport: true
    index: 11
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        EbmZusatzangabe:
          match: {}
          schema:
            short: EBM-Zusatzangabe als Kombination aus Code und Freitext
            binding: {strength: required, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_EBM_ZUSATZANGABE'}
            mustSupport: true
            array: true
            index: 12
            extensions:
              EbmZusatzangabeText: {url: 'http://ma-ambulant.de/StructureDefinition/ExtensionEbmZusatzangabeText', min: 1, max: 1, type: Extension, short: Freitext der Zusatzangabe, mustSupport: true, index: 14}
            elements:
              extension:
                index: 13
                slicing:
                  slices:
                    EbmZusatzangabeText:
                      match: {}
                      schema: {type: Extension, short: Freitext der Zusatzangabe, mustSupport: true, url: 'http://ma-ambulant.de/StructureDefinition/ExtensionEbmZusatzangabeText', index: 14}
                      min: 1
                      max: 1
              coding:
                short: Art der Zusatzangabe
                index: 15
                elements:
                  system:
                    pattern: {type: uri, value: 'https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM_ZUSATZANGABE'}
                    type: uri
                    index: 16
            required: [extension]
  account:
    type: Reference
    short: Zuordnung zum Schein
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Account', 'http://ma-ambulant.de/StructureDefinition/MaAccountSchein']
    index: 17
package_version: 1.0.9
class: profile
kind: resource
url: http://ma-ambulant.de/StructureDefinition/MaChargeItemEbm
base: http://fhir.de/StructureDefinition/chargeitem-de-ebm
version: null
required: [account]