|
7 | 7 | },
|
8 | 8 | "paths": {},
|
9 | 9 | "definitions": {
|
10 |
| - "FhirResourceCreatedEventData": { |
| 10 | + "HealthcareFhirResourceCreatedEventData": { |
11 | 11 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceCreated event.",
|
12 | 12 | "allOf": [
|
13 | 13 | {
|
14 |
| - "$ref": "#/definitions/FhirResourceEventBaseProperties" |
| 14 | + "$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties" |
15 | 15 | }
|
16 | 16 | ]
|
17 | 17 | },
|
18 |
| - "FhirResourceUpdatedEventData": { |
| 18 | + "HealthcareFhirResourceUpdatedEventData": { |
19 | 19 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceUpdated event.",
|
20 | 20 | "allOf": [
|
21 | 21 | {
|
22 |
| - "$ref": "#/definitions/FhirResourceEventBaseProperties" |
| 22 | + "$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties" |
23 | 23 | }
|
24 | 24 | ]
|
25 | 25 | },
|
26 |
| - "FhirResourceDeletedEventData": { |
| 26 | + "HealthcareFhirResourceDeletedEventData": { |
27 | 27 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceDeleted event.",
|
28 | 28 | "allOf": [
|
29 | 29 | {
|
30 |
| - "$ref": "#/definitions/FhirResourceEventBaseProperties" |
| 30 | + "$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties" |
31 | 31 | }
|
32 | 32 | ]
|
33 | 33 | },
|
34 |
| - "FhirResourceEventBaseProperties": { |
| 34 | + "HealthcareFhirResourceEventBaseProperties": { |
35 | 35 | "description": "Schema of common properties of all FhirResource events",
|
36 | 36 | "type": "object",
|
37 | 37 | "properties": {
|
38 | 38 | "resourceType": {
|
39 | 39 | "description": "Type of HL7 FHIR resource.",
|
40 |
| - "$ref": "#/definitions/FhirResourceType" |
| 40 | + "$ref": "#/definitions/HealthcareFhirResourceType" |
41 | 41 | },
|
42 | 42 | "resourceFhirAccount": {
|
43 | 43 | "description": "Domain name of FHIR account for this resource.",
|
|
54 | 54 | }
|
55 | 55 | }
|
56 | 56 | },
|
57 |
| - "FhirResourceType": { |
| 57 | + "HealthcareFhirResourceType": { |
58 | 58 | "description": "Schema of FHIR resource type enumeration.",
|
59 | 59 | "type": "string",
|
60 | 60 | "enum": [
|
|
221 | 221 | "VisionPrescription"
|
222 | 222 | ],
|
223 | 223 | "x-ms-enum": {
|
224 |
| - "name": "FhirResourceType", |
| 224 | + "name": "HealthcareFhirResourceType", |
225 | 225 | "modelAsString": true,
|
226 | 226 | "values": [
|
227 | 227 | {
|
|
0 commit comments