resourceTypes

@JvmName(name = "vneqrcksvnmqrdlo")
suspend fun resourceTypes(value: Output<List<String>>)
@JvmName(name = "fxbpvalcnxnoaknr")
suspend fun resourceTypes(value: List<String>?)

Parameters

value

Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.


@JvmName(name = "sfsonwxeeqlwsiny")
suspend fun resourceTypes(vararg values: Output<String>)


@JvmName(name = "wiqjmkurdemwpdvm")
suspend fun resourceTypes(values: List<Output<String>>)
@JvmName(name = "qhfvsoxjrgfgwpru")
suspend fun resourceTypes(vararg values: String)

Parameters

values

Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.