PackagesCanonicalsLogsProblems
    Packages
    de.gematik.sterbefall@1.0.0-beta.1
    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:
  status: {mustSupport: true, index: 0}
  code:
    binding: {strength: required, valueSet: 'http://gematik.de/fhir/oegd/stf/ValueSet/StfObservationCodes'}
    mustSupport: true
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 2
  effective:
    mustSupport: true
    choices: []
    index: 4
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            index: 6
          min: 0
          max: 1
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 7
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
          min: 0
          max: 1
  value:
    mustSupport: true
    choices: []
    index: 9
  note: {mustSupport: true, index: 10}
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Observation']
    index: 11
package_version: 1.0.0-beta.1
class: profile
kind: resource
url: http://gematik.de/fhir/oegd/stf/StructureDefinition/StfBasisObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-beta.1
required: [subject]