description: Base StructureDefinition for RelatedPerson Resource package_name: hl7.fhir.core derivation: specialization name: RelatedPerson type: RelatedPerson elements: patient: short: The patient this person is related to refers: ['http://hl7.org/fhir/StructureDefinition/Patient'] type: Reference isSummary: true index: 2 address: {short: Address where the related person can be contacted or visited, type: Address, array: true, isSummary: true, index: 8} name: {short: A name associated with the person, type: HumanName, array: true, isSummary: true, index: 4} birthDate: {short: The date on which the related person was born, type: date, isSummary: true, index: 7} relationship: {short: The nature of the relationship, type: CodeableConcept, isSummary: true, index: 3} photo: {short: Image of the person, type: Attachment, array: true, index: 9} active: {isModifier: true, short: Whether this related person's record is in active use, type: boolean, defaultValueBoolean: true, isSummary: true, index: 1} identifier: {short: A human identifier for this person, type: Identifier, array: true, isSummary: true, index: 0} telecom: {short: A contact detail for the person, comments: 'Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification.', type: ContactPoint, array: true, isSummary: true, index: 5} gender: {short: male | female | other | unknown, type: code, isSummary: true, index: 6} period: {type: Period, short: Period of time that this relationship is considered valid, index: 10} package_version: 1.8.0 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/RelatedPerson base: http://hl7.org/fhir/StructureDefinition/DomainResource version: null required: [patient]