The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::DrugCost - The cost per unit of a medical drug

VERSION

version v5.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:

InstanceOf['SemanticWeb::Schema::AdministrativeArea']

cost_category

costCategory

The category of cost, such as wholesale, retail, reimbursement cap, etc.

A cost_category should be one of the following types:

InstanceOf['SemanticWeb::Schema::DrugCostCategory']

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

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

cost_per_unit

costPerUnit

The cost per unit of the drug.

A cost_per_unit should be one of the following types:

InstanceOf['SemanticWeb::Schema::QualitativeValue']
Num
Str

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

SEE ALSO

SemanticWeb::Schema::MedicalEnumeration

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-2019 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)