Hl7SchemaConfigResponse

data class Hl7SchemaConfigResponse(val messageSchemaConfigs: Map<String, String>, val version: List<VersionSourceResponse>)

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

Constructors

Link copied to clipboard
fun Hl7SchemaConfigResponse(messageSchemaConfigs: Map<String, String>, version: List<VersionSourceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.

Link copied to clipboard

Each VersionSource is tested and only if they all match is the schema used for the message.