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

<Composition/composition-en-c3bcf9603926d754cd4924142c795340> a fhir:Composition ;
  fhir:id [ fhir:v "composition-en-c3bcf9603926d754cd4924142c795340"] ; # 
  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-c3bcf9603926d754cd4924142c795340\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-en-c3bcf9603926d754cd4924142c795340</b></p><a name=\"composition-en-c3bcf9603926d754cd4924142c795340\"> </a><a name=\"hccomposition-en-c3bcf9603926d754cd4924142c795340\"> </a><a name=\"composition-en-c3bcf9603926d754cd4924142c795340-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/029/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 - twinrix</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/029/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/mpc3bcf9603926d754cd4924142c795340" ]
  ] ) ; # 
  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 - twinrix"] ; # 
  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 Twinrix Paediatric is and what it is used for</li><li>What you need to know before you receive Twinrix Paediatric</li><li>How Twinrix Paediatric is given</li><li>Possible side effects</li><li>How to store Twinrix Paediatric</li><li>Contents of the pack and other information</li></ol></div>"       ]     ] [
fhir:title [ fhir:v "1. What twinrix 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 twinrix 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>Twinrix Paediatric is a vaccine used in infants, children and adolescents from 1 year up to and including 15 years to prevent two diseases: hepatitis A and hepatitis B. The vaccine works by causing the body to produce its own protection (antibodies) against these diseases.</p><ul><li><p>Hepatitis A: Hepatitis A is an infectious disease, which can affect the liver. This disease is caused by the hepatitis A virus. The hepatitis A virus can be passed from person to person in food and drink, or by swimming in water contaminated by sewage. Symptoms of hepatitis A begin 3 to 6 weeks after coming into contact with the virus. These consist of nausea (feeling sick), fever and aches and pains. After a few days the whites of eyes and skin may become yellowish (jaundice). The severity and type of symptoms can vary. Young children may not develop jaundice. Most people recover completely but the illness is usually severe enough to keep people off work for about a month.</p></li><li><p>Hepatitis B: Hepatitis B is caused by the hepatitis B virus. It causes the liver to become swollen (inflamed). The virus is found in body fluids such as blood, semen, vaginal secretions, or saliva (spit) of infected people.</p></li></ul><p>Vaccination is the best way to protect against these diseases. None of the components in the vaccine are infectious.</p></div>"       ]     ] [
fhir:title [ fhir:v "2. What you need to know before you take twinrix" ] ;
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 twinrix" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Twinrix Paediatric should not be given if</p><ul><li>you are allergic to:</li></ul><ul><li>the active substances, or any of the ingredients of this medicine (listed in section 6).</li><li>neomycin.<br/>Signs of an allergic reaction may include itchy skin rash, shortness of breath and swelling of the face or tongue.</li></ul><ul><li>you have previously had an allergic reaction to any vaccine against hepatitis A and hepatitis B diseases.</li><li>you have a severe infection with a high temperature (over 38 C). A minor infection such as a cold should not be a problem, but talk to your doctor first.</li></ul><p>Warnings and precautions Talk to you doctor or pharmacist before you receive Twinrix Paediatric if:</p><ul><li>you have experienced any health problems after previous administration of a vaccine.</li><li>you have a poor immune system due to illness or drug treatment.</li><li>you have a bleeding problem or bruise/ bruises easily.</li></ul><p>Fainting can occur (mostly in adolescents) following, or even before, any needle injection. Therefore tell the doctor or nurse if you fainted with a previous injection.</p><p>Other medicines and Twinrix Paediatric<br/>Twinrix Paediatric can be given with a Human Papillomavirus (HPV) vaccine at a separate injection site (another part of your body, e.g. the other arm) during the same visit.</p><p>Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines.</p><p>Pregnancy and breast-feeding If you are pregnant or breast-feeding, think that you may be pregnant or are planning to have a baby,<br/>ask your doctor or pharmacist for advice before you are given this vaccine. It is not known if Twinrix Paediatric passes into breast milk, however the vaccine is not expected to cause problems in breast-fed babies.</p><p>Twinrix Paediatric contains neomycin and sodium Please tell your doctor if you have had an allergic reaction to neomycin (antibiotic). This vaccine contains less than 1 mmol sodium (23 mg) per dose, that is to say essentially sodium- free .</p></div>"       ]     ] [
fhir:title [ fhir:v "3. How to take twinrix" ] ;
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 twinrix" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>You will receive a total of three injections over 6 months. Each injection is given on a separate visit. The first dose will be given on an elected date. The remaining two doses will be given one month, and six months after the first dose.</p><ul><li>First dose: at an elected date</li><li>Second dose: 1 month later</li><li>Third dose: 6 months after the first dose</li></ul><p>Your doctor will advise on the possible need for extra doses, and future booster dosing.</p><p>If you miss a scheduled injection, talk to your doctor and arrange another visit.</p><p>Make sure you finish the complete vaccination course of three injections. If not, you may not be fully protected against the diseases.</p><p>The doctor will give Twinrix Paediatric as an injection into your upper arm muscle or into the thigh muscle of your child.</p><p>The vaccine should never be given into a vein.</p><p>If you have any further questions on the use of this vaccine, ask your doctor or pharmacist.</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 vaccine can cause side effects, although not everybody gets them.</p><p>Side effects that may occur are the following:</p><p>Side effects occured during clinical studies or routine use of the vaccine or with individual hepatitis A and hepatitis B vaccines or with the adult formulation of Twinrix.</p><p>Very common (these may occur with more than 1 in 10 doses of the vaccine): pain and redness at the injection site.</p><p>Common (these may occur with up to 1 in 10 doses of the vaccine): drowsiness, headache, nausea, loss of appetite, swelling or bruising at the injection site, generally feeling unwell, tiredness, fever equal to or greater than 37.5 C, irritability.</p><p>Uncommon (these may occur with up to 1 in 100 doses of the vaccine): diarrhoea, vomiting, stomach pain, rash, aching muscles, upper respiratory tract infection.</p><p>Rare (these may occur with up to 1 in 1,000 doses of the vaccine): swollen glands in the neck armpit or groin (lymphadenopathy), dizziness, loss of skin sensitivity to pain or touch (hypoaesthesia), feeling of pins and needles (paraesthesia), hives, itching, joint pain, low blood pressure, flu-like symptoms such as high temperature, sore throat, runny nose, cough and chills.</p><p>Very rare (these may occur with up to 1 in 10,000 doses of the vaccine): reduction in blood platelets, which increases risk of bleeding or bruising (thrombocytopenia), purple or red brown spots visible through the skin (thrombocytopenic purpura), swelling or infection of the brain (encephalitis), degenerative disease of the brain (encephalopathy), inflammation of nerves (neuritis), numbness or weakness of the arms and legs (neuropathy), paralysis, fits or seizures, swelling of the face, mouth or throat (angioneurotic oedema), purple or reddish-purple bumps on the skin (lichen planus), serious skin rashes (erythema multiforme), joint swelling, muscular weakness, infection around the brain which may give severe headache with stiff neck and sensitivity to light (meningitis), inflammation of some blood vessels (vasculitis), abnormal laboratory liver test results, multiple sclerosis, swelling of the spinal cord (myelitis), drooping eyelid and sagging muscles on one side of the face (facial palsy), a temporary inflammation of the nerves, causing pain, weakness and paralysis in the extremities and often progressing to the chest and face (Guillain-Barr syndrome), a disease of the nerves of the eye (optic neuritis), immediate injection site pain, stinging and burning feeling.<br/>Serious allergic reactions (anaphylaxis, anaphylactoid reactions and mimicking serum sickness) may also occur very rarely (with up to 1 in 10,000 doses of the vaccine).<br/>Signs of serious allergic reactions may be rashes that may be itchy or blistering, swelling of the eyes and face, difficulty in breathing or swallowing, a sudden drop in blood pressure and loss of consciousness. Such reactions may occur before leaving the doctor s surgery. However, if you get any of these symptoms you should contact a doctor urgently.</p><p>Reporting of side effects<br/>If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine.</p></div>"       ]     ] [
fhir:title [ fhir:v "5. How to store twinrix" ] ;
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 twinrix" ]       ] ;
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 carton. The expiry date refers to the last day of that month.</p><p>Store in a refrigerator (2 C - 8 C).<br/>Store in the original package in order to protect from light.<br/>Do not freeze. Freezing destroys the vaccine.</p><p>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 Twinrix Paediatric contains</p><ul><li>The active substances are:<br/>Hepatitis A virus (inactivated)1,2 360 ELISA Units Hepatitis B surface antigen3,4 10 micrograms</li></ul><p>1Produced on human diploid (MRC-5) cells 2Adsorbed on aluminium hydroxide, hydrated 0.025 milligrams Al3+ 3Produced in yeast cells (Saccharomyces cerevisiae) by recombinant DNA technology 4Adsorbed on aluminium phosphate 0.2 milligrams Al3+</p><ul><li>The other ingredients in Twinrix Paediatric are: sodium chloride, water for injections.</li></ul><p>What Twinrix Paediatric looks like and contents of the pack</p><p>Suspension for injection in pre-filled syringe.</p><p>Twinrix Paediatric is a white, slightly milky liquid.</p><p>Twinrix Paediatric is available in 1-dose pre-filled syringe with or without separate needles, pack sizes of 1, 10 and 50. Not all pack sizes may be marketed.</p><p>Marketing Authorisation Holder and Manufacturer</p><p>GlaxoSmithKline Biologicals s.a. Rue de l Institut B-1330 Rixensart Belgium</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 SA/NV T l/Tel: + 32 10 85 52 Lietuva GlaxoSmithKline Biologicals SA Tel. +370 80000<br/>GlaxoSmithKline Biologicals SA .: +359 80018Luxembourg/Luxemburg GlaxoSmithKline Pharmaceuticals SA/NV T l/Tel: + 32 10 85 52 esk republika GlaxoSmithKline s.r.o. Tel: + 420 2 22 00 11 Magyarorsz g GlaxoSmithKline Biologicals SA Tel.: +36 <a href=\"mailto:80088cz.info@gsk.com\">80088cz.info@gsk.com</a></p><p>Danmark 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 Biologicals SA Tel: +356 80065Deutschland GlaxoSmithKline GmbH &amp; Co. KG Tel: + 49 (0)89 <a href=\"mailto:360448produkt.info@gsk.com\">360448produkt.info@gsk.com</a></p><p>Nederland GlaxoSmithKline BV Tel: + 31 (0)33 2081Eesti GlaxoSmithKline Biologicals SA Tel: +372 8002Norge GlaxoSmithKline AS Tlf: + 47 22 70 20<br/>GlaxoSmithKline A.E.B.E. T : + 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></p><p>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 (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>Hrvatska GlaxoSmithKline Biologicals SA Tel.: +385 800787Portugal Smith Kline &amp; French Portuguesa - Produtos Farmac uticos, Lda. Tel: + 351 21 412 95 <a href=\"mailto:FI.PT@gsk.com\">FI.PT@gsk.com</a></p><p>Rom nia GlaxoSmithKline Biologicals SA Tel: +40 800672Ireland GlaxoSmithKline (Ireland) Ltd Tel: + 353 (0)1 495 5Slovenija GlaxoSmithKline Biologicals SA Tel: +386 80688 sland Vistor hf.<br/>S mi: +354 535 7Slovensk republika GlaxoSmithKline Biologicals SA Tel.: +421 800500Italia GlaxoSmithKline S.p.A. Tel: + 39 (0)45 7741 Suomi/Finland GlaxoSmithKline Oy Puh/Tel: + 358 10 30 30<br/>GlaxoSmithKline Biologicals SA : +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 Biologicals SA Tel: +371 80205United Kingdom (Northern Ireland)<br/>GlaxoSmithKline Biologicals SA Tel: +44(0)800 <a href=\"mailto:221customercontactuk@gsk.com\">221customercontactuk@gsk.com</a> 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 web site:</p></div>"       ]     ] )
  ] ) . # 

<MedicinalProductDefinition/mpc3bcf9603926d754cd4924142c795340> a fhir:MedicinalProductDefinition ;
  fhir:id [ fhir:v "mpc3bcf9603926d754cd4924142c795340"] ; # 
  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_mpc3bcf9603926d754cd4924142c795340\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mpc3bcf9603926d754cd4924142c795340</b></p><a name=\"mpc3bcf9603926d754cd4924142c795340\"> </a><a name=\"hcmpc3bcf9603926d754cd4924142c795340\"> </a><a name=\"mpc3bcf9603926d754cd4924142c795340-en-US\"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/97/029/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>: Twinrix Paediatric, suspension for injection in pre-filled syringe</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/029/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 "Twinrix Paediatric, suspension for injection in pre-filled syringe" ] ;
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" ]         ] )       ]     ] )
  ] ) . #