get Fhir Service
Use this data source to access information about an existing Healthcare FHIR Service(Fast Healthcare Interoperability Resources).
Return
A collection of values returned by getFhirService.
Parameters
argument
A collection of arguments for invoking getFhirService.
suspend fun getFhirService(name: String, tags: Map<String, String>? = null, workspaceId: String): GetFhirServiceResult
Return
A collection of values returned by getFhirService.
Parameters
name
The name of the Healthcare FHIR Service.
tags
The map of tags assigned to the Healthcare FHIR Service.
workspace Id
The id of the Healthcare Workspace in which the Healthcare FHIR Service exists.
See also
suspend fun getFhirService(argument: suspend GetFhirServicePlainArgsBuilder.() -> Unit): GetFhirServiceResult
Return
A collection of values returned by getFhirService.
Parameters
argument
Builder for com.pulumi.azure.healthcare.kotlin.inputs.GetFhirServicePlainArgs.