ClaimAccident
open class ClaimAccident: BackboneElement
Details about an accident.
An accident which resulted in the need for healthcare services.
-
Details about an accident.
An accident which resulted in the need for healthcare services.
Declaration
Swift
override open class var resourceType: String
-
When the accident occurred see information codes see information codes.
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?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(date: FHIRDate)
-
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 ClaimAccident: BackboneElement