DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

5.18.8 Resource Encounter - Detailed Descriptions

Detailed Descriptions for the elements in the Encounter resource.

Encounter
Definition

An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.

Control1..1
Alternate NamesVisit
Encounter.identifier
Definition

Identifier(s) by which this encounter is known.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Summarytrue
Encounter.status
Definition

planned | arrived | in-progress | onleave | finished | cancelled.

Control1..1
BindingEncounterState: Current state of the encounter (Required)
Typecode
Is Modifiertrue
Summarytrue
Encounter.statusHistory
Definition

The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.

Control0..*
Comments

The current status is always found in the current version of the resource, not the status history.

Encounter.statusHistory.status
Definition

planned | arrived | in-progress | onleave | finished | cancelled.

Control1..1
BindingEncounterState: Current state of the encounter (Required)
Typecode
Encounter.statusHistory.period
Definition

The time that the episode was in the specified status.

Control1..1
TypePeriod
Encounter.class
Definition

inpatient | outpatient | ambulatory | emergency +.

Control0..1
BindingEncounterClass: Classification of the encounter (Required)
Typecode
Summarytrue
Encounter.type
Definition

Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation).

Control0..*
BindingEncounterType: The type of encounter (Example)
TypeCodeableConcept
Summarytrue
Comments

Since there are many ways to further classify encounters, this element is 0..*.

Encounter.priority
Definition

Indicates the urgency of the encounter.

Control0..1
BindingEncounter Priority: Indicates the urgency of the encounter. (Example)
TypeCodeableConcept
Encounter.patient
Definition

The patient present at the encounter.

Control0..1
TypeReference(Patient)
Alternate Namespatient
Summarytrue
Comments

While the encounter is always about the patient, the patient may not actually be known in all contexts of use.

Encounter.episodeOfCare
Definition

Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care, and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years).

Control0..*
TypeReference(EpisodeOfCare)
Summarytrue
Encounter.incomingReferral
Definition

The referral request this encounter satisfies (incoming referral).

Control0..*
TypeReference(ReferralRequest)
Encounter.participant
Definition

The list of people responsible for providing the service.

Control0..*
Summarytrue
Encounter.participant.type
Definition

Role of participant in encounter.

Control0..*
BindingParticipantType: Role of participant in encounter (Extensible)
TypeCodeableConcept
Summarytrue
Comments

The participant type indicates how an individual partitipates in an encounter. It includes non-practitioner participants, and for practitioners this is to describe the action type in the context of this encounter (e.g. Admitting Dr, Attending Dr, Translator, Consulting Dr). This is different to the practitioner roles which are functional roles, derived from terms of employment, education, licensing, etc.

Encounter.participant.period
Definition

The period of time that the specified participant was present during the encounter. These can overlap or be sub-sets of the overall encounters period.

Control0..1
TypePeriod
Encounter.participant.individual
Definition

Persons involved in the encounter other than the patient.

Control0..1
TypeReference(Practitioner | RelatedPerson)
Summarytrue
Encounter.appointment
Definition

The appointment that scheduled this encounter.

Control0..1
TypeReference(Appointment)
Summarytrue
Encounter.period
Definition

The start and end time of the encounter.

Control0..1
TypePeriod
Comments

If not (yet) known, the end of the Period may be omitted.

Encounter.length
Definition

Quantity of time the encounter lasted. This excludes the time during leaves of absence.

Control0..1
TypeDuration
Comments

May differ from the time the Encounter.period lasted because of leave of absence.

Encounter.reason
Definition

Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.

Control0..*
BindingEncounter Reason Codes: Reason why the encounter takes place. (Example)
TypeCodeableConcept
Alternate NamesIndication; Admission diagnosis
Summarytrue
Comments

For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).

Encounter.indication
Definition

Reason the encounter takes place, as specified using information from another resource. For admissions, this is the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.

Control0..*
TypeReference(Condition | Procedure)
Alternate NamesAdmission diagnosis
Comments

For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).

Encounter.hospitalization
Definition

Details about the admission to a healthcare service.

Control0..1
Comments

An Encounter may cover more than just the inpatient stay. Contexts such as outpatients, community clinics, and aged care facilities are also included.

The duration recorded in the period of this encounter covers the entire scope of this hospitalization record.

Encounter.hospitalization.preAdmissionIdentifier
Definition

Pre-admission identifier.

Control0..1
TypeIdentifier
Encounter.hospitalization.origin
Definition

The location from which the patient came before admission.

Control0..1
TypeReference(Location)
Encounter.hospitalization.admitSource
Definition

From where patient was admitted (physician referral, transfer).

Control0..1
BindingAdmitSource: From where the patient was admitted. (Preferred)
TypeCodeableConcept
Encounter.hospitalization.admittingDiagnosis
Definition

The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner. This could be different or in addition to the conditions reported as reason-condition(s) for the encounter.

Control0..*
TypeReference(Condition)
Encounter.hospitalization.reAdmission
Definition

Whether this hospitalization is a readmission and why if known.

Control0..1
BindingReAdmissionType: The reason for re-admission of this hospitalization encounter.
TypeCodeableConcept
To DoNeed a harmonization proposal for this.
Encounter.hospitalization.dietPreference
Definition

Diet preferences reported by the patient.

Control0..*
BindingDiet: Medical, cultural or ethical food preferences to help with catering requirements. (Example)
TypeCodeableConcept
Requirements

Used to track patient's diet restrictions and/or preference. For a complete description of the nutrition needs of a patient during their stay, one should use the nutritionOrder resource which links to Encounter.

Comments

For example a patient may request both a dairy-free and nut-free diet preference (not mutually exclusive).

Encounter.hospitalization.specialCourtesy
Definition

Special courtesies (VIP, board member).

Control0..*
BindingSpecialCourtesy: Special courtesies (Preferred)
TypeCodeableConcept
Encounter.hospitalization.specialArrangement
Definition

Wheelchair, translator, stretcher, etc.

Control0..*
BindingSpecialArrangements: Special arrangements (Preferred)
TypeCodeableConcept
Encounter.hospitalization.destination
Definition

Location to which the patient is discharged.

Control0..1
TypeReference(Location)
Encounter.hospitalization.dischargeDisposition
Definition

Category or kind of location after discharge.

Control0..1
BindingDischargeDisposition: Discharge Disposition (Preferred)
TypeCodeableConcept
Encounter.hospitalization.dischargeDiagnosis
Definition

The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.

Control0..*
TypeReference(Condition)
Encounter.location
Definition

List of locations where the patient has been during this encounter.

Control0..*
Comments

Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type "kind" such as "client's home" and an encounter.class = "virtual".

Encounter.location.location
Definition

The location where the encounter takes place.

Control1..1
TypeReference(Location)
Encounter.location.status
Definition

The status of the participants' presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time.

Control0..1
BindingEncounterLocationStatus: The status of the location. (Required)
Typecode
Comments

When the patient is no longer active at a location, then the period end date is entered, and the status may be changed to completed.

Encounter.location.period
Definition

Time period during which the patient was present at the location.

Control0..1
TypePeriod
Encounter.serviceProvider
Definition

An organization that is in charge of maintaining the information of this Encounter (e.g. who maintains the report or the master service catalog item, etc.). This MAY be the same as the organization on the Patient record, however it could be different. This MAY not be not the Service Delivery Location's Organization.

Control0..1
TypeReference(Organization)
Encounter.partOf
Definition

Another Encounter of which this encounter is a part of (administratively or in time).

Control0..1
TypeReference(Encounter)