PackagesCanonicalsLogsProblems
    Packages
    ee.fhir.mpi@1.2.2
    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: 12}
  deceasedDateTime: {type: dateTime, short: Patsiendi surmaaeg, choiceOf: deceased, index: 11}
  name:
    short: Surnult sündinu nimi võib puududa
    index: 2
    slicing:
      slices:
        temp:
          match: {}
          schema:
            short: Ajutine nimi
            mustSupport: true
            index: 3
            elements:
              use:
                pattern: {type: Code, value: temp}
                index: 4
              family: {index: 5}
              given: {short: Surnult sündinu eesnimi võib puududa, index: 6}
            required: [family]
  birthDate: {index: 8}
  multipleBirthInteger: {type: integer, short: Sünnijärjekord, mustSupport: true, choiceOf: multipleBirth, index: 15}
  multipleBirth:
    short: Sünnijärjekord
    mustSupport: true
    choices: [multipleBirthInteger]
    index: 14
  deceased:
    short: Patsiendi surmaaeg
    choices: [deceasedDateTime]
    index: 10
  active:
    pattern: {type: Boolean, value: false}
    index: 1
  communication: {index: 16}
  identifier: {short: Surnult sündinu identifikaator, index: 0}
  telecom: {index: 7}
package_version: 1.2.2
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.2.2
required: [deceasedDateTime, multipleBirth, birthDate, deceased, multipleBirthInteger]