PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@0.9.3
    http://hl7.org.au/fhir/StructureDefinition/au-location
description: Base profile for Australian context Location
package_name: hl7.fhir.au.base
derivation: constraint
name: AUBaseLocation
type: Location
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      - {path: type, type: value}
      min: null
      slices:
        nataSite:
          match: {system: 'http://hl7.org.au/id/nata-site', type: null}
          schema:
            short: NATA Site Number
            index: 1
            elements:
              type:
                index: 2
                elements:
                  text:
                    short: NATA Site Number
                    pattern: {type: String, value: NATA Site Number}
                    index: 3
                required: [text]
              system:
                short: Namespace for NATA Site Number
                pattern: {type: Uri, value: 'http://hl7.org.au/id/nata-site'}
                index: 4
              value: {index: 5}
            required: [value, type, system]
  managingOrganization:
    type: Reference
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-organisation']
    index: 6
  partOf:
    type: Reference
    refers: ['http://hl7.org.au/fhir/StructureDefinition/au-location']
    index: 7
package_version: 0.9.3
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: '0.1'