description: This profile sets minimum expectations for a Organization resource to record, search, and fetch information about an organisation. It is based on the [AU Base Organization](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-organization.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Organization 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: AUCoreOrganization type: Organization elements: identifier: mustSupport: true index: 0 slicing: rules: open ordered: false discriminator: - {path: system, type: pattern} min: null slices: hpio: match: {system: null} schema: {type: Identifier, mustSupport: true, index: 1} max: 1 abn: match: {system: null} schema: {type: Identifier, mustSupport: true, index: 2} type: {mustSupport: true, index: 3} name: {mustSupport: true, index: 4} telecom: mustSupport: true index: 5 elements: system: {mustSupport: true, index: 6} value: {mustSupport: true, index: 7} address: {mustSupport: true, index: 8} package_version: 2.1.0-draft class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization base: http://hl7.org.au/fhir/StructureDefinition/au-organization version: 2.1.0-draft required: [name]