These should be used to transmit patient letters for use in PatientView.

In addition to the existing plain text option PV2 can also accept Base64 encoded PDF files sent using these objects.

Schema

Schema Document (Github)

Example

<Documents>
	<Document>
		<DocumentTime>2002-05-30T09:00:00</DocumentTime>
		<NoteText>This is the plain text letter body</NoteText>
		<DocumentType>TEXT</DocumentType>
		<DocumentName>GP Discharge Letter</DocumentName>
		<FileType>TXT</FileType>
	</Document>
</Documents>