CoverageGrouping
open class CoverageGrouping: BackboneElement
Additional coverage classifications.
A suite of underwrite specific classifiers, for example may be used to identify a class of coverage or employer group, Policy, Plan.
-
Additional coverage classifications.
A suite of underwrite specific classifiers, for example may be used to identify a class of coverage or employer group, Policy, Plan.
Declaration
Swift
override open class var resourceType: String
-
An identifier for the class.
Declaration
Swift
public var `class`: FHIRString?
-
Display text for the class.
Declaration
Swift
public var classDisplay: FHIRString?
-
An identifier for the group.
Declaration
Swift
public var group: FHIRString?
-
Display text for an identifier for the group.
Declaration
Swift
public var groupDisplay: FHIRString?
-
An identifier for the plan.
Declaration
Swift
public var plan: FHIRString?
-
Display text for the plan.
Declaration
Swift
public var planDisplay: FHIRString?
-
An identifier for the subsection of the class.
Declaration
Swift
public var subClass: FHIRString?
-
Display text for the subsection of the subclass.
Declaration
Swift
public var subClassDisplay: FHIRString?
-
An identifier for the subsection of the group.
Declaration
Swift
public var subGroup: FHIRString?
-
Display text for the subsection of the group.
Declaration
Swift
public var subGroupDisplay: FHIRString?
-
An identifier for the subsection of the plan.
Declaration
Swift
public var subPlan: FHIRString?
-
Display text for the subsection of the plan.
Declaration
Swift
public var subPlanDisplay: FHIRString?
-
Display text for the subsection of the plan.
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 CoverageGrouping: BackboneElement