The DocumentReference resource represents a clinical note in a patient record
βΉοΈ
Context
In Halaxy, DocumentReference is referred to as a clinical note. DocumentReference only includes the "text input" type of clinical note. This does not include other types of clinical notes such as clinical tools and clinical orders (prescription, imaging, pathology).
contentTypestring
The format of the content - only text/html supported
datastring
The text input for the note content
e.g. <h1>Summary</h1> <p>The patient has been suffering discomfort.</p>
attachments
array of objects - POST only
File attachments to the clinical note
contentTypeenumrequired
The format of the file attachment
Supported formats: application/msword application/vnd.ms-excel application/vnd.openxmlformats-officedocument.wordprocessingml.document application/vnd.openxmlformats-officedocument.spreadsheetml.sheet application/pdf image/jpeg image/png
datarequired
File must be encoded to base64
Maximum file size: 20MB