HealthRecordCommunity
FHIR🌏 International🏛 Microsoft AzureEnriched

Specification of Healthcare FHIR Resource Created Event Data Class

HealthcareFhirResourceCreated... Learn Microsoft Get the fhirResourceType property: Type of HL7

July 10, 2025Microsoft Azure

Summary

Microsoft Azure provides the data class 'HealthcareFhirResourceCreatedEventData' for handling HL7 FHIR resource creation events. This class allows developers to retrieve critical metadata such as the FHIR Resource ID and Type.

Details

This document details the technical specification of `HealthcareFhirResourceCreatedEventData`, a Java data class found in the Azure Messaging EventGrid SystemEvents model. It corresponds to the payload structure for a FHIR resource creation event (`Microsoft.HealthcareApis.FhirResourceCreated`) within Microsoft's healthcare APIs. The class functions as an object capable of JSON serialization and provides access to several key pieces of metadata, including: 1. **`getFhirResourceId()`**: The unique ID (Id) of the HL7 FHIR resource. 2. **`getFhirResourceType()`**: The value indicating the type of the resource (Type). 3. **`getFhirResourceVersionId()`**: The version ID of the resource, which changes upon creation, update, or soft-deletion. 4. **`getFhirServiceHostName()`**: The domain name of the FHIR account associated with this resource. By utilizing these methods, developers can programmatically track when and how a resource was created, enabling robust system integration and audit log construction. This represents a standard technical specification for enterprise-level healthcare data exchange.

Technology Note

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

📰
Read Original Article
learn.microsoft.com

Original content copyright by respective publishers