PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.0.0-ballot
    http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age
description: To promote interoperability and adoption through common implementation, this profile sets minimum expectations for the Observation resource to record, search, and fetch pediatric body mass index (BMI) percentile per age and sex for youth 2-20 observations in FHIR using a standard LOINC code and UCUM units of measure. It is based on the US Core Vital Signs Profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets which **SHALL** be present in the Observation resource when using this profile. It provides the floor for standards development for specific use cases.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCorePediatricBMIforAgeObservationProfile
type: Observation
elements:
  code:
    type: CodeableConcept
    short: BMI percentile per age and sex for youth 2-20
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 59576-9, system: 'http://loinc.org'}
    index: 0
  valueQuantity:
    mustSupport: true
    index: 1
    elements:
      value: {type: decimal, mustSupport: true, index: 2}
      unit: {type: string, mustSupport: true, index: 3}
      system:
        type: uri
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 4
      code:
        type: code
        short: Coded responses from the common UCUM units for vital signs value set.
        pattern: {type: Code, value: '%'}
        mustSupport: true
        index: 5
    required: [value, unit, system, code]
package_version: 6.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs
version: 6.0.0-ballot