PackagesCanonicalsLogsProblems
    Packages
    tiplu.maia.schnittstellendefinition@1.1.3
    https://tiplu.de/fhir/maia/StructureDefinition/MaiaGesundheitseinrichtung
description: Das vorliegende Organization-Profil im UseCase einer Gesundheitseinrichtung beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
package_name: tiplu.maia.schnittstellendefinition
derivation: constraint
name: MaiaGesundheitseinrichtung
type: Organization
elements:
  id: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        Institutskennzeichen:
          match:
            type:
              coding:
              - {code: XX, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: XX, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 2
            elements:
              type: {mustSupport: true, index: 3}
              system: {mustSupport: true, index: 4}
              value: {mustSupport: true, index: 5}
  type:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: prov, system: 'http://terminology.hl7.org/CodeSystem/organization-type'}
    type: CodeableConcept
    index: 6
  name: {mustSupport: true, index: 7}
package_version: 1.1.3
class: profile
kind: resource
url: https://tiplu.de/fhir/maia/StructureDefinition/MaiaGesundheitseinrichtung
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [id, identifier, type]