ClaimCareTeam
open class ClaimCareTeam: BackboneElement
Members of the care team.
The members of the team who provided the overall service as well as their role and whether responsible and qualifications.
-
Members of the care team.
The members of the team who provided the overall service as well as their role and whether responsible and qualifications.
Declaration
Swift
override open class var resourceType: String
-
Provider individual or organization.
Declaration
Swift
public var provider: Reference?
-
Type, classification or Specialization.
Declaration
Swift
public var qualification: CodeableConcept?
-
Billing provider.
Declaration
Swift
public var responsible: FHIRBool?
-
Role on the team.
Declaration
Swift
public var role: CodeableConcept?
-
Number to covey order of careTeam.
Declaration
Swift
public var sequence: FHIRInteger?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(provider: Reference, sequence: FHIRInteger)
-
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 ClaimCareTeam: BackboneElement