@azure/eventgrid
Version:
An isomorphic client library for the Azure Event Grid service.
637 lines • 40 kB
JavaScript
"use strict";
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.KnownHealthcareFhirResourceType = exports.KnownAcsMessageDeliveryStatus = exports.KnownAcsInteractiveReplyKind = exports.KnownAcsMessageChannelKind = exports.KnownAcsUserEngagement = exports.KnownAcsEmailDeliveryReportStatus = exports.KnownRecordingFormatType = exports.KnownRecordingChannelType = exports.KnownRecordingContentType = exports.KnownAcsRouterUpdatedWorkerProperty = exports.KnownAcsRouterJobStatus = exports.KnownAcsRouterWorkerSelectorState = exports.KnownAcsRouterLabelOperator = exports.KnownCommunicationCloudEnvironmentModel = exports.KnownCommunicationIdentifierModelKind = exports.KnownAsyncStatus = exports.KnownAppServicePlanAction = exports.KnownStampKind = exports.KnownAppAction = exports.KnownDataBoxStageName = exports.KnownEventGridMqttClientDisconnectionReason = exports.KnownEventGridMqttClientState = exports.KnownStorageTaskAssignmentCompletedStatus = exports.KnownStorageTaskCompletedStatus = exports.KnownStorageLifecycleCompletionStatus = exports.KnownStorageBlobAccessTier = void 0;
/** Known values of {@link StorageBlobAccessTier} that the service accepts. */
var KnownStorageBlobAccessTier;
(function (KnownStorageBlobAccessTier) {
/** The blob is in access tier Hot */
KnownStorageBlobAccessTier["Hot"] = "Hot";
/** The blob is in access tier Cool */
KnownStorageBlobAccessTier["Cool"] = "Cool";
/** The blob is in access tier Cold */
KnownStorageBlobAccessTier["Cold"] = "Cold";
/** The blob is in access tier Archive */
KnownStorageBlobAccessTier["Archive"] = "Archive";
/** The blob is in access tier Default(Inferred) */
KnownStorageBlobAccessTier["Default"] = "Default";
})(KnownStorageBlobAccessTier || (exports.KnownStorageBlobAccessTier = KnownStorageBlobAccessTier = {}));
/** Known values of {@link StorageLifecycleCompletionStatus} that the service accepts. */
var KnownStorageLifecycleCompletionStatus;
(function (KnownStorageLifecycleCompletionStatus) {
/** Completed */
KnownStorageLifecycleCompletionStatus["Completed"] = "Completed";
/** CompletedWithError */
KnownStorageLifecycleCompletionStatus["CompletedWithError"] = "CompletedWithError";
/** Incomplete */
KnownStorageLifecycleCompletionStatus["Incomplete"] = "Incomplete";
})(KnownStorageLifecycleCompletionStatus || (exports.KnownStorageLifecycleCompletionStatus = KnownStorageLifecycleCompletionStatus = {}));
/** Known values of {@link StorageTaskCompletedStatus} that the service accepts. */
var KnownStorageTaskCompletedStatus;
(function (KnownStorageTaskCompletedStatus) {
/** Succeeded */
KnownStorageTaskCompletedStatus["Succeeded"] = "Succeeded";
/** Failed */
KnownStorageTaskCompletedStatus["Failed"] = "Failed";
})(KnownStorageTaskCompletedStatus || (exports.KnownStorageTaskCompletedStatus = KnownStorageTaskCompletedStatus = {}));
/** Known values of {@link StorageTaskAssignmentCompletedStatus} that the service accepts. */
var KnownStorageTaskAssignmentCompletedStatus;
(function (KnownStorageTaskAssignmentCompletedStatus) {
/** Succeeded */
KnownStorageTaskAssignmentCompletedStatus["Succeeded"] = "Succeeded";
/** Failed */
KnownStorageTaskAssignmentCompletedStatus["Failed"] = "Failed";
})(KnownStorageTaskAssignmentCompletedStatus || (exports.KnownStorageTaskAssignmentCompletedStatus = KnownStorageTaskAssignmentCompletedStatus = {}));
/** Known values of {@link EventGridMqttClientState} that the service accepts. */
var KnownEventGridMqttClientState;
(function (KnownEventGridMqttClientState) {
/** Enabled */
KnownEventGridMqttClientState["Enabled"] = "Enabled";
/** Disabled */
KnownEventGridMqttClientState["Disabled"] = "Disabled";
})(KnownEventGridMqttClientState || (exports.KnownEventGridMqttClientState = KnownEventGridMqttClientState = {}));
/** Known values of {@link EventGridMqttClientDisconnectionReason} that the service accepts. */
var KnownEventGridMqttClientDisconnectionReason;
(function (KnownEventGridMqttClientDisconnectionReason) {
/** The client got disconnected for any authentication reasons (for example, certificate expired, client got disabled, or client configuration changed). */
KnownEventGridMqttClientDisconnectionReason["ClientAuthenticationError"] = "ClientAuthenticationError";
/** The client got disconnected for any authorization reasons (for example, because of a change in the configuration of topic spaces, permission bindings, or client groups). */
KnownEventGridMqttClientDisconnectionReason["ClientAuthorizationError"] = "ClientAuthorizationError";
/** The client sent a bad request or used one of the unsupported features that resulted in a connection termination by the service. */
KnownEventGridMqttClientDisconnectionReason["ClientError"] = "ClientError";
/** The client initiates a graceful disconnect through a DISCONNECT packet for MQTT or a close frame for MQTT over WebSocket. */
KnownEventGridMqttClientDisconnectionReason["ClientInitiatedDisconnect"] = "ClientInitiatedDisconnect";
/** The client-server connection is lost. (EXCHANGE ONLINE PROTECTION). */
KnownEventGridMqttClientDisconnectionReason["ConnectionLost"] = "ConnectionLost";
/** The client's IP address is blocked by IP filter or Private links configuration. */
KnownEventGridMqttClientDisconnectionReason["IpForbidden"] = "IpForbidden";
/** The client exceeded one or more of the throttling limits that resulted in a connection termination by the service. */
KnownEventGridMqttClientDisconnectionReason["QuotaExceeded"] = "QuotaExceeded";
/** The connection got terminated due to an unexpected server error. */
KnownEventGridMqttClientDisconnectionReason["ServerError"] = "ServerError";
/** The server initiates a graceful disconnect for any operational reason. */
KnownEventGridMqttClientDisconnectionReason["ServerInitiatedDisconnect"] = "ServerInitiatedDisconnect";
/** The client's queue for unacknowledged QoS1 messages reached its limit, which resulted in a connection termination by the server. */
KnownEventGridMqttClientDisconnectionReason["SessionOverflow"] = "SessionOverflow";
/** The client reconnected with the same authentication name, which resulted in the termination of the previous connection. */
KnownEventGridMqttClientDisconnectionReason["SessionTakenOver"] = "SessionTakenOver";
})(KnownEventGridMqttClientDisconnectionReason || (exports.KnownEventGridMqttClientDisconnectionReason = KnownEventGridMqttClientDisconnectionReason = {}));
/** Known values of {@link DataBoxStageName} that the service accepts. */
var KnownDataBoxStageName;
(function (KnownDataBoxStageName) {
/** Copy has started */
KnownDataBoxStageName["CopyStarted"] = "CopyStarted";
/** Copy has completed */
KnownDataBoxStageName["CopyCompleted"] = "CopyCompleted";
/** Order has been completed */
KnownDataBoxStageName["OrderCompleted"] = "OrderCompleted";
})(KnownDataBoxStageName || (exports.KnownDataBoxStageName = KnownDataBoxStageName = {}));
/** Known values of {@link AppAction} that the service accepts. */
var KnownAppAction;
(function (KnownAppAction) {
/** Web app was restarted. */
KnownAppAction["Restarted"] = "Restarted";
/** Web app was stopped. */
KnownAppAction["Stopped"] = "Stopped";
/** There was an operation to change app setting on the web app. */
KnownAppAction["ChangedAppSettings"] = "ChangedAppSettings";
/** The job has started. */
KnownAppAction["Started"] = "Started";
/** The job has completed. */
KnownAppAction["Completed"] = "Completed";
/** The job has failed to complete. */
KnownAppAction["Failed"] = "Failed";
})(KnownAppAction || (exports.KnownAppAction = KnownAppAction = {}));
/** Known values of {@link StampKind} that the service accepts. */
var KnownStampKind;
(function (KnownStampKind) {
/** App Service Plan is running on a public stamp. */
KnownStampKind["Public"] = "Public";
/** App Service Plan is running on an App Service Environment V1. */
KnownStampKind["AseV1"] = "AseV1";
/** App Service Plan is running on an App Service Environment V2. */
KnownStampKind["AseV2"] = "AseV2";
})(KnownStampKind || (exports.KnownStampKind = KnownStampKind = {}));
/** Known values of {@link AppServicePlanAction} that the service accepts. */
var KnownAppServicePlanAction;
(function (KnownAppServicePlanAction) {
/** App Service plan is being updated. */
KnownAppServicePlanAction["Updated"] = "Updated";
})(KnownAppServicePlanAction || (exports.KnownAppServicePlanAction = KnownAppServicePlanAction = {}));
/** Known values of {@link AsyncStatus} that the service accepts. */
var KnownAsyncStatus;
(function (KnownAsyncStatus) {
/** Async operation has started. */
KnownAsyncStatus["Started"] = "Started";
/** Async operation has completed. */
KnownAsyncStatus["Completed"] = "Completed";
/** Async operation failed to complete. */
KnownAsyncStatus["Failed"] = "Failed";
})(KnownAsyncStatus || (exports.KnownAsyncStatus = KnownAsyncStatus = {}));
/** Known values of {@link CommunicationIdentifierModelKind} that the service accepts. */
var KnownCommunicationIdentifierModelKind;
(function (KnownCommunicationIdentifierModelKind) {
/** Unknown */
KnownCommunicationIdentifierModelKind["Unknown"] = "unknown";
/** CommunicationUser */
KnownCommunicationIdentifierModelKind["CommunicationUser"] = "communicationUser";
/** PhoneNumber */
KnownCommunicationIdentifierModelKind["PhoneNumber"] = "phoneNumber";
/** MicrosoftTeamsUser */
KnownCommunicationIdentifierModelKind["MicrosoftTeamsUser"] = "microsoftTeamsUser";
/** MicrosoftTeamsApp */
KnownCommunicationIdentifierModelKind["MicrosoftTeamsApp"] = "microsoftTeamsApp";
})(KnownCommunicationIdentifierModelKind || (exports.KnownCommunicationIdentifierModelKind = KnownCommunicationIdentifierModelKind = {}));
/** Known values of {@link CommunicationCloudEnvironmentModel} that the service accepts. */
var KnownCommunicationCloudEnvironmentModel;
(function (KnownCommunicationCloudEnvironmentModel) {
/** Public */
KnownCommunicationCloudEnvironmentModel["Public"] = "public";
/** Dod */
KnownCommunicationCloudEnvironmentModel["Dod"] = "dod";
/** Gcch */
KnownCommunicationCloudEnvironmentModel["Gcch"] = "gcch";
})(KnownCommunicationCloudEnvironmentModel || (exports.KnownCommunicationCloudEnvironmentModel = KnownCommunicationCloudEnvironmentModel = {}));
/** Known values of {@link AcsRouterLabelOperator} that the service accepts. */
var KnownAcsRouterLabelOperator;
(function (KnownAcsRouterLabelOperator) {
/** = */
KnownAcsRouterLabelOperator["Equal"] = "Equal";
/** != */
KnownAcsRouterLabelOperator["NotEqual"] = "NotEqual";
/** > */
KnownAcsRouterLabelOperator["Greater"] = "Greater";
/** < */
KnownAcsRouterLabelOperator["Less"] = "Less";
/** >= */
KnownAcsRouterLabelOperator["GreaterThanOrEqual"] = "GreaterThanOrEqual";
/** <= */
KnownAcsRouterLabelOperator["LessThanOrEqual"] = "LessThanOrEqual";
})(KnownAcsRouterLabelOperator || (exports.KnownAcsRouterLabelOperator = KnownAcsRouterLabelOperator = {}));
/** Known values of {@link AcsRouterWorkerSelectorState} that the service accepts. */
var KnownAcsRouterWorkerSelectorState;
(function (KnownAcsRouterWorkerSelectorState) {
/** Router Job Worker Selector is Active */
KnownAcsRouterWorkerSelectorState["Active"] = "active";
/** Router Job Worker Selector has Expire */
KnownAcsRouterWorkerSelectorState["Expired"] = "expired";
})(KnownAcsRouterWorkerSelectorState || (exports.KnownAcsRouterWorkerSelectorState = KnownAcsRouterWorkerSelectorState = {}));
/** Known values of {@link AcsRouterJobStatus} that the service accepts. */
var KnownAcsRouterJobStatus;
(function (KnownAcsRouterJobStatus) {
/** PendingClassification */
KnownAcsRouterJobStatus["PendingClassification"] = "PendingClassification";
/** Queued */
KnownAcsRouterJobStatus["Queued"] = "Queued";
/** Assigned */
KnownAcsRouterJobStatus["Assigned"] = "Assigned";
/** Completed */
KnownAcsRouterJobStatus["Completed"] = "Completed";
/** Closed */
KnownAcsRouterJobStatus["Closed"] = "Closed";
/** Cancelled */
KnownAcsRouterJobStatus["Cancelled"] = "Cancelled";
/** ClassificationFailed */
KnownAcsRouterJobStatus["ClassificationFailed"] = "ClassificationFailed";
/** Created */
KnownAcsRouterJobStatus["Created"] = "Created";
/** PendingSchedule */
KnownAcsRouterJobStatus["PendingSchedule"] = "PendingSchedule";
/** Scheduled */
KnownAcsRouterJobStatus["Scheduled"] = "Scheduled";
/** ScheduleFailed */
KnownAcsRouterJobStatus["ScheduleFailed"] = "ScheduleFailed";
/** WaitingForActivation */
KnownAcsRouterJobStatus["WaitingForActivation"] = "WaitingForActivation";
})(KnownAcsRouterJobStatus || (exports.KnownAcsRouterJobStatus = KnownAcsRouterJobStatus = {}));
/** Known values of {@link AcsRouterUpdatedWorkerProperty} that the service accepts. */
var KnownAcsRouterUpdatedWorkerProperty;
(function (KnownAcsRouterUpdatedWorkerProperty) {
/** AvailableForOffers */
KnownAcsRouterUpdatedWorkerProperty["AvailableForOffers"] = "AvailableForOffers";
/** TotalCapacity */
KnownAcsRouterUpdatedWorkerProperty["TotalCapacity"] = "TotalCapacity";
/** QueueAssignments */
KnownAcsRouterUpdatedWorkerProperty["QueueAssignments"] = "QueueAssignments";
/** Labels */
KnownAcsRouterUpdatedWorkerProperty["Labels"] = "Labels";
/** Tags */
KnownAcsRouterUpdatedWorkerProperty["Tags"] = "Tags";
/** ChannelConfigurations */
KnownAcsRouterUpdatedWorkerProperty["ChannelConfigurations"] = "ChannelConfigurations";
})(KnownAcsRouterUpdatedWorkerProperty || (exports.KnownAcsRouterUpdatedWorkerProperty = KnownAcsRouterUpdatedWorkerProperty = {}));
/** Known values of {@link RecordingContentType} that the service accepts. */
var KnownRecordingContentType;
(function (KnownRecordingContentType) {
/** AudioVideo */
KnownRecordingContentType["AudioVideo"] = "AudioVideo";
/** Audio */
KnownRecordingContentType["Audio"] = "Audio";
})(KnownRecordingContentType || (exports.KnownRecordingContentType = KnownRecordingContentType = {}));
/** Known values of {@link RecordingChannelType} that the service accepts. */
var KnownRecordingChannelType;
(function (KnownRecordingChannelType) {
/** Mixed */
KnownRecordingChannelType["Mixed"] = "Mixed";
/** Unmixed */
KnownRecordingChannelType["Unmixed"] = "Unmixed";
})(KnownRecordingChannelType || (exports.KnownRecordingChannelType = KnownRecordingChannelType = {}));
/** Known values of {@link RecordingFormatType} that the service accepts. */
var KnownRecordingFormatType;
(function (KnownRecordingFormatType) {
/** Wav */
KnownRecordingFormatType["Wav"] = "Wav";
/** Mp3 */
KnownRecordingFormatType["Mp3"] = "Mp3";
/** Mp4 */
KnownRecordingFormatType["Mp4"] = "Mp4";
})(KnownRecordingFormatType || (exports.KnownRecordingFormatType = KnownRecordingFormatType = {}));
/** Known values of {@link AcsEmailDeliveryReportStatus} that the service accepts. */
var KnownAcsEmailDeliveryReportStatus;
(function (KnownAcsEmailDeliveryReportStatus) {
/** Hard bounce detected while sending the email */
KnownAcsEmailDeliveryReportStatus["Bounced"] = "Bounced";
/** The email was delivered */
KnownAcsEmailDeliveryReportStatus["Delivered"] = "Delivered";
/** The email failed to be delivered */
KnownAcsEmailDeliveryReportStatus["Failed"] = "Failed";
/** The message was identified spam and was rejected or blocked (not quarantined). */
KnownAcsEmailDeliveryReportStatus["FilteredSpam"] = "FilteredSpam";
/** The message was quarantined (as spam, bulk mail, or phishing). For more information, see Quarantined email messages in EOP (EXCHANGE ONLINE PROTECTION). */
KnownAcsEmailDeliveryReportStatus["Quarantined"] = "Quarantined";
/** The email was suppressed */
KnownAcsEmailDeliveryReportStatus["Suppressed"] = "Suppressed";
})(KnownAcsEmailDeliveryReportStatus || (exports.KnownAcsEmailDeliveryReportStatus = KnownAcsEmailDeliveryReportStatus = {}));
/** Known values of {@link AcsUserEngagement} that the service accepts. */
var KnownAcsUserEngagement;
(function (KnownAcsUserEngagement) {
/** View */
KnownAcsUserEngagement["View"] = "view";
/** Click */
KnownAcsUserEngagement["Click"] = "click";
})(KnownAcsUserEngagement || (exports.KnownAcsUserEngagement = KnownAcsUserEngagement = {}));
/** Known values of {@link AcsMessageChannelKind} that the service accepts. */
var KnownAcsMessageChannelKind;
(function (KnownAcsMessageChannelKind) {
/** Updated message channel type is Whatsapp */
KnownAcsMessageChannelKind["Whatsapp"] = "whatsapp";
})(KnownAcsMessageChannelKind || (exports.KnownAcsMessageChannelKind = KnownAcsMessageChannelKind = {}));
/** Known values of {@link AcsInteractiveReplyKind} that the service accepts. */
var KnownAcsInteractiveReplyKind;
(function (KnownAcsInteractiveReplyKind) {
/** Messaged interactive reply type is ButtonReply */
KnownAcsInteractiveReplyKind["ButtonReply"] = "buttonReply";
/** Messaged interactive reply type is ListReply */
KnownAcsInteractiveReplyKind["ListReply"] = "listReply";
/** Messaged interactive reply type is Unknown */
KnownAcsInteractiveReplyKind["Unknown"] = "unknown";
})(KnownAcsInteractiveReplyKind || (exports.KnownAcsInteractiveReplyKind = KnownAcsInteractiveReplyKind = {}));
/** Known values of {@link AcsMessageDeliveryStatus} that the service accepts. */
var KnownAcsMessageDeliveryStatus;
(function (KnownAcsMessageDeliveryStatus) {
/** Read */
KnownAcsMessageDeliveryStatus["Read"] = "read";
/** Delivered */
KnownAcsMessageDeliveryStatus["Delivered"] = "delivered";
/** Failed */
KnownAcsMessageDeliveryStatus["Failed"] = "failed";
/** Sent */
KnownAcsMessageDeliveryStatus["Sent"] = "sent";
/** Warning */
KnownAcsMessageDeliveryStatus["Warning"] = "warning";
/** Unknown */
KnownAcsMessageDeliveryStatus["Unknown"] = "unknown";
})(KnownAcsMessageDeliveryStatus || (exports.KnownAcsMessageDeliveryStatus = KnownAcsMessageDeliveryStatus = {}));
/** Known values of {@link HealthcareFhirResourceType} that the service accepts. */
var KnownHealthcareFhirResourceType;
(function (KnownHealthcareFhirResourceType) {
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Account"] = "Account";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ActivityDefinition"] = "ActivityDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["AdverseEvent"] = "AdverseEvent";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["AllergyIntolerance"] = "AllergyIntolerance";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Appointment"] = "Appointment";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["AppointmentResponse"] = "AppointmentResponse";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["AuditEvent"] = "AuditEvent";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Basic"] = "Basic";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Binary"] = "Binary";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["BiologicallyDerivedProduct"] = "BiologicallyDerivedProduct";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["BodySite"] = "BodySite";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["BodyStructure"] = "BodyStructure";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Bundle"] = "Bundle";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["CapabilityStatement"] = "CapabilityStatement";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["CarePlan"] = "CarePlan";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["CareTeam"] = "CareTeam";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["CatalogEntry"] = "CatalogEntry";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ChargeItem"] = "ChargeItem";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ChargeItemDefinition"] = "ChargeItemDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Claim"] = "Claim";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ClaimResponse"] = "ClaimResponse";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ClinicalImpression"] = "ClinicalImpression";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["CodeSystem"] = "CodeSystem";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Communication"] = "Communication";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["CommunicationRequest"] = "CommunicationRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["CompartmentDefinition"] = "CompartmentDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Composition"] = "Composition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ConceptMap"] = "ConceptMap";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Condition"] = "Condition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Consent"] = "Consent";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Contract"] = "Contract";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Coverage"] = "Coverage";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["CoverageEligibilityRequest"] = "CoverageEligibilityRequest";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["CoverageEligibilityResponse"] = "CoverageEligibilityResponse";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["DataElement"] = "DataElement";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DetectedIssue"] = "DetectedIssue";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Device"] = "Device";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["DeviceComponent"] = "DeviceComponent";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["DeviceDefinition"] = "DeviceDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DeviceMetric"] = "DeviceMetric";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DeviceRequest"] = "DeviceRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DeviceUseStatement"] = "DeviceUseStatement";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DiagnosticReport"] = "DiagnosticReport";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DocumentManifest"] = "DocumentManifest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DocumentReference"] = "DocumentReference";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["DomainResource"] = "DomainResource";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["EffectEvidenceSynthesis"] = "EffectEvidenceSynthesis";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["EligibilityRequest"] = "EligibilityRequest";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["EligibilityResponse"] = "EligibilityResponse";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Encounter"] = "Encounter";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Endpoint"] = "Endpoint";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["EnrollmentRequest"] = "EnrollmentRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["EnrollmentResponse"] = "EnrollmentResponse";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["EpisodeOfCare"] = "EpisodeOfCare";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["EventDefinition"] = "EventDefinition";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["Evidence"] = "Evidence";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["EvidenceVariable"] = "EvidenceVariable";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ExampleScenario"] = "ExampleScenario";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ExpansionProfile"] = "ExpansionProfile";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ExplanationOfBenefit"] = "ExplanationOfBenefit";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["FamilyMemberHistory"] = "FamilyMemberHistory";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Flag"] = "Flag";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Goal"] = "Goal";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["GraphDefinition"] = "GraphDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Group"] = "Group";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["GuidanceResponse"] = "GuidanceResponse";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["HealthcareService"] = "HealthcareService";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ImagingManifest"] = "ImagingManifest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ImagingStudy"] = "ImagingStudy";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Immunization"] = "Immunization";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ImmunizationEvaluation"] = "ImmunizationEvaluation";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ImmunizationRecommendation"] = "ImmunizationRecommendation";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ImplementationGuide"] = "ImplementationGuide";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["InsurancePlan"] = "InsurancePlan";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["Invoice"] = "Invoice";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Library"] = "Library";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Linkage"] = "Linkage";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["List"] = "List";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Location"] = "Location";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Measure"] = "Measure";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MeasureReport"] = "MeasureReport";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Media"] = "Media";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Medication"] = "Medication";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MedicationAdministration"] = "MedicationAdministration";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MedicationDispense"] = "MedicationDispense";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicationKnowledge"] = "MedicationKnowledge";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MedicationRequest"] = "MedicationRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MedicationStatement"] = "MedicationStatement";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProduct"] = "MedicinalProduct";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductAuthorization"] = "MedicinalProductAuthorization";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductContraindication"] = "MedicinalProductContraindication";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductIndication"] = "MedicinalProductIndication";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductIngredient"] = "MedicinalProductIngredient";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductInteraction"] = "MedicinalProductInteraction";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductManufactured"] = "MedicinalProductManufactured";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductPackaged"] = "MedicinalProductPackaged";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductPharmaceutical"] = "MedicinalProductPharmaceutical";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MedicinalProductUndesirableEffect"] = "MedicinalProductUndesirableEffect";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MessageDefinition"] = "MessageDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["MessageHeader"] = "MessageHeader";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["MolecularSequence"] = "MolecularSequence";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["NamingSystem"] = "NamingSystem";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["NutritionOrder"] = "NutritionOrder";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Observation"] = "Observation";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ObservationDefinition"] = "ObservationDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["OperationDefinition"] = "OperationDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["OperationOutcome"] = "OperationOutcome";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Organization"] = "Organization";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["OrganizationAffiliation"] = "OrganizationAffiliation";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Parameters"] = "Parameters";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Patient"] = "Patient";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["PaymentNotice"] = "PaymentNotice";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["PaymentReconciliation"] = "PaymentReconciliation";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Person"] = "Person";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["PlanDefinition"] = "PlanDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Practitioner"] = "Practitioner";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["PractitionerRole"] = "PractitionerRole";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Procedure"] = "Procedure";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ProcedureRequest"] = "ProcedureRequest";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ProcessRequest"] = "ProcessRequest";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ProcessResponse"] = "ProcessResponse";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Provenance"] = "Provenance";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Questionnaire"] = "Questionnaire";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["QuestionnaireResponse"] = "QuestionnaireResponse";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ReferralRequest"] = "ReferralRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["RelatedPerson"] = "RelatedPerson";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["RequestGroup"] = "RequestGroup";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ResearchDefinition"] = "ResearchDefinition";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ResearchElementDefinition"] = "ResearchElementDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ResearchStudy"] = "ResearchStudy";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ResearchSubject"] = "ResearchSubject";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Resource"] = "Resource";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["RiskAssessment"] = "RiskAssessment";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["RiskEvidenceSynthesis"] = "RiskEvidenceSynthesis";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Schedule"] = "Schedule";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["SearchParameter"] = "SearchParameter";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["Sequence"] = "Sequence";
/** The FHIR resource type defined in STU3. */
KnownHealthcareFhirResourceType["ServiceDefinition"] = "ServiceDefinition";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["ServiceRequest"] = "ServiceRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Slot"] = "Slot";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Specimen"] = "Specimen";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SpecimenDefinition"] = "SpecimenDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["StructureDefinition"] = "StructureDefinition";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["StructureMap"] = "StructureMap";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Subscription"] = "Subscription";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Substance"] = "Substance";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SubstanceNucleicAcid"] = "SubstanceNucleicAcid";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SubstancePolymer"] = "SubstancePolymer";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SubstanceProtein"] = "SubstanceProtein";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SubstanceReferenceInformation"] = "SubstanceReferenceInformation";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SubstanceSourceMaterial"] = "SubstanceSourceMaterial";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["SubstanceSpecification"] = "SubstanceSpecification";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["SupplyDelivery"] = "SupplyDelivery";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["SupplyRequest"] = "SupplyRequest";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["Task"] = "Task";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["TerminologyCapabilities"] = "TerminologyCapabilities";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["TestReport"] = "TestReport";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["TestScript"] = "TestScript";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["ValueSet"] = "ValueSet";
/** The FHIR resource type defined in R4. */
KnownHealthcareFhirResourceType["VerificationResult"] = "VerificationResult";
/** The FHIR resource type defined in STU3 and R4. */
KnownHealthcareFhirResourceType["VisionPrescription"] = "VisionPrescription";
})(KnownHealthcareFhirResourceType || (exports.KnownHealthcareFhirResourceType = KnownHealthcareFhirResourceType = {}));
//# sourceMappingURL=index.js.map