Understanding the FHIR Resource Deleted Event Data Interface
HealthcareFhirResourceDeleted... Learn Microsoft resourceFhirAccount. Domain name of FHIR account for
Summary
Microsoft Learn has published the 'FhirResourceDeletedEventData' interface, based on HL7 FHIR standards. This data is used to track information when a FHIR resource is deleted within a system, recording which account (`resourceFhirAccount`), ID (`resourceFhirId`), type (`resourceType`), and version (`resourceVersionId`) of the resource was removed.
Details
This document serves as technical specification for the 'Healthcare Fhir Resource Deleted Event Data interface,' provided as part of the Azure EventGrid system events package. It defines how to structure event data when a FHIR resource is deleted within a Microsoft environment. The key properties included in this interface are: 1. `resourceFhirAccount`: The FHIR account name (domain) for the relevant resource. 2. `resourceFhirId`: The unique ID of the FHIR resource. 3. `resourceType`: The type of the resource (e.g., Patient, Observation). 4. `resourceVersionId`: The version identifier of the resource. Since this value changes upon creation, update, or deletion (temporary), it allows for precise tracking of the state at a specific point in time. This information is crucial for audit logging and lifecycle management in medical data exchange. It enables systems to acquire detailed metadata—not just the fact of
Technology Note
FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: HL7
Original content copyright by respective publishers