PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.0.0
    http://hl7.org.au/fhir/StructureDefinition/au-vitalspanel
description: This profile provides an observation information structure for a vital sign panel for a patient.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUVitalsPanel
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    elements:
      coding:
        array: true
        min: 2
        index: 1
        slicing:
          slices:
            VitalsPanelCode:
              match: {}
              schema:
                _required: true
                index: 2
                elements:
                  system: {index: 3}
                  code: {index: 4}
                required: [system, code]
            snomedVitalsPanelCode:
              match: {}
              schema:
                short: SNOMED CT Vital Sign Panel
                mustSupport: true
                _required: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 6
                  code: {index: 7}
                required: [system, code]
  effective:
    short: Date, and optionally time, the observation was performed
    choices: [effectiveDateTime]
    index: 9
  effectiveDateTime: {type: dateTime, short: 'Date, and optionally time, the observation was performed', choiceOf: effective, index: 10}
package_version: 4.0.0
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-vitalspanel
base: http://hl7.org/fhir/StructureDefinition/vitalspanel
version: 4.0.0