This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Detailed Descriptions for the elements in the Medication resource.
Medication | |
Definition | Primarily used for identification and definition of Medication, but also covers ingredients and packaging. |
Control | 1..1 |
Medication.name | |
Definition | The common/commercial name of the medication absent information such as strength, form, etc. E.g. Acetaminophen, Tylenol 3, etc. The fully coordinated name is communicated as the display of Medication.code. |
Control | 0..1 |
Type | string |
Summary | true |
Medication.code | |
Definition | A code (or set of codes) that identify this medication. Usage note: This could be a standard drug code such as a drug regulator code, RxNorm code, SNOMED CT code, etc. It could also be a local formulary code, optionally with translations to the standard drug codes. |
Control | 0..1 |
Binding | MedicationFormalRepresentation: Example: See http://hl7.org/fhir/vs/medication-codes (A code that defines the type of a medication) |
Type | CodeableConcept |
Summary | true |
Comments | When defining a medication, the code is the "identifying" code for the medication. All the codings provided should be at the same level in the hierarchy (generic, formulation, generic strength, etc.). Codes that relate the medication across the hierarchy should be conveyed using the relationships inherent in Medication.package and Medication.product. |
Medication.isBrand | |
Definition | Set to true if the item is attributable to a specific manufacturer (even if we don't know who that is). |
Control | 0..1 |
Type | boolean |
Summary | true |
Medication.manufacturer | |
Definition | Describes the details of the manufacturer. |
Control | 0..1 |
Type | Reference(Organization) |
Summary | true |
Medication.kind | |
Definition | Medications are either a single administrable product or a package that contains one or more products. |
Control | 0..1 |
Binding | MedicationKind: Required: http://hl7.org/fhir/medication-kind (Whether the medication is a product or a package) |
Type | code |
Summary | true |
Medication.product | |
Definition | Information that only applies to products (not packages). |
Control | 0..1 |
Medication.product.form | |
Definition | Describes the form of the item. Powder; tables; carton. |
Control | 0..1 |
Binding | MedicationForm: Example: See http://hl7.org/fhir/vs/medication-form-codes (The form of a medication) |
Type | CodeableConcept |
Medication.product.ingredient | |
Definition | Identifies a particular constituent of interest in the product. |
Control | 0..* |
Comments | The ingredients need not be a complete list; usually only active ingredients are listed. |
To Do | Should have an indicator distinguishing active & inactive. |
Medication.product.ingredient.item | |
Definition | The actual ingredient - either a substance (simple ingredient) or another medication. |
Control | 1..1 |
Type | Reference(Substance | Medication) |
Medication.product.ingredient.amount | |
Definition | Specifies how many (or how much) of the items there are in this Medication. E.g. 250 mg per tablet. |
Control | 0..1 |
Type | Ratio |
Medication.product.batch | |
Definition | Information about a group of medication produced or packaged from one production run. |
Control | 0..* |
Medication.product.batch.lotNumber | |
Definition | The assigned lot number of a batch of the specified product. |
Control | 0..1 |
Type | string |
Medication.product.batch.expirationDate | |
Definition | When this specific batch of product will expire. |
Control | 0..1 |
Type | dateTime |
Medication.package | |
Definition | Information that only applies to packages (not products). |
Control | 0..1 |
Medication.package.container | |
Definition | The kind of container that this package comes as. |
Control | 0..1 |
Binding | MedicationContainer: Example: See http://hl7.org/fhir/vs/medication-package-form-codes (Kind of container a medication package is packaged in) |
Type | CodeableConcept |
Medication.package.content | |
Definition | A set of components that go to make up the described item. |
Control | 0..* |
Medication.package.content.item | |
Definition | Identifies one of the items in the package. |
Control | 1..1 |
Type | Reference(Medication) |
Medication.package.content.amount | |
Definition | The amount of the product that is in the package. |
Control | 0..1 |
Type | Quantity |