ExplanationOfBenefitAccident
open class ExplanationOfBenefitAccident: BackboneElement
Details of an accident.
An accident which resulted in the need for healthcare services.
-
Details of an accident.
An accident which resulted in the need for healthcare services.
Declaration
Swift
override open class var resourceType: String -
When the accident occurred.
Declaration
Swift
public var date: FHIRDate? -
Accident Place.
Declaration
Swift
public var locationAddress: Address? -
Accident Place.
Declaration
Swift
public var locationReference: Reference? -
The nature of the accident.
Declaration
Swift
public var type: CodeableConcept? -
The nature of the accident.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ExplanationOfBenefitAccident: BackboneElement
View on GitHub
Install in Dash
ExplanationOfBenefitAccident Class Reference