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