description: A patient who is the beneficiary of an insurance plan. package_name: hl7.fhir.us.davinci-pas derivation: constraint name: PASBeneficiary type: Patient elements: name: elements: prefix: {mustSupport: true, index: 0} suffix: {mustSupport: true, index: 1} birthDate: constraint: FullDateRule: {human: Dates need to be a full date - YYYY-MM-DD, source: 'http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary', severity: error, expression: this.empty() or this.length() = 10} index: 2 address: elements: district: {mustSupport: true, index: 3} country: {mustSupport: true, index: 4} multipleBirthInteger: {type: integer, mustSupport: true, index: 5} package_version: 1.2.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient version: 1.2.0-ballot