paths

@JvmName(name = "wpeylkmefkpvedby")
suspend fun paths(value: Output<List<String>>)
@JvmName(name = "cyumrgkqtubspgnq")
suspend fun paths(value: List<String>?)

Parameters

value

List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: fieldx) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.


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


@JvmName(name = "pfxglqvvnlymmrcx")
suspend fun paths(values: List<Output<String>>)
@JvmName(name = "amjqvuvjsxherrru")
suspend fun paths(vararg values: String)

Parameters

values

List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: fieldx) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.