description: A contact is a person not being a healthcare professional who is involved in the patient’s care, such as family members, caregivers, mental caretakers, guardians and legal representatives.\r\n\r\nIn addition to identification information such as the name, address and contact information can also be entered. The relationship to the patient and the role this person has can be entered as well. package_name: healthdata.be.r4.cbb derivation: constraint name: HdBeContactPerson type: RelatedPerson elements: patient: type: Reference refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'https://fhir.healthdata.be/StructureDefinition/HdBe-Patient'] index: 0 relationship: index: 1 slicing: rules: open discriminator: - {path: $this, type: value} min: null slices: role: match: {} schema: short: Role binding: {strength: required, valueSet: 'https://fhir.healthdata.be/ValueSet/Role'} index: 2 relationship: match: {} schema: short: Relationship binding: {strength: required, valueSet: 'https://fhir.healthdata.be/ValueSet/Relationship'} index: 3 name: {type: HumanName, index: 4} telecom: short: ContactInformation index: 5 slicing: rules: open discriminator: - {path: $this, type: profile} min: null slices: telephoneNumbers: match: {} schema: {type: ContactPoint, index: 6} emailAddresses: match: {} schema: {type: ContactPoint, index: 7} address: {type: Address, index: 8} package_version: 0.1.0-alpha class: profile kind: resource url: https://fhir.healthdata.be/StructureDefinition/HdBe-ContactPerson base: http://hl7.org/fhir/StructureDefinition/RelatedPerson version: null