resourceTypes

@JvmName(name = "ghhyxkvsdtkfkpxq")
suspend fun resourceTypes(value: Output<List<String>>)
@JvmName(name = "koiendwcubahybsq")
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 = "nqdbgjyeenymeqke")
suspend fun resourceTypes(vararg values: Output<String>)


@JvmName(name = "pasgqrotpaviujhg")
suspend fun resourceTypes(values: List<Output<String>>)
@JvmName(name = "tlptlpjktyhpyfcl")
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.