IotFhirDestinationProperties Class

IoT Connector destination properties for an Azure FHIR service.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.healthcareapis.models._models_py3.IotDestinationProperties
IotFhirDestinationProperties

Constructor

IotFhirDestinationProperties(*, resource_identity_resolution_type: Union[str, azure.mgmt.healthcareapis.models._healthcare_apis_management_client_enums.IotIdentityResolutionType], fhir_service_resource_id: str, fhir_mapping: azure.mgmt.healthcareapis.models._models_py3.IotMappingProperties, **kwargs)

Variables

provisioning_state
str or ProvisioningState

The provisioning state. Possible values include: "Deleting", "Succeeded", "Creating", "Accepted", "Verifying", "Updating", "Failed", "Canceled", "Deprovisioned", "Moving", "Suspended", "Warned", "SystemMaintenance".

resource_identity_resolution_type
str or IotIdentityResolutionType

Required. Determines how resource identity is resolved on the destination. Possible values include: "Create", "Lookup".

fhir_service_resource_id
str

Required. Fully qualified resource id of the FHIR service to connect to.

fhir_mapping
IotMappingProperties

Required. FHIR Mappings.