PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization
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:
    constraint:
      au-core-org-01: {human: A National Organisation Identifier (type=NOI) shall be an HPI-O or PAI-O, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization', severity: error, expression: 'where(type.coding.code = ''NOI'').exists() implies (system=''http://ns.electronichealth.net.au/id/hi/hpio/1.0'') or (system=''http://ns.electronichealth.net.au/id/pcehr/paio/1.0'')'}
    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}
  alias: {mustSupport: true, index: 5}
  telecom: {mustSupport: true, index: 6}
  address: {mustSupport: true, index: 7}
package_version: 0.2.2-preview
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: 0.2.2-preview
required: [name]