Person
open class Person: DomainResource
A generic person record.
Demographics and administrative information about a person independent of a specific health-related context.
-
A generic person record.
Demographics and administrative information about a person independent of a specific health-related context.
Declaration
Swift
override open class var resourceType: String -
This person’s record is in active use.
Declaration
Swift
public var active: FHIRBool? -
One or more addresses for the person.
Declaration
Swift
public var address: [Address]? -
The date on which the person was born.
Declaration
Swift
public var birthDate: FHIRDate? -
Administrative Gender.
Declaration
Swift
public var gender: AdministrativeGender? -
A human identifier for this person.
Declaration
Swift
public var identifier: [Identifier]? -
Link to a resource that concerns the same actual person.
Declaration
Swift
public var link: [PersonLink]? -
The organization that is the custodian of the person record.
Declaration
Swift
public var managingOrganization: Reference? -
A name associated with the person.
Declaration
Swift
public var name: [HumanName]? -
Image of the person.
Declaration
Swift
public var photo: Attachment? -
A contact detail for the person.
Declaration
Swift
public var telecom: [ContactPoint]? -
A contact detail for the person.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class Person: DomainResource
View on GitHub
Install in Dash
Person Class Reference