PatientDocument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET