PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@rad-order-1.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
  effectiveDateTime: {type: dateTime, mustSupport: true, index: 4}
  valueQuantity:
    index: 5
    elements:
      unit:
        pattern: {type: String, value: kg}
        index: 6
      code:
        pattern: {type: Code, value: kg}
        index: 7
package_version: rad-order-1.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: 1.0.0