This page is part of the FHIR Clinical Documents (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
A FHIR Clinical Document can be replaced by a new document and/or appended with an addendum document. (Clinical documents that provide a summary snapshop of a patient's record generally do not version. Rather, each document is a valid document with the specific date/time it was generated. For example, if one were to generate a summary document for a patient every day for 5 days in a row, that patient would have 5 active FHIR Clinical Documents. However even in the summary document scenario, it is possible to use document succession management where needed to fix an error in a generated snapshot).
Revision semantics are those structured fields that enable a recipient to determine if a received resource has or has not been previously received so that they can take appropriate steps to add or update the resource in their server. While this IG is focused on clinical documents, as described in Immutable and parseable clinical documents, the need for revision semantics can also apply to those resources contained in a clinical document, such as where a revised document is received, and the recipient wishes to update individual component resources on their server.
This IG recommends (and in some cases requires) the use of persistent resource identifiers (.identifier) as a means of enabling revision semantics. Resource IDs (.id) and resource meta (.meta) information is generally local to a specific server, whereas resource identifiers can serve as stable business identifiers that persist across servers. Recipient systems can only be confident about matching records and preventing downstream duplication if record identifiers are persistent across different documents for the same records.
While out of scope for this IG, good practice suggests that where revision scenarios are possible, those resources subject to revision SHOULD carry a persistent resource identifier (.identifier).
A replacement document is a new version of a document. The replaced document is considered superseded, but a system may retain it for historical or auditing purposes. The replacement document references the replaced document via the replacement document's Composition.relatesTo, where relatesTo.code is 'replaces' and the target of relatesTo.targetIdentifier is the replaced document's Bundle.identifier. Both The replacement and original document statuses are 'final'.
Additional notes:
The FHIR Clinical Document replaces scenario is illustrated in the following figure.
An addendum is a separate document that references another document, and may extend or alter the observations in the referenced document. The referenced document remains active, and the addendum and its related document are both read by report recipients. The addendum document references the document being appended via the addendum document's Composition.relatesTo, where relatesTo.code is 'appends' and the target of relatesTo.targetIdentifier is the appended document's Bundle.identifier. Both The addendum and original document statuses are 'final'.
We are seeking input on the need to persist the 'addendum' use case. Our understanding is that while the 'replacement' use case has seen some industry traction, the 'addendum' use case has not. Rather than issuing addenda, implementations are issuing full replacements. This is in part because a document sender may not know whether or not the recipient has access to the document being appended.
Where a document has been issued in error (e.g. wrong patient), the original document can be replaced with an empty document that has a status of 'entered-in-error'.
We are seeking input on the 'issued-in-error' use case. Our understanding is that this use case is relatively new, and has not (yet?) gained industry traction. We are interested in hearing about FHIR-based solutions others have used to meet this requirement.
The FHIR Clinical Document appends and entered-in-error scenarios are illustrated in the following figure.