PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@rad-order-2.0.0
    http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-bodyweight-observation
description: Definition for the Body Weight Observation resource in the context of CH RAD-Order.
package_name: ch.fhir.ig.ch
derivation: constraint
name: ChRadOrderBodyWeightObservation
type: Observation
elements:
  code:
    elements:
      coding:
        mustSupport: true
        index: 0
        slicing:
          slices:
            BodyWeightCode:
              match: {}
              schema:
                mustSupport: true
                index: 0
                elements:
                  system: {mustSupport: true, index: 1}
                  code: {mustSupport: true, index: 2}
  subject:
    type: Reference
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient']
    index: 3
  effective:
    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
  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
  value:
    choices: [valueQuantity]
    index: 10
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            choices: [valueQuantity]
            index: 10
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 11
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, index: 11}
  value[x]:
    elements:
      unit:
        pattern: {type: String, value: kg}
        index: 12
      code:
        pattern: {type: Code, value: kg}
        index: 13
package_version: rad-order-2.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-bodyweight-observation
base: http://hl7.org/fhir/StructureDefinition/bodyweight
version: 2.0.0