EnrollmentRequest
open class EnrollmentRequest: DomainResource
Enrollment request.
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.
-
Enrollment request.
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.
Declaration
Swift
override open class var resourceType: String
-
Insurance information.
Declaration
Swift
public var coverage: Reference?
-
Creation date.
Declaration
Swift
public var created: DateTime?
-
Business Identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Target.
Declaration
Swift
public var insurer: Reference?
-
Responsible organization.
Declaration
Swift
public var organization: Reference?
-
Responsible practitioner.
Declaration
Swift
public var provider: Reference?
-
active | cancelled | draft | entered-in-error.
Declaration
Swift
public var status: FHIRString?
-
The subject of the Products and Services.
Declaration
Swift
public var subject: Reference?
-
The subject of the Products and Services.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class EnrollmentRequest: DomainResource