RxNormConcept

public struct RxNormConcept : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • RxNorm concept ID, also known as the RxCUI.

    Declaration

    Swift

    public let code: String?
  • The description of the RxNorm concept.

    Declaration

    Swift

    public let description: String?
  • The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.

    Declaration

    Swift

    public let score: Float?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, description: String? = nil, score: Float? = nil)