This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

4.8 Resource Medication - Content

Primarily used for identification and definition of Medication, but also covers ingredients and packaging.

4.8.1 Scope and Usage

Representing Medication in the majority of healthcare settings is a matter of identifying an item from a list and then conveying a reference for the item selected either into a patient related resource or to other applications. Additional information about the medication is frequently provided for human verification but a full representation of the details of composition and efficacy of the medicine is conveyed by referring to drug dictionaries by means of the codes they define. There are some occasions where it is necessary to identify slightly more detail, such as when dispensing a package containing a particular medicine requires identification both of the medicine and the package at once. There are also some occasions (e.g. custom formulations) where the composition of a medicine must be represented. In these cases the ingredients of the medicine have to be specified together with the amount contained, though the medication resource does not provide full details.

The medication resource allows for medications to be characterised as either a product or a package; this classification is important because it affects the interpretation of a prescribed amount. For instance, is the prescribed amount 20 tablets, or 20 packages of 50 tablets each? However the kind element is not required because not all contexts of use are involved with prescription (medication statements, for instance). Typically, however, profiles describing the use of the medication resource in a prescribing environment will make the kind element required.

Depending on whether the medication is a product or a package, further details about the composition can be provided. A product has a form (tablet, suspension, etc.) and a list of ingredients with quantities. The ingredients may be other medications or substances. A package has a container (vacuum packed box, jar, etc.) and a list of the products or other packages that are in the package.

4.8.2 Resource Content

Medication (Resource)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.codename : string 0..1A 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 codescode : CodeableConcept 0..1 <<A code that defines the type of a medicationMedicationFormalRepresentation>>Set to true if the item is attributable to a specific manufacturer (even if we don't know who that is)isBrand : boolean 0..1Describes the details of the manufacturermanufacturer : Resource(Organization) 0..1Medications are either a single administrable product or a package that contains one or more productskind : code 0..1 <<Whether the medication is a product or a packageMedicationKind>>ProductDescribes the form of the item. Powder; tables; cartonform : CodeableConcept 0..1 <<The form of a medicationMedicationForm>>IngredientThe actual ingredient - either a substance (simple ingredient) or another medicationitem : Resource(Substance|Medication) 1..1Specifies how many (or how much) of the items there are in this Medication. E.g. 250 mg per tabletamount : Ratio 0..1PackageThe kind of container that this package comes ascontainer : CodeableConcept 0..1 <<Kind of container a medication package is packaged inMedicationContainer>>ContentIdentifies one of the items in the packageitem : Resource(Medication) 1..1The amount of the product that is in the packageamount : Quantity 0..1Identifies a particular constituent of interest in the productingredient0..*Information that only applies to products (not packages)product0..1A set of components that go to make up the described itemcontent0..*Information that only applies to packages (not products)package0..1

This resource is referenced by CarePlan, Group, MedicationAdministration, MedicationDispense, MedicationPrescription, MedicationStatement and Supply

<Medication xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: extension, modifierExtension, language, text, and contained -->
 <name value="[string]"/><!-- 0..1 Common / Commercial name § -->
 <code><!-- 0..1 CodeableConcept Codes that identify this medication § --></code>
 <isBrand value="[boolean]"/><!-- 0..1 True if a brand § -->
 <manufacturer><!-- 0..1 Resource(Organization) Manufacturer of the item § --></manufacturer>
 <kind value="[code]"/><!-- 0..1 product | package § -->
 <product>  <!-- 0..1 Administrable medication details -->
  <form><!-- 0..1 CodeableConcept powder | tablets | carton + --></form>
  <ingredient>  <!-- 0..* Active or inactive ingredient -->
   <item><!-- 1..1 Resource(Substance|Medication) The product contained --></item>
   <amount><!-- 0..1 Ratio How much ingredient in product --></amount>
  </ingredient>
 </product>
 <package>  <!-- 0..1 Details about packaged medications -->
  <container><!-- 0..1 CodeableConcept E.g. box, vial, blister-pack --></container>
  <content>  <!-- 0..* What is  in the package? -->
   <item><!-- 1..1 Resource(Medication) A product in the package --></item>
   <amount><!-- 0..1 Quantity How many are in the package? --></amount>
  </content>
 </package>
</Medication>

Alternate definitions: Schema/Schematron, Resource Profile

4.8.2.1 Terminology Bindings

PathDefinitionTypeReference
Medication.code A code that defines the type of a medicationExamplehttp://hl7.org/fhir/vs/medication-codes
Medication.kind Whether the medication is a product or a packageFixedhttp://hl7.org/fhir/medication-kind
Medication.product.form The form of a medicationExamplehttp://hl7.org/fhir/vs/medication-form-codes
Medication.package.container Kind of container a medication package is packaged inExamplehttp://hl7.org/fhir/vs/medication-package-form-codes

4.8.3 Search Parameters

Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
_idtokenThe logical resource id associated with the resource (must be supported by all servers)
_languagetokenThe language of the resource
codetokenCodes that identify this medicationMedication.code
containertokenE.g. box, vial, blister-packMedication.package.container
contentreferenceA product in the packageMedication.package.content.item
(Medication)
formtokenpowder | tablets | carton +Medication.product.form
ingredientreferenceThe product containedMedication.product.ingredient.item
(Medication, Substance)
manufacturerreferenceManufacturer of the itemMedication.manufacturer
(Organization)
namestringCommon / Commercial nameMedication.name

comments powered by Disqus