code property

CodeableConcept? get code

A code for the timing schedule (or just text in code.text). The code is interpreted in the context of the ValueSet specified in the containing resource, and may be a specific code, or a more general category, such as "BID" (twice a day) or "Q4H" (every 4 hours).

Implementation

CodeableConcept? get code => codeField.getValue(_json);