fhirtypes
Version:
14 lines (13 loc) • 357 B
TypeScript
/**
* @name NoteType
* @description The presentation types of notes.
* @description display | print | printoper
* @see <a href="https://hl7.org/fhir/R4/valueset-note-type.html">NoteType</a>
* @version R4
* @author Claudia Alarcón Lazo
*/
export declare enum NoteTypeEnum {
DISPLAY = "display",
PRINT = "print",
PRINTOPER = "printoper"
}