FamilyMemberHistory
open class FamilyMemberHistory: DomainResource
Information about patient’s relatives, relevant for patient.
Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.
-
Information about patient’s relatives, relevant for patient.
Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.
Declaration
Swift
override open class var resourceType: String
-
(approximate) age.
Declaration
Swift
public var ageAge: Age?
-
(approximate) age.
Declaration
Swift
public var ageRange: Range?
-
(approximate) age.
Declaration
Swift
public var ageString: FHIRString?
-
(approximate) date of birth.
Declaration
Swift
public var bornDate: FHIRDate?
-
(approximate) date of birth.
Declaration
Swift
public var bornPeriod: Period?
-
(approximate) date of birth.
Declaration
Swift
public var bornString: FHIRString?
-
Condition that the related person had.
Declaration
Swift
public var condition: [FamilyMemberHistoryCondition]?
-
When history was captured/updated.
Declaration
Swift
public var date: DateTime?
-
Dead? How old/when?.
Declaration
Swift
public var deceasedAge: Age?
-
Dead? How old/when?.
Declaration
Swift
public var deceasedBoolean: FHIRBool?
-
Dead? How old/when?.
Declaration
Swift
public var deceasedDate: FHIRDate?
-
Dead? How old/when?.
Declaration
Swift
public var deceasedRange: Range?
-
Dead? How old/when?.
Declaration
Swift
public var deceasedString: FHIRString?
-
Instantiates protocol or definition.
Declaration
Swift
public var definition: [Reference]?
-
Age is estimated?.
Declaration
Swift
public var estimatedAge: FHIRBool?
-
Administrative Gender - the gender that the relative is considered to have for administration and record keeping purposes.
Declaration
Swift
public var gender: AdministrativeGender?
-
External Id(s) for this record.
Declaration
Swift
public var identifier: [Identifier]?
-
The family member described.
Declaration
Swift
public var name: FHIRString?
-
The taking of a family member’s history did not occur.
Declaration
Swift
public var notDone: FHIRBool?
-
subject-unknown | withheld | unable-to-obtain | deferred.
Declaration
Swift
public var notDoneReason: CodeableConcept?
-
General note about related person.
Declaration
Swift
public var note: [Annotation]?
-
Patient history is about.
Declaration
Swift
public var patient: Reference?
-
Why was family member history performed?.
Declaration
Swift
public var reasonCode: [CodeableConcept]?
-
Why was family member history performed?.
Declaration
Swift
public var reasonReference: [Reference]?
-
Relationship to the subject.
Declaration
Swift
public var relationship: CodeableConcept?
-
A code specifying the status of the record of the family history of a specific family member.
Declaration
Swift
public var status: FamilyHistoryStatus?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(patient: Reference, relationship: CodeableConcept, status: FamilyHistoryStatus)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class FamilyMemberHistory: DomainResource