PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-ballot
    http://hl7.org/fhir/StructureDefinition/RelatedPerson
description: Information about a person that is involved in a patient's health or the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.
package_name: hl7.fhir.r5.examples
derivation: specialization
name: RelatedPerson
type: RelatedPerson
elements:
  patient:
    isModifier: false
    short: The patient this person is related to
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 2
  address: {isModifier: false, short: Address where the related person can be contacted or visited, type: Address, mustSupport: false, array: true, isSummary: true, index: 8}
  name: {isModifier: false, short: A name associated with the person, type: HumanName, mustSupport: false, array: true, isSummary: true, index: 4}
  birthDate: {isModifier: false, short: The date on which the related person was born, type: date, mustSupport: false, isSummary: true, index: 7}
  relationship:
    isModifier: false
    short: The relationship of the related person to the patient
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype'}
    isSummary: true
    index: 3
  photo: {isModifier: false, short: Image of the person, type: Attachment, mustSupport: false, array: true, isSummary: false, index: 9}
  active: {isModifier: true, short: Whether this related person's record is in active use, type: boolean, mustSupport: false, 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:
    isModifier: false
    short: A language which may be used to communicate with the related person about the patient's health
    index: 11
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      language:
        isModifier: false
        short: The language which can be used to communicate with the related person about the patient's health
        type: CodeableConcept
        mustSupport: false
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/languages'}
        isSummary: false
        index: 12
      preferred: {isModifier: false, short: Language preference indicator, type: boolean, mustSupport: false, isSummary: false, index: 13}
    required: [language]
    isSummary: false
  identifier: {isModifier: false, short: A human identifier for this person, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  telecom: {isModifier: false, short: A contact detail for the person, type: ContactPoint, mustSupport: false, array: true, isSummary: true, index: 5}
  gender:
    isModifier: false
    short: male | female | other | unknown
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0-ballot'}
    isSummary: true
    index: 6
  period: {isModifier: false, short: Period of time that this relationship is considered valid, type: Period, mustSupport: false, isSummary: false, index: 10}
package_version: 5.0.0-ballot
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/RelatedPerson
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0-ballot
required: [patient]