HL7MoodCode

public struct HL7MoodCode

From CDAPro: qualifies the timing and intent of the clinical act. Reference

  • EVN

    The clinical statement/event already happened -

    Declaration

    Swift

    public static let EVN = "EVN"
  • INT

    The clinical statement is intended to happen in the future -

    Declaration

    Swift

    public static let INT = "INT"
  • RQO

    The clinical statement is a request or order -

    Declaration

    Swift

    public static let RQO = "RQO"
  • APT

    The clinical statement is planned for a specific time/place (appointment) -

    Declaration

    Swift

    public static let APT = "APT"
  • ARQ

    The clinical statement is a request to book an appointment -

    Declaration

    Swift

    public static let ARQ = "ARQ"
  • PRP

    The clinical statement is being proposed -

    Declaration

    Swift

    public static let PRP = "PRP"
  • The clinical statement is promised -

    Declaration

    Swift

    public static let PRMS = "PRMS"
  • DEF

    The clinical statement is a definition/observation -

    Declaration

    Swift

    public static let DEF = "DEF"
  • GOL

    The clinical statement is a goal/objective -

    Declaration

    Swift

    public static let GOL = "GOL"
  • The clinical statement is a pre-condition/criteria -

    Declaration

    Swift

    public static let EVNCRT = "EVN.CRT"