NoteType

public enum NoteType: String

The presentation types of notes.

URL: http://hl7.org/fhir/note-type ValueSet: http://hl7.org/fhir/ValueSet/note-type

  • Display the note.

    Declaration

    Swift

    case display = "display"
  • Print the note on the form.

    Declaration

    Swift

    case print = "print"
  • Print the note for the operator.

    Declaration

    Swift

    case printoper = "printoper"