PackagesCanonicalsLogsProblems
    Packages
    lt.hl7.fhir.vitalsigns@0.0.1
    https://hl7.lt/fhir/vitalsigns/StructureDefinition/waist-circumference
description: Waist circumference by Tape measure. The measurement in centimeters or inches around the narrowest part of the waist.
package_name: lt.hl7.fhir.vitalsigns
derivation: constraint
name: WaistCircumference
type: Observation
elements:
  category:
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 2
      slices:
        VSCat:
          match:
            coding:
            - {code: vital-signs, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: vital-signs, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 1
          min: 1
          max: 1
        WaistCircumferenceCode:
          match:
            coding:
            - {code: 8280-0, system: 'http://loinc.org', display: Waist Circumference at umbilicus by Tape measure}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: 8280-0, system: 'http://loinc.org', display: Waist Circumference at umbilicus by Tape measure}
            _required: true
            index: 2
          min: 1
          max: 1
  interpretation:
    binding: {strength: extensible, valueSet: 'https://hl7.lt/fhir/vitalsigns/ValueSet/numeric-result-interpretation-non-panic|1.0.0'}
    index: 11
  method: {index: 14}
  valueQuantity: {type: Quantity, choiceOf: value, index: 9}
  value:
    choices: [valueQuantity]
    index: 8
  component: {index: 15}
  effectiveDateTime: {type: dateTime, short: Vital Signs are point in time measurements and are recorded using the dateTime data type, choiceOf: effective, index: 6}
  effective:
    short: Vital Signs are point in time measurements and are recorded using the dateTime data type
    choices: [effectiveDateTime]
    index: 5
  code:
    short: Waist Circumference observation
    binding: {strength: preferred, valueSet: 'https://hl7.lt/fhir/vitalsigns/ValueSet/waist-circumference-obervation|1.0.0'}
    index: 3
  bodySite: {index: 12}
  bodyStructure: {index: 13}
  dataAbsentReason: {index: 10}
package_version: 0.0.1
class: profile
kind: resource
url: https://hl7.lt/fhir/vitalsigns/StructureDefinition/waist-circumference
base: https://hl7.lt/fhir/base/StructureDefinition/lt-observation|0.2.0
version: 1.0.0
required: [effectiveDateTime, effective]