description: This profile defines how to represent a human Patient in HL7 FHIR in the scope of the European Patient Summary. package_name: hl7.fhir.eu.eps derivation: constraint name: PatientEuEps type: Patient elements: identifier: {index: 0} name: constraint: ips-pat-1: {human: 'Patient.name.given, Patient.name.family or Patient.name.text SHALL be present', source: 'http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps', severity: error, expression: family.exists() or given.exists() or text.exists()} index: 1 elements: use: {index: 2} text: {index: 3} family: {index: 4} given: {index: 5} telecom: {index: 6} gender: {index: 7} birthDate: {index: 8} address: {index: 9} generalPractitioner: type: Reference refers: ['http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core'] index: 10 package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps base: http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core version: 1.0.0-ballot