PackagesCanonicalsLogsProblems
    Packages
    ee.fhir.mpi@1.4.0
    https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-stillborn
description: Profiil surnult sündinu andmete kirjeldamiseks
package_name: ee.fhir.mpi
derivation: constraint
name: EEMPIPatientStillborn
type: Patient
elements:
  address: {index: 13}
  deceasedDateTime: {type: dateTime, short: Patsiendi surmaaeg, choiceOf: deceased, index: 12}
  name:
    short: Surnult sündinu nimi võib puududa
    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: Surnult sündinu eesnimi võib puududa, index: 5}
            required: [family]
  birthDate: {index: 9}
  multipleBirthInteger: {type: integer, short: Sünnijärjekord, mustSupport: true, choiceOf: multipleBirth, index: 16}
  multipleBirth:
    short: Sünnijärjekord
    mustSupport: true
    choices: [multipleBirthInteger]
    index: 15
  deceased:
    short: Patsiendi surmaaeg
    choices: [deceasedDateTime]
    index: 11
  communication: {index: 17}
  identifier: {short: Surnult sündinu identifikaator, index: 0}
  telecom:
    index: 6
    slicing:
      slices:
        phone:
          match: {}
          schema: {index: 7}
          max: 0
        email:
          match: {}
          schema: {index: 8}
          max: 0
package_version: 1.4.0
class: profile
kind: resource
url: https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-stillborn
base: https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient
version: 1.4.0
required: [deceasedDateTime, multipleBirth, birthDate, deceased, multipleBirthInteger]