description: This profile sets minimum expectations for a RelatedPerson resource to record, search, and fetch related persons associated with a patient. It is based on the [AU Base Related Person](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-relatedperson.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the RelatedPerson resource 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: AUCoreRelatedPerson type: RelatedPerson elements: identifier: mustSupport: true index: 0 slicing: rules: open discriminator: - {path: type, type: pattern} min: null slices: ihi: match: {type: null} schema: {type: Identifier, mustSupport: true, index: 1} max: 1 medicare: match: {type: null} schema: {type: Identifier, mustSupport: true, index: 2} max: 1 dva: match: {type: null} schema: {type: Identifier, mustSupport: true, index: 3} max: 1 active: pattern: {type: Boolean, value: true} index: 4 patient: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient'] index: 5 relationship: {mustSupport: true, index: 6} name: {mustSupport: true, index: 7} telecom: {mustSupport: true, index: 8} address: {mustSupport: true, index: 9} communication: mustSupport: true index: 10 elements: language: {mustSupport: true, index: 11} preferred: {mustSupport: true, index: 12} package_version: 0.2.2-preview class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson base: http://hl7.org.au/fhir/StructureDefinition/au-relatedperson version: 0.2.2-preview required: [relationship]