FamilyMemberHistoryCondition
open class FamilyMemberHistoryCondition: BackboneElement
Condition that the related person had.
The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition.
-
Condition that the related person had.
The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition.
Declaration
Swift
override open class var resourceType: String
-
Condition suffered by relation.
Declaration
Swift
public var code: CodeableConcept?
-
Extra information about condition.
Declaration
Swift
public var note: [Annotation]?
-
When condition first manifested.
Declaration
Swift
public var onsetAge: Age?
-
When condition first manifested.
Declaration
Swift
public var onsetPeriod: Period?
-
When condition first manifested.
Declaration
Swift
public var onsetRange: Range?
-
When condition first manifested.
Declaration
Swift
public var onsetString: FHIRString?
-
deceased | permanent disability | etc..
Declaration
Swift
public var outcome: CodeableConcept?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: CodeableConcept)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class FamilyMemberHistoryCondition: BackboneElement