PatientRecord Class

Definition

A patient record, including their clinical information and data.

public class PatientRecord
type PatientRecord = class
Public Class PatientRecord
Inheritance
PatientRecord

Constructors

PatientRecord(String)

Initializes a new instance of PatientRecord.

Properties

Data

Patient unstructured clinical data, given as documents.

Id

A given identifier for the patient. Has to be unique across all patients in a single request.

Info

Patient structured information, including demographics and known structured clinical information.

Applies to