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-d03e5fa52b6e02a038d1625a63e785b4"] ; # 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-d03e5fa52b6e02a038d1625a63e785b4"^^xsd:anyURI ] ; ( fhir:resource <Composition/composition-en-d03e5fa52b6e02a038d1625a63e785b4> ) ] [ fhir:fullUrl [ fhir:v "MedicinalProductDefinition/mpd03e5fa52b6e02a038d1625a63e785b4"^^xsd:anyURI ] ; ( fhir:resource <MedicinalProductDefinition/mpd03e5fa52b6e02a038d1625a63e785b4> ) ] ) . # <Composition/composition-en-d03e5fa52b6e02a038d1625a63e785b4> a fhir:Composition ; fhir:id [ fhir:v "composition-en-d03e5fa52b6e02a038d1625a63e785b4"] ; # 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-d03e5fa52b6e02a038d1625a63e785b4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-en-d03e5fa52b6e02a038d1625a63e785b4</b></p><a name=\"composition-en-d03e5fa52b6e02a038d1625a63e785b4\"> </a><a name=\"hccomposition-en-d03e5fa52b6e02a038d1625a63e785b4\"> </a><a name=\"composition-en-d03e5fa52b6e02a038d1625a63e785b4-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/21/1538/001</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 - jemperli</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/21/1538/001" ] ] ) ; # 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/mpd03e5fa52b6e02a038d1625a63e785b4" ] ] ) ; # 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 - jemperli"] ; # 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 JEMPERLI is and what it is used for</li><li>What you need to know before you are given JEMPERLI</li><li>How JEMPERLI is given</li><li>Possible side effects</li><li>How to store JEMPERLI</li><li>Contents of the pack and other information</li></ol></div>" ] ] [ fhir:title [ fhir:v "1. What jemperli 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 jemperli 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>JEMPERLI contains the active substance dostarlimab, which is a monoclonal antibody, a type of protein designed to recognise and attach to a specific target substance in the body.</p><p>JEMPERLI works by helping your immune system fight your cancer.</p><p>JEMPERLI is used in adults to treat a kind of cancer called endometrial cancer (cancer of the lining of the womb). It is given when cancer has spread, or cannot be taken out by surgery, and has progressed on or following prior treatment.</p><p>JEMPERLI may be given in combination with other anticancer medicines. It is important that you also read the package leaflets for the other anticancer medicines you may be receiving. If you have any questions about these medicines, ask your doctor.</p></div>" ] ] [ fhir:title [ fhir:v "2. What you need to know before you take jemperli" ] ; 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 jemperli" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>You should not be given JEMPERLI:</p><ul><li>if you are allergic to dostarlimab or any of the other ingredients of this medicine (listed in section 6).</li></ul><p>Warnings and precautions<br/>Talk to your doctor or nurse before you are given JEMPERLI if you have:</p><ul><li>immune system problems;</li><li>lung or breathing problems;</li><li>liver or kidney problems;</li><li>serious rash;</li><li>any other medical problems.</li></ul><p>Symptoms you need to look out for JEMPERLI can have serious side effects, which can sometimes become life-threatening and can lead to death. These side effects may happen at any time during treatment, or even after your treatment has ended. You may get more than one side effect at the same time.</p><p>You need to be aware of possible symptoms, so your doctor can give you treatment for side effects if necessary.</p><p>Read the information under Symptoms of serious side effects in section 4. Talk to your doctor or nurse if you have any questions or worries.</p><p>Children and adolescents JEMPERLI should not be used in children and adolescents below 18 years of age.</p><p>Other medicines and JEMPERLI Tell your doctor or nurse if you are taking, have recently taken or might take any other medicines.</p><p>Some medicines may interfere with the effect of JEMPERLI:</p><ul><li><p>medicines that make your immune system weak for example, corticosteroids, such as prednisone.</p><p>Tell your doctor if you are taking any of these.</p></li></ul><p>However, once you are treated with JEMPERLI, your doctor may give you corticosteroids to reduce any side effects that you may have.</p><p>Pregnancy</p><ul><li>You must not be given JEMPERLI if you are pregnant unless your doctor specifically recommends it.</li><li>If you are pregnant, think you may be pregnant or are planning to have a baby, ask your doctor for advice before you are given this medicine.</li><li>JEMPERLI can cause harmful effects or death to your unborn baby.</li><li>If you are a woman who could become pregnant, you must use effective contraception while you are being treated with JEMPERLI and for at least 4 months after your last dose.</li></ul><p>Breast-feeding</p><ul><li>If you are breast-feeding, ask your doctor for advice before you are given this medicine.</li><li>You must not breast-feed during treatment and for at least 4 months after your last dose of JEMPERLI.</li><li>It is not known if the active ingredient of JEMPERLI passes into your breast milk.</li></ul><p>Driving and using machines<br/>JEMPERLI is unlikely to affect your ability to drive and use machines. However, if you have side effects that affect your ability to concentrate and react, you should be careful when driving or operating machines.</p><p>JEMPERLI contains sodium<br/>This medicine contains less than 1 mmol sodium (23 mg) per dosage unit, that is to say essentially sodium-free. However, before JEMPERLI is given to you, it is mixed with a solution that may contain sodium. Talk to your doctor if you are on a low salt diet.</p></div>" ] ] [ fhir:title [ fhir:v "3. How to take jemperli" ] ; 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 jemperli" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>JEMPERLI will be given to you in a hospital or clinic under the supervision of a doctor experienced in cancer treatment.</p><p>When JEMPERLI is given on its own, the recommended dose of JEMPERLI is 500 mg every 3 weeks for 4 doses, followed by 1000 mg every 6 weeks for all doses thereafter.</p><p>When JEMPERLI is given in combination with carboplatin and paclitaxel, the recommended dose of JEMPERLI is 500 mg every 3 weeks for 6 doses, followed by 1000 mg every 6 weeks for all doses thereafter.</p><p>Your doctor will give you JEMPERLI as a drip into a vein (intravenous infusion) for about 30 minutes.</p><p>Your doctor will decide how many treatments you need.</p><p>If you forget an appointment to receive JEMPERLI</p><p>Contact your doctor or hospital immediately to reschedule your appointment.</p><p>It is very important that you do not miss a dose of this medicine.</p><p>If you stop receiving JEMPERLI Stopping your treatment may stop the effect of the medicine. Do not stop treatment with JEMPERLI unless you have discussed this with your doctor.</p><p>Patient Card Important information from this Package Leaflet can be found in the Patient Card you have been given by your doctor. It is important that you keep this Patient Card and show it to your partner or caregivers.</p><p>If you have any further questions on the use of this medicine, ask your doctor or nurse.</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.</p><p>Some of the side effects can be serious, and you need to know what symptoms to look out for.</p><p>Symptoms of serious side effects JEMPERLI can cause serious side effects. If you develop symptoms you must tell your doctor or nurse as soon as possible. Your doctor may give you other medicines to prevent more serious complications and reduce your symptoms. Your doctor may decide that you should miss a dose of JEMPERLI, or stop your treatment altogether.</p><p>Conditions Possible symptoms Inflammation of lungs (pneumonitis)</p><ul><li>shortness of breath</li><li>chest pain</li><li>new or worse cough Inflammation of intestines (colitis, enteritis, vasculitis gastrointestinal)</li><li>diarrhoea, or more bowel movements than usual</li><li>black, tarry, sticky stools; blood or mucus in stools</li><li>severe stomach pain or tenderness</li><li>feeling sick (nausea), being sick (vomiting) Conditions Possible symptoms Inflammation of food pipe and stomach (oesophagitis, gastritis)</li><li>trouble swallowing</li><li>decreased appetite</li><li>burning in the chest (heartburn)</li><li>chest or upper belly pain</li><li>feeling sick (nausea), being sick (vomiting) Inflammation of liver (hepatitis)</li><li>feeling sick (nausea), being sick (vomiting)</li><li>loss of appetite</li><li>pain on the right side of the abdomen (stomach)</li><li>yellowing of the skin or the whites of the eyes</li><li>dark-coloured urine</li><li>bleeding or bruising more easily than normal Inflammation of hormone glands (especially thyroid, pituitary, adrenal, pancreas)</li><li>rapid heartbeat</li><li>weight loss or weight gain</li><li>increased sweating</li><li>hair loss</li><li>feeling cold</li><li>constipation</li><li>abdominal pain</li><li>deeper voice</li><li>muscle aches</li><li>dizziness or fainting</li><li>headache that will not go away or unusual headache Type 1 diabetes, including diabetic ketoacidosis (acid in the blood produced from diabetes)</li><li>feeling more hungry or thirsty than usual</li><li>needing to urinate more often including at night</li><li>weight loss</li><li>feeling sick (nausea), being sick (vomiting)</li><li>stomach pain</li><li>feeling tired</li><li>unusual sleepiness</li><li>having difficulty thinking clearly</li><li>breath that smells sweet or fruity</li><li>deep or fast breathing Inflammation of kidneys (nephritis)</li><li>changes in amount or colour of urine</li><li>swelling of the ankles</li><li>loss of appetite</li><li>blood in the urine Inflammation of skin</li><li>rash, itching, dry skin, peeling or skin sores</li><li>ulcers in the mouth, nose, throat or genital area Inflammation of heart muscle (myocarditis)</li><li>trouble breathing</li><li>dizziness or fainting</li><li>fever</li><li>chest pain and chest tightness</li><li>flu like symptoms Inflammation of brain and nervous system (myasthenic syndrome/myasthenia gravis, Guillain-Barr syndrome, encephalitis)</li><li>neck stiffness</li><li>headache</li><li>fever, chills</li><li>vomiting</li><li>eye sensitivity to light</li><li>weakness of eye muscles, drooping eyelids</li><li>dry eyes and blurred vision</li><li>difficulty swallowing, dry mouth</li><li>impaired speech Conditions Possible symptoms</li><li>confusion and sleepiness</li><li>dizziness</li><li>pricking or pins and needles sensations in the hands and feet</li><li>aching muscles</li><li>difficulty walking or lifting objects</li><li>abnormal heart beat/rate or blood pressure Inflammation of spinal cord (myelitis)</li><li>pain</li><li>numbness</li><li>tingling, or weakness in the arms or legs</li><li>bladder or bowel problems including needing to urinate more frequently, urinary incontinence, difficulty urinating and constipation Inflammation of eyes</li><li>changes in eyesight Inflammation of other organs</li><li>severe or persistent muscle or joint pains</li><li>severe muscle weakness</li><li>swollen or cold hands or feet</li><li>feeling tired</li></ul><p>Infusion-related reactions Some people may have allergic-like reactions when they receive an infusion. These usually develop within minutes or hours but may develop up to 24 hours after treatment.</p><p>Symptoms include:</p><ul><li>shortness of breath or wheezing;</li><li>itching or rash;</li><li>flushing;</li><li>dizziness;</li><li>chills or shaking;</li><li>fever;</li><li>drop in blood pressure (feeling like passing out).</li></ul><p>Solid organ transplant rejection and other complications, including graft-versus-host disease (GvHD), in people who have received a bone marrow (stem cell) transplant that uses donor stem cells (allogeneic). These complications can be serious and can lead to death. These complications may happen if you underwent transplantation either before or after being treated with JEMPERLI. Your healthcare provider will monitor you for these complications.</p><p>Seek medical attention immediately if you think you may be having a reaction.</p><p>The following side effects have been reported with JEMPERLI alone.</p><p>Very common side effects - (may affect more than 1 in 10 people):</p><ul><li>decrease in the number of red blood cells (anaemia);</li><li>reduced thyroid gland activity;</li><li>diarrhoea; feeling sick (nausea); being sick (vomiting);</li><li>skin redness or rash; blistering of the skin or mucous membranes; itchy skin;</li><li>joint pain;</li><li>high temperature; fever;</li><li>increased liver enzyme levels in the blood. Check the table above for symptoms of possible serious side effects.</li></ul><p>Common side effects - (may affect up to 1 in 10 people):</p><ul><li>overactive thyroid gland;</li><li>decreased secretion of adrenal hormones (adrenal insufficiency);</li><li>inflammation of the lung;</li><li>inflammation of the lining of the bowel (colon);</li><li>inflammation of the pancreas;</li><li>inflammation of the stomach;</li><li>inflammation of the liver;</li><li>muscle pain;</li><li>chills;</li><li>reaction to the infusion;</li><li>hypersensitivity reaction to the infusion. Check the table above for symptoms of possible serious side effects.</li></ul><p>Uncommon side effects - (may affect up to 1 in 100 people):</p><ul><li>inflammation of the brain;</li><li>destruction of red blood cells (Autoimmune haemolytic anaemia);</li><li>inflammation of the pituitary gland, in the base of the brain;</li><li>inflammation of the thyroid gland;</li><li>Type 1 diabetes or diabetic complications (diabetic ketoacidosis);</li><li>inflammation of the food pipe;</li><li>a condition in which the muscles become weak and there is a rapid fatigue of the muscles (myasthenia gravis);</li><li>inflammation of the joints;</li><li>inflammation of the muscles;</li><li>inflammation of the eye the iris (the coloured part of the eye) and the ciliary body (area around the iris);</li><li>inflammation of the kidneys. Check the table above for symptoms of possible serious side effects.</li></ul><p>The following side effects have been reported with JEMPERLI when given in combination with carboplatin and paclitaxel.</p><p>Very common side effects - (may affect more than 1 in 10 people):</p><ul><li>underactive thyroid gland</li><li>skin rash</li><li>dry skin</li><li>high temperature; fever</li><li>increased liver enzyme levels in the blood. Check the table above for symptoms of possible serious side effects.</li></ul><p>Common side effects - (may affect up to 1 in 10 people):</p><ul><li>overactive thyroid gland</li><li>decreased secretion of adrenal hormones (adrenal insufficiency)</li><li>inflammation of the lung</li><li>inflammation of the lining of the bowel (colon). Check the table above for symptoms of possible serious side effects.</li></ul><p>Uncommon side effects - (may affect up to 1 in 100 people):</p><ul><li><p>inflammation of the thyroid gland</p></li><li><p>Type 1 diabetes</p></li><li><p>a condition in which the muscles become weak and there is a rapid fatigue of the muscles (myasthenic syndrome)</p></li><li><p>inflammation of the heart muscle</p></li><li><p>inflammation of the pancreas</p></li><li><p>inflammation of the stomach</p></li><li><p>inflammation of the blood vessels in the food pipe, stomach or bowel</p></li><li><p>inflammation of the eye</p></li><li><p>inflammation of the joints</p></li><li><p>inflammation of the muscles</p></li><li><p>inflammation throughout the body. Check the table above for symptoms of possible serious side effects.</p><p>Contact your doctor or nurse as soon as possible if you develop any of these symptoms.</p></li></ul><p>Reporting of side effects<br/>If you get any side effects, talk to your doctor or nurse. 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 jemperli" ] ; 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 jemperli" ] ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>JEMPERLI will be given to you in a hospital or clinic and the healthcare professionals will be responsible for its storage.</p><p>Keep this medicine out of the sight and reach of children.</p><p>Do not use this medicine after the expiry date which is stated on the carton and vial label after EXP. The expiry date refers to the last day of that month.</p><p>Store in a refrigerator (2 C 8 C). Do not freeze. Store in the original package in order to protect from light.</p><p>If not used immediately, the prepared infusion may be stored for up to 24 hours at 2 C to 8 C or 6 hours at room temperature (up to 25 C) from the time of preparation/dilution until the end of administration.</p><p>Do not use if this medicine contains visible particles.</p><p>Do not store any unused medicine for reuse. Any unused medicine or waste material should be disposed of in accordance with local requirements. 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 JEMPERLI contains</p><ul><li></li></ul><p>The active substance is dostarlimab.</p><ul><li></li></ul><p>One vial of 10 mL concentrate for solution for infusion (sterile concentrate) contains 500 mg of dostarlimab.</p><ul><li></li></ul><p>Each mL of concentrate for solution for infusion contains 50 mg of dostarlimab.</p><ul><li></li></ul><p>The other ingredients are trisodium citrate dihydrate; citric acid monohydrate; L-arginine hydrochloride; sodium chloride; polysorbate 80; and water for injection (see section 2).</p><p>What JEMPERLI looks like and contents of the pack</p><p>JEMPERLI is a clear to slightly opalescent colourless to yellow solution, essentially free from visible particles.</p><p>It is available in cartons containing one glass vial.</p><p>Marketing Authorisation Holder GlaxoSmithKline (Ireland) Limited 12 Riverwalk Citywest Business Campus Dublin Ireland</p><p>Manufacturer GlaxoSmithKline Trading Services Ltd. 12 Riverwalk Citywest Business Campus Dublin Ireland</p><p>For any information about this medicine, please contact the local representative of the Marketing Authorisation Holder:</p><p>Belgi /Belgique/Belgien GlaxoSmithKline Pharmaceuticals s.a./n.v.<br/>T l/Tel: + 32 (0) 10 85 52 Lietuva GlaxoSmithKline (Ireland) Limited Tel: + 370 80000<br/>GlaxoSmithKline (Ireland) Limited Te .: + 359 80018Luxembourg/Luxemburg GlaxoSmithKline Pharmaceuticals s.a./n.v. Belgique/Belgien T l/Tel: + 32 (0) 10 85 52 esk republika GlaxoSmithKline, s.r.o. Tel: + 420 222 001 <a href=\"mailto:cz.info@gsk.com\">cz.info@gsk.com</a> Magyarorsz g GlaxoSmithKline (Ireland) Limited Tel.: + 36 80088Danmark GlaxoSmithKline Pharma A/S Tlf: + 45 36 35 91 <a href=\"mailto:dk-info@gsk.com\">dk-info@gsk.com</a></p><p>Malta GlaxoSmithKline (Ireland) Limited Tel: + 356 80065Deutschland GlaxoSmithKline GmbH & Co. KG Tel.: + 49 (0)89 36044 <a href=\"mailto:8produkt.info@gsk.com\">8produkt.info@gsk.com</a></p><p>Nederland GlaxoSmithKline BV Tel: + 31 (0) 33 2081Eesti GlaxoSmithKline (Ireland) Limited Tel: + 372 8002Norge GlaxoSmithKline AS Tlf: + 47 22 70 20<br/>GlaxoSmithKline A.E.B.E. : + 30 210 68 82 sterreich GlaxoSmithKline Pharma GmbH Tel: + 43 (0)1 97075 0 <a href=\"mailto:at.info@gsk.com\">at.info@gsk.com</a> Espa a GlaxoSmithKline, S.A. Tel: + 34 900 202 <a href=\"mailto:es-ci@gsk.com\">es-ci@gsk.com</a></p><p>Polska GSK Services Sp. z o.o. Tel.: + 48 (0)22 576 9France Laboratoire GlaxoSmithKline T l: + 33 (0)1 39 17 84 <a href=\"mailto:diam@gsk.com\">diam@gsk.com</a></p><p>Portugal GlaxoSmithKline Produtos Farmac uticos, Lda. Tel: + 351 21 412 95 <a href=\"mailto:FI.PT@gsk.com\">FI.PT@gsk.com</a><br/>Hrvatska GlaxoSmithKline (Ireland) Limited Tel: +385 800787Rom nia GlaxoSmithKline (Ireland) Limited Tel: + 40 800672Ireland GlaxoSmithKline (Ireland) Limited Tel: + 353 (0)1 4955Slovenija GlaxoSmithKline (Ireland) Limited Tel: + 386 80688 sland Vistor hf. S mi: + 354 535 7Slovensk republika GlaxoSmithKline (Ireland) Limited Tel: + 421 800500Italia GlaxoSmithKline S.p.A. Tel: + 39 (0)45 7741Suomi/Finland GlaxoSmithKline Oy Puh/Tel: + 358 (0)10 30 30<br/>GlaxoSmithKline (Ireland) Limited : + 357 80070Sverige GlaxoSmithKline AB Tel: + 46 (0)8 638 93 <a href=\"mailto:info.produkt@gsk.com\">info.produkt@gsk.com</a></p><p>Latvija GlaxoSmithKline (Ireland) Limited Tel: + 371 80205United Kingdom (Northern Ireland) GlaxoSmithKline (Ireland) Limited Tel: + 44 (0)800 <a href=\"mailto:221customercontactuk@gsk.com\">221customercontactuk@gsk.com</a></p><p>This leaflet was last revised in</p><p>Other sources of information Detailed information on this medicine is available on the European Medicines Agency web site:</p></div>" ] ] ) ] ) . # <MedicinalProductDefinition/mpd03e5fa52b6e02a038d1625a63e785b4> a fhir:MedicinalProductDefinition ; fhir:id [ fhir:v "mpd03e5fa52b6e02a038d1625a63e785b4"] ; # 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_mpd03e5fa52b6e02a038d1625a63e785b4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mpd03e5fa52b6e02a038d1625a63e785b4</b></p><a name=\"mpd03e5fa52b6e02a038d1625a63e785b4\"> </a><a name=\"hcmpd03e5fa52b6e02a038d1625a63e785b4\"> </a><a name=\"mpd03e5fa52b6e02a038d1625a63e785b4-en-US\"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/21/1538/001</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>: JEMPERLI 500 mg concentrate for solution for infusion</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/21/1538/001" ] ] ) ; # 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 "JEMPERLI 500 mg concentrate for solution for infusion" ] ; 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.