Definition of FHIR Resource Updated Event Data Interface
HealthcareFhirResourceUpdated...
Summary
Microsoft Azure has published the `HealthcareFhirResourceUpdatedEventData` interface for handling event data when a FHIR resource is updated. This enables standardized tracking and interoperability of medical data change history across systems.
Details
This document defines the structure (`HealthcareFhirResourceUpdatedEventData` interface) used as data attributes in Azure EventGrid, specifically for the `Microsoft.HealthcareApis.FhirResourceUpdated` event. The interface specifies concrete information included in events triggered when a FHIR resource is updated. The key properties defined are: 1. `resourceFhirAccount`: The FHIR account domain of the resource. 2. `resourceFhirId`: The unique ID for the HL7 FHIR resource. 3. `resourceType`: The type of the FHIR resource (e.g., Patient, Observation). 4. `resourceVersionId`: The version ID of the resource. This is a number that changes upon creation, update, or soft deletion. By standardizing these attributes, it provides a foundation for accurately grasping the lifecycle events of FHIR data (especially 'when', 'which resource', and 'how' it changed') across different systems and services, thereby enabling advanced data integration and auditing. This specification is crucial for improving interoperability in healthcare information systems within cloud environments.
Original content copyright by respective publishers