PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    https://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger
description: Patienten-Angehöriger für die ECP-Dateneinleitung
package_name: de.thieme-compliance.anamnese
derivation: constraint
name: EcpAngehoeriger
type: RelatedPerson
elements:
  relationship: {mustSupport: true, index: 0}
  name:
    elements:
      family: {mustSupport: true, index: 1}
      given: {mustSupport: true, index: 2}
      prefix: {mustSupport: true, index: 3}
  telecom:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        eMail:
          match: {system: email}
          schema:
            mustSupport: true
            pattern:
              type: ContactPoint
              value: {system: email}
            type: ContactPoint
            index: 5
            elements:
              system: {mustSupport: true, index: 6}
              value: {mustSupport: true, index: 7}
            required: [system, value]
        privatePhone:
          match: {use: home, system: phone}
          schema:
            mustSupport: true
            pattern:
              type: ContactPoint
              value: {use: home, system: phone}
            type: ContactPoint
            index: 8
            elements:
              system: {mustSupport: true, index: 9}
              value: {mustSupport: true, index: 10}
              use: {mustSupport: true, index: 11}
            required: [system, use, value]
  birthDate: {mustSupport: true, index: 12}
package_version: 0.0.2-dev
class: profile
kind: resource
url: https://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger
base: https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKAngehoeriger
version: 1.0.0