UKRDC Dataset

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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>


  • No labels