This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Administration ![]() | Maturity Level: 0 | Trial Use | Security Category: Patient | Compartments: Encounter, Group, Patient |
A record of significant events/milestones key data throughout the history of an Encounter, often tracked for specific purposes such as billing.
The EncounterHistory is used to be able to record an ongoing history of significant events/changes that occur during a patient encounter. This information is not always up to date/accurate while entering encounter information and is often back-dated as more detailed information becomes available, or corrections need to be made during the completion of the encounter while it is being processed in coding or billing.
Note to Implementers: In FHIR R4 and earlier this data was in the Encounter statusHistory and classHistory backbone elements, however with longer duration encounters (where a patient encounter might be considered active for years) this would become increasingly inefficient, so was re-factored into this resource.
The design notes for this change are on confluence.
The Encounter resource stores the complete set of current/most recent data about an Encounter. The EncounterHistory contains a snapshot of some key aspects (properties) of the encounter to track changes to the encounter over time - specifically those that contribute to significant changes/events/milestones during the encounter - such as moving between departments or locations.
Note that this historical information is different than what is tracked in the versions of the Encounter resource.
Past movements of a patient are often updated after the fact to correct what actually happened.
FHIR History (_history) doesn't cater for this need as the information isn't always accurate and can be corrected/back populated too.
Another challenge with _history is that it also includes corrections to errors in data entry which could not be
differentiated from actual movements/changes.
No clinical resources are expected to ever refer to a specific EncounterHistory event, they are only attributed to the Encounter as a whole. If a resource is desiring to connect to a portion of an encounter (and wanting to use EncounterHistory) this is an indication that you should be using a child Encounter through the partOf property.
No references for this Resource.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
EncounterHistory.status | EncounterStatus | Required | Current state of the encounter. |
EncounterHistory.class | ActEncounterCode ![]() |
Extensible | Domain provides codes that qualify the ActEncounterClass (ENC) |
EncounterHistory.type | EncounterType | Example | This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided. |
EncounterHistory.serviceType | ServiceType | Example | This value set defines an example set of codes of service-types. |
EncounterHistory.subjectStatus | EncounterSubjectStatus | Example | This example value set defines a set of codes that can be used to indicate the status of the subject within the encounter |
EncounterHistory.location.form | LocationForm (a valid code from Location type ![]() |
Example | This example value set defines a set of codes that can be used to indicate the physical form of the Location. |
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
encounter | reference | The Encounter associated with this set of history values | EncounterHistory.encounter (Encounter) |
29 Resources |
identifier | token | Identifier(s) by which this encounter is known | EncounterHistory.identifier | |
patient | reference | The patient present at the encounter | EncounterHistory.subject.where(resolve() is Patient) (Patient) |
|
status | token | Status of the Encounter history entry | EncounterHistory.status | |
subject | reference | The patient or group present at the encounter | EncounterHistory.subject (Group, Patient) |