PackagesCanonicalsLogsProblems
    Packages
    de.gecco@1.0.4-rc.2
    https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/vital-signs-base
description: Vital signs base definition profile
package_name: de.gecco
derivation: constraint
name: VitalSignsBase
type: Observation
elements:
  category:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        vs-cat:
          match:
            coding:
            - {code: vital-signs, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: vital-signs, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 2
          min: 1
          max: 1
  hasMember: {short: Used when reporting vital signs panel components, index: 12}
  value:
    short: Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.
    choices: []
    index: 10
  effectiveDateTime: {short: Often just a dateTime for vital signs, type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
  status: {mustSupport: true, index: 0}
  effective:
    short: Often just a dateTime for vital signs
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  code: {mustSupport: true, index: 3}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
  dataAbsentReason: {index: 11}
  effectivePeriod: {short: Often just a dateTime for vital signs, type: Period, mustSupport: true, choiceOf: effective, index: 8}
package_version: 1.0.4-rc.2
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/vital-signs-base
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.4
required: [effectiveDateTime, effectivePeriod, subject, category, effective]