PackagesCanonicalsLogsProblems
    Packages
    rs/de.gematik.isik@basismodul-4.0.0
    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:
  category: {mustSupport: true, index: 1}
  encounter: {mustSupport: true, index: 8}
  value:
    mustSupport: true
    choices: []
    index: 14
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 11}
  status: {mustSupport: true, index: 0}
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 10
  code:
    mustSupport: true
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: system, type: pattern}
          min: 1
          slices:
            snomed-ct:
              match: {system: null}
              schema: {type: Coding, mustSupport: true, array: true, index: 4}
              min: 0
            loinc:
              match: {system: null}
              schema: {type: Coding, mustSupport: true, array: true, min: 1, _required: true, index: 5}
              min: 1
    required: [coding]
  subject:
    mustSupport: true
    index: 6
    elements:
      reference: {mustSupport: true, index: 7}
    required: [reference]
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 12}
package_version: basismodul-4.0.0
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKLebensZustand
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 4.0.0
required: [effective, effectiveDateTime, effectivePeriod, subject, value]