ProductResource
An authorized product line inside an authorization.
idinteger<int64>
Authorization product-line identifier.
product_idinteger<int64>
OSIGU catalog product identifier.
product_namestring
Product name.
product_type_slugstring
Slug of the product type.
treatment_duration_daysinteger<int32>
Prescribed treatment duration in days.
quantityinteger<int32>
Quantity requested by the doctor.
authorized_quantityinteger<int32>
Quantity the sponsor authorized to be dispensed.
claimed_quantityinteger<int32>
Quantity that has already been claimed against this line.
recurrent_treatmentboolean
True when the product is part of a recurring treatment plan.
recurrenceinteger<int32>
Current recurrence number, when 'recurrent_treatment' is true.
total_of_recurrencesinteger<int32>
Total number of recurrences authorized for the treatment plan.
statusstring
Current status of this product line (for example, APPROVED, REJECTED, PENDING_REVIEW).
reasonstring
Free-text explanation of the current status.
provider_products object[]
Provider-side SKUs mapped to this authorized product line.
Array [
provider_slugstring
Provider slug.
provider_product_codestring
Provider-side product code.
]