--- type: "codesystem" title: "Note Type" codesystem: "note-type" --- # Note Type - **Official URL**: http://hl7.org/fhir/note-type - **Version**: 6.0.0 - **Status**: draft - **Name**: NoteType - **Title**: Note Type - **Description**: The presentation types of notes. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | display | Display | Display the note. | | print | Print (Form) | Print the note on the form. | | printoper | Print (Operator) | Print the note for the operator. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <description value="The presentation types of notes."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/note-type"/> <content value="complete"/> <concept> <code value="display"/> <display value="Display"/> <definition value="Display the note."/> </concept> <concept> <code value="print"/> <display value="Print (Form)"/> <definition value="Print the note on the form."/> </concept> <concept> <code value="printoper"/> <display value="Print (Operator)"/> <definition value="Print the note for the operator."/> </concept> </CodeSystem> ```