Patient
open class Patient: DomainResource
Information about an individual or animal receiving health care services.
Demographics and other administrative information about an individual or animal receiving care or other health-related services.
-
Information about an individual or animal receiving health care services.
Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Declaration
Swift
override open class var resourceType: String
-
Whether this patient’s record is in active use.
Declaration
Swift
public var active: FHIRBool?
-
Addresses for the individual.
Declaration
Swift
public var address: [Address]?
-
This patient is known to be an animal (non-human).
Declaration
Swift
public var animal: PatientAnimal?
-
The date of birth for the individual.
Declaration
Swift
public var birthDate: FHIRDate?
-
A list of Languages which may be used to communicate with the patient about his or her health.
Declaration
Swift
public var communication: [PatientCommunication]?
-
A contact party (e.g. guardian, partner, friend) for the patient.
Declaration
Swift
public var contact: [PatientContact]?
-
Indicates if the individual is deceased or not.
Declaration
Swift
public var deceasedBoolean: FHIRBool?
-
Indicates if the individual is deceased or not.
Declaration
Swift
public var deceasedDateTime: DateTime?
-
Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.
Declaration
Swift
public var gender: AdministrativeGender?
-
Patient’s nominated primary care provider.
Declaration
Swift
public var generalPractitioner: [Reference]?
-
An identifier for this patient.
Declaration
Swift
public var identifier: [Identifier]?
-
Link to another patient resource that concerns the same actual person.
Declaration
Swift
public var link: [PatientLink]?
-
Organization that is the custodian of the patient record.
Declaration
Swift
public var managingOrganization: Reference?
-
Marital (civil) status of a patient.
Declaration
Swift
public var maritalStatus: CodeableConcept?
-
Whether patient is part of a multiple birth.
Declaration
Swift
public var multipleBirthBoolean: FHIRBool?
-
Whether patient is part of a multiple birth.
Declaration
Swift
public var multipleBirthInteger: FHIRInteger?
-
A name associated with the patient.
Declaration
Swift
public var name: [HumanName]?
-
Image of the patient.
Declaration
Swift
public var photo: [Attachment]?
-
A contact detail for the individual.
Declaration
Swift
public var telecom: [ContactPoint]?
-
A contact detail for the individual.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Patient: DomainResource
-
Easy way to retrieve a string for the patient’s name, with a preference for the
usual
use name.Declaration
Swift
public var humanName: String?
-
Uses the system’s date formatter to format the birthdate as a short date.
Declaration
Swift
public var humanBirthDateShort: String?
-
Uses the system’s date formatter to format the birthdate as a medium date.
Declaration
Swift
public var humanBirthDateMedium: String?