ErxChargeItem

public struct ErxChargeItem : Identifiable, Hashable, Codable

The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.

Meta Information

  • id

    Id of the consent

    Declaration

    Swift

    public var id: String { get }
  • Identifier of the charge item

    Declaration

    Swift

    public let identifier: String
  • Complete FHIR bundle as json encoded data

    Declaration

    Swift

    public let fhirData: Data
  • TaskId of the actual prescription

    Declaration

    Swift

    public let taskId: String?
  • Date the charge item was entered

    Declaration

    Swift

    public let enteredDate: String?
  • Access code authorising for the charge item

    Declaration

    Swift

    public let accessCode: String?
  • Indicates if the message about the ChargeItem in the order section has been opened by the user

    Declaration

    Swift

    public var isRead: Bool

KBV profiled FHIR resources

DAV profiled FHIR resources

Signatures from bundles