description: This profile sets minimum expectations for the Patient resource common to most of the use cases.\nWhen the ips-pat-1 invariant is satisfied \\(Patient.name.given, Patient.name.family or Patient.name.text SHALL be present\\) then this profile complies with the IPS patient profile. package_name: hl7.fhir.eu.base-r5 derivation: constraint name: PatientEuCore type: Patient elements: name: constraint: eu-pat-1: {human: 'given, family, text or a data-absent-reason extension SHALL be present', source: 'http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core', severity: error, expression: 'family.exists() or given.exists() or text.exists() or extension(''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').exists()'} index: 0 birthDate: {index: 1} package_version: 0.1.0 class: profile kind: resource url: http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core base: http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu version: 0.1.0 required: [name, birthDate]