This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
| Responsible Owner: Biomedical Research and Regulation Work Group | Standards Status : Informative | Compartments : No defined compartments |
Raw XML ( canonical form + also see XML Format Specification )
General example of an active ingredient, with presentation, concentration and reference strength (id = "example")
<?xml version="1.0" encoding="UTF-8"?> <Ingredient xmlns="http://hl7.org/fhir"> <id value="example"/><!-- note this doesn't indicate an "active ingredient" as opposed to an excipient (for which see ingredient.role) --> display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60% note this doesn't indicate an "active ingredient" as opposed to an excipient (for which see ingredient.role) a single strength is commonly expressed in two ways: presentation - per item (e.g. per tablet), and concentration - per unit of measure (usually with a unitary demoninator) &#10; these are not different strengths - and have the same real value - but are different ways of expressing the same single strength &#10; presentation is meant for humans/consumers, concentration is meant for calculations/experts<!-- note this doesn't indicate an "active ingredient" as opposed to an excipient (for which see ingredient.role) --> <status value="active"/> <role> <coding> <system value="http://ema.europa.eu/example/ingredientRole"/> <code value="ActiveBase"/> </coding> </role> <manufacturer> <manufacturer><reference value="Organization/example"/> </manufacturer> </manufacturer> <substance> <code> <concept> <coding> <system value="http://ema.europa.eu/example/substance"/> <code value="EQUIXABAN"/> </coding> </concept> </code> <strength><!-- a single strength is commonly expressed in two ways:<!-- a single strength is commonly expressed in two ways: presentation - per item (e.g. per tablet), and concentration - per unit of measure (usually with a unitary demoninator)--> <!-- these are not different strengths - and have the same real value - but are different ways of expressing the same single strength --> <!-- presentation is meant for humans/consumers, concentration is meant for calculations/expert s -->--> <!-- these are not different strengths - and have the same real value - but are different ways of expressing the same single strength --> <!-- presentation is meant for humans/consumers, concentration is meant for calculations/experts --> <presentationRatio> <numerator> <value value="50"/> <unit value="mg"/><system value="http://unitsofmeasure.org"/> <code value="mg"/> </numerator> <denominator> <value value="1"/> <unit value="tablet"/><system value="http://unitsofmeasure.org"/> <code value="{tablet}"/> </denominator> </presentationRatio> <concentrationRatio><!-- 5mg/1mg (which means - because the presentation is 50mg/tablet - it must be a 10mg tablet) --><!-- 5mg/1mg (which means - because the presentation is 50mg/tablet - it must be a 10mg tablet) --> <numerator><value value="0.5"/> <unit value="mg"/><system value="http://unitsofmeasure.org"/> <code value="mg"/> </numerator> <denominator><!-- since this is for calculations, this is normally "1", a unitary ratio --> <value value="1"/> <unit value="mg"/><system value="http://unitsofmeasure.org"/> <code value="mg"/> </denominator> </concentrationRatio><!-- A reference strength is a different strength value for the same substance,<!-- A reference strength is a different strength value for the same substance, expressed in terms of a related but different substance. This other substance is usually another chemical form of the same thing e.g. the "salt" form of the active igredient, for example a chloride or sulfate. The salt may be the form of the substance molecule that is actually present, even though the strength is usually expressed in terms of only the active "base" part of the molecule. A tablet of morphine sulfate may acually have a stated active ingredient of just morphine, and may express the amount (strength) of the active ingredient as the mass of morphine - ignoring the mass of the sulfate group. Reference strength allows for additionally expressing the amount accurately in terms of the entire molecule.-->--> <referenceStrength> <substance> <concept> <coding> <system value="http://ema.europa.eu/example/substance"/> <code value="EQUIXABAN-SULPHATE"/> </coding> </concept> </substance> <strengthRatio> <numerator><value value="0.503"/> <unit value="mg"/><system value="http://unitsofmeasure.org"/> <code value="mg"/> </numerator> <denominator><value value="1"/> <unit value="mg"/><system value="http://unitsofmeasure.org"/> <code value="mg"/> </denominator> </strengthRatio> </referenceStrength> </strength> </substance> </ Ingredient >
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:25+1100.
Thu,
Nov
13,
2025
11:15+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change