FHIR IG analytics| Package | hl7.fhir.uv.emedicinal-product-info |
| Resource Type | Ingredient |
| Id | Ingredient-ingredient-epi-type2-example-paracetamol-active.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Ingredient ingredient-epi-type2-example-paracetamol-active
Language: en
Profile: Ingredient (ePI)
identifier: http://example.org/identifier/ingredient-epi-type2-example-paracetamol-active
status: Active
role: Active
function: API
group: Chemical
substance
Codes
Concept Paracetamol Strengths
Presentation[x] 500 mg (Details: UCUM codemg = 'mg')/1 tablet (Details: EDQM Standard Terms code10219000 = 'Tablet')
{
"resourceType": "Ingredient",
"id": "ingredient-epi-type2-example-paracetamol-active",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": {
"system": "http://example.org/identifier",
"value": "ingredient-epi-type2-example-paracetamol-active"
},
"status": "active",
"for": [
{
"reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
}
],
"role": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000072072",
"display": "Active"
}
]
},
"function": [
{
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000136065",
"display": "API"
}
]
}
],
"group": {
"coding": [
{
"system": "https://spor.ema.europa.eu/rmswi",
"code": "100000136179",
"display": "Chemical"
}
]
},
"substance": {
"code": {
"concept": {
"coding": [
{
"system": "https://spor.ema.europa.eu/smswi",
"code": "100000000000",
"display": "Paracetamol"
}
]
}
},
"strength": [
{
"presentationRatio": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "tablet",
"system": "http://standardterms.edqm.eu",
"code": "10219000"
}
}
}
]
}
}