description: This profile represents the constraints applied to the Patient resource by the International Patient Summary (IPS) FHIR Implementation Guide and describes the minimum expectations for the Patient resource when used in the IPS composition or in one of the referred resources. package_name: hl7.fhir.uv.ips derivation: constraint name: PatientUvIps type: Patient elements: identifier: {mustSupport: true, index: 0} name: constraint: ips-pat-1: {human: 'Patient.name.given, Patient.name.family or Patient.name.text SHALL be present', source: 'http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips', severity: error, expression: family.exists() or given.exists() or text.exists()} mustSupport: true index: 1 elements: text: {mustSupport: true, index: 2} family: {mustSupport: true, index: 3} given: {mustSupport: true, index: 4} telecom: {mustSupport: true, index: 5} gender: {mustSupport: true, index: 6} birthDate: {mustSupport: true, index: 7} address: {mustSupport: true, index: 8} contact: elements: relationship: {type: CodeableConcept, index: 9} generalPractitioner: {mustSupport: true, index: 10} package_version: 2.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips base: http://hl7.org/fhir/StructureDefinition/Patient version: 2.0.0-ballot required: [name, birthDate]