Looking for help!
NAME
SemanticWeb::Schema::DrugCost - The cost per unit of a medical drug
VERSION
version v23.0.0
DESCRIPTION
The cost per unit of a medical drug. Note that this type is not meant to represent the price in an offer of a drug for sale; see the Offer type for that. This type will typically be used to tag wholesale or average retail cost of a drug, or maximum reimbursable cost. Costs of medical drugs vary widely depending on how and where they are paid for, so while this type captures some of the variables, costs should be used with caution by consumers of this schema's markup.
ATTRIBUTES
applicable_location
applicableLocation
The location in which the status applies.
A applicable_location should be one of the following types:
_has_applicable_location
A predicate for the "applicable_location" attribute.
cost_category
costCategory
The category of cost, such as wholesale, retail, reimbursement cap, etc.
A cost_category should be one of the following types:
_has_cost_category
A predicate for the "cost_category" attribute.
cost_currency
costCurrency
The currency (in 3-letter) of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217.
A cost_currency should be one of the following types:
Str
_has_cost_currency
A predicate for the "cost_currency" attribute.
cost_origin
costOrigin
Additional details to capture the origin of the cost data. For example, 'Medicare Part B'.
A cost_origin should be one of the following types:
Str
_has_cost_origin
A predicate for the "cost_origin" attribute.
cost_per_unit
costPerUnit
The cost per unit of the drug.
A cost_per_unit should be one of the following types:
_has_cost_per_unit
A predicate for the "cost_per_unit" attribute.
drug_unit
drugUnit
The unit in which the drug is measured, e.g. '5 mg tablet'.
A drug_unit should be one of the following types:
Str
_has_drug_unit
A predicate for the "drug_unit" attribute.
SEE ALSO
SemanticWeb::Schema::MedicalEntity
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)