HealthRecordCommunity
FHIR🌏 International🏛 MicrosoftEnriched

Understanding the FHIR Resource Deleted Event Data Interface

HealthcareFhirResourceDeleted... Learn Microsoft Nama domain akun FHIR untuk sumber daya

July 3, 2025Microsoft

Summary

This document explains how to obtain event data when an HL7 FHIR resource is deleted via Microsoft Azure EventGrid. This interface tracks which resource ID (`fhirResourceId`), type (`fhirResourceType`), version (`fhirResourceVersionId`), and service host name (`fhirServiceHostName`) were involved in the deletion.

Details

This document details the technical specification for the "HealthcareFhirResourceDeletedEventData" interface, provided as part of Microsoft Azure EventGrid system events. This data structure captures an event (specifically `Microsoft.HealthcareApis.FhirResourceDeleted`) indicating that a specific FHIR resource has been deleted during its lifecycle. The key properties include: 1. **fhir Resource Id**: The unique ID of the deleted HL7 FHIR resource. 2. **fhir Resource Type**: Specifies the type (e.g., Patient, Observation) of the resource. 3. **fhir Resource Version Id**: A version identifier that changes when the resource is created, updated, or temporarily deleted. 4. **fhir Service Host Name**: This domain name identifies the account where the FHIR resource was managed, helping pinpoint the system or environment where the event occurred. These properties are crucial for auditing and data governance in healthcare IT systems. They provide a foundation for tracking precisely "who (Service Host Name), when (Version Id), what (Resource Type/Id)", and "how" a change was made within the medical record, ensuring traceability and compliance.

Technology Note

FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: HL7

📰
Read Original Article
learn.microsoft.com

Original content copyright by respective publishers