Skip to content

Commit 3b2098c

Browse files
authored
Prefix data model with domain name explicitly. (#18505)
1 parent aeb8c9f commit 3b2098c

File tree

1 file changed

+10
-10
lines changed
  • specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01

1 file changed

+10
-10
lines changed

specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
},
88
"paths": {},
99
"definitions": {
10-
"FhirResourceCreatedEventData": {
10+
"HealthcareFhirResourceCreatedEventData": {
1111
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceCreated event.",
1212
"allOf": [
1313
{
14-
"$ref": "#/definitions/FhirResourceEventBaseProperties"
14+
"$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties"
1515
}
1616
]
1717
},
18-
"FhirResourceUpdatedEventData": {
18+
"HealthcareFhirResourceUpdatedEventData": {
1919
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceUpdated event.",
2020
"allOf": [
2121
{
22-
"$ref": "#/definitions/FhirResourceEventBaseProperties"
22+
"$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties"
2323
}
2424
]
2525
},
26-
"FhirResourceDeletedEventData": {
26+
"HealthcareFhirResourceDeletedEventData": {
2727
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceDeleted event.",
2828
"allOf": [
2929
{
30-
"$ref": "#/definitions/FhirResourceEventBaseProperties"
30+
"$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties"
3131
}
3232
]
3333
},
34-
"FhirResourceEventBaseProperties": {
34+
"HealthcareFhirResourceEventBaseProperties": {
3535
"description": "Schema of common properties of all FhirResource events",
3636
"type": "object",
3737
"properties": {
3838
"resourceType": {
3939
"description": "Type of HL7 FHIR resource.",
40-
"$ref": "#/definitions/FhirResourceType"
40+
"$ref": "#/definitions/HealthcareFhirResourceType"
4141
},
4242
"resourceFhirAccount": {
4343
"description": "Domain name of FHIR account for this resource.",
@@ -54,7 +54,7 @@
5454
}
5555
}
5656
},
57-
"FhirResourceType": {
57+
"HealthcareFhirResourceType": {
5858
"description": "Schema of FHIR resource type enumeration.",
5959
"type": "string",
6060
"enum": [
@@ -221,7 +221,7 @@
221221
"VisionPrescription"
222222
],
223223
"x-ms-enum": {
224-
"name": "FhirResourceType",
224+
"name": "HealthcareFhirResourceType",
225225
"modelAsString": true,
226226
"values": [
227227
{

0 commit comments

Comments
 (0)