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 
Is Active Ingredient Flag
{
"resourceType": "ExtensionDefinition",
"id": "medication-isActiveIngredient",
"url": "http://hl7.org/fhir/ExtensionDefinition/medication-isActiveIngredient",
"name": "Is Active Ingredient Flag",
"display": "isActiveIngredient",
"publisher": "Health Level Seven, Inc. - FHIR WG",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "HL7"
}
]
}
],
"description": "Flag indicating whether ingredient is active or inactive.",
"status": "draft",
"date": "2015-02-19",
"contextType": "resource",
"context": [
"Medication.product.ingredient"
],
"element": [
{
"path": "Extension",
"short": "Is Active Ingredient Flag",
"definition": "Flag indicating whether ingredient is active or inactive.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
}
]
}
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.