Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/joofio/test-epi-composition/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bundlepackageleaflet-en-bd22c6cb08ec26dbc8a674d031b87df0"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Bundle-uv-epi"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Bundle-uv-epi> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:identifier [ fhir:system [ fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "None" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2023-06-27T10:09:22Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "Composition/composition-en-bd22c6cb08ec26dbc8a674d031b87df0"^^xsd:anyURI ] ; ( fhir:resource <Composition/composition-en-bd22c6cb08ec26dbc8a674d031b87df0> ) ] [ fhir:fullUrl [ fhir:v "MedicinalProductDefinition/mpbd22c6cb08ec26dbc8a674d031b87df0"^^xsd:anyURI ] ; ( fhir:resource <MedicinalProductDefinition/mpbd22c6cb08ec26dbc8a674d031b87df0> ) ] ) . # <Composition/composition-en-bd22c6cb08ec26dbc8a674d031b87df0> a fhir:Composition ; fhir:id [ fhir:v "composition-en-bd22c6cb08ec26dbc8a674d031b87df0"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Composition-uv-epi"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Composition-uv-epi> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><a name=\"Composition_composition-en-bd22c6cb08ec26dbc8a674d031b87df0\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-en-bd22c6cb08ec26dbc8a674d031b87df0</b></p><a name=\"composition-en-bd22c6cb08ec26dbc8a674d031b87df0\"> </a><a name=\"hccomposition-en-bd22c6cb08ec26dbc8a674d031b87df0\"> </a><a name=\"composition-en-bd22c6cb08ec26dbc8a674d031b87df0-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/emedicinal-product-info/StructureDefinition-Composition-uv-epi.html\">Composition (ePI)</a></p></div><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/06/356/011</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi/ 100000155538}\">Package Leaflet</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/epicategory-cs R}\">Raw</span></p><p><b>date</b>: 2022-02-16 13:28:17+0000</p><p><b>author</b>: <a href=\"Organization-mah-ema.html\">Organization ACME industry</a></p><p><b>title</b>: TEST PURPOSES ONLY - exjade</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/composition-attestation-mode official}\">Official</span></td><td>2022-02-16 13:28:17+0000</td></tr></table></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "EU/1/06/356/011" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "Package Leaflet" ] ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/epicategory-cs"^^xsd:anyURI ] ; fhir:code [ fhir:v "R" ] ; fhir:display [ fhir:v "Raw" ] ] ) ] ) ; # fhir:subject ( [ fhir:reference [ fhir:v "MedicinalProductDefinition/mpbd22c6cb08ec26dbc8a674d031b87df0" ] ] ) ; # fhir:date [ fhir:v "2022-02-16T13:28:17Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "Organization/mah-ema" ] ] ) ; # fhir:title [ fhir:v "TEST PURPOSES ONLY - exjade"] ; # fhir:attester ( [ fhir:mode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/composition-attestation-mode"^^xsd:anyURI ] ; fhir:code [ fhir:v "official" ] ] ) ] ; fhir:time [ fhir:v "2022-02-16T13:28:17Z"^^xsd:dateTime ] ] ) ; # fhir:section ( [ fhir:title [ fhir:v "B. Package Leaflet" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "B. Package Leaflet" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">unavailable</div>" ] ; fhir:emptyReason [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ] ; fhir:code [ fhir:v "unavailable" ] ] ) ] ; ( fhir:section [ fhir:title [ fhir:v "Package leaflet: Information for the user" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "Package leaflet: Information for the user" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"></div>" ] ] [ fhir:title [ fhir:v "What is in this leaflet" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "What is in this leaflet" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>What is in this leaflet</p><ol type=\"1\"><li>What EXJADE is and what it is used for</li><li>What you need to know before you take EXJADE</li><li>How to take EXJADE</li><li>Possible side effects</li><li>How to store EXJADE</li><li>Contents of the pack and other information</li></ol></div>" ] ] [ fhir:title [ fhir:v "1. What exjade is and what it is used for" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "1. What exjade is and what it is used for" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>What EXJADE is EXJADE contains an active substance called deferasirox. It is an iron chelator which is a medicine used to remove the excess iron from the body (also called iron overload). It traps and removes excess iron which is then excreted mainly in the stools.</p><p>What EXJADE is used for Repeated blood transfusions may be necessary in patients with various types of anaemia (for example thalassaemia, sickle cell disease or myelodysplastic syndromes (MDS)). However, repeated blood transfusions can cause a build-up of excess iron. This is because blood contains iron and your body does not have a natural way to remove the excess iron you get with your blood transfusions. In patients with non-transfusion-dependent thalassaemia syndromes, iron overload may also develop over time, mainly due to increased absorption of dietary iron in response to low blood cell counts. Over time, the excess iron can damage important organs such as the liver and heart. Medicines called iron chelators are used to remove the excess iron and reduce the risk of it causing organ damage.</p><p>EXJADE is used to treat chronic iron overload caused by frequent blood transfusions in patients with beta thalassaemia major aged 6 years and older.</p><p>EXJADE is also used to treat chronic iron overload when deferoxamine therapy is contraindicated or inadequate in patients with beta thalassaemia major with iron overload caused by infrequent blood transfusions, in patients with other types of anaemias, and in children aged 2 to 5 years.</p><p>EXJADE is also used when deferoxamine therapy is contraindicated or inadequate to treat patients aged 10 years or older who have iron overload associated with their thalassaemia syndromes, but who are not transfusion dependent.</p></div>" ] ] [ fhir:title [ fhir:v "2. What you need to know before you take exjade" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "2. What you need to know before you take exjade" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Do not take EXJADE</p><ul><li>if you are allergic to deferasirox or any of the other ingredients of this medicine (listed in section 6). If this applies to you, tell your doctor before taking EXJADE. If you think you may be allergic, ask your doctor for advice.</li><li>if you have moderate or severe kidney disease.</li><li>if you are currently taking any other iron chelator medicines.</li></ul><p>EXJADE is not recommended</p><ul><li>if you are at an advanced stage of myelodysplastic syndrome (MDS; decreased production of blood cells by the bone marrow) or have advanced cancer.</li></ul><p>Warnings and precautions Talk to your doctor or pharmacist before taking EXJADE:</p><ul><li>if you have a kidney or liver problem.</li><li>if you have a cardiac problem due to iron overload.</li><li>if you notice a marked decrease in your urine output (sign of kidney problem).</li><li>if you develop a severe rash, or difficulty breathing and dizziness or swelling mainly of the face and throat (signs of severe allergic reaction, see also section 4 Possible side effects ).</li><li>if you experience a combination of any of the following symptoms: rash, red skin, blistering of the lips, eyes or mouth, skin peeling, high fever, flu-like symptoms, enlarged lymph nodes (signs of severe skin reaction, see also section 4 Possible side effects ).</li><li>if you experience a combination of drowsiness, upper right abdominal pain, yellowing or increased yellowing of your skin or eyes and dark urine (signs of liver problems).</li><li>if you experience difficulty thinking, remembering information, or solving problems, being less alert or aware or feeling very sleepy with low energy (signs of a high level of ammonia in your blood, which may be associated with liver or renal problems, see also section 4 Possible side effects ).</li><li>if you vomit blood and/or have black stools.</li><li>if you experience frequent abdominal pain, particularly after eating or taking EXJADE.</li><li>if you experience frequent heartburn.</li><li>if you have a low level of platelets or white blood cells in your blood test.</li><li>if you have blurred vision</li><li>if you have diarrhoea or vomiting. If any of these apply to you, tell your doctor straight away.</li></ul><p>Monitoring your EXJADE treatment You will have regular blood and urine tests during treatment. These will monitor the amount of iron in your body (blood level of ferritin) to see how well EXJADE is working. The tests will also monitor your kidney function (blood level of creatinine, presence of protein in the urine) and liver function (blood level of transaminases). Your doctor may require you to undergo a kidney biopsy, if he/she suspects significant kidney damage. You may also have MRI (magnetic resonance imaging) tests to determine the amount of iron in your liver. Your doctor will take these tests into consideration when deciding on the dose of EXJADE most suitable for you and will also use these tests to decide when you should stop taking EXJADE.</p><p>Your eyesight and hearing will be tested each year during treatment as a precautionary measure.</p><p>Other medicines and EXJADE Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines. This includes in particular:</p><ul><li>other iron chelators, which must not be taken with EXJADE,</li><li>antacids (medicines used to treat heartburn) containing aluminium, which should not be taken at the same time of day as EXJADE,</li><li>ciclosporin (used to prevent the body rejecting a transplanted organ or for other conditions, such as rheumatoid arthritis or atopic dermatitis),</li><li>simvastatin (used to lower cholesterol),</li><li>certain painkillers or anti-inflammatory medicines (e.g. aspirin, ibuprofen, corticosteroids),</li><li>oral bisphosphonates (used to treat osteoporosis),</li><li>anticoagulant medicines (used to prevent or treat blood clotting),</li><li>hormonal contraceptive agents (birth control medicines),</li><li>bepridil, ergotamine (used for heart problems and migraines),</li><li>repaglinide (used to treat diabetes),</li><li>rifampicin (used to treat tuberculosis),</li><li>phenytoin, phenobarbital, carbamazepine (used to treat epilepsy),</li><li>ritonavir (used in the treatment of HIV infection),</li><li>paclitaxel (used in cancer treatment),</li><li>theophylline (used to treat respiratory diseases such as asthma),</li><li>clozapine (used to treat psychiatric disorders such as schizophrenia),</li><li>tizanidine (used as a muscle relaxant),</li><li>cholestyramine (used to lower cholesterol levels in the blood),</li><li>busulfan (used as a treatment prior to transplantation in order to destroy the original bone marrow before the transplant),</li><li>midazolam (used to relieve anxiety and/or trouble sleeping).</li></ul><p>Additional tests may be required to monitor the blood levels of some of these medicines.</p><p>Older people (age 65 years and over) EXJADE can be used by people aged 65 years and over at the same dose as for other adults. Elderly patients may experience more side effects (in particular diarrhoea) than younger patients. They should be monitored closely by their doctor for side effects that may require a dose adjustment.</p><p>Children and adolescents EXJADE can be used in children and adolescents receiving regular blood transfusions aged 2 years and over and in children and adolescents not receiving regular blood transfusions aged 10 years and over. As the patient grows the doctor will adjust the dose.</p><p>EXJADE is not recommended for children aged under 2 years.</p><p>Pregnancy and breast-feeding If you are pregnant or breast-feeding, think you may be pregnant or are planning to have a baby, ask your doctor for advice before taking this medicine.</p><p>EXJADE is not recommended during pregnancy unless clearly necessary.</p><p>If you are currently using a hormonal contraceptive to prevent pregnancy, you should use an additional or different type of contraception (e.g. condom), as EXJADE may reduce the effectiveness of hormonal contraceptives.</p><p>Breast-feeding is not recommended during treatment with EXJADE.</p><p>Driving and using machines If you feel dizzy after taking EXJADE, do not drive or operate any tools or machines until you are feeling normal again.</p><p>EXJADE contains sodium This medicine contains less than 1 mmol sodium (23 mg) per film-coated tablet, that is to say essentially sodium free .</p></div>" ] ] [ fhir:title [ fhir:v "3. How to take exjade" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "3. How to take exjade" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Treatment with EXJADE will be overseen by a doctor who is experienced in the treatment of iron overload caused by blood transfusions.</p><p>Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure.</p><p>How much EXJADE to take The dose of EXJADE is related to body weight for all patients. Your doctor will calculate the dose you need and tell you how many tablets to take each day.</p><ul><li>The usual daily dose for EXJADE film-coated tablets at the start of the treatment for patients receiving regular blood transfusions is 14 mg per kilogram body weight. A higher or lower starting dose may be recommended by your doctor based on your individual treatment needs.</li><li>The usual daily dose for EXJADE film-coated tablets at the start of the treatment for patients not receiving regular blood transfusions is 7 mg per kilogram body weight.</li><li>Depending on how you respond to treatment, your doctor may later adjust your treatment to a higher or lower dose.</li><li>The maximum recommended daily dose for EXJADE film-coated tablets is:</li><li>28 mg per kilogram body weight for patients receiving regular blood transfusions,</li><li>14 mg per kilogram body weight for adult patients not receiving regular blood transfusions,</li><li>7 mg per kilogram body weight for children and adolescents not receiving regular blood transfusions.</li></ul><p>In some countries, deferasirox may also be available as dispersible tablets, made by other manufacturers. If you are switching from such dispersible tablets to EXJADE film-coated tablets, your dose will change. Your doctor will calculate the dose you need and tell you how many film-coated tablets to take each day.</p><p>When to take EXJADE</p><ul><li>Take EXJADE once a day, every day, at about the same time each day with some water.</li><li>Take EXJADE film-coated tablets either on an empty stomach or with a light meal. Taking EXJADE at the same time each day will also help you remember when to take your tablets.</li></ul><p>For patients who are unable to swallow whole tablets, EXJADE film-coated tablets may be crushed and taken by sprinkling the full dose onto soft food such as yogurt or apple sauce (pureed apple). The food should be immediately and completely consumed. Do not store it for future use.</p><p>How long to take EXJADE Continue taking EXJADE every day for as long as your doctor tells you. This is a long-term treatment, possibly lasting for months or years. Your doctor will regularly monitor your condition to check that the treatment is having the desired effect (see also section 2: Monitoring your EXJADE treatment ).</p><p>If you have questions about how long to take EXJADE, talk to your doctor.</p><p>If you take more EXJADE than you should If you have taken too much EXJADE, or if someone else accidentally takes your tablets, contact your doctor or hospital for advice straight away. Show the doctor the pack of tablets. Urgent medical treatment may be necessary. You may experience effects such as abdominal pain, diarrhoea, nausea and vomiting and kidney or liver problems that can be serious.</p><p>If you forget to take EXJADE If you miss a dose, take it as soon as you remember on that day. Take your next dose as scheduled. Do not take a double dose on the next day to make up for the forgotten tablet(s).</p><p>If you stop taking EXJADE Do not stop taking EXJADE unless your doctor tells you to. If you stop taking it, the excess iron will no longer be removed from your body (see also above section How long to take EXJADE ).</p></div>" ] ] [ fhir:title [ fhir:v "4. Possible side effects" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "4. Possible side effects" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Like all medicines, this medicine can cause side effects, although not everybody gets them. Most of the side effects are mild to moderate and will generally disappear after a few days to a few weeks of treatment.</p><p>Some side effects could be serious and need immediate medical attention. These side effects are uncommon (may affect up to 1 in 100 people) or rare (may affect up to 1 in 1,000 people).</p><ul><li>If you get a severe rash, or difficulty breathing and dizziness or swelling mainly of the face and throat (signs of severe allergic reaction),</li><li>If you experience a combination of any of the following symptoms: rash, red skin, blistering of the lips, eyes or mouth, skin peeling, high fever, flu-like symptoms, enlarged lymph nodes, (signs of severe skin reactions),</li><li>If you notice a marked decrease in your urine output (sign of kidney problem),</li><li>If you experience a combination of drowsiness, upper right abdominal pain, yellowing or increased yellowing of your skin or eyes and dark urine (signs of liver problems),</li><li>If you experience difficulty thinking, remembering information, or solving problems, being less alert or aware or feeling very sleepy with low energy (signs of a high level of ammonia in your blood, which may be associated with liver or renal problems and lead to a change in your brain function),</li><li>If you vomit blood and/or have black stools,</li><li>If you experience frequent abdominal pain, particularly after eating or taking EXJADE,</li><li>If you experience frequent heartburn,</li><li>If you experience partial loss of vision,</li><li>If you experience severe upper stomach pain (pancreatitis), stop taking this medicine and tell your doctor straight away.</li></ul><p>Some side effects could become serious. These side effects are uncommon.</p><ul><li>If you get blurred or cloudy eyesight,</li><li>If you get reduced hearing, tell your doctor as soon as possible.</li></ul><p>Other side effects Very common (may affect more than 1 in 10 people)</p><ul><li>Disturbance in kidney function tests.</li></ul><p>Common (may affect up to 1 in 10 people)</p><ul><li>Gastrointestinal disorders, such as nausea, vomiting, diarrhoea, pain in the abdomen, bloating, constipation, indigestion</li><li>Rash</li><li>Headache</li><li>Disturbance in liver function tests</li><li>Itching</li><li>Disturbance in urine test (protein in the urine) If any of these affects you severely, tell your doctor.</li></ul><p>Uncommon (may affect up to 1 in 100 people)</p><ul><li>Dizziness</li><li>Fever</li><li>Sore throat</li><li>Swelling of arms or legs</li><li>Change in the colour of the skin</li><li>Anxiety</li><li>Sleep disorder</li><li>Tiredness If any of these affects you severely, tell your doctor.</li></ul><p>Frequency not known (cannot be estimated from the available data).</p><ul><li>A decrease in the number of cells involved in blood clotting (thrombocytopenia), in the number of red blood cells (anaemia aggravated), in the number of white blood cells (neutropenia) or in the number of all kinds of blood cells (pancytopenia)</li><li>Hair loss</li><li>Kidney stones</li><li>Low urine output</li><li>Tear in stomach or intestine wall that can be painful and cause nausea</li><li>Severe upper stomach pain (pancreatitis)</li><li>Abnormal level of acid in blood</li></ul><p>Reporting of side effects If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine.</p></div>" ] ] [ fhir:title [ fhir:v "5. How to store exjade" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "5. How to store exjade" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Keep this medicine out of the sight and reach of children.</li><li>Do not use this medicine after the expiry date which is stated on the blister and the carton after EXP. The expiry date refers to the last day of that month.</li><li>Do not use any pack that is damaged or shows signs of tampering.</li><li>Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away medicines you no longer use. These measures will help protect the environment.</li></ul></div>" ] ] [ fhir:title [ fhir:v "6. Contents of the pack and other information" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000155538" ] ] ) ; fhir:text [ fhir:v "6. Contents of the pack and other information" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>What EXJADE contains The active substance is deferasirox.</p><ul><li>Each film-coated tablet of EXJADE 90 mg contains 90 mg deferasirox.</li><li>Each film-coated tablet of EXJADE 180 mg contains 180 mg deferasirox.</li><li>Each film-coated tablet of EXJADE 360 mg contains 360 mg deferasirox. The other ingredients are microcrystalline cellulose; crospovidone; povidone; magnesium stearate; colloidal anhydrous silica and poloxamer. The tablet coating material contains: hypromellose; titanium dioxide (E171); macrogol (4000); talc; indigo carmine aluminium lake (E132).</li></ul><p>What EXJADE looks like and contents of the pack EXJADE is supplied as film-coated tablets. The film-coated tablets are ovaloid and biconvex.</p><ul><li>EXJADE 90 mg film-coated tablets are light blue and stamped 90 on one side and NVR on the other.</li><li>EXJADE 180 mg film-coated tablets are medium blue and stamped 180 on one side and NVR on the other.</li><li>EXJADE 360 mg film-coated tablets are dark blue and stamped 360 on one side and NVR<br/>on the other.</li></ul><p>Each blister pack contains 30 or 90 film-coated tablets. The multipacks contain 300 (10 packs of 30) film-coated tablets.</p><p>Not all pack sizes or strengths may be available in your country.</p><p>Marketing Authorisation Holder Novartis Europharm Limited Vista Building Elm Park, Merrion Road Dublin 4 Ireland</p><p>Manufacturer Novartis Pharma GmbH Roonstra e D-90429 Nuremberg Germany</p><p>Novartis Farmac utica SA Ronda de Santa Maria 08210 Barber del Vall s, Barcelona Spain</p><p>Sandoz S.R.L. Str. Livezeni nr. 7A 540472 Targu Mures Romania</p><p>For any information about this medicine, please contact the local representative of the Marketing Authorisation Holder:</p><p>Belgi /Belgique/Belgien Novartis Pharma N.V. T l/Tel: +32 2 246 16 Lietuva SIA Novartis Baltics Lietuvos filialas Tel: +370 5 269 16<br/>Novartis Bulgaria EOOD .: +359 2 489 98 Luxembourg/Luxemburg Novartis Pharma N.V T l/Tel: +32 2 246 16 esk republika Novartis s.r.o. Tel: +420 225 775 Magyarorsz g Novartis Hung ria Kft. Tel.: +36 1 457 65 Danmark Novartis Healthcare A/S Tlf: +45 39 16 84 Malta Novartis Pharma Services Inc. Tel: +356 2122 2Deutschland Novartis Pharma GmbH Tel: +49 911 273 0</p><p>Nederland Novartis Pharma B.V. Tel: +31 88 04 52 Eesti SIA Novartis Baltics Eesti filiaal Tel: +372 66 30 Norge Novartis Norge AS Tlf: +47 23 05 20<br/>Novartis (Hellas) A.E.B.E. : +30 210 281 17 sterreich Novartis Pharma GmbH Tel: +43 1 86 6Espa a Novartis Farmac utica, S.A. Tel: +34 93 306 42 Polska Novartis Poland Sp. z o.o. Tel.: +48 22 375 4France Novartis Pharma S.A.S. T l: +33 1 55 47 66 Portugal Novartis Farma - Produtos Farmac uticos, S.A. Tel: +351 21 000 8Hrvatska Novartis Hrvatska d.o.o. Tel. +385 1 6274 Rom nia Novartis Pharma Services Romania SRL Tel: +40 21 31299 Ireland Novartis Ireland Limited Tel: +353 1 260 12 Slovenija Novartis Pharma Services Inc. Tel: +386 1 300 75 sland Vistor hf. S mi: +354 535 7Slovensk republika Novartis Slovakia s.r.o. Tel: +421 2 5542 5Italia Novartis Farma S.p.A. Tel: +39 02 96 54 1 Suomi/Finland Novartis Finland Oy Puh/Tel: +358 (0)10 6133<br/>Novartis Pharma Services Inc. : +357 22 690 Sverige Novartis Sverige AB Tel: +46 8 732 32 Latvija SIA Novartis Baltics Tel: +371 67 887 United Kingdom (Northern Ireland) Novartis Ireland Limited Tel: +44 1276 698This leaflet was last revised in</p><p>Other sources of information Detailed information on this medicine is available on the European Medicines Agency website: <a href=\"http://www.ema.europa.eu\">http://www.ema.europa.eu</a> Package leaflet: Information for the user</p><p>EXJADE 90 mg granules in sachet EXJADE 180 mg granules in sachet EXJADE 360 mg granules in sachet deferasirox</p><p>This medicine is subject to additional monitoring. This will allow quick identification of new safety information. You can help by reporting any side effects you may get. See the end of section 4 for how to report side effects.</p><p>Read all of this leaflet carefully before you start taking this medicine because it contains important information for you.</p><ul><li>Keep this leaflet. You may need to read it again.</li><li>If you have any further questions, ask your doctor or pharmacist.</li><li>This medicine has been prescribed only for you or your child. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.</li><li>If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.</li></ul></div>" ] ] ) ] ) . # <MedicinalProductDefinition/mpbd22c6cb08ec26dbc8a674d031b87df0> a fhir:MedicinalProductDefinition ; fhir:id [ fhir:v "mpbd22c6cb08ec26dbc8a674d031b87df0"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicinalProductDefinition_mpbd22c6cb08ec26dbc8a674d031b87df0\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mpbd22c6cb08ec26dbc8a674d031b87df0</b></p><a name=\"mpbd22c6cb08ec26dbc8a674d031b87df0\"> </a><a name=\"hcmpbd22c6cb08ec26dbc8a674d031b87df0\"> </a><a name=\"mpbd22c6cb08ec26dbc8a674d031b87df0-en-US\"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/06/356/011</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-type MedicinalProduct}\">Medicinal Product</span></p><p><b>domain</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-domain Human}\">Human use</span></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">active</span></p><p><b>legalStatusOfSupply</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072084}\">Medicinal product subject to medical prescription</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: EXJADE 90 mg film-coated tablets</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000001}\">Full name</span></p><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000002}\">Invented name part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000003}\">Scientific name part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000004}\">Strength part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000005}\">Pharmaceutical dose form part</span></p></blockquote><h3>Usages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Country</b></td><td><b>Jurisdiction</b></td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:3166 EU}\">EU</span></td><td><span title=\"Codes:{urn:iso:std:iso:3166 EU}\">EU</span></td><td><span title=\"Codes:{urn:ietf:bcp:47 en}\">en</span></td></tr></table></blockquote></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "EU/1/06/356/011" ] ] ) ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/medicinal-product-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "MedicinalProduct" ] ; fhir:display [ fhir:v "Medicinal Product" ] ] ) ] ; # fhir:domain [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/medicinal-product-domain"^^xsd:anyURI ] ; fhir:code [ fhir:v "Human" ] ; fhir:display [ fhir:v "Human use" ] ] ) ] ; # fhir:status [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "active" ] ] ) ] ; # fhir:legalStatusOfSupply [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ; fhir:code [ fhir:v "100000072084" ] ; fhir:display [ fhir:v "Medicinal product subject to medical prescription" ] ] ) ] ; # fhir:name ( [ fhir:productName [ fhir:v "EXJADE 90 mg film-coated tablets" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ; fhir:code [ fhir:v "220000000001" ] ; fhir:display [ fhir:v "Full name" ] ] ) ] ; ( fhir:part [ fhir:part [ fhir:v "nan" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ; fhir:code [ fhir:v "220000000002" ] ; fhir:display [ fhir:v "Invented name part" ] ] ) ] ] [ fhir:part [ fhir:v "nan" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ; fhir:code [ fhir:v "220000000003" ] ; fhir:display [ fhir:v "Scientific name part" ] ] ) ] ] [ fhir:part [ fhir:v "nan" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ; fhir:code [ fhir:v "220000000004" ] ; fhir:display [ fhir:v "Strength part" ] ] ) ] ] [ fhir:part [ fhir:v "nan" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ; fhir:code [ fhir:v "220000000005" ] ; fhir:display [ fhir:v "Pharmaceutical dose form part" ] ] ) ] ] ) ; ( fhir:usage [ fhir:country [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "EU" ] ; fhir:display [ fhir:v "EU" ] ] ) ] ; fhir:jurisdiction [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "EU" ] ; fhir:display [ fhir:v "EU" ] ] ) ] ; fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "en" ] ] ) ] ] ) ] ) . #
IG © 2021+ Gravitate Health Project. Package hl7.eu.fhir.ghepi#0.1.0 based on FHIR 5.0.0. Generated 2024-10-14
This joint undertaking receives support from the EU H2020 research and innovation programme and EFPIA.