schemaType

@JvmName(name = "fybnogruywoyrchp")
suspend fun schemaType(value: Output<String>)
@JvmName(name = "pdsxjwpwrlkikeov")
suspend fun schemaType(value: String?)

Parameters

value

Specifies the output schema type.

  • ANALYTICS: Analytics schema defined by the FHIR community. See https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md.

  • ANALYTICS_V2: Analytics V2, similar to schema defined by the FHIR community, with added support for extensions with one or more occurrences and contained resources in stringified JSON.

  • LOSSLESS: A data-driven schema generated from the fields present in the FHIR data being exported, with no additional simplification. Default value is ANALYTICS. Possible values are: ANALYTICS, ANALYTICS_V2, LOSSLESS.