FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

Patient Administration icon Work GroupMaturity Level: 0 DraftSecurity Category: Patient Compartments: Patient, RelatedPerson

Detailed Descriptions for the elements in the PersonalRelationship resource.

PersonalRelationship
Element Id PersonalRelationship
Definition

The details of a direct relationship between two individuals. It does not contain information about the individuals themselves, just the relationship itself.

Short Display A relationship between two indiduals
Cardinality 0..*
Type DomainResource
Requirements

Need to track relationships between individuals along with the attributes of that relationship such as:

  • Represent relationship between two members
  • Represent the certainty of the relationship
  • Represent the temporal nature of the relationship (e.g., father/daughter is mostly persistent, but resident in household is very transient).
  • Represent the role of the person within a group (e.g., the head of the household is the decision maker)
Summary false
PersonalRelationship.source
Element Id PersonalRelationship.source
Definition

The source is the individual that is described by the relationshipType. In human language, you would say that source is the relationship of target.

Short Display The individual that is the the source of the relationship
Cardinality 1..1
Type Reference(Patient | RelatedPerson | Person)
Summary true
Comments

For example, if the relationship is daughter, then the individual that is the .source is the daughter of the .target.

PersonalRelationship.relationshipType
Element Id PersonalRelationship.relationshipType
Definition

The relationship the source has with the target.

Short Display The relationship between the source and the target individuals
Cardinality 1..1
Terminology Binding Personal Relationship Type (Preferred)
Type CodeableConcept
Summary true
Comments

For example, if the relationship is daughter, then the individual that is the .source is the daughter of the .target. The terminology is a heirarchy so can use :is-a and other terminology style relationships in search. (i.e. a son is a form of a child)

PersonalRelationship.target
Element Id PersonalRelationship.target
Definition

The target is the individual to which the source is related. In human language, you would say that source is the relationshipType of target.

Short Display The individual that is the the target of the relationship
Cardinality 1..1
Type Reference(Patient | RelatedPerson | Person)
Summary true
Comments

For example, if the relationship is daughter, then the individual that is the .source is the daughter of the .target.

PersonalRelationship.period
Element Id PersonalRelationship.period
Definition

The period of time during which this relationship is or was active. If there are no dates defined, then the interval is unknown.

Short Display The period of time during which the relationship is active
Cardinality 0..*
Type Period
Summary false
Comments

If an individual has a relationship with a patient over multiple, non-adjacent periods, there should be a distinct PersonalRelationship instance for each period. For example, if a person is a roommate for a period of time, moves out, and is later a roommate with the same person again, you would have two PersonalRelationship instances.

Most social relationships are dynamic. For example, an on-again/off-again relationship could be represented as a single PersonalRelationship with multiple periods describing the "on-again" periods. Some relationships, such as biological relationships, may often be considered permanent (ignoring situations where paternity may be disputed). In cases where the relationships is considered permanent, the .period should be omitted.

PersonalRelationship.confidence
Element Id PersonalRelationship.confidence
Definition

A coded representation of the confidence in the validity of the relationship.

Short Display The confidence level of this relationship
Cardinality 0..1
Terminology Binding Confidence:
Type CodeableConcept
Requirements

Sometimes relationship data is externally observed/reported and might not be of high quality. The confidence provides the level of certainty that the asserter had of the relationship.

Summary true
PersonalRelationship.asserter
Element Id PersonalRelationship.asserter
Definition

The asserter of the relationship. Typically is the source of the relationship information. (The relationship was reported by ...).

Short Display Who has asserted the details of the relationship
Cardinality 0..1
Type Reference(Patient | RelatedPerson | Practitioner | Organization)
Summary false
PersonalRelationship.group
Element Id PersonalRelationship.group
Definition

Some relationships are applicable within the context of a specific group. Such as a caregiver within a specific household.

Short Display This relationship is applicable to the referenced group(s)
Cardinality 0..*
Type Reference(Group)
Summary true