HL7MoodCode
public struct HL7MoodCode
From CDAPro: qualifies the timing and intent of the clinical act.
Reference
-
The clinical statement/event already happened -
Declaration
Swift
public static let EVN = "EVN"
-
The clinical statement is intended to happen in the future -
Declaration
Swift
public static let INT = "INT"
-
The clinical statement is a request or order -
Declaration
Swift
public static let RQO = "RQO"
-
The clinical statement is planned for a specific time/place (appointment) -
Declaration
Swift
public static let APT = "APT"
-
The clinical statement is a request to book an appointment -
Declaration
Swift
public static let ARQ = "ARQ"
-
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"
-
The clinical statement is a definition/observation -
Declaration
Swift
public static let DEF = "DEF"
-
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"