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-36f1b29a7444210831ac7deab30ae673"] ; # 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-36f1b29a7444210831ac7deab30ae673"^^xsd:anyURI ] ; ( fhir:resource <Composition/composition-en-36f1b29a7444210831ac7deab30ae673> ) ] [ fhir:fullUrl [ fhir:v "MedicinalProductDefinition/mp36f1b29a7444210831ac7deab30ae673"^^xsd:anyURI ] ; ( fhir:resource <MedicinalProductDefinition/mp36f1b29a7444210831ac7deab30ae673> ) ] ) . # <Composition/composition-en-36f1b29a7444210831ac7deab30ae673> a fhir:Composition ; fhir:id [ fhir:v "composition-en-36f1b29a7444210831ac7deab30ae673"] ; # 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-36f1b29a7444210831ac7deab30ae673\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-en-36f1b29a7444210831ac7deab30ae673</b></p><a name=\"composition-en-36f1b29a7444210831ac7deab30ae673\"> </a><a name=\"hccomposition-en-36f1b29a7444210831ac7deab30ae673\"> </a><a name=\"composition-en-36f1b29a7444210831ac7deab30ae673-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/97/033/003</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 - avonex</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/97/033/003" ] ] ) ; # 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/mp36f1b29a7444210831ac7deab30ae673" ] ] ) ; # 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 - avonex"] ; # 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\"><ol start=\"7\" type=\"1\"><li>How to inject AVONEX</li></ol></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 AVONEX is and what it is used for</li><li>What you need to know before you use AVONEX</li><li>How to use AVONEX</li><li>Possible side effects</li><li>How to store AVONEX</li><li>Contents of the pack and other information</li></ol></div>" ] ] [ fhir:title [ fhir:v "1. What avonex 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 avonex is and what it is used for" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"what-avonex-is-the-active-substance-in-avonex-is-a-protein-called-interferon-beta-1a-interferons-are-natural-substances-made-in-your-body-to-help-protect-you-from-infections-and-diseases-the-protein-in-avonex-is-made-up-of-exactly-the-same-ingredients-as-interferon-beta-that-is-found-in-the-human-body-what-avonex-is-used-for-avonex-is-used-to-treat-multiple-sclerosis-ms-treatment-with-avonex-can-help-to-prevent-you-from-getting-worse-although-it-will-not-cure-ms-everyone-has-their-own-set-of-ms-symptoms-these-can-include\">What AVONEX is The active substance in Avonex is a protein called interferon beta-1a. Interferons are natural substances made in your body to help protect you from infections and diseases. The protein in Avonex is made up of exactly the same ingredients as interferon beta that is found in the human body. What AVONEX is used for Avonex is used to treat Multiple Sclerosis (MS). Treatment with Avonex can help to prevent you from getting worse, although it will not cure MS. Everyone has their own set of MS symptoms. These can include:</h2><h2 id=\"feeling-off-balance-or-light-headed-walking-problems-stiffness-and-muscle-spasms-tiredness-numbness-in-the-face-arms-or-legs\">Feeling off-balance or light headed, walking problems, stiffness and muscle spasms, tiredness, numbness in the face, arms or legs</h2><h2 id=\"acute-or-chronic-pain-bladder-and-bowel-problems-sexual-problems-and-problems-seeing-things\">Acute or chronic pain, bladder and bowel problems, sexual problems and problems seeing things</h2><h2 id=\"difficulty-in-thinking-and-concentrating-depression-ms-also-tends-to-flare-up-from-time-to-time-this-is-called-a-relapse-notes-information-avonex-works-best-when-you-use-it\">Difficulty in thinking and concentrating, depression. MS also tends to flare up from time to time: this is called a relapse. (Notes information) Avonex works best when you use it:</h2><h2 id=\"at-the-same-time\">at the same time</h2><h2 id=\"once-a-week\">once a week</h2><p>on a regular basis Do not stop your Avonex treatment without speaking to your doctor. Avonex can help to reduce the number of relapses that you have and slow down the disabling effects of MS. Your doctor will advise you for how long you can use Avonex or when to stop. How AVONEX works Multiple sclerosis is linked to nerve (brain or spinal cord) damage. In MS, your body s defence system reacts against its own myelin the insulation that surrounds nerve fibres. When myelin is damaged, the messages between the brain and other parts of the body are disrupted. This is what causes the symptoms of MS. Avonex seems to work by stopping your body s defence system from attacking the myelin.</p></div>" ] ] [ fhir:title [ fhir:v "2. What you need to know before you take avonex" ] ; 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 avonex" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"do-not-use-avonex\">Do not use AVONEX</h2><h2 id=\"if-you-are-allergic-to-interferon-beta-or-any-of-the-other-ingredients-of-this-medicine-listed-in-section-6\">If you are allergic to interferon beta or any of the other ingredients of this medicine (listed in section 6)</h2><h2 id=\"if-you-have-severe-depression-or-think-about-committing-suicide-talk-to-a-doctor-straight-away-if-any-of-these-apply-to-you-notes-information-avonex-and-allergic-reactions-because-avonex-is-based-on-a-protein-there-is-a-small-chance-of-an-allergic-reaction-more-about-depression-if-you-have-severe-depression-or-thoughts-about-suicide-you-must-not-use-avonex-if-you-have-depression-your-doctor-may-still-prescribe-avonex-for-you-but-its-important-to-let-your-doctor-know-if-you-have-had-depression-or-any-similar-problems-affecting-your-moods-warnings-and-precautions-talk-to-your-doctor-before-using-avonex-if-you-have-or-have-had-in-the-past\">If you have severe depression or think about committing suicide. Talk to a doctor straight away if any of these apply to you. (Notes information) Avonex and allergic reactions. Because Avonex is based on a protein, there is a small chance of an allergic reaction. More about depression. If you have severe depression or thoughts about suicide, you must not use Avonex. If you have depression, your doctor may still prescribe Avonex for you, but it's important to let your doctor know if you have had depression or any similar problems affecting your moods. Warnings and precautions Talk to your doctor before using Avonex if you have or have had in the past:</h2><h2 id=\"depression-or-problems-affecting-your-moods\">Depression or problems affecting your moods</h2><h2 id=\"thoughts-about-committing-suicide-changes-to-your-mood-thoughts-about-suicide-feeling-unusually-sad-anxious-or-worthless-should-be-reported-to-your-doctor-immediately\">Thoughts about committing suicide. Changes to your mood, thoughts about suicide, feeling unusually sad, anxious or worthless, should be reported to your doctor immediately.</h2><h2 id=\"epilepsy-or-other-seizure-disorders-not-controlled-by-medication\">Epilepsy or other seizure disorders not controlled by medication</h2><h2 id=\"serious-kidney-or-liver-problems\">Serious kidney or liver problems</h2><h2 id=\"a-low-number-of-white-blood-cells-or-platelets-which-can-cause-an-increased-risk-of-infection-bleeding-or-anaemia\">A low number of white blood cells or platelets, which can cause an increased risk of infection, bleeding or anaemia</h2><h2 id=\"heart-problems-which-can-cause-symptoms-such-as-chest-pain-angina-particularly-after-any-activity-swollen-ankles-shortness-of-breath-congestive-heart-failure-or-an-irregular-heartbeat-arrhythmias\">Heart problems, which can cause symptoms such as chest pain (angina), particularly after any activity; swollen ankles, shortness of breath (congestive heart failure); or an irregular heartbeat (arrhythmias).</h2><h2 id=\"irritation-at-an-injection-site-which-can-lead-to-skin-and-tissue-damage-injection-site-necrosis-when-you-are-ready-to-inject-carefully-follow-the-instructions-in-section-7-how-to-inject-avonex--at-the-end-of-this-leaflet-this-is-to-reduce-the-risk-of-injection-site-reactions-talk-to-your-doctor-if-you-have-any-of-these-conditions-or-if-they-worsen-whilst-taking-avonex-blood-clots-in-the-small-blood-vessels-may-occur-during-your-treatment-these-blood-clots-could-affect-your-kidneys-this-might-happen-several-weeks-to-several-years-after-starting-avonex-your-doctor-may-want-to-check-your-blood-pressure-blood-platelet-count-and-the-function-of-your-kidneys-tell-your-doctor-you-are-using-avonex\">Irritation at an injection site, which can lead to skin and tissue damage (injection site necrosis). When you are ready to inject, carefully follow the instructions in section 7 How to inject AVONEX , at the end of this leaflet. This is to reduce the risk of injection site reactions. Talk to your doctor if you have any of these conditions, or if they worsen whilst taking Avonex. Blood clots in the small blood vessels may occur during your treatment. These blood clots could affect your kidneys. This might happen several weeks to several years after starting Avonex. Your doctor may want to check your blood pressure, blood (platelet count) and the function of your kidneys. Tell your doctor you are using Avonex:</h2><p>If you are having a blood test. Avonex may interfere with the results. (Notes information) Sometimes you will need to remind other medical staff that you are being treated with Avonex. For example, if you are prescribed other medicines, or if you have a blood test, Avonex may affect the other medicines or the test result. Paediatric population Avonex is not recommended for use in children and adolescents because there is limited data on the use of Avonex in this population. Avonex should not be used in children below 10 years of age because it is yet to be established whether it would work for them and whether it would be safe. Other medicines and AVONEX Tell your doctor if you are using, have recently used or might use any other medicines, especially those used to treat epilepsy or depression. Avonex may affect other medicines or be affected by them. This includes any other medicines including medicines obtained without a prescription. Pregnancy and breast-feeding If you are pregnant, think you may be pregnant or are planning to have a baby, ask your doctor or pharmacist for advice before taking this medicine. No harmful effects on the breastfed newborn/infant are anticipated. Avonex can be used during breast- feeding. Driving and using machines If you feel dizzy, do not drive. Avonex makes some people feel dizzy. If this happens to you, or if you get any other side effects that could affect your ability, do not drive or use machines. Important information about some of the ingredients of AVONEX This medicine is essentially sodium-free . It contains less than 23 mg (1 mmol) sodium in each weekly dose.</p></div>" ] ] [ fhir:title [ fhir:v "3. How to take avonex" ] ; 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 avonex" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The recommended weekly dose One injection of Avonex, once a week. Try to use Avonex at the same time on the same day each week. If you have decided to start treatment with Avonex, your doctor may provide you with an Avostartclip titration kit. The Avostartclip attaches to the syringe and enables you to gradually increase your dose of Avonex when you first start treatment. This is to limit flu-like symptoms which some people experience when they start using Avonex. Your doctor or nurse will help you use the Avostartclip titration kit. (Notes information) Starting Avonex If you are new to Avonex, your doctor may advise you to gradually increase your dose so that you can adjust to the effects of Avonex before taking the full dose. You will be provided with an Avostartclip titration kit. Avostartclips can be attached onto the syringe enabling a reduced dose of Avonex to be injected at the start of treatment. Each Avostartclip should be used once and then discarded along with any remaining Avonex. For further details on use, speak with your doctor.<br/>Injecting yourself You can inject Avonex yourself without the help of your doctor, if they have trained you to do this. The instructions on how to inject yourself are at the end of this leaflet (see section 7, How to inject AVONEX). If you have trouble handling the syringe, ask your doctor who may be able to help. (Notes information) There are more details on how to inject Avonex at the end of this leaflet. Alternate needle: Your pack of Avonex already includes a needle for injection. It may be possible for your doctor to prescribe you a shorter and thinner needle, depending on your body type. Talk to your doctor to see if this is appropriate for you. If you have problems handling the syringe, talk to your doctor about using a syringe grip. This is a specially designed holder to help you with injecting Avonex. How long to use AVONEX Your doctor will tell you how long you need to keep using Avonex. It is important to continue using Avonex regularly. Do not make changes unless your doctor tells you. If you inject more than you should You should only have one injection of Avonex, once a week. If you have used more than one injection of Avonex in a three-day period, contact your doctor or pharmacist straight away for advice. If you miss an injection If you miss your usual weekly dose, inject a dose as soon as you can. Then leave a week before using Avonex again. Continue injecting on this new day every week. If you have a preferred day for using Avonex, talk to your doctor about managing the dose, to get back to your preferred day. Do not use two injections to make up for a missed injection.</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\"><h2 id=\"like-all-medicines-this-medicine-can-cause-side-effects-although-not-everybody-gets-them-notes-information-although-the-list-of-possible-side-effects-can-seem-worrying-it-s-possible-that-you-may-not-have-any-of-them-serious-side-effects-get-medical-help-serious-allergic-reactions-if-you-get-any-of-these\">Like all medicines, this medicine can cause side effects, although not everybody gets them. (Notes information) Although the list of possible side effects can seem worrying, it s possible that you may not have any of them. Serious side effects: get medical help Serious allergic reactions If you get any of these:</h2><h2 id=\"swelling-of-the-face-lips-or-tongue\">Swelling of the face, lips or tongue</h2><h2 id=\"difficulty-breathing\">Difficulty breathing</h2><h2 id=\"a-rash-call-a-doctor-immediately-do-not-use-any-more-avonex-until-you-have-spoken-to-a-doctor-depression-if-you-get-any-symptoms-of-depression\">A rash. Call a doctor immediately. Do not use any more Avonex until you have spoken to a doctor. Depression If you get any symptoms of depression:</h2><h2 id=\"feeling-unusually-sad-anxious-or-worthless-call-a-doctor-immediately-liver-problems-if-you-get-any-of-these-symptoms\">Feeling unusually sad, anxious or worthless. Call a doctor immediately. Liver problems If you get any of these symptoms:</h2><h2 id=\"yellowing-of-your-skin-or-the-whites-of-your-eyes-jaundice\">Yellowing of your skin or the whites of your eyes (jaundice)</h2><h2 id=\"itching-all-over\">Itching all over</h2><h2 id=\"feeling-sick-being-sick-nausea-and-vomiting\">Feeling sick, being sick (nausea and vomiting)</h2><h2 id=\"easy-bruising-of-the-skin-call-a-doctor-immediately-as-they-may-be-signs-of-a-possible-liver-problem-side-effects-seen-in-clinical-trials-notes-information-side-effects-seen-in-clinical-trials-these-are-the-side-effects-that-people-reported-when-avonex-was-being-tested-the-figures-are-based-on-how-many-people-said-they-d-had-them-it-gives-you-an-idea-how-likely-you-are-to-get-similar-side-effects-very-common-side-effects-may-affect-more-than-1-in-10-people\">Easy bruising of the skin. Call a doctor immediately as they may be signs of a possible liver problem. Side effects seen in clinical trials (Notes information) Side effects seen in clinical trials. These are the side effects that people reported when Avonex was being tested. The figures are based on how many people said they d had them. It gives you an idea how likely you are to get similar side effects. Very common side effects (may affect more than 1 in 10 people)</h2><h2 id=\"flu-like-symptoms-headache-muscle-aches-chills-or-a-fever-see-flu-like-symptoms-below\">Flu-like symptoms headache, muscle aches, chills or a fever: see Flu-like symptoms, below</h2><h2 id=\"headache-common-side-effects-may-affect-up-to-1-in-10-people\">Headache. Common side effects (may affect up to 1 in 10 people)</h2><h2 id=\"loss-of-appetite\">Loss of appetite</h2><h2 id=\"feeling-weak-and-tired\">Feeling weak and tired</h2><h2 id=\"difficulty-sleeping\">Difficulty sleeping</h2><h2 id=\"depression\">Depression</h2><h2 id=\"flushing\">Flushing</h2><h2 id=\"runny-nose\">Runny nose</h2><h2 id=\"diarrhoea-loose-stools\">Diarrhoea (loose stools)</h2><h2 id=\"feeling-or-being-sick-nausea-or-vomiting\">Feeling or being sick (nausea or vomiting)</h2><h2 id=\"numbness-or-tingling-of-skin\">Numbness or tingling of skin</h2><h2 id=\"rash-bruising-of-the-skin\">Rash, bruising of the skin</h2><h2 id=\"increased-sweating-night-sweats\">Increased sweating, night sweats</h2><h2 id=\"pain-in-your-muscles-joints-arms-legs-or-neck\">Pain in your muscles, joints, arms, legs or neck</h2><h2 id=\"muscle-cramps-stiffness-in-the-joints-and-muscles\">Muscle cramps, stiffness in the joints and muscles</h2><h2 id=\"pain-bruising-and-redness-at-the-injection-site\">Pain, bruising and redness at the injection site</h2><h2 id=\"changes-to-blood-tests-symptoms-you-might-notice-are-tiredness-repeated-infection-unexplained-bruising-or-bleeding-uncommon-side-effects-may-affect-up-to-1-in-100-people\">Changes to blood tests. Symptoms you might notice are tiredness, repeated infection, unexplained bruising or bleeding. Uncommon side effects (may affect up to 1 in 100 people)</h2><h2 id=\"hair-loss\">Hair loss</h2><h2 id=\"changes-to-your-monthly-period\">Changes to your monthly period</h2><h2 id=\"burning-feeling-at-the-site-of-injection-rare-side-effects-may-affect-up-to-1-in-1000-people\">Burning feeling at the site of injection. Rare side effects (may affect up to 1 in 1,000 people)</h2><h2 id=\"difficulty-breathing-1\">Difficulty breathing</h2><h2 id=\"kidney-problems-including-scarring-that-may-reduce-your-kidney-function-if-you-get-some-or-all-of-these-symptoms\">Kidney problems including scarring that may reduce your kidney function If you get some or all of these symptoms:</h2><h2 id=\"foamy-urine\">Foamy urine</h2><h2 id=\"fatigue\">Fatigue</h2><h2 id=\"swelling-particularly-in-the-ankles-and-eyelids-and-weight-gain-tell-your-doctor-as-they-may-be-signs-of-a-possible-kidney-problem\">Swelling, particularly in the ankles and eyelids, and weight gain. Tell your doctor as they may be signs of a possible kidney problem.</h2><h2 id=\"blood-clots-in-the-small-blood-vessels-that-can-affect-your-kidneys-thrombotic-thrombocytopenic-purpura-or-haemolytic-uremic-syndrome-symptoms-may-include-increased-bruising-bleeding-fever-extreme-weakness-headache-dizziness-or-light-headedness-your-doctor-may-find-changes-in-your-blood-and-the-function-of-your-kidneys-if-any-of-the-effects-trouble-you-talk-to-your-doctor-other-side-effects-notes-information-these-effects-have-been-seen-in-people-using-avonex-but-we-do-not-know-how-likely-they-are-to-happen-if-you-feel-dizzy-do-not-drive\">Blood clots in the small blood vessels that can affect your kidneys (thrombotic thrombocytopenic purpura or haemolytic uremic syndrome). Symptoms may include increased bruising, bleeding, fever, extreme weakness, headache, dizziness or light-headedness. Your doctor may find changes in your blood and the function of your kidneys. If any of the effects trouble you, talk to your doctor. Other side effects (Notes information) These effects have been seen in people using Avonex, but we do not know how likely they are to happen. If you feel dizzy, do not drive.</h2><h2 id=\"an-underactive-or-overactive-thyroid\">An underactive or overactive thyroid</h2><h2 id=\"nervousness-or-anxiety-emotional-instability-irrational-thoughts-or-hallucinations-seeing-or-hearing-things-that-are-not-real-confusion-or-suicide\">Nervousness or anxiety, emotional instability, irrational thoughts or hallucinations (seeing or hearing things that are not real), confusion or suicide</h2><h2 id=\"numbness-dizziness-seizures-or-fits-and-migraines\">Numbness, dizziness, seizures or fits and migraines</h2><h2 id=\"an-awareness-of-your-heartbeat-palpitations-a-rapid-or-irregular-heartbeat-or-heart-problems-which-would-have-the-following-symptoms-a-reduced-ability-to-exercise-inability-to-lie-flat-in-bed-shortness-of-breath-or-swollen-ankles\">An awareness of your heartbeat (palpitations), a rapid or irregular heartbeat, or heart problems which would have the following symptoms: a reduced ability to exercise, inability to lie flat in bed, shortness of breath or swollen ankles</h2><h2 id=\"liver-problems-as-described-above\">Liver problems as described above</h2><h2 id=\"nettle-rash-or-blister-like-rash-itching-worsening-of-psoriasis-if-you-have-it\">Nettle rash or blister-like rash, itching, worsening of psoriasis if you have it</h2><h2 id=\"swelling-or-bleeding-at-the-site-of-injection-tissue-destruction-necrosis-or-chest-pain-after-an-injection\">Swelling or bleeding at the site of injection, tissue destruction (necrosis) or chest pain after an injection</h2><h2 id=\"gaining-or-losing-weight\">Gaining or losing weight</h2><h2 id=\"changes-to-test-results-including-changes-to-liver-function-tests\">Changes to test results, including changes to liver function tests</h2><h2 id=\"pulmonary-arterial-hypertension-a-disease-of-severe-narrowing-of-the-blood-vessels-in-the-lungs-resulting-in-high-blood-pressure-in-the-blood-vessels-that-carry-blood-from-the-heart-to-the-lungs-pulmonary-arterial-hypertension-has-been-seen-at-various-time-points-during-treatment-including-several-years-after-starting-treatment-with-interferon-beta-products-if-any-of-the-effects-trouble-you-talk-to-your-doctor-effects-of-the-injection\">Pulmonary arterial hypertension: A disease of severe narrowing of the blood vessels in the lungs resulting in high blood pressure in the blood vessels that carry blood from the heart to the lungs. Pulmonary arterial hypertension has been seen at various time points during treatment, including several years after starting treatment with interferon beta-products. If any of the effects trouble you, talk to your doctor. Effects of the injection</h2><h2 id=\"feeling-faint-your-first-injection-of-avonex-may-be-given-by-your-doctor-it-may-make-you-feel-faint-you-may-even-actually-faint-this-is-unlikely-to-happen-again\">Feeling faint: Your first injection of Avonex may be given by your doctor. It may make you feel faint. You may even actually faint. This is unlikely to happen again.</h2><h2 id=\"just-after-an-injection-your-muscles-may-feel-tense-or-very-weak-as-though-you-are-having-a-relapse-this-is-rare-it-only-happens-when-you-inject-and-the-effects-soon-pass-they-may-happen-any-time-after-starting-on-avonex\">Just after an injection, your muscles may feel tense or very weak as though you are having a relapse. This is rare. It only happens when you inject and the effects soon pass. They may happen any time after starting on Avonex.</h2><p>If you notice any irritation or skin problems after an injection, talk to your doctor. Flu-like symptoms (Notes information) Three simple ways to help reduce the impact of flu-like symptoms:</p><ol type=\"1\"><li>Use your Avonex injection just before bedtime. This may allow you to sleep through the effects.</li><li>Take paracetamol or ibuprofen half an hour before your Avonex injection and continue taking it for up to a day. Speak to your doctor or pharmacist about a suitable dose.</li><li>If you have a fever, drink plenty of water to keep you hydrated. Some people find that after injecting Avonex, they feel like they have flu. Signs are:</li></ol><ul><li></li></ul><h2 id=\"headache\">Headache</h2><h2 id=\"muscle-aches\">Muscle aches</h2><p>Chills or a fever. These symptoms are not really flu You can t pass it on to anyone else. They are more common when you first start using Avonex. Your doctor may provide you with an Avostartclip titration kit which enables you to gradually increase your dose at the start of treatment to help limit flu-like symptoms. As you keep using your injections, the flu-like symptoms gradually decrease. Children (10 years of age and above) and adolescents In clinical trials, some side effects were reported more frequently in children and adolescents than in adults, e.g., muscle pain, pain in extremity, fatigue, and joint pain. 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. In order to improve the traceability of this medicine, your doctor or pharmacist should record the name and the lot number of the product you have been given in your patient file. You may also wish to make a note of these details in case you are asked for this information in the future.</p></div>" ] ] [ fhir:title [ fhir:v "5. How to store avonex" ] ; 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 avonex" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"keep-this-medicine-out-of-the-sight-and-reach-of-children-do-not-use-this-medicine-after-the-expiry-date-stated-on-the-label-store-in-the-original-package-sealed-plastic-tray-in-order-to-protect-from-light-store-in-a-refrigerator-between-2-c-and-8-c-do-not-freeze-avonex-can-also-be-stored-at-room-temperature-between-15-c-and-30-c-for-up-to-one-week-do-not-use-avonex-if-you-notice\">Keep this medicine out of the sight and reach of children. Do not use this medicine after the expiry date stated on the label. Store in the original package (sealed plastic tray) in order to protect from light. Store in a refrigerator (between 2 C and 8 C). Do not freeze. Avonex can also be stored at room temperature (between 15 C and 30 C) for up to one week. Do NOT use Avonex if you notice:</h2><h2 id=\"the-pre-filled-syringe-is-broken\">The pre-filled syringe is broken.</h2><h2 id=\"the-sealed-plastic-tray-is-damaged-or-opened\">The sealed plastic tray is damaged or opened.</h2><h2 id=\"the-solution-is-coloured-or-you-can-see-particles-floating-in-it\">The solution is coloured or you can see particles floating in it.</h2><p>The tamper evident cap has been broken. 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.</p></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 AVONEX contains The active substanceis: Interferon beta-1a 30 micrograms/0.5 ml The other ingredients are: Sodium acetate, trihydrate; acetic acid glacial, arginine hydrochloride, polysorbate 20 and water for injections. What AVONEX looks like and contents of the pack Avonex solution for injection comes as a ready to use injection In a box of Avonex there are four or twelve ready to use (pre-filled) syringes, each with 0.5 ml of a clear, colourless liquid inside. Not all pack sizes may be marketed. Each syringe is packed in a sealed plastic tray. A separate needle to give the injection is also included in the tray. Marketing Authorisation Holder and Manufacturer The Marketing Authorisation Holder is: Biogen Netherlands B.V. Prins Mauritslaan 1171 LP Badhoevedorp The Netherlands Avonex is made by: FUJIFILM Diosynth Biotechnologies Denmark ApS Biotek All 1, DK-3400 Hiller d, Denmark Biogen Netherlands B.V. Prins Mauritslaan 1171 LP Badhoevedorp The Netherlands You can get a larger print version of this leaflet by calling the local representatives. For any information about this medicine, please contact the local representative of the Marketing Authorisation Holder.<br/>Belgi /Belgique/Belgien Biogen Belgium NV/SA +32 2 2191Lietuva Biogen Lithuania UAB +370 5 259 6</p><p>+359 2 962 12 Luxembourg/Luxemburg Biogen Belgium NV/SA +32 2 2191 esk republika Biogen (Czech Republic) s.r.o. +420 255 706 Magyarorsz g Biogen Hungary Kft. +36 1 899 9Danmark Biogen Denmark A/S +45 77 41 57 Malta Pharma. MT Ltd.. +356 21337Deutschland Biogen GmbH +49 (0) 89 99 6Nederland Biogen Netherlands B.V. +31 20 542 2Eesti Biogen Estonia O +372 618 9Norge Biogen Norway AS +47 23 40 01<br/>Genesis Pharma SA +30 210 8771 sterreich Biogen Austria GmbH +43 1 484 46 Espa a Biogen Spain S.L. +34 91 310 7Polska Biogen Poland Sp. z o.o. +48 22 351 51 France Biogen France SAS +33 (0)1 41 37 9Portugal Biogen Portugal Sociedade Farmac utica, Unipessoal Lda. +351 21 318 8Hrvatska Biogen Pharma d.o.o. +385 1 775 73 Rom nia Johnson & Johnson Romania S.R.L. +40 21 207 18 Ireland Biogen Idec (Ireland) Ltd. +353 (0)1 463 7Slovenija Biogen Pharma d.o.o. +386 1 511 02 sland Icepharma hf +354 540 8Slovensk republika Biogen Slovakia s.r.o. +421 2 323 34Italia Biogen Italia s.r.l. +39 02 584 9Suomi/Finland Biogen Finland Oy +358 207 401<br/>Genesis Pharma Cyprus Ltd +357 22 76 57 Sverige Biogen Sweden AB +46 8 594 113 Latvija Biogen Latvia SIA +371 68 688 United Kingdom (Northern Ireland) Biogen Idec (Ireland) Limited +44 (0) 1628 50 1This leaflet was last revised in Detailed information on this medicine is available on the European Medicines Agency web site:</p></div>" ] ] ) ] ) . # <MedicinalProductDefinition/mp36f1b29a7444210831ac7deab30ae673> a fhir:MedicinalProductDefinition ; fhir:id [ fhir:v "mp36f1b29a7444210831ac7deab30ae673"] ; # 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_mp36f1b29a7444210831ac7deab30ae673\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mp36f1b29a7444210831ac7deab30ae673</b></p><a name=\"mp36f1b29a7444210831ac7deab30ae673\"> </a><a name=\"hcmp36f1b29a7444210831ac7deab30ae673\"> </a><a name=\"mp36f1b29a7444210831ac7deab30ae673-en-US\"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/97/033/003</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>: AVONEX 30 micrograms/0.5 ml solution for injection.</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/97/033/003" ] ] ) ; # 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 "AVONEX 30 micrograms/0.5 ml solution for injection." ] ; 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.