Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

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

: ePI document Bundle for mepact Package Leaflet for language en - TTL Representation

Raw ttl | Download

@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-28badbaa1dfc6b119cb5212548687175"] ; # 
  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-28badbaa1dfc6b119cb5212548687175"^^xsd:anyURI ] ;
    ( fhir:resource <Composition/composition-en-28badbaa1dfc6b119cb5212548687175> )
  ] [
fhir:fullUrl [ fhir:v "MedicinalProductDefinition/mp28badbaa1dfc6b119cb5212548687175"^^xsd:anyURI ] ;
    ( fhir:resource <MedicinalProductDefinition/mp28badbaa1dfc6b119cb5212548687175> )
  ] ) . # 

<Composition/composition-en-28badbaa1dfc6b119cb5212548687175> a fhir:Composition ;
  fhir:id [ fhir:v "composition-en-28badbaa1dfc6b119cb5212548687175"] ; # 
  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-28badbaa1dfc6b119cb5212548687175\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-en-28badbaa1dfc6b119cb5212548687175</b></p><a name=\"composition-en-28badbaa1dfc6b119cb5212548687175\"> </a><a name=\"hccomposition-en-28badbaa1dfc6b119cb5212548687175\"> </a><a name=\"composition-en-28badbaa1dfc6b119cb5212548687175-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/08/502/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 - mepact</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/08/502/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/mp28badbaa1dfc6b119cb5212548687175" ]
  ] ) ; # 
  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 - mepact"] ; # 
  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 MEPACT is and what it is used for</li><li>What you need to know before you use MEPACT</li><li>How to use MEPACT</li><li>Possible side effects</li><li>How to store MEPACT</li><li>Contents of the pack and other information</li></ol></div>"       ]     ] [
fhir:title [ fhir:v "1. What mepact 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 mepact 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>MEPACT contains the active substance mifamurtide, similar to a component of the cell wall of certain bacteria. It stimulates your immune system to help your body kill tumour cells.</p><p>MEPACT is used to treat osteosarcoma (bone cancer) in children, adolescents and young adults (between 2 and 30 years). It is used after you have had surgery to remove the tumour and together with chemotherapy to kill remaining cancer cells to reduce the risk of cancer coming back.</p></div>"       ]     ] [
fhir:title [ fhir:v "2. What you need to know before you take mepact" ] ;
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 mepact" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Do not use MEPACT:</p><ul><li>if you are allergic to mifamurtide or any of the other ingredients of this medicine (listed in section 6).</li><li>if you are taking medicines containing ciclosporin or other calcineurin inhibitors or high doses of non-steroidal-anti-inflammatory drugs (NSAIDs) (see Using other medicines<br/>below).</li></ul><p>Warnings and precautions Talk to your doctor before using MEPACT:</p><ul><li>if you have or have had problems with your heart or blood vessels, like blood clots (thrombosis), bleeding (haemorrhage) or inflammation of the veins (vasculitis). You should be more closely monitored while receiving MEPACT treatment. If you have long-lasting or worsening symptoms, you should contact your doctor, as MEPACT treatment may need to be delayed or discontinued.</li><li>if you have a history of asthma or other breathing disorders. Before using MEPACT, you should discuss with your doctor whether you should take medicine for your asthma when using MEPACT.</li><li>if you have a history of inflammatory or autoimmune disease or have been treated with corticosteroids or other medicines that may affect your immune system.</li><li>if you have any allergic reactions to any medicines such as rash, breathlessness and high blood pressure. If you have worsening symptoms, you should contact your doctor, as these may have been caused by MEPACT.</li><li>if you have stomach problems such as nausea, vomiting and lack of appetite. If your problems increase, you should contact your doctor, as these may have been caused by MEPACT when used with chemotherapy.</li><li>if you develop chills or shivering, or feel warm. You should take your temperature as you may have a fever. A fever with a low white blood cell count (neutropenia) may be a sign of serious infection.</li></ul><p>Detailed information on warnings and precautions relating to side effects that could occur while you are taking the medicine is presented in section 4. Children<br/>It is not recommended to give this medicine to children below the age of 2 years because information on how safe and how well this medicine works is not available for this age group.</p><p>Other medicines and MEPACT Tell your doctor if you are taking, have recently taken or might take any other medicines. This includes medicines that may be obtained without a prescription. It is especially important to tell your doctor if you are taking medicines containing any of the following active substances:</p><ul><li>ciclosporin, tacrolimus, used after a transplant to prevent rejection of transplanted organs, or other immunosuppressants used e.g. to treat psoriasis (a skin disease).</li><li>Non-steroidal-anti-inflammatory drugs (NSAIDs), such as acetylsalicylic acid, ibuprofen, or diclofenac, used for treatment of headaches, fever or pain. You must not use MEPACT with high doses of NSAIDs.</li><li>corticosteroids, used to treat inflammations, allergies or asthma. Regular use of corticosteroids should be avoided when using MEPACT as this may affect the way the medicine works.</li></ul><p>It is recommended to separate the times of administration of MEPACT and doxorubicin or other medicines if used in the same chemotherapy treatment regimen.</p><p>Pregnancy, breast-feeding and fertility If you are pregnant or breast-feeding, think you may be pregnant or planning to have a baby, ask your doctor for advice before taking this medicine. MEPACT has not been tested in pregnant women. Therefore, MEPACT should not be used during pregnancy and in women of childbearing potential not using effective contraception.<br/>You should use effective contraception if you are being treated with MEPACT.</p><p>It is not known whether MEPACT passes to human milk. If you are breast-feeding, you should discuss with your doctor.</p><p>Driving and using machines Some very common and common side effects of MEPACT treatment (such as dizziness, vertigo, fatigue and blurred vision) may affect your ability to drive and use machines.</p><p>MEPACT contains sodium This medicine contains less than 1 mmol sodium (23 mg) per dosage unit, that is to say essentially sodium-free .</p></div>"       ]     ] [
fhir:title [ fhir:v "3. How to take mepact" ] ;
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 mepact" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Dose and duration of treatment MEPACT will be administered only under the supervision of a specialist physician.<br/>Always use this medicine exactly as your doctor has told you. Check with your doctor if you are not sure.</p><p>The recommended dose of MEPACT is 2 mg mifamurtide/m2 body surface area. It will be given to you twice a week (at least three days apart) for the first 12 weeks, then once a week for 24 more weeks.</p><p>The schedule of your MEPACT treatments can be adjusted to fit with your chemotherapy schedule. It is not necessary to interrupt your schedule of MEPACT if your chemotherapy is delayed; you should complete 36 weeks (9 months) of treatment with MEPACT without an interruption.</p><p>How MEPACT is given The freeze-dried powder has to be reconstituted into a liquid suspension, filtered using the filter provided and further diluted before use. MEPACT is then infused directly into your vein (intravenous) over about 1 hour. This is done by your doctor or a nurse, who will also monitor you during that time. You do not need to be hospitalised to receive MEPACT. It can also be administered as an outpatient.</p><p>If you use more MEPACT than you should You may experience more severe side effects, including fever, chills, fatigue, nausea, vomiting, headache and high blood pressure or low blood pressure. In the event of such an overdose, contact your doctor or nearest hospital.</p><p>If you stop using MEPACT You should not stop treatment with MEPACT before finishing the course of treatment without discussing with your doctor first. If you have any further questions on the use of this medicine, ask your doctor.</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, MEPACT can cause side effects, although not everybody gets them.</p><p>The majority of patients experience chills, fever and fatigue especially during the first administration of MEPACT. These are typically mild to moderate and transient and can usually be treated by your doctor, e.g. with paracetamol for fever.<br/>Treatment with MEPACT can often cause stomach problems such as nausea, vomiting and loss of appetite when used with chemotherapy.</p><p>Contact your doctor immediately:</p><ul><li>if you have continuing fever or chills more than 8 hours after your dose of MEPACT, because this may be a sign of an infection, or</li><li>if you experience rash or have any problems breathing (wheezing), or</li><li>if you experience any stomach problems.</li></ul><p>Very common side effects (may affect more than 1 in 10 people):</p><ul><li>fever, shaking/shivering, weakness, tiredness or general discomfort</li><li>nausea and/or vomiting, diarrhoea or constipation</li><li>headache or dizziness</li><li>rapid beating of the heart</li><li>high blood pressure or low blood pressure</li><li>no appetite for food</li><li>sweating</li><li>pain, including general pain, pain in your muscles and/or joints and pain in back, chest, abdomen, arm or leg</li><li>cough, trouble breathing or rapid breathing</li><li>low body temperature</li><li>low number of red blood cells</li></ul><p>Common side effects (may affect up to 1 in 10 people):</p><ul><li>blue colour of tissues such as the skin or gums caused by too little oxygen</li><li>perceptible increase in frequency or force of heartbeat</li><li>swelling in arms or legs or other swelling</li><li>chest discomfort</li><li>upset stomach, decreased appetite or weight loss</li><li>injection site or catheter site redness, swelling, infection or other local reaction</li><li>rash or redness, inflammation of the skin, itching, dry skin, pale or transient red appearance</li><li>inflammation of skin, tendons, muscles or similar tissues that support body structure</li><li>inflammation of a vein</li><li>upper abdominal or chest wall pain; abdominal bloating or pain; indigestion or pain in your liver</li><li>other pain, including neck, shoulder, groin, bone or throat pain; pain after an operation</li><li>muscle spasms or stiffness</li><li>feeling cold</li><li>tired feeling, drowsiness or sleepiness</li><li>burning, pricking/tingling sensation, diminished sensitivity to sensation or feeling a sensation without stimulus</li><li>involuntary shaking movement</li><li>dehydration</li><li>low concentration of potassium in blood</li><li>mucosal inflammation</li><li>nose, throat, or sinus congestion or inflammation</li><li>infections of the upper respiratory tract (such as a cold) or the urinary tract (such as a bladder infection)</li><li>generalised infection</li><li>Herpes simplex (virus) infection</li><li>productive cough, wheezing or exertional or exacerbated shortness of breath</li><li>spitting of blood or nosebleed</li><li>fluid in the lung cavity</li><li>blood in urine, difficulty or pain in urination or frequent urination</li><li>difficulty sleeping, depression, anxiety or confusion</li><li>dizziness</li><li>ears ringing</li><li>blurred vision</li><li>hair loss</li><li>difficult, painful menstruation</li><li>hearing loss</li><li>low number of white blood cells with or without fever, low number of platelets</li></ul><p>Not known (cannot be estimated from the available data):</p><ul><li>abnormal accumulation of fluid around the heart (pericardial effusion)</li></ul><p>Reporting of side effects If you get any side effects, talk to your doctor. 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 mepact" ] ;
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 mepact" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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 vial label and the carton after EXP . The expiry date refers to the last day of that month.</p><p>Unopened vial Store in a refrigerator (2 C-8 C). Do not freeze. Keep the vial in outer carton in order to protect from light.</p><p>Reconstituted suspension Once reconstituted in sodium chloride 9 mg/mL (0.9%) solution, store at room temperature (approximately 20 C - 25 C) and use within 6 hours. Do not use this medicine if you notice any visible signs of deterioration. Do not throw away any medicines via wastewater. 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 MEPACT contains</p><ul><li>The active substance is mifamurtide. Each vial contains 4 mg of mifamurtide. After reconstitution, each mL of suspension contains 0.08 mg of mifamurtide.</li><li>The other ingredients are 1-Palmitoyl-2-oleoyl-sn-glycero-3-phosphocholine (POPC) and 1,2-Dioleoyl-sn-glycero-3-phospho-L-serine monosodium salt (OOPS). See section 2 MEPACT contains sodium</li></ul><p>What MEPACT looks like and contents of the pack MEPACT is a white to off-white homogeneous cake or powder for concentrate for dispersion for infusion.</p><p>MEPACT is supplied in a carton that contains</p><ul><li>One 50 mL vial with a grey butyl stopper, aluminium seal and plastic flip-off cap.</li><li>One sterile filter for MEPACT supplied in a blister.</li></ul><p>Marketing Authorisation Holder Takeda France SAS 112 avenue Kl ber 75116 Paris France</p><p>Manufacturer Takeda Austria GmbH St. Peter-Stra e A-4020 Linz Austria</p><p>For any information about this medicine, please contact the local representative of the Marketing Authorisation Holder:</p><p>Belgi /Belgique/Belgien Takeda Belgium NV T l/Tel: +32 2 464 06 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Lietuva Takeda, UAB Tel: +370 521 09 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>.: +359 2 958 27 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Luxembourg/Luxemburg Takeda Belgium NV T l/Tel: +32 2 464 06 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a> esk republika Takeda Pharmaceuticals Czech Republic s.r.o. Tel: +420 234 722 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a> Magyarorsz g Takeda Pharma Kft. Tel.: +36 1 270 <a href=\"mailto:7medinfoEMEA@takeda.com\">7medinfoEMEA@takeda.com</a> Danmark Takeda Pharma A/S Tlf: +45 46 77 10 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Malta Drugsales Ltd<br/>Tel: +356 <a href=\"mailto:21419safety@drugsalesltd.com\">21419safety@drugsalesltd.com</a></p><p>Deutschland Takeda GmbH Tel: +49 (0)800 825 <a href=\"mailto:3medinfoEMEA@takeda.com\">3medinfoEMEA@takeda.com</a></p><p>Nederland Takeda Nederland B.V. Tel: +31 20 203 <a href=\"mailto:5medinfoEMEA@takeda.com\">5medinfoEMEA@takeda.com</a></p><p>Eesti Takeda Pharma O<br/>Tel: +372 6177 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Norge Takeda AS Tlf: +47 800 800 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>akeda . . T : +30 210 <a href=\"mailto:6387medinfoEMEA@takeda.com\">6387medinfoEMEA@takeda.com</a></p><p>sterreich Takeda Pharma Ges.m.b.H.<br/>Tel: +43 (0) 800-20 80 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Espa a Takeda Farmac utica Espa a, S.A. Tel: +34 917 90 42 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Polska Takeda Pharma Sp. z o.o. Tel.: <a href=\"mailto:+48223062medinfoEMEA@takeda.com\">+48223062medinfoEMEA@takeda.com</a></p><p>France Takeda France SAS T l: + 33 1 40 67 33 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Portugal Takeda Farmac uticos Portugal, Lda. Tel: + 351 21 120 <a href=\"mailto:1medinfoEMEA@takeda.com\">1medinfoEMEA@takeda.com</a></p><p>Hrvatska Takeda Pharmaceuticals Croatia d.o.o. Tel: +385 1 377 88 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Rom nia Takeda Pharmaceuticals SRL Tel: +40 21 335 03 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Ireland Takeda Products Ireland Ltd Tel: 1800 937 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Slovenija Takeda Pharmaceuticals farmacevtska dru ba d.o.o. Tel: + 386 (0) 59 082 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>sland Vistor hf. S mi: +354 535 <a href=\"mailto:7medinfoEMEA@takeda.com\">7medinfoEMEA@takeda.com</a></p><p>Slovensk republika Takeda Pharmaceuticals Slovakia s.r.o. Tel: +421 (2) 20 602 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Italia Takeda Italia S.p.A. Tel: +39 06 <a href=\"mailto:502medinfoEMEA@takeda.com\">502medinfoEMEA@takeda.com</a></p><p>Suomi/Finland Takeda Oy Puh/Tel: 0800 774 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>A.POTAMITIS MEDICARE LTD : +357 <a href=\"mailto:22583a.potamitismedicare@cytanet.com.cy\">22583a.potamitismedicare@cytanet.com.cy</a></p><p>Sverige Takeda Pharma AB Tel: 020 795 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>Latvija Takeda Latvia SIA Tel: +371 <a href=\"mailto:67840medinfoEMEA@takeda.com\">67840medinfoEMEA@takeda.com</a> United Kingdom (Northern Ireland) Takeda UK Ltd Tel: +44 (0) 3333 000 <a href=\"mailto:medinfoEMEA@takeda.com\">medinfoEMEA@takeda.com</a></p><p>This leaflet was last revised in</p><p>Other sources of information</p><p>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>.</p><p>---------------------------------------------------------------------------------------------------------------------- The following information is intended for healthcare professionals only:</p><p>Instructions for preparation of MEPACT for intravenous infusion</p><p>Materials provided in each package - * 1 vial of MEPACT (mifamurtide)</p><ul><li>1 Filter for MEPACT</li></ul><p>Materials required but not provided - * Sodium chloride 9 mg/mL (0.9%) solution for injection, 100 mL bag</p><ul><li>1 single use 60 or 100 mL sterile syringe with luer lock</li><li>2 medium (18) gauge sterile injection needles</li></ul><p>It is recommended that the reconstitution of the liposomal suspension should be performed in a laminar flow cabinet utilising sterile gloves using aseptic technique.</p><p>The lyophilised powder should be allowed to reach a temperature between approximately 20 C-25 C prior to reconstitution, filtering using the filter provided and dilution. This should take approximately 30 minutes.</p><ol type=\"1\"><li>The cap of the vial should be removed and the stopper cleaned using an alcohol pad.</li><li>The filter should be removed from the blister pack, and the cap removed from the filter spike.<br/>The spike should then be inserted into the vial septum firmly until seated. The filter luer connector cap should not be removed at this time.</li><li>The 100 mL sodium chloride 9 mg/mL (0.9%) solution for injection bag, needle and syringe should be unpacked (not provided in the pack).</li><li>The site of the sodium chloride 9 mg/mL (0.9%) solution for injection bag where the needle is going to be inserted should be swabbed with an alcohol pad.</li><li>Using the needle and syringe, 50 mL of sodium chloride 9 mg/mL (0.9%) solution for injection should be withdrawn from the bag.</li><li>After removing the needle from the syringe, the syringe should be attached to the filter by opening the filter luer connector cap (figure 1).</li></ol><p>Figure 1</p><ol start=\"7\" type=\"1\"><li>The sodium chloride 9 mg/mL (0.9%) solution for injection is added to the vial by slow, firm depression of the syringe plunger. The filter and syringe must not be removed from the vial.</li><li>The vial should be allowed to stand undisturbed for 1 minute to ensure thorough hydration of the dry substance.</li><li>The vial should then be shaken vigorously for 1 minute while keeping the filter and syringe attached. During this time the liposomes are formed spontaneously (figure 2).</li></ol><p>Figure 2</p><ol start=\"10\" type=\"1\"><li>The desired dose may be withdrawn from the vial by inverting the vial and slowly pulling back on the syringe plunger (figure 3). Each mL reconstituted suspension contains 0.08 mg mifamurtide. The volume of suspension to be withdrawn for dose quantities is calculated as follows:</li></ol><p>Volume to withdraw = [12.5 x calculated dose (mg)] mL</p><p>For convenience, the following table of concordance is provided:</p><p>Dose Volume 1.0 mg 12.5 mL 2.0 mg 25 mL 3.0 mg 37.5 mL 4.0 mg 50 mL Figure 3</p><ol start=\"11\" type=\"1\"><li>The syringe should then be removed from the filter and a new needle placed on the suspension-filled syringe. The bag injection site should be wiped with an alcohol pad and the suspension in the syringe should be injected into the original bag containing the remaining 50 mL of sodium chloride 9 mg/mL (0.9%) solution for injection (figure 4).</li></ol><p>Figure 4</p><ol start=\"12\" type=\"1\"><li>The bag should be gently swirled to mix the solution.</li><li>Patient identification, time and date should be added to the label on the bag containing the reconstituted, filtered and diluted liposomal suspension.</li><li>Chemical and physical in-use stability has been demonstrated for 6 hours at room temperature (between approximately 20 C-25 C).</li><li>From a microbiological point of view, the product should be used immediately. If not used immediately, in-use storage times and conditions prior to use are the responsibility of the user and would normally not be longer than 6 hours at room temperature.</li></ol><p>No special requirements for disposal.</p></div>"       ]     ] )
  ] ) . # 

<MedicinalProductDefinition/mp28badbaa1dfc6b119cb5212548687175> a fhir:MedicinalProductDefinition ;
  fhir:id [ fhir:v "mp28badbaa1dfc6b119cb5212548687175"] ; # 
  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_mp28badbaa1dfc6b119cb5212548687175\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mp28badbaa1dfc6b119cb5212548687175</b></p><a name=\"mp28badbaa1dfc6b119cb5212548687175\"> </a><a name=\"hcmp28badbaa1dfc6b119cb5212548687175\"> </a><a name=\"mp28badbaa1dfc6b119cb5212548687175-en-US\"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/08/502/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>: MEPACT 4 mg powder for concentrate for dispersion 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/08/502/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 "MEPACT 4 mg powder for concentrate for dispersion 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" ]         ] )       ]     ] )
  ] ) . #