PackagesCanonicalsLogsProblems
    Packages
    de.gematik.sterbefall@1.0.0
    http://gematik.de/fhir/oegd/stf/StructureDefinition/StfBasisObservation
description: Dieses Profil stellt die Basis Observation im Kontext der STF dar. Alle weiteren Observation sind auf dieser Basis aufbauend.
package_name: de.gematik.sterbefall
derivation: constraint
name: StfBasisObservation
type: Observation
elements:
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Observation']
    index: 12
  value:
    mustSupport: true
    choices: []
    index: 10
  note: {mustSupport: true, index: 11}
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 8
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, index: 8}
          min: 0
          max: 1
  status: {mustSupport: true, index: 1}
  effective:
    mustSupport: true
    choices: []
    index: 5
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            index: 7
          min: 0
          max: 1
  code:
    binding: {strength: required, valueSet: 'http://gematik.de/fhir/oegd/stf/ValueSet/StfObservationCodes'}
    mustSupport: true
    index: 2
  partOf:
    short: Zuordnung 'Todesursache aus Leichenschau' vs. 'Todesursache aus Obduktion'
    refers: ['http://gematik.de/fhir/oegd/stf/StructureDefinition/StfLeichenschau', 'http://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion', 'http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    mustSupport: true
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 3
package_version: 1.0.0
class: profile
kind: resource
url: http://gematik.de/fhir/oegd/stf/StructureDefinition/StfBasisObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [partOf, subject]