MedicinalProductIngredient.role
FHIR attribute (r4)
In the MedicinalProductIngredient resource for FHIR r4 , the role attribute identifies the Ingredient role e.g. Active ingredient, excipient
role (MedicinalProductIngredient) description
Attribute Name: role
Description: Ingredient role e.g. Active ingredient, excipient
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
MedicinalProductIngredient.role Example
"role": {
"coding": [
{
"system": "http://ema.europa.eu/example/ingredientRole",
"code": "ActiveBase"
}
]
}
MedicinalProductIngredient attributes
AttributeField is listTypeDescription
Description: Identifier for the ingredient
Attribute Type : Identifier
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Ingredient role e.g. Active ingredient, excipient
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"role": {
"coding": [
{
"system": "http://ema.europa.eu/example/ingredientRole",
"code": "ActiveBase"
}
]
}
Description: If the ingredient is a known or suspected allergen
Attribute Type : boolean
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"allergenicIndicator":
Description: Manufacturer of this Ingredient
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"manufacturer": [
{
"reference": "Organization/example"
}
]
Description: A specified substance that comprises this ingredient
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"specifiedSubstance": [
{
"code": {
"coding": [
{
"system": "http://ema.europa.eu/example/specifiedSubstance",
"code": "equixabanCompanyequixaban1"
}
]
},
"group": {
"coding": [
{
"system": "http://ema.europa.eu/example/specifiedSubstanceGroup",
"code": "2"
}
]
}
}
]
Description: Relevant reference substance
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"substance": {
"code": {
"coding": [
{
"system": "http://ema.europa.eu/example/substance",
"code": "EQUIXABAN"
}
]
},
"strength": [
{
"presentation": {
"numerator": {
"value": 2.5,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "{tablet}"
}
}
}
]
}