PatientDocument Class

Definition

A clinical document related to a patient. Document here is in the wide sense - not just a text document (note).

public class PatientDocument
type PatientDocument = class
Public Class PatientDocument
Inheritance
PatientDocument

Constructors

PatientDocument(DocumentType, String, DocumentContent)

Initializes a new instance of PatientDocument.

Properties

ClinicalType

The type of the clinical document.

Content

The content of the patient document.

CreatedDateTime

The date and time when the document was created.

Id

A given identifier for the document. Has to be unique across all documents for a single patient.

Language

A 2 letter ISO 639-1 representation of the language of the document.

Type

The type of the patient document, such as 'note' (text document) or 'fhirBundle' (FHIR JSON document).

Applies to