PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@2.1.0
    http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height
description: Defines constraints and extensions on the Observation resource for use in querying and retrieving pediatric Weight-for-length per age and gender observations.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCorePediatricWeightForHeightObservationProfile
type: Observation
elements:
  code:
    short: Weight-for-length per age and gender
    isModifier: false
    mustSupport: false
    index: 0
    elements:
      coding:
        isModifier: false
        mustSupport: false
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          - {path: system, type: value}
          min: null
          slices:
            WtPercentile:
              match: {code: 77606-2, system: 'http://loinc.org'}
              schema:
                isModifier: false
                mustSupport: false
                _required: true
                index: 2
                elements:
                  system:
                    type: uri
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    isModifier: false
                    mustSupport: false
                    index: 3
                  code:
                    type: code
                    pattern: {type: Code, value: 77606-2}
                    isModifier: false
                    mustSupport: false
                    index: 4
                required: [system, code]
  valueQuantity:
    isModifier: false
    mustSupport: false
    index: 5
    elements:
      value: {type: decimal, isModifier: false, mustSupport: true, index: 6}
      unit: {type: string, isModifier: false, mustSupport: true, index: 7}
      system:
        type: uri
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        isModifier: false
        mustSupport: true
        index: 8
      code:
        pattern: {type: Code, value: '%'}
        isModifier: false
        short: Coded responses from the common UCUM units for vital signs value set.
        type: code
        mustSupport: true
        index: 9
    required: [value, unit, system, code]
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height
base: http://hl7.org/fhir/StructureDefinition/vitalsigns
version: 3.0.0
required: [valueQuantity]