PackagesCanonicalsLogsProblems
    Packages
    kbv.mio.patientenkurzakte@1.0.0-benehmensherstellung
    https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DPE_Related_Person_Contact_Person
description: Dieses Profil bildet einen weiteren Kontakt der Patientin bzw. des Patienten ab.
package_name: kbv.mio.patientenkurzakte
derivation: constraint
name: KBV_PR_MIO_DPE_Related_Person_Contact_Person
type: RelatedPerson
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DPE_Patient_DPE|1.0.0']
    index: 12
    elements:
      reference: {mustSupport: true, index: 13}
      type: {index: 14}
      identifier: {index: 15}
      display: {index: 16}
    required: [reference]
  address:
    mustSupport: true
    index: 62
    slicing:
      rules: closed
      discriminator:
      - {path: type, type: value}
      min: 1
      max: 1
      slices:
        Postfach:
          match: {type: null}
          schema: {type: Address, index: 63}
          max: 0
        Strassenanschrift:
          match: {type: both}
          schema:
            type: Address
            mustSupport: true
            index: 64
            extensions: {}
            elements:
              use: {index: 66}
              city: {mustSupport: true, index: 83}
              type:
                pattern: {type: Code, value: both}
                index: 67
              state: {index: 84}
              extension: {index: 65}
              line:
                mustSupport: true
                index: 68
                extensions:
                  Strasse:
                    url: null
                    mustSupport: true
                    _required: true
                    index: 70
                    elements:
                      value:
                        mustSupport: true
                        choices: []
                        index: 72
                      valueString:
                        mustSupport: true
                        index: 73
                        slicing:
                          slices:
                            valueString:
                              match: {}
                              schema: {mustSupport: true, _required: true, index: 73}
                              min: 1
                    required: [valueString]
                  Hausnummer:
                    url: null
                    mustSupport: true
                    _required: true
                    index: 74
                    elements:
                      value:
                        mustSupport: true
                        choices: []
                        index: 76
                      valueString:
                        mustSupport: true
                        index: 77
                        slicing:
                          slices:
                            valueString:
                              match: {}
                              schema: {mustSupport: true, _required: true, index: 77}
                              min: 1
                    required: [valueString]
                  Adresszusatz:
                    url: null
                    mustSupport: true
                    index: 78
                    elements:
                      value:
                        mustSupport: true
                        choices: []
                        index: 80
                      valueString:
                        mustSupport: true
                        index: 81
                        slicing:
                          slices:
                            valueString:
                              match: {}
                              schema: {mustSupport: true, _required: true, index: 81}
                              min: 1
                    required: [valueString]
                  Postfach: {url: null, max: 0, index: 82}
                elements:
                  extension:
                    index: 69
                    slicing:
                      rules: open
                      discriminator:
                      - {path: url, type: value}
                      min: null
                      slices:
                        Strasse:
                          match: {url: null}
                          schema:
                            mustSupport: true
                            _required: true
                            index: 70
                            elements:
                              value:
                                mustSupport: true
                                choices: []
                                index: 72
                              valueString:
                                mustSupport: true
                                index: 73
                                slicing:
                                  slices:
                                    valueString:
                                      match: {}
                                      schema: {mustSupport: true, _required: true, index: 73}
                                      min: 1
                            required: [valueString]
                        Hausnummer:
                          match: {url: null}
                          schema:
                            mustSupport: true
                            _required: true
                            index: 74
                            elements:
                              value:
                                mustSupport: true
                                choices: []
                                index: 76
                              valueString:
                                mustSupport: true
                                index: 77
                                slicing:
                                  slices:
                                    valueString:
                                      match: {}
                                      schema: {mustSupport: true, _required: true, index: 77}
                                      min: 1
                            required: [valueString]
                        Adresszusatz:
                          match: {url: null}
                          schema:
                            mustSupport: true
                            index: 78
                            elements:
                              value:
                                mustSupport: true
                                choices: []
                                index: 80
                              valueString:
                                mustSupport: true
                                index: 81
                                slicing:
                                  slices:
                                    valueString:
                                      match: {}
                                      schema: {mustSupport: true, _required: true, index: 81}
                                      min: 1
                            required: [valueString]
                        Postfach:
                          match: {url: null}
                          schema: {index: 82}
                          max: 0
              postalCode: {mustSupport: true, index: 85}
              period: {index: 87}
              country: {mustSupport: true, index: 86}
            required: [city, postalCode, line, type]
  meta:
    index: 0
    elements:
      versionId: {index: 1}
      lastUpdated: {index: 2}
      source: {index: 3}
      profile:
        pattern: {type: Canonical, value: 'https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DPE_Related_Person_Contact_Person|1.0.0'}
        index: 4
      security: {index: 5}
      tag: {index: 6}
    required: [profile]
  name:
    type: HumanName
    mustSupport: true
    index: 18
    elements:
      use: {index: 19}
      family:
        mustSupport: true
        index: 20
        extensions:
          namenszusatz: {url: null, max: 0, index: 22}
          nachname:
            url: null
            mustSupport: true
            _required: true
            index: 23
            elements:
              value:
                mustSupport: true
                choices: []
                index: 25
                slicing:
                  rules: open
                  discriminator:
                  - {path: $this, type: type}
                  min: null
                  slices:
                    valueString:
                      match: {}
                      schema:
                        mustSupport: true
                        choices: []
                        index: 27
          vorsatzwort: {url: null, max: 0, index: 28}
        elements:
          extension:
            index: 21
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                namenszusatz:
                  match: {url: null}
                  schema: {index: 22}
                  max: 0
                nachname:
                  match: {url: null}
                  schema:
                    mustSupport: true
                    _required: true
                    index: 23
                    elements:
                      value:
                        mustSupport: true
                        choices: []
                        index: 25
                        slicing:
                          rules: open
                          discriminator:
                          - {path: $this, type: type}
                          min: null
                          slices:
                            valueString:
                              match: {}
                              schema:
                                mustSupport: true
                                choices: []
                                index: 27
                vorsatzwort:
                  match: {url: null}
                  schema: {index: 28}
                  max: 0
      given: {mustSupport: true, index: 29}
      prefix: {index: 30}
      suffix: {index: 31}
      period: {index: 32}
    required: [given, family]
  implicitRules: {index: 7}
  birthDate: {index: 61}
  relationship: {index: 17}
  contained: {index: 9}
  photo: {index: 88}
  language: {index: 8}
  active: {index: 11}
  communication: {index: 90}
  identifier: {index: 10}
  telecom:
    mustSupport: true
    array: true
    min: 1
    max: 3
    index: 33
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      max: 3
      slices:
        telefon:
          match: {system: phone}
          schema:
            mustSupport: true
            _required: true
            index: 34
            elements:
              system:
                mustSupport: true
                pattern: {type: Code, value: phone}
                index: 35
                extensions:
                  anzeigenameSystem:
                    url: https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Terminology_German
                    type: Extension
                    mustSupport: true
                    index: 37
                    extensions:
                      content:
                        url: null
                        mustSupport: true
                        index: 39
                        elements:
                          value:
                            mustSupport: true
                            choices: []
                            index: 41
                          valueString:
                            pattern: {type: String, value: Telefonnummer}
                            mustSupport: true
                            index: 42
                            slicing:
                              slices:
                                valueString:
                                  match: {}
                                  schema:
                                    pattern: {type: String, value: Telefonnummer}
                                    mustSupport: true
                                    _required: true
                                    index: 42
                                  min: 1
                        required: [valueString]
                    elements:
                      extension:
                        index: 38
                        slicing:
                          rules: open
                          discriminator:
                          - {path: url, type: value}
                          min: null
                          slices:
                            content:
                              match: {url: null}
                              schema:
                                mustSupport: true
                                index: 39
                                elements:
                                  value:
                                    mustSupport: true
                                    choices: []
                                    index: 41
                                  valueString:
                                    pattern: {type: String, value: Telefonnummer}
                                    mustSupport: true
                                    index: 42
                                    slicing:
                                      slices:
                                        valueString:
                                          match: {}
                                          schema:
                                            pattern: {type: String, value: Telefonnummer}
                                            mustSupport: true
                                            _required: true
                                            index: 42
                                          min: 1
                                required: [valueString]
                elements:
                  extension:
                    index: 36
                    slicing:
                      rules: open
                      discriminator:
                      - {path: url, type: value}
                      min: null
                      slices:
                        anzeigenameSystem:
                          match: {url: null}
                          schema:
                            type: Extension
                            mustSupport: true
                            url: https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Terminology_German
                            index: 37
                            extensions:
                              content:
                                url: null
                                mustSupport: true
                                index: 39
                                elements:
                                  value:
                                    mustSupport: true
                                    choices: []
                                    index: 41
                                  valueString:
                                    pattern: {type: String, value: Telefonnummer}
                                    mustSupport: true
                                    index: 42
                                    slicing:
                                      slices:
                                        valueString:
                                          match: {}
                                          schema:
                                            pattern: {type: String, value: Telefonnummer}
                                            mustSupport: true
                                            _required: true
                                            index: 42
                                          min: 1
                                required: [valueString]
                            elements:
                              extension:
                                index: 38
                                slicing:
                                  rules: open
                                  discriminator:
                                  - {path: url, type: value}
                                  min: null
                                  slices:
                                    content:
                                      match: {url: null}
                                      schema:
                                        mustSupport: true
                                        index: 39
                                        elements:
                                          value:
                                            mustSupport: true
                                            choices: []
                                            index: 41
                                          valueString:
                                            pattern: {type: String, value: Telefonnummer}
                                            mustSupport: true
                                            index: 42
                                            slicing:
                                              slices:
                                                valueString:
                                                  match: {}
                                                  schema:
                                                    pattern: {type: String, value: Telefonnummer}
                                                    mustSupport: true
                                                    _required: true
                                                    index: 42
                                                  min: 1
                                        required: [valueString]
              value: {mustSupport: true, index: 43}
              use: {index: 44}
              rank: {index: 45}
              period: {index: 46}
            required: [value, system]
        weitereKontaktMoeglichkeiten:
          match: {system: null}
          schema:
            mustSupport: true
            array: true
            max: 2
            index: 47
            elements:
              system:
                binding: {strength: required, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_MIO_NFDxDPE_Contact_Point|1.0.0'}
                mustSupport: true
                index: 48
                extensions:
                  anzeigenameSystem:
                    url: https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Terminology_German
                    type: Extension
                    mustSupport: true
                    index: 50
                    extensions:
                      content:
                        url: null
                        mustSupport: true
                        index: 52
                        elements:
                          value:
                            mustSupport: true
                            choices: []
                            index: 54
                          valueString:
                            mustSupport: true
                            index: 55
                            slicing:
                              slices:
                                valueString:
                                  match: {}
                                  schema: {mustSupport: true, _required: true, index: 55}
                                  min: 1
                        required: [valueString]
                    elements:
                      extension:
                        index: 51
                        slicing:
                          rules: open
                          discriminator:
                          - {path: url, type: value}
                          min: null
                          slices:
                            content:
                              match: {url: null}
                              schema:
                                mustSupport: true
                                index: 52
                                elements:
                                  value:
                                    mustSupport: true
                                    choices: []
                                    index: 54
                                  valueString:
                                    mustSupport: true
                                    index: 55
                                    slicing:
                                      slices:
                                        valueString:
                                          match: {}
                                          schema: {mustSupport: true, _required: true, index: 55}
                                          min: 1
                                required: [valueString]
                elements:
                  extension:
                    index: 49
                    slicing:
                      rules: open
                      discriminator:
                      - {path: url, type: value}
                      min: null
                      slices:
                        anzeigenameSystem:
                          match: {url: null}
                          schema:
                            type: Extension
                            mustSupport: true
                            url: https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Terminology_German
                            index: 50
                            extensions:
                              content:
                                url: null
                                mustSupport: true
                                index: 52
                                elements:
                                  value:
                                    mustSupport: true
                                    choices: []
                                    index: 54
                                  valueString:
                                    mustSupport: true
                                    index: 55
                                    slicing:
                                      slices:
                                        valueString:
                                          match: {}
                                          schema: {mustSupport: true, _required: true, index: 55}
                                          min: 1
                                required: [valueString]
                            elements:
                              extension:
                                index: 51
                                slicing:
                                  rules: open
                                  discriminator:
                                  - {path: url, type: value}
                                  min: null
                                  slices:
                                    content:
                                      match: {url: null}
                                      schema:
                                        mustSupport: true
                                        index: 52
                                        elements:
                                          value:
                                            mustSupport: true
                                            choices: []
                                            index: 54
                                          valueString:
                                            mustSupport: true
                                            index: 55
                                            slicing:
                                              slices:
                                                valueString:
                                                  match: {}
                                                  schema: {mustSupport: true, _required: true, index: 55}
                                                  min: 1
                                        required: [valueString]
              value: {mustSupport: true, index: 56}
              use: {index: 57}
              rank: {index: 58}
              period: {index: 59}
            required: [value, system]
  gender: {index: 60}
  period: {index: 89}
package_version: 1.0.0-benehmensherstellung
class: profile
kind: resource
url: https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DPE_Related_Person_Contact_Person
base: http://hl7.org/fhir/StructureDefinition/RelatedPerson
version: 1.0.0
required: [name, address, meta, telecom]