http://hl7.org/fhir/StructureDefinition/RelatedPerson|4.0.1

Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.
description: Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.
derivation: specialization
name: RelatedPerson
type: RelatedPerson
elements:
  patient: {short: The patient this person is related to, isSummary: true, index: 2}
  address: {short: Address where the related person can be contacted or visited, array: true, isSummary: true, index: 8}
  name: {short: A name associated with the person, array: true, isSummary: true, index: 4}
  birthDate: {short: The date on which the related person was born, isSummary: true, index: 7}
  relationship:
    short: The nature of the relationship
    array: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype'}
    isSummary: true
    index: 3
  photo: {short: Image of the person, array: true, index: 9}
  active: {isModifier: true, short: Whether this related person's record is in active use, meaningWhenMissing: This resource is generally assumed to be active if no value is provided for the active element, isModifierReason: This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid, isSummary: true, index: 1}
  communication:
    short: A language which may be used to communicate with about the patient's health
    array: true
    index: 11
    elements:
      language:
        short: The language which can be used to communicate with the patient about his or her health
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/languages'}
        index: 12
      preferred: {short: Language preference indicator, index: 13}
    required: [language]
  identifier: {short: A human identifier for this person, array: true, isSummary: true, index: 0}
  telecom: {short: A contact detail for the person, array: true, isSummary: true, index: 5}
  gender:
    short: male | female | other | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'}
    isSummary: true
    index: 6
  period: {short: Period of time that this relationship is considered valid, index: 10}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/RelatedPerson
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [patient]