description: This profile sets minimum expectations for an Observation resource to record, search, and fetch vital signs panel observations with standard coding. It is based on the core [FHIR Vital Signs Panel Profile](http://hl7.org/fhir/R4/vitalspanel.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Observation 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: AUCoreVitalsPanel type: Observation elements: status: pattern: {type: Code, value: final} index: 0 code: elements: coding: index: 1 slicing: slices: VitalsPanelCode: match: {} schema: _required: true index: 2 elements: system: {index: 3} code: {index: 4} required: [system, code] required: [coding] subject: type: Reference refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient'] index: 5 encounter: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter'] index: 6 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-vitalspanel', severity: error, expression: $this is DateTime implies $this.toString().length() >= 10} choices: [effectiveDateTime] index: 8 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-vitalspanel', severity: error, expression: $this is DateTime implies $this.toString().length() >= 10} choiceOf: effective index: 9 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 package_version: 0.2.2-preview class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-vitalspanel base: http://hl7.org/fhir/StructureDefinition/vitalspanel version: 0.2.2-preview