DrugCost
Type name: DrugCost
Extends MedicalIntangible
Name |
Type |
Description |
applicableLocation |
AdministrativeArea |
The location in which the status applies. |
costCategory |
DrugCostCategory |
The category of cost, such as wholesale, retail, reimbursement cap, etc. |
costCurrency |
Text |
The currency (in 3-letter ISO 4217 format) of the drug cost. |
costOrigin |
Text |
Additional details to capture the origin of the cost data. For example, 'Medicare Part B'. |
costPerUnit |
Number or Text |
The cost per unit of the drug. |
drugUnit |
Text |
The unit in which the drug is measured, e.g. '5 mg tablet'. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["DrugCost is a type of information that provides details about the cost of a drug, inheriting properties from MedicalIntangible."],["This information includes the cost category (like wholesale or retail), currency, cost per unit, and the unit of measurement for the drug."],["It also specifies the geographical location where the cost applies and may include details about the source of the cost data."]]],["The `DrugCost` type defines drug pricing information, including the `applicableLocation` where the cost applies. It specifies the `costCategory` (e.g., wholesale), `costCurrency`, and `costOrigin` for tracking the data source. The `costPerUnit` and `drugUnit` detail the price and measurement (like \"5 mg tablet\") of the drug respectively. All the fields extend the `MedicalIntangible` type.\n"]]