ErxSparseChargeItem
public struct ErxSparseChargeItem : Identifiable, Hashable, CodableA sparsed version of ErxChargeItem
- 
                  
                  ErxChargeItem default initializer DeclarationSwift public init( identifier: String, taskId: String?, fhirData: Data, enteredDate: String? = nil, isRead: Bool = false, medication: ErxMedication? = nil, invoice: DavInvoice? = nil )
- 
                  
                  Id of the consent DeclarationSwift public var id: String { get }
- 
                  
                  Identifier of the charge item DeclarationSwift public let identifier: String
- 
                  
                  Identifier of the related ErxTask DeclarationSwift public var taskId: String?
- 
                  
                  Complete FHIR bundle as json encoded data DeclarationSwift public let fhirData: Data
- 
                  
                  Date the charge item was entered DeclarationSwift public let enteredDate: String?
- 
                  
                  Indicates if the message about the ChargeItem in the order section has been opened by the user DeclarationSwift public let isRead: Bool
- 
                  
                  The prescribed medication DeclarationSwift public let medication: ErxMedication?
- 
                  
                  Invoice from an Account DeclarationSwift public let invoice: DavInvoice?
 View on GitHub
            View on GitHub
           ErxSparseChargeItem Structure Reference
      ErxSparseChargeItem Structure Reference