PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@1.1.1
    http://hl7.org.au/fhir/StructureDefinition/au-bodyweight
description: This profile defines a body weight information structure for use in an Australian context that tightens the BodyWeightCode slice, aligning to the proposed [R4 Observation Body Weight](http://build.fhir.org/bodyweight.html) profile.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUBodyWeight
type: Observation
elements:
  code:
    short: Required body weight code
    index: 0
    elements:
      coding:
        short: Required coding
        index: 1
        slicing:
          slices:
            BodyWeightCode:
              match: {}
              schema:
                short: Body weight code
                _required: true
                index: 2
                elements:
                  system: {short: LOINC coding system, index: 3}
                  code: {short: Body weight LOINC code, index: 4}
                required: [system, code]
    required: [coding]
package_version: 1.1.1
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-bodyweight
base: http://hl7.org/fhir/StructureDefinition/bodyweight
version: 1.1.1