This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Administration Work Group | Maturity Level: 0 | Draft | Security 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:
|
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 |
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 |
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 |
PersonalRelationship.target | |
Element Id | PersonalRelationship.target |
Definition | The |
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 |
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 |
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 |