IotFhirDestination Class
IoT Connector FHIR destination definition.
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.LocationBasedResourceIotFhirDestination
Constructor
IotFhirDestination(*, 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, etag: Optional[str] = None, location: Optional[str] = None, **kwargs)
Variables
- id
- str
The resource identifier.
- name
- str
The resource name.
- type
- str
The resource type.
- etag
- str
An etag associated with the resource, used for optimistic concurrency when editing it.
- location
- str
The resource location.
- system_data
- SystemData
Metadata pertaining to creation and last modification of the resource.
- 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.
Feedback
Submit and view feedback for