Patient class

Patient(jsonDict = list())

Arguments

jsonDict

A list of items for the Patient resource.

Value

A object of Patient

Examples

Patient(list(id = "pt1"))
#> <class 'fhirclient.models.patient.Patient'> #> length: 46 #> names: active address as_json ...