EnrollmentResponse
open class EnrollmentResponse: DomainResource
EnrollmentResponse resource.
This resource provides enrollment and plan details from the processing of an Enrollment resource.
-
EnrollmentResponse resource.
This resource provides enrollment and plan details from the processing of an Enrollment resource.
Declaration
Swift
override open class var resourceType: String
-
Creation date.
Declaration
Swift
public var created: DateTime?
-
Disposition Message.
Declaration
Swift
public var disposition: FHIRString?
-
Business Identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Insurer.
Declaration
Swift
public var organization: Reference?
-
complete | error | partial.
Declaration
Swift
public var outcome: CodeableConcept?
-
Claim reference.
Declaration
Swift
public var request: Reference?
-
Responsible organization.
Declaration
Swift
public var requestOrganization: Reference?
-
Responsible practitioner.
Declaration
Swift
public var requestProvider: Reference?
-
active | cancelled | draft | entered-in-error.
Declaration
Swift
public var status: FHIRString?
-
active | cancelled | draft | entered-in-error.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class EnrollmentResponse: DomainResource