PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.0.2
    http://hl7.org/fhir/StructureDefinition/RelatedPerson
description: Base StructureDefinition for RelatedPerson Resource
package_name: hl7.fhir.r2.examples
name: RelatedPerson
type: null
elements:
  patient: {short: The patient this person is related to, type: Reference, isSummary: true, index: 1}
  address: {short: Address where the related person can be contacted or visited, type: Address, array: true, isSummary: true, index: 7}
  name: {short: A name associated with the person, type: HumanName, isSummary: true, index: 3}
  birthDate: {type: date, short: The date on which the related person was born, isSummary: true, index: 6}
  relationship: {short: The nature of the relationship, type: CodeableConcept, isSummary: true, index: 2}
  photo: {type: Attachment, short: Image of the person, array: true, index: 8}
  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: 4}
  gender: {short: male | female | other | unknown, type: code, isSummary: true, index: 5}
  period: {type: Period, short: Period of time that this relationship is considered valid, index: 9}
package_version: 1.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/RelatedPerson
version: null
required: [patient]