HealthRecordCommunity
FHIR🌏 InternationalEnriched

HAPI FHIR Server History Data Display (XML Format)

Response Body - HAPI FHIR

November 30, 2025

Summary

The HAPI FHIR server provides data containing resource change history in XML format. This response includes operational records and metadata for specific basic resources.

Details

This page captures the HTTP 200 OK response body generated by the HAPI FHIR server. The content is an XML structure of a Bundle, adhering to the HL7 FHIR standard, which contains history information (_history) regarding specific Basic resources (e.g., Basic/2856231). Specifically, the data is defined as 'history' type and includes total counts (total value= "3730") and links for pagination (link: self, next, previous). It also contains entries showing update history for individual resources, such as records of DELETE operations or pre-update states via POST methods. This represents the data retrieval result from a standard FHIR server API endpoint (e.g., /_history), demonstrating how systems structure and handle state management or audit logs. Given that version control and traceability are critical in medical information system development, this type of history function is an important implementation element.

📰
Read Original Article
hapi.fhir.org

Original content copyright by respective publishers