HealthcareFhirResourceCreatedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. models. HealthcareFhirResourceCreatedEventData
- com.
Implements
public final class HealthcareFhirResourceCreatedEventData
implements JsonSerializable<HealthcareFhirResourceCreatedEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceCreated event.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Healthcare |
fromJson(JsonReader jsonReader)
Reads an instance of Healthcare |
| String |
getFhirResourceId()
Get the fhir |
|
Healthcare |
getFhirResourceType()
Get the fhir |
| long |
getFhirResourceVersionId()
Get the fhir |
| String |
getFhirServiceHostName()
Get the fhir |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static HealthcareFhirResourceCreatedEventData fromJson(JsonReader jsonReader)
Reads an instance of HealthcareFhirResourceCreatedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getFhirResourceId
public String getFhirResourceId()
Get the fhirResourceId property: Id of HL7 FHIR resource.
Returns:
getFhirResourceType
public HealthcareFhirResourceType getFhirResourceType()
Get the fhirResourceType property: Type of HL7 FHIR resource.
Returns:
getFhirResourceVersionId
public long getFhirResourceVersionId()
Get the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).
Returns:
getFhirServiceHostName
public String getFhirServiceHostName()
Get the fhirServiceHostName property: Domain name of FHIR account for this resource.
Returns: