Release 4

Patient Administration Work GroupMaturity Level: 2 Trial UseSecurity Category: Patient Compartments: Patient, RelatedPerson

Detailed Descriptions for the elements in the RelatedPerson resource.

RelatedPerson
Element IdRelatedPerson
Definition

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.

Cardinality0..*
TypeDomainResource
Requirements

Need to track persons related to the patient or the healthcare process.

RelatedPerson.identifier
Element IdRelatedPerson.identifier
Definition

Identifier for a person within a particular scope.

NoteThis is a business identifier, not a resource identifier (see discussion)
Cardinality0..*
TypeIdentifier
Requirements

People are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the patient. Examples are national person identifier and local identifier.

Summarytrue
RelatedPerson.active
Element IdRelatedPerson.active
Definition

Whether this related person record is in active use.

Cardinality0..1
Typeboolean
Is Modifiertrue (Reason: 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)
Meaning if MissingThis resource is generally assumed to be active if no value is provided for the active element
Requirements

Need to be able to mark a related person record as not to be used, such as if it was created in error.

Summarytrue
Comments

This element is labeled as a modifier because it may be used to mark that the resource was created in error.

RelatedPerson.patient
Element IdRelatedPerson.patient
Definition

The patient this person is related to.

Cardinality1..1
TypeReference(Patient)
Requirements

We need to know which patient this RelatedPerson is related to.

Summarytrue
RelatedPerson.relationship
Element IdRelatedPerson.relationship
Definition

The nature of the relationship between a patient and the related person.

Cardinality0..*
Terminology BindingPatient relationship type (Preferred)
TypeCodeableConcept
Requirements

We need to know the relationship with the patient since it influences the interpretation of the information attributed to this person.

Summarytrue
RelatedPerson.name
Element IdRelatedPerson.name
Definition

A name associated with the person.

Cardinality0..*
TypeHumanName
Requirements

Related persons need to be identified by name, but it is uncommon to need details about multiple other names for that person.

Summarytrue
RelatedPerson.telecom
Element IdRelatedPerson.telecom
Definition

A contact detail for the person, e.g. a telephone number or an email address.

Cardinality0..*
TypeContactPoint
Requirements

People have (primary) ways to contact them in some way such as phone, email.

Summarytrue
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.

RelatedPerson.gender
Element IdRelatedPerson.gender
Definition

Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.

Cardinality0..1
Terminology BindingAdministrativeGender (Required)
Typecode
Requirements

Needed for identification of the person, in combination with (at least) name and birth date.

Summarytrue
RelatedPerson.birthDate
Element IdRelatedPerson.birthDate
Definition

The date on which the related person was born.

Cardinality0..1
Typedate
Summarytrue
RelatedPerson.address
Element IdRelatedPerson.address
Definition

Address where the related person can be contacted or visited.

Cardinality0..*
TypeAddress
Requirements

Need to keep track where the related person can be contacted per postal mail or visited.

Summarytrue
RelatedPerson.photo
Element IdRelatedPerson.photo
Definition

Image of the person.

Cardinality0..*
TypeAttachment
Requirements

Many EHR systems have the capability to capture an image of persons. Fits with newer social media usage too.

RelatedPerson.period
Element IdRelatedPerson.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.

Cardinality0..1
TypePeriod
RelatedPerson.communication
Element IdRelatedPerson.communication
Definition

A language which may be used to communicate with about the patient's health.

Cardinality0..*
Requirements

If a related person does not speak the local language, interpreters may be required, so languages spoken and proficiency is an important things to keep track of both for patient and other persons of interest.

Comments

If no language is specified, this implies that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple RelatedPerson.Communication associations. If the RelatedPerson does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required.

RelatedPerson.communication.language
Element IdRelatedPerson.communication.language
Definition

The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English.

Cardinality1..1
Terminology BindingCommon Languages (Preferred but limited to All Languages)
TypeCodeableConcept
Requirements

Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.

Comments

The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.

RelatedPerson.communication.preferred
Element IdRelatedPerson.communication.preferred
Definition

Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).

Cardinality0..1
Typeboolean
Requirements

People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.

Comments

This language is specifically identified for communicating healthcare information.