PackagesCanonicalsLogsProblems
    Packages
    tiplu.maia.schnittstellendefinition@1.1.3
    https://tiplu.de/fhir/maia/StructureDefinition/MaiaVitalparameterUndMesswerte
description: Das vorliegende Observation-Profil im UseCase Vitalparameter und Messwerte beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
package_name: tiplu.maia.schnittstellendefinition
derivation: constraint
name: MaiaVitalparameterUndMesswerte
type: Observation
elements:
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: vital-signs, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
    type: CodeableConcept
    index: 2
  value[x]:
    elements:
      value: {mustSupport: true, index: 16}
      unit: {mustSupport: true, index: 17}
      system: {mustSupport: true, index: 18}
      code: {mustSupport: true, index: 19}
    required: [code, system, unit, value]
  encounter:
    type: Reference
    mustSupport: true
    refers: ['https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung']
    index: 5
  valueQuantity:
    type: Quantity
    mustSupport: true
    choiceOf: value
    index: 15
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, mustSupport: true, choiceOf: value, index: 15}
          min: 0
          max: 1
  value:
    mustSupport: true
    choices: []
    index: 12
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueQuantity:
          match: {}
          schema:
            mustSupport: true
            choices: [valueQuantity]
            index: 14
          min: 0
          max: 1
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 10
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, _required: true, index: 10}
          min: 1
          max: 1
  status: {mustSupport: true, index: 1}
  effective:
    mustSupport: true
    choices: []
    index: 7
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            _required: true
            index: 9
          min: 1
          max: 1
  id: {mustSupport: true, index: 0}
  code:
    binding: {strength: required, valueSet: 'https://tiplu.de/fhir/maia/ValueSet/MaiaUnterstuetzteVitalparameterUndMesserteVS'}
    mustSupport: true
    index: 3
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient']
    index: 4
package_version: 1.1.3
class: profile
kind: resource
url: https://tiplu.de/fhir/maia/StructureDefinition/MaiaVitalparameterUndMesswerte
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [category, effective, effectiveDateTime, encounter, id, subject]