PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyheight
description: This profile sets minimum expectations for an Observation resource to record, search, and fetch body height observations with standard coding and units of measure. It is based on the [FHIR Body Height Profile](http://hl7.org/fhir/R4/bodyheight.html) and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Observation resource when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context.
package_name: hl7.fhir.au.core
derivation: constraint
name: AUCoreBodyHeight
type: Observation
elements:
  value[x]:
    elements:
      code:
        binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/metric-body-length-units-1'}
        index: 13
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter']
    index: 6
  value:
    short: Body height
    choices: []
    index: 12
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            short: Body height
            choices: []
            index: 12
  effectiveDateTime:
    type: dateTime
    short: Date, and optionally time, the observation was performed
    constraint:
      au-core-obs-01: {human: Date shall be at least to day, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyheight', severity: error, expression: $this is DateTime implies $this.toString().length() >= 10}
    choiceOf: effective
    index: 9
  status:
    pattern: {type: Code, value: final}
    index: 0
  effective:
    short: Date, and optionally time, the observation was performed
    constraint:
      au-core-obs-01: {human: Date shall be at least to day, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyheight', severity: error, expression: $this is DateTime implies $this.toString().length() >= 10}
    choices: [effectiveDateTime]
    index: 8
  code:
    elements:
      coding:
        array: true
        min: 2
        index: 1
        slicing:
          slices:
            snomedBodyHeightCode:
              match: {}
              schema:
                short: SNOMED CT Body Height
                _required: true
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 3
                  code:
                    pattern: {type: Code, value: '50373000'}
                    index: 4
                required: [system, code]
  subject:
    type: Reference
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 5
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson']
    index: 10
  dataAbsentReason: {mustSupport: true, index: 14}
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-bodyheight
base: http://hl7.org/fhir/StructureDefinition/bodyheight
version: 0.2.2-preview