PackagesCanonicalsLogsProblems
    Packages
    tiplu.maia.schnittstellendefinition@1.1.3
    https://tiplu.de/fhir/maia/StructureDefinition/MaiaAbrechnungsfall
description: Das vorliegende Account-Profil im Use Case eines Abrechnungsfalls beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
package_name: tiplu.maia.schnittstellendefinition
derivation: constraint
name: MaiaAbrechnungsfall
type: Account
elements:
  id: {mustSupport: true, index: 0}
  extension:
    type: Extension
    mustSupport: true
    url: https://tiplu.de/fhir/StructureDefinition/TageOhneBerechnung
    index: 1
    slicing:
      slices:
        TageOhneBerechnung:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'https://tiplu.de/fhir/StructureDefinition/TageOhneBerechnung', index: 1}
          min: 0
          max: 1
        AbrechnungsDiagnoseProzedur:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://fhir.de/StructureDefinition/ExtensionAbrechnungsDiagnoseProzedur', index: 2}
          min: 0
          max: 1
  identifier:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        Aufnahmenummer:
          match:
            type:
              coding:
              - {code: AN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: AN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            _required: true
            type: Identifier
            index: 4
            elements:
              type: {mustSupport: true, index: 5}
              system: {mustSupport: true, index: 6}
              value: {mustSupport: true, index: 7}
            required: [system, type, value]
  status: {mustSupport: true, index: 8}
  type: {mustSupport: true, index: 9}
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient']
    index: 10
package_version: 1.1.3
extensions:
  TageOhneBerechnung: {url: 'https://tiplu.de/fhir/StructureDefinition/TageOhneBerechnung', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
  AbrechnungsDiagnoseProzedur: {url: 'http://fhir.de/StructureDefinition/ExtensionAbrechnungsDiagnoseProzedur', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
class: profile
kind: resource
url: https://tiplu.de/fhir/maia/StructureDefinition/MaiaAbrechnungsfall
base: http://hl7.org/fhir/StructureDefinition/Account
version: 1.0.0
required: [id, identifier, subject]