PackagesCanonicalsLogsProblems
    Packages
    tiplu.maia.schnittstellendefinition@1.1.3
    https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient
description: Das vorliegende Patient-Profil beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
package_name: tiplu.maia.schnittstellendefinition
derivation: constraint
name: MaiaPatient
type: Patient
elements:
  id: {mustSupport: true, index: 0}
  identifier: {mustSupport: true, index: 1}
  active: {mustSupport: true, index: 2}
  name:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: use, type: value}
      min: 1
      slices:
        Name:
          match: {use: official}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              use:
                mustSupport: true
                pattern: {type: code, value: official}
                type: code
                index: 5
              family: {mustSupport: true, index: 6}
              given: {mustSupport: true, index: 7}
            required: [family, given, use]
  gender: {mustSupport: true, index: 8}
  birthDate: {mustSupport: true, index: 9}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['https://tiplu.de/fhir/maia/StructureDefinition/MaiaGesundheitseinrichtung']
    index: 10
package_version: 1.1.3
class: profile
kind: resource
url: https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.0.0
required: [birthDate, gender, id, managingOrganization, name]