PackagesCanonicalsLogsProblems
    Packages
    ee.fhir.mpi@1.4.0
    https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-newborn
description: Profiil vastsündinu andmete kirjeldamiseks
package_name: ee.fhir.mpi
derivation: constraint
name: EEMPIPatientNewborn
type: Patient
elements:
  identifier: {short: Vastsündinu identifikaator, index: 0}
  name:
    index: 1
    slicing:
      slices:
        temp:
          match: {}
          schema:
            short: Ajutine nimi
            mustSupport: true
            index: 2
            elements:
              use:
                pattern: {type: Code, value: temp}
                index: 3
              family: {index: 4}
              given: {short: Vastsündinu eesnimi võib puududa, index: 5}
            required: [family]
  telecom:
    index: 6
    slicing:
      slices:
        phone:
          match: {}
          schema: {index: 7}
          max: 0
        email:
          match: {}
          schema: {index: 8}
          max: 0
  birthDate: {index: 9}
  address: {index: 10}
  multipleBirth:
    short: Sünnijärjekord
    mustSupport: true
    choices: [multipleBirthInteger]
    index: 12
  multipleBirthInteger: {type: integer, short: Sünnijärjekord, mustSupport: true, choiceOf: multipleBirth, index: 13}
  communication: {index: 14}
package_version: 1.4.0
class: profile
kind: resource
url: https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-newborn
base: https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient
version: 1.4.0
required: [multipleBirth, name, birthDate, multipleBirthInteger]