ElementReference

data class ElementReference(val namespace: String, val dataElement: String)

A reference to a data element.

Constructors

Link copied to clipboard
constructor(namespace: String, dataElement: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the identifier of the data element, e.g. "age_over_18".

Link copied to clipboard

the namespace of the data element, e.g. "org.iso.18013.5.1".