description: FHIR Body Mass Index (BMI) Profile package_name: hl7.fhir.r3.examples derivation: constraint name: Vital Signs Profile type: Observation elements: code: short: Body Mass Index (BMI) index: 0 elements: coding: index: 1 slicing: rules: open ordered: false discriminator: - {path: code, type: value} min: null slices: BMICode: match: {code: 39156-5} schema: index: 2 elements: system: type: uri pattern: {type: Uri, value: 'http://loinc.org'} index: 3 code: type: code pattern: {type: Code, value: 39156-5} index: 4 valueQuantity: index: 5 elements: code: type: code pattern: {type: Code, value: kg/m2} index: 6 package_version: 3.0.2 class: profile kind: resource url: http://hl7.org/fhir/StructureDefinition/bmi base: http://hl7.org/fhir/StructureDefinition/vitalsigns version: null