PackagesCanonicalsLogsProblems
    Packages
    rs/de.gematik.isik@basismodul-4.0.0-rc
    https://gematik.de/fhir/isik/StructureDefinition/ISiKLebensZustand
description: Basisprofil für ISiKLebensZustand Observation
package_name: rs/de.gematik.isik
derivation: constraint
name: ISiKLebensZustand
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  code: {mustSupport: true, index: 1}
  subject:
    mustSupport: true
    index: 2
    elements:
      reference: {mustSupport: true, index: 3}
    required: [reference]
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 5
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 6}
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 7}
  value:
    mustSupport: true
    choices: []
    index: 9
package_version: basismodul-4.0.0-rc
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKLebensZustand
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 4.0.0-rc
required: [effective, effectiveDateTime, effectivePeriod, subject]