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.5 Resource Medication - Formal Definitions

Formal definitions for the elements in the Medication resource.

Medication
DefinitionPrimarily used for identification and definition of Medication, but also covers ingredients and packaging.
Control1..1
Medication.name
DefinitionThe 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.
Control0..1
Typestring
Summarytrue
Medication.code
DefinitionA 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.
Control0..1
BindingMedicationFormalRepresentation: (See http://hl7.org/fhir/vs/medication-codes)
TypeCodeableConcept
Summarytrue
CommentsWhen 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
DefinitionSet to true if the item is attributable to a specific manufacturer (even if we don't know who that is).
Control0..1
Typeboolean
Summarytrue
Medication.manufacturer
DefinitionDescribes the details of the manufacturer.
Control0..1
TypeResource(Organization)
Summarytrue
Medication.kind
DefinitionMedications are either a single administrable product or a package that contains one or more products.
Control0..1
BindingMedicationKind: Whether the medication is a product or a package (see http://hl7.org/fhir/medication-kind for values)
Typecode
Summarytrue
Medication.product
DefinitionInformation that only applies to products (not packages).
Control0..1
Medication.product.form
DefinitionDescribes the form of the item. Powder; tables; carton.
Control0..1
BindingMedicationForm: (See http://hl7.org/fhir/vs/medication-form-codes)
TypeCodeableConcept
Medication.product.ingredient
DefinitionIdentifies a particular constituent of interest in the product.
Control0..*
CommentsThe ingredients need not be a complete list; usually only active ingredients are listed.
To DoShould have an indicator distinguishing active & inactive.
Medication.product.ingredient.item
DefinitionThe actual ingredient - either a substance (simple ingredient) or another medication.
Control1..1
TypeResource(Substance | Medication)
Medication.product.ingredient.amount
DefinitionSpecifies how many (or how much) of the items there are in this Medication. E.g. 250 mg per tablet.
Control0..1
TypeRatio
Medication.package
DefinitionInformation that only applies to packages (not products).
Control0..1
Medication.package.container
DefinitionThe kind of container that this package comes as.
Control0..1
BindingMedicationContainer: (See http://hl7.org/fhir/vs/medication-package-form-codes)
TypeCodeableConcept
Medication.package.content
DefinitionA set of components that go to make up the described item.
Control0..*
Medication.package.content.item
DefinitionIdentifies one of the items in the package.
Control1..1
TypeResource(Medication)
Medication.package.content.amount
DefinitionThe amount of the product that is in the package.
Control0..1
TypeQuantity

comments powered by Disqus