EpaMedicationCodableConcept
public struct EpaMedicationCodableConcept<System> : Equatable, Hashable, Codable, Sendable where System : EpaMedicationCodingSystem
-
A reference to a code defined by a terminology system.
Declaration
Swift
public let codings: [EpaMedicationCoding<System>]
-
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
Declaration
Swift
public let text: String?
-
Declaration
Swift
public init(codings: [EpaMedicationCoding<System>], text: String? = nil)