From be0acb650ff93789bc010abc5e13f0df718e19a4 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Sun, 23 Apr 2023 14:43:26 +0200 Subject: [PATCH] Revert "Merging (#79)" This reverts commit 6416642e8b45a76688c224f31b422ce8d244d027. --- .gitignore | 3 +- FHIR-uv-emedicinal-product-info.xml | 123 +- ePICreator/Biktarvy.xlsx | Bin 29605 -> 0 bytes ePICreator/Calcio_Vitamina D.xlsx | Bin 28310 -> 0 bytes ePICreator/Dovato.xlsx | Bin 30882 -> 0 bytes ePICreator/Flucelvax.xlsx | Bin 27816 -> 0 bytes ePICreator/Humalog.xlsx | Bin 29949 -> 0 bytes ePICreator/Humira.xlsx | Bin 31099 -> 0 bytes ePICreator/Karvea.xlsx | Bin 28961 -> 0 bytes ePICreator/Mirtazapine.xlsx | Bin 28945 -> 0 bytes ePICreator/Paracetamol.xlsx | Bin 20804 -> 0 bytes ePICreator/Pentasa.xlsx | Bin 22473 -> 0 bytes ePICreator/Remsima.xlsx | Bin 35836 -> 0 bytes ePICreator/Suliqua.xlsx | Bin 23663 -> 0 bytes ePICreator/acmeDrug.xlsx | Bin 27564 -> 0 bytes ePICreator/cinitrapide.xlsx | Bin 20930 -> 0 bytes ePICreator/createAll.py | 27 - ePICreator/creator.py | 152 -- ePICreator/empty-template.xlsx | Bin 21049 -> 0 bytes ePICreator/instructions.md | 26 - .../AdministrableProductDefinition.fsh | 35 - ePICreator/templates/Bundle.fsh | 43 - .../templates/ClinicalUseDefinition.fsh | 43 - ePICreator/templates/Composition.fsh | 193 -- ePICreator/templates/Ingredient.fsh | 71 - .../templates/ManufacturedItemDefinition.fsh | 38 - .../templates/MedicinalProductDefinition.fsh | 68 - ePICreator/templates/Organization.fsh | 41 - .../templates/PackagedProductDefinition.fsh | 61 - .../templates/RegulatedAuthorization.fsh | 64 - ePICreator/templates/Substance.fsh | 47 - ePICreator/validator.py | 108 -- input/fsh/aliases.fsh | 2 +- .../acmedrug-ema-automatic/Bundle.fsh | 2 +- .../acmedrug-ema-automatic/Composition.fsh | 89 +- .../AdministrableProductDefinition.fsh | 26 + .../adalimumab-ema-automatic/Bundle.fsh | 91 + .../ClinicalUseDefinition.fsh | 0 .../adalimumab-ema-automatic/Composition.fsh | 154 ++ .../adalimumab-ema-automatic/Ingredient.fsh | 104 ++ .../ManufacturedItemDefinition.fsh | 26 + .../MedicinalProductDefinition.fsh | 34 +- .../adalimumab-ema-automatic/Organization.fsh | 117 ++ .../PackagedProductDefinition.fsh | 40 + .../RegulatedAuthorization.fsh | 20 +- .../Substance.fsh | 0 .../AdministrableProductDefinition.fsh | 26 - .../biktarvy-ema-automatic/Bundle.fsh | 96 - .../biktarvy-ema-automatic/Composition.fsh | 425 ----- .../biktarvy-ema-automatic/Ingredient.fsh | 192 -- .../ManufacturedItemDefinition.fsh | 24 - .../MedicinalProductDefinition.fsh | 54 - .../biktarvy-ema-automatic/Organization.fsh | 59 - .../PackagedProductDefinition.fsh | 40 - .../fsh/examples}/biktarvy.fsh | 308 ++++ .../Bundle.fsh | 2 +- .../Composition.fsh | 89 +- input/fsh/examples/cava-ema/BundlecavaEpi.fsh | 103 ++ ...ClinicalUseDefinition-contraindication.fsh | 18 + .../ClinicalUseDefinition-indication.fsh | 18 + .../ClinicalUseDefinition-interaction.fsh | 19 + .../ClinicalUseDefinition-interaction2.fsh | 19 + ...linicalUseDefinition-undesirableeffect.fsh | 16 + .../ClinicalUseDefinition-warning.fsh | 17 + .../administrableproductdefinition.fsh | 29 + .../examples/cava-ema/composition75-en.fsh | 458 +++++ .../cava-ema/ingredient-carnaubawax.fsh | 23 + .../ingredient-croscarmellosesodium.fsh | 23 + .../cava-ema/ingredient-hypromellose.fsh | 23 + .../cava-ema/ingredient-irbesartan75.fsh | 28 + .../ingredient-lactosemonohydrate.fsh | 23 + .../examples/cava-ema/ingredient-macrogol.fsh | 23 + .../cava-ema/ingredient-magnesiumstearate.fsh | 23 + .../ingredient-microcrystallinecellulose.fsh | 23 + .../cava-ema/ingredient-silicondioxide.fsh | 23 + .../cava-ema/ingredient-titaniumdioxide.fsh | 23 + .../manufactureditemdefinition-karvea75.fsh | 21 + .../cava-ema/medicinalproductdefinition.fsh | 50 + .../examples/cava-ema/organization-mah.fsh | 25 + .../cava-ema/packagedproductdefinition.fsh | 34 + .../cava-ema/regulatedauthorization75.fsh | 27 + .../examples/cava-ema/substanceirbesartan.fsh | 28 + .../cinitrapide-ema-automatic/Bundle.fsh | 2 +- .../cinitrapide-ema-automatic/Composition.fsh | 435 ++++- .../MedicinalProductDefinition.fsh | 5 +- .../Organization.fsh | 1 - .../examples/dovato-ema-automatic/Bundle.fsh | 2 +- .../AdministrableProductDefinition.fsh | 26 - .../flucelvax-ema-automatic/Bundle.fsh | 131 -- .../ClinicalUseDefinition.fsh | 0 .../flucelvax-ema-automatic/Composition.fsh | 195 -- .../flucelvax-ema-automatic/Ingredient.fsh | 396 ---- .../ManufacturedItemDefinition.fsh | 26 - .../MedicinalProductDefinition.fsh | 55 - .../flucelvax-ema-automatic/Organization.fsh | 32 - .../PackagedProductDefinition.fsh | 48 - .../RegulatedAuthorization.fsh | 38 - .../flucelvax-ema-automatic/Substance.fsh | 108 -- .../AdministrableProductDefinition.fsh | 10 +- .../examples/humalog-ema-automatic/Bundle.fsh | 18 +- .../humalog-ema-automatic/Composition.fsh | 180 +- .../humalog-ema-automatic/Ingredient.fsh | 48 +- .../ManufacturedItemDefinition.fsh | 6 +- .../MedicinalProductDefinition.fsh | 16 +- .../PackagedProductDefinition.fsh | 10 +- .../RegulatedAuthorization.fsh | 2 +- .../examples/humira-ema-automatic/Bundle.fsh | 2 +- .../humira-ema-automatic/Composition.fsh | 50 +- .../MedicinalProductDefinition.fsh | 4 +- .../examples/karvea-ema-automatic/Bundle.fsh | 10 +- .../ClinicalUseDefinition.fsh | 8 +- .../karvea-ema-automatic/Composition.fsh | 89 +- .../MedicinalProductDefinition.fsh | 10 +- .../mirtazapine-ema-automatic/Bundle.fsh | 2 +- .../mirtazapine-ema-automatic/Composition.fsh | 89 +- .../paracetamol-ema-automatic/Bundle.fsh | 2 +- .../paracetamol-ema-automatic/Composition.fsh | 433 ++++- .../MedicinalProductDefinition.fsh | 6 +- .../examples/pentasa-ema-automatic/Bundle.fsh | 2 +- .../pentasa-ema-automatic/Composition.fsh | 433 ++++- .../MedicinalProductDefinition.fsh | 11 +- .../AdministrableProductDefinition.fsh | 26 - .../examples/remsima-ema-automatic/Bundle.fsh | 96 - .../ClinicalUseDefinition.fsh | 0 .../remsima-ema-automatic/Composition.fsh | 636 ------- .../remsima-ema-automatic/Ingredient.fsh | 154 -- .../ManufacturedItemDefinition.fsh | 24 - .../remsima-ema-automatic/Organization.fsh | 59 - .../PackagedProductDefinition.fsh | 40 - .../RegulatedAuthorization.fsh | 37 - .../remsima-ema-automatic/Substance.fsh | 28 - .../examples/suliqua-ema-automatic/Bundle.fsh | 2 +- .../ClinicalUseDefinition.fsh | 4 +- .../suliqua-ema-automatic/Composition.fsh | 113 +- parkingLot/Flucelvax CAP ENG (1).xml | 1615 ----------------- parkingLot/flucelvax -eng.json | 1432 --------------- sushi-config.yaml | 5 +- 137 files changed, 3652 insertions(+), 7840 deletions(-) delete mode 100644 ePICreator/Biktarvy.xlsx delete mode 100644 ePICreator/Calcio_Vitamina D.xlsx delete mode 100644 ePICreator/Dovato.xlsx delete mode 100644 ePICreator/Flucelvax.xlsx delete mode 100644 ePICreator/Humalog.xlsx delete mode 100644 ePICreator/Humira.xlsx delete mode 100644 ePICreator/Karvea.xlsx delete mode 100644 ePICreator/Mirtazapine.xlsx delete mode 100644 ePICreator/Paracetamol.xlsx delete mode 100644 ePICreator/Pentasa.xlsx delete mode 100644 ePICreator/Remsima.xlsx delete mode 100644 ePICreator/Suliqua.xlsx delete mode 100644 ePICreator/acmeDrug.xlsx delete mode 100644 ePICreator/cinitrapide.xlsx delete mode 100644 ePICreator/createAll.py delete mode 100644 ePICreator/creator.py delete mode 100644 ePICreator/empty-template.xlsx delete mode 100644 ePICreator/instructions.md delete mode 100644 ePICreator/templates/AdministrableProductDefinition.fsh delete mode 100644 ePICreator/templates/Bundle.fsh delete mode 100644 ePICreator/templates/ClinicalUseDefinition.fsh delete mode 100644 ePICreator/templates/Composition.fsh delete mode 100644 ePICreator/templates/Ingredient.fsh delete mode 100644 ePICreator/templates/ManufacturedItemDefinition.fsh delete mode 100644 ePICreator/templates/MedicinalProductDefinition.fsh delete mode 100644 ePICreator/templates/Organization.fsh delete mode 100644 ePICreator/templates/PackagedProductDefinition.fsh delete mode 100644 ePICreator/templates/RegulatedAuthorization.fsh delete mode 100644 ePICreator/templates/Substance.fsh delete mode 100644 ePICreator/validator.py create mode 100644 input/fsh/examples/adalimumab-ema-automatic/AdministrableProductDefinition.fsh create mode 100644 input/fsh/examples/adalimumab-ema-automatic/Bundle.fsh rename input/fsh/examples/{biktarvy-ema-automatic => adalimumab-ema-automatic}/ClinicalUseDefinition.fsh (100%) create mode 100644 input/fsh/examples/adalimumab-ema-automatic/Composition.fsh create mode 100644 input/fsh/examples/adalimumab-ema-automatic/Ingredient.fsh create mode 100644 input/fsh/examples/adalimumab-ema-automatic/ManufacturedItemDefinition.fsh rename input/fsh/examples/{remsima-ema-automatic => adalimumab-ema-automatic}/MedicinalProductDefinition.fsh (52%) create mode 100644 input/fsh/examples/adalimumab-ema-automatic/Organization.fsh create mode 100644 input/fsh/examples/adalimumab-ema-automatic/PackagedProductDefinition.fsh rename input/fsh/examples/{biktarvy-ema-automatic => adalimumab-ema-automatic}/RegulatedAuthorization.fsh (51%) rename input/fsh/examples/{biktarvy-ema-automatic => adalimumab-ema-automatic}/Substance.fsh (100%) delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/AdministrableProductDefinition.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/Bundle.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/Composition.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/Ingredient.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/ManufacturedItemDefinition.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/MedicinalProductDefinition.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/Organization.fsh delete mode 100644 input/fsh/examples/biktarvy-ema-automatic/PackagedProductDefinition.fsh rename {parkingLot => input/fsh/examples}/biktarvy.fsh (50%) create mode 100644 input/fsh/examples/cava-ema/BundlecavaEpi.fsh create mode 100644 input/fsh/examples/cava-ema/ClinicalUseDefinition-contraindication.fsh create mode 100644 input/fsh/examples/cava-ema/ClinicalUseDefinition-indication.fsh create mode 100644 input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction.fsh create mode 100644 input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction2.fsh create mode 100644 input/fsh/examples/cava-ema/ClinicalUseDefinition-undesirableeffect.fsh create mode 100644 input/fsh/examples/cava-ema/ClinicalUseDefinition-warning.fsh create mode 100644 input/fsh/examples/cava-ema/administrableproductdefinition.fsh create mode 100644 input/fsh/examples/cava-ema/composition75-en.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-carnaubawax.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-croscarmellosesodium.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-hypromellose.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-irbesartan75.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-lactosemonohydrate.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-macrogol.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-magnesiumstearate.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-microcrystallinecellulose.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-silicondioxide.fsh create mode 100644 input/fsh/examples/cava-ema/ingredient-titaniumdioxide.fsh create mode 100644 input/fsh/examples/cava-ema/manufactureditemdefinition-karvea75.fsh create mode 100644 input/fsh/examples/cava-ema/medicinalproductdefinition.fsh create mode 100644 input/fsh/examples/cava-ema/organization-mah.fsh create mode 100644 input/fsh/examples/cava-ema/packagedproductdefinition.fsh create mode 100644 input/fsh/examples/cava-ema/regulatedauthorization75.fsh create mode 100644 input/fsh/examples/cava-ema/substanceirbesartan.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/AdministrableProductDefinition.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/Bundle.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/ClinicalUseDefinition.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/Composition.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/Ingredient.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/ManufacturedItemDefinition.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/MedicinalProductDefinition.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/Organization.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/PackagedProductDefinition.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/RegulatedAuthorization.fsh delete mode 100644 input/fsh/examples/flucelvax-ema-automatic/Substance.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/AdministrableProductDefinition.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/Bundle.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/ClinicalUseDefinition.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/Composition.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/Ingredient.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/ManufacturedItemDefinition.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/Organization.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/PackagedProductDefinition.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/RegulatedAuthorization.fsh delete mode 100644 input/fsh/examples/remsima-ema-automatic/Substance.fsh delete mode 100644 parkingLot/Flucelvax CAP ENG (1).xml delete mode 100644 parkingLot/flucelvax -eng.json diff --git a/.gitignore b/.gitignore index a3efc45b10..679eab7f38 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,4 @@ _updatePublisher.sh log.txt .gitignore .vscode/* -__pycache__/ -~$*.xlsx \ No newline at end of file +__pycache__/ \ No newline at end of file diff --git a/FHIR-uv-emedicinal-product-info.xml b/FHIR-uv-emedicinal-product-info.xml index 9b6e393713..f9be84bd67 100644 --- a/FHIR-uv-emedicinal-product-info.xml +++ b/FHIR-uv-emedicinal-product-info.xml @@ -10,20 +10,20 @@ - + - + - + @@ -31,7 +31,6 @@ - @@ -44,15 +43,13 @@ - - - - + + @@ -61,7 +58,7 @@ - + @@ -70,7 +67,7 @@ - + @@ -78,9 +75,10 @@ - + + @@ -98,18 +96,23 @@ + - + + + + + @@ -119,9 +122,9 @@ + - @@ -139,20 +142,20 @@ + - - + - + @@ -162,26 +165,25 @@ - + - - + - - + + @@ -192,16 +194,16 @@ - + - - + + @@ -212,7 +214,7 @@ - + @@ -231,18 +233,20 @@ - - + + - + + + @@ -261,26 +265,57 @@ + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + - - @@ -288,38 +323,36 @@ - + + - - - + + - - - + + - - - - + + + diff --git a/ePICreator/Biktarvy.xlsx b/ePICreator/Biktarvy.xlsx deleted file mode 100644 index ff4e1f58724e986b1fbbce9af42137026acee5bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29605 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 Ju>b4b{{alPM27$X diff --git a/ePICreator/Calcio_Vitamina D.xlsx b/ePICreator/Calcio_Vitamina D.xlsx deleted file mode 100644 index 009e2a0ec9a8ca75bb9336d8e04d84b4255a3bfa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28310 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 diff --git a/ePICreator/Dovato.xlsx b/ePICreator/Dovato.xlsx deleted file mode 100644 index 28fc4eb964fed00b10b099bbcbd688ac6e760abb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30882 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 diff --git a/ePICreator/Flucelvax.xlsx b/ePICreator/Flucelvax.xlsx deleted file mode 100644 index 2b934260fbb007e625e71ddb5567ed23109a66e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27816 zcmeEuV~}RsmTgwrww;x>ZQHhOTa~tL+h(P0v(mORU!HTjWm>329u+sP&Wa5HqRXZteZJ-E^{ z49(-UVruZOt%h3!L((8V1KTC53-@i)qx>VB$mFJ9sCrgKMj{;I5`?jBdr6rle++LC zpTv!D5;7r32#6?ajhH$+(WO){t%4TkObVT3c;zha5G_oQium_r@}wrQyVJ=RsdDPb zXKd0R&8iE5P7IdKVt02SAX(68JaqPsn8SYPi{H2MthgBmnNyc%vJ)3Ujrz6?Vub=z zeqd;-tmzPd=2gK?PHlr`w6j`8m9YsKnru*3AOzBYd?=VamMu`N(#{E#h3Aj?S9s|d zf+1GG(Ah`=s74Idh)+_q9c=Ai!D*hROr`Osf8F(qIyeFCw!#MOlfp-@^RapO+iigK z&%y=m^T0>TU_y@gZkEE5{gnIS!s#2wZtbtqgs45jHPX3{bsUAhb~UB5%*5F#dE|l3 z95gIw{4Hg$^GstUD5{8Ki43?;vGO~*`KHTpkjv3wJx^Q;+bx3i0mAwj1_0pe3kX2& z|H5yRG9A(VcTh@w!xQQozq$^_R*tkZe~teixBrX5`Y*3u880n6KnERiCH5XV^0c@a z3ojt)$}iSIpycBxz5&-1RX~ij*+Yg6uY?&0BRY+|MYwl^nbcXM8a`6ca?=N<#^SLyX5k~{l)oQO1 zD}sj?Ol3tgcJo?;YzGcPcU>c^-aDa;9;6R1YMIOt1wtmoXNGCfVUpYjUyVkloAE67 zK~{)?ijnKlfC#+Ot#2y(e?bDOqi4kV{Y3Da^DqIxf4EuE{sSkjwhopCwzigk(cFJx z=EpbJeb4>heRU>HS`5&^2VDhs2hMgSUl7YE5FRN&wl$vsfqQ-kT8)aG#%y;-NGgK$ zvw#&u=#y~W(HnMle5fvi;^|oxBt)l4x?7)Y4f=9Ie(2l-k!G_nK;&7V`+0p`S0=h?CnAU1jDkm^iL z7;4Y^%{Kj$m+^qN;sZvX>St=xk;#$~<7g%mY>)0Ur3v=Sb0qmMbqt$QG6JL-G}|fs|i)x-}~x=V$Bi(JQX*(dT5{NEWwZx@27I z^OP$NX{l7(3hCu=37G9M#~OTGycT3~>$Fsd?NHB`i*Kw&OR~cefZt4528QAgxOsYA zz%i#f!w({?GDw5mvSzWA@Hi#Y$TUJx|0~f_e63a(fl8e~0#+=URjs*ly?!SA@Pk1B z@2nez7BdiU7%l#VY6@?Q0J_Gq4BEN@JdI!w_k5l@_n=cypMU{Ye{;? zCS?JNBuyKsoPHuOCsCRND#tA{4G!nPv@QZTjYWu({-L=lO!l2aS8|kp{f? zqBNK}2b~Htek-yL1Bv({lZABnO-K*ANy<^&LxywdmP6@d@m}Bm@lWmnaPw zN)+7p@?$XH1%1T{#dYYi5t&RqOpU_oy=qI5u^AhcjizDbgx@Gigxo5X7^+HdT35sd zRmL%}xrk6s#gaF&W4`b;1TL}(R!W9a4nI7mdr44Q`n50)dfyyAQ3LM$&k2<9f89I9 zr?8-Q(FT;G`@XEv-l@Ywcl$F^gqIN~jml8e z&V*qJjM#>3#Tjx2e6;SJKtoW$R}Qdjd+(j+>fRewquEK6zt(G`qSwMy`AjqE z1D59-2mqx(BlcOK9RTd^!qhJEtY{s!^R=L=7|QzV&Wf?MSskIBNHh7*_GQ^o5YVsw{S<7maR%CU3X%5^QFl}j#79A zTAO@WrD-HzFX+syp}@Uj@)_4c%nO@1M$nhxS~Ty7*29|?I~vdy{SnX>bt+I8&!N{~ zt%bbT$7}Fw7)9%7yY-{Ij*2mVA|c>cZ_5nPx>Q(5<{}#~7r{YOrMxBcC)$4p^w{yk zL)Pyj!0`Ji`agm0Xl88eXlbN_4y+#Kgaz*)oL%5wV2x0UCK?Q|!p{rC$ znOh5Mm;lu!bM3IO{A#OC91sz4(gqk~pKd$T$MnW4o{){sy0zRfXaF6gvbcQbfkl+J zyGB$I8C~);09?5NJ1dQUdOQXXRkX;p*kA&buT(mk!ZO1h8AF3!T&fgPWgtPpT%78C zVSR)tJ+7Zq9D&3>Q#k$_QybioJ1B1~Uhy&iSf_qX2R|LcfWTMrX2^+2JamV6w!@n- zUxLMN#jfvSRZt%P=M*XnB+ukvPhpW;j>TMwNee|xNcYU_#;1UT>$pMxtfzx$s*7j;oUnohQr@!C5}7kdDKx3GGe zp`%QhTu%P>ZfLdIkxUcy_L(F*t@=aNZR4*5MjHaXTf`RUt2k(-PyA!>gTr9!Z6^BZ zr1s(3fPv`neT=;>k%LLxbZ;d~I96xbL$)?QI6eo#;q^knANtA>`s4id%_Co5-y!z(m6&p2Q$PnVtV^=@ z1MrY2HXOf+4X?upk5Gc>LDf|`zwzynQ^qXSvuh?^H*Pxh1{-TV@nZbMsX6p6k7C=W zXL?J;AHw7!XTXy33s(wpf=9}Ojfd;2spQekgS#fc3>Qq<-Kj2y=6OwcP1C$fNghL| zoPo;)K^D>86jZ%RJ#u0zyK|-s30nP)z}%kzD~mvzaKj>XcEtr#VGmDEF>t2U$U+A+T{FXyMAVMW~BPG#}nl1-f!1(LR}JN5z7 zJk}!T2$QQY54Mg(z8_>EYF zi=jai7V(D_ZdQs&tfzgiXQCUnki{Jbp#Dc}typrLFfW=Q&LP+9Ytf|-A2FIp(6Bl# z-UKRfs;nsl#2SMW#vC&Jw>9K3abMg9K_==8G7=5ClvtpK0uu_e0*54(97|rFsem9$ z+;%mdqYi3p)wWQtF#YdfC{VPyT&(mH=T*$eV;iP#*N z`T+3o4q(g=ScCS&UV}QpR;xA9cojSi7xLCL|DdYunFEeV>n{6yDjTVlG2v3=b!#m8 z=Miqsm~-d{**x#x;q~`Wn9yglfe#;|`+IK+kcGtrF^a#pSiHR3 z(|#?As;OLMjUAd1f6^=crA>1Sa411DXYOOuR7xsJJ%QD>!Ivd6%X&=0vFQ@OEg?afFFb%c zt*uKkZZynpGTw7$JisKgIM5#@K};M z+}j3MLu1zGtnS(0jwGA$rO;a{twua@XvGnBRh|&;*p+^a`Fc2AvBlOa;o($c)Zd-) z1;nrij2CK*eRR;mmDKblg%^7CrDnZMNQysh4wp3IAHM1Sy$Am_>*vvG*pd5ImF-~v zmTZ{+K{nR58FcW&+p=q}weLLWVgj1T3er{ihnq|nyG@4CdcTJzT(X%iIL*Madj`!+m--n0~1uJqV^-rX|Oy9|2(3G zlu?lHtp2JB8Op&&MSd#XUaWWKmX6T0OJARC#(^l%6sjzY|3uGCG>fBMj;ix2qPr4g z*bTs@+9K!K=aEA12`?QcYntE%)$FFxv| zS5#Ab1E#+UaF#rNsHu*6FYDDUVwO-HCVEq7NmJe9#6wAPX_tahCx>z`8BeP?cGw`t z%S&>;DV*bU(8^#kFHJ=+6$uOmDWr-XRIu8I^iz2TZDQgBR_dHE7G`kVM^-lo@Y7;6 zoYRfrG=<7LiVOr!0s>{5!k0c3I&gd96XZ|(MUUmu6);`2!**91g^6gm}+YNzW+pOQ2ZHe06uz%?Qi=Z_H$g&s}h{rpo}cO>PV)} zPyWfbbf&hk_Ot38APPob@k}(`KJ0A&`C?p={E+>8(84u{4gi$De$AYWRaIo`EjW>? zWyBUka(5}}Z+txQbgCHUTQ&~PLleQ^+VyY}pqFU1M0}nj?2=yImM4<)jIeOvLlf%c zovc-@C(uG-CRH9K0cIl%rjo`?F@Px1w~R!`M(7q{?+dpfBWxK>J@KX(-642RrHypZ z{0d&@$NsBG1Km{oI zQhod-d#pnK;GVsr<-jt^lD82f&B*Ky+3%~y6o@n0#6)BfP3?B@w0)MNl!NJg_le)V z_w}FhOjf8^Ztxf3T~&CkhmZcWgiFXX#=(}#m6hm47ru;mmbco-yGIhIwfK1W2Sq+;fI zfV)`&Y$0T3uG@xXkFM~2aEl|IGyYuiC(&G4Z>1| zn(yUsIea$Fuq`GluvaC*H(qcmxpDM8Kh2=D^WdX}#C-{7L*LQ&^5*+U>RMzfbXH2Z z0BVx~dRKnbpB;zCGpjw}cRdTU;VSt}gSvU()LA7Pk;iMz{BHU2t4@|Fq8^t`0p|@- zjP8-x^pr@vniDZna9n5h$9oSHyWaT@xhII%Rv&%#!Z6d!TM4&CrqfJ@s%tDv$c<{Q zvy=-*ZydEzSHycEEm2tUJX0EjZBQLoR~EX==dfd+95nUHx=bJ+vaoOP^^bn&+!-mdSp&MQ zjmC>AOIkWx0pm6Gy^#ZxJQNcbo`Y4b?gz{HHv0GJ=W08;U_0HqMBKLacw98cT) zC!oh|NDAFu;*FW6ad((iyo20--a+6`Is%9p#{h&T$Dvu)N+xKN(Tc`@8mi|kXrg{d zJb1^7Hz8`AO$n zQ4%z5h$qjYK7NqQsH4QdecYIJYV!Q^3;hp0LB6_m?M1(NeC6NsIP2dhNP@QI`d_6N zus1k?r!cD)sERN}5lMCZK>0`es*&NkUxoYP4m{{@SKJPWtg#t#hLXea51mJ9HHS}} zmMfrMGshI!vW!!`Pm*wSOY3YrvAd)4kf zch)-YlC;0JOj4MX=zND|0mrHXD0M6|5n4{TA;W&3; zW@Kxyq0bB3tM5W}rh;Xzgt44wwWRVX1|In(`8ES~4H5=Ie!NoVD8`D+bwRO~8&baX z6@E55F*GwYxaOba<(04w8}Mzv>jt0yz_#);8$v{Zb8`a^AlAyW2Y$HN6w0%X)S~`a ztMdKIm(o_YR%r}YX&K+_D5BEKZbOZ#D{;q9djjvz&&@Gc;!eMb&E#kkU)$XZdXfvkKh+V-z=N7lGgA9I6*U=?FZU;R$ZY z;0F|71SkrQbbAQVmxpKLjX8lhSh+UEQSa<4?I=9O^!YFXDiT91-y*<7e9IsP!VJkz zXuIEBIxp~?BO5YEtt8#P#{W}X(Y=N)pk9FC^`i#6J_w8|%WA$34S&B3FDB*b@%pC6 z<9|H(+;rS9X1?iL4gTNKH`_l%^xyOyaz%E*E7VOEh6E0RP+o?kaaC-7Rvl&7OBkJI z4QaOKyImKSpyWiw6o9>NmworZ(ePIAGZ3wqDMdNj4!yunSqZgMGuvS$XaYU zeo>`bw2V~2+siOqL!gpom;MAWU#U|x%g}kTeBnt5M805~AqtneILR;n91EP2EQ3Nj znf%Cjwkbk>x8SLuveSXs3Y3y_`MEB=Bz8e$$}s=;hmfnr5{NZ0vR`YLu0RyOVc{ip z92_0wkij{;HB=Sij3J!yZenM4N_P@^Ss(N_K81<<%HlPurNI9jXMQ6v!3+^$Etcl& zD!6YztPafvY$ZSbsVGPkhSFUBgi~J~sNq6ko}1R;p0m2m z4>nRVKqRJt>%|Ea*-j0G8sa3b(MtlF2@n|wtVExRk#71FsSQid=m6T#G8T~UWUdEg zj=8;uQF?$4LC?(Z;`$&yJ2>E$BRC_`=qcP&wp!t*HL+cw^+YVN(% zWJJhRX)I7Sj;#{@H*AnA>G8$-zEAoWu+1*h0+}%T6UDicquF@J{L@Cg!z4gUDZpLb z7(hR8Kr4qMt)*4d*{ijCmuN<>s|2d?cdSqH1F8`A*N5rL2=sJ|wi^6Z(oIqN`hn(T zFj=1vS=)ntJMSfJ>CvimTqjaZbSk_iA1#J!wi&RlbpzC>Za_Xln_)RtLDR}@$RB?d z8gKtNN^`mgpFBsKt$=K)@4wLm@_w+m7L?==d`nUNqa)<|PbeiO{l)a($#~K352F}t zXp&h4Pn(NT&j8}C@?s|C?JeW7^C><;J7#^8ZuavYc$5;Z9?}!$sDkm~&z}i@gp+e>1Vg##$fD~R9?PJY$WOiVwzdoq+gjKh8axLZ!b`oO zUqzZ@1auYRxG6IRe%Ukj3xepJ18ViYi!@$(epgTc*3yZBle5>@QvDf zCV9}flGx+BA|p|yeHMK(Rw(m)qPdfQ5YTWa!mgr}r+-l1QJX~RU3L|-+s!j4OWN*+ zBbXalI8^jk;Rez{?BCC3y-Cd9S9AKMo}3e+8ClpJ&;+FB`7un*h*5@1gJEHBD2Se1 zF_{|)753QD)F2qNwYr)KFRqMKJL=7h&M^ms4ISlerJ2f(nk%riUy*UG;c93N7=J8? z7*Z(Br(kjUP9|1JV2%`?sPU5=bH280Y}yrG0g|~bn@O;li&Df z#8X=4=2~9gn|S%KXlStBG4tVz(RJrKgG*1PqA{CYzBT^{q)c*72lH}LJj4R)wBnr$ zHx_5mOP3U64cfpNs8uEb+0dk4*6Rn|eIjGNs5`^xx`r!~ z)?VITc??;#wmx8~nDdt1h89(4YiYxq%|$i#@Q|cjT$xVu5Ey*jM4^2#gaU`qVRLR# z1N7UYO6{d=Wi33+e!?XdVuE3W*u-;W4|o75pzsW#9|blWKVl@Aons1-Y}#xbeE=%R zF;;y&!GS+9xq*3}HerD~Na^`R7Qzs8 z_Ek>Z@C4ptIe{jf$|*~UII<#O)l89Ajej6=PdP~dw^sfs;%y{t48&8 z%w7cIMwXH$NA00h6y~2cM4S8(wiMRLuFqyF6E2``7y(KHb8Ov);p54;5NU0}c@+|n zZgU0&xz3`${6jb=wwLM~$kGv8c92=mq*)O)oPYf^BHAS2BbO)i)M;9~&hKk~8V!P~ zXLT!j#>+7Z_!1Bo*Kb@*iin+vX4g&THDvtDm8<;Ql>=>_v)zHB@Ya_2%ax<8y`j{1 z1)88u8D*)TIJs*5ikcz)M2#^x52oYjdJ{yuQ`m!jEC1zBQF4`V?kKTpfcttB8kEJ2 zg)|&dGvjCHhY3N_%?(wx?6b$%Za}<7*N4<*=KvKm!^HlPs#o@?3V&mms24c&@?6*g zP5m(%8=&d7Fe$6vjwyU|oG5oAy+4(iDslCm?~2D)Z4s(?WykF$Xne2>QQ0dq1YM9z z?Gz~BMkcWrmT5qA>s{MXFhv|aqweP{d7_^9E6Q0TYwj8ZdiN)C|LiA{56K^Gyntpn zakAMDwy0roj}AH?mH@i7FZt@@=~uBvZzG1Np}=luFkf8T>A@>WvEMbX&U?lxR93_P zFn9kWg+H_Dr-KgGEjk5?Ek1)uRK`SJ8FG%1b542&`K6?_<#P$i#M98I8|B5r8SSlP z=<2+QY^->A=+x>~qN@9r&7JHiSrRAXZM!@Z)~$+@w0Qicvd~=qgbWRumy=OG>28_e zqeyN;?lA>aFx4i%n1zmXv*0xH8v?0Kr4{p!v^I4BmMIneq4E(G!kg7T)I8!@fY^16>)JQB*MvoY1!v^H9L*?#`ya(x@4vX^|d3sep z(P86#Hx>_@E*0Py<#SmTp|hk~A+yO_AuBQ*P+WK&7vUe7ui7WnERQRr?I#NiS5^cJ z^o%9_#q~_TMJ!kq3FuH;96I``ioxrw3#r^k&*3*W{YS;?e<=1I%;(u$@_B4gJHA->&2QPeY!^7}kXWcZak5IkoV8yq982 zKLM`a1c=Heg|el->^SGVDr)AiZd_zl@SJ8%w>^~=QI^d_7`qY0dt|&Mp#C@4;xsLU zr!PHe9k!(~AvL*y9xD4_k>W?@fo ztlD>i^>2!qqlxjDUTULa`9fCSwXal!V|bbLHGd)>C)vMh7$pJ!#d(X2m4_U_hZm|L z#LX3%Rp=KnGk_yhIabxEk8fg60cn^EBC0y z_o1stY)zA^oMlLn$8FC-){ZFD*!76uX)2)|4#3uBXWbOHB|*H@2Ij?j$JObd&X zSH2UE?`8jM^$CkQ<&WVvBzN%t>KXq#*qzLbt&M5_9{&#Wb9K!aEM{aM(LG+ZyX-@j zgz<9nu_nomb(PJ=U!t~qMjH>2MC+^8K@@qngHVWw_&Tv}`#%U``2cVFW6Bo7$76O@ z7)MvILUmRM`8p^sOfs*q@p2sBUnXuATX0FCvk(c$WjXmDBuMy(v#!adkFs{Q+>|Up z#3(Xl==aG_fGG(BTdKQWhLk%?4C3K|Z_73YvhYQrgQA)pQ2gK5Pew+ zX=OopfVv_DHb^>`g$~|Tbr{jM)bOs#JTD8 z_rzp{9A2cR^h(H-qhcvnO#!nEmLT+&$a%36LMiy5B|&tZ0>WP)#+Iv-Z**t|7hu&T zZH#;z+O+gM6c`=DUv5n1=py??Tnn}VQrCuHG6sff>t;;>+!*|mOqyFcGMao+4XNcG zXA3-Muoo&|x8`)W>)WtSbir)-(mw5=crhRPB4D@t7`z&TV>~XldKYc^FuLo4ZB^O> zYfp|@b5m#Uji9u{FdsfWny^M98@y>dae@m>s8w}x@v&G|i%L>&lrF}afO&TefB|5P z)Mk;(76T@(fgRdoFt|~Xac111!&-XDQ|PqHltq#_-WPlFUW^FCpTL_7o3!=9HZbQN z@!1ia@;LfnW-!%aOL#x-|J=aI;(k5<353h$`eeyjFLn6yXwT7d;PZ95&)e;W_wo3V z(&Kw;&hp^i*?2SE{c^oJ-SeL0p=Q4uUXtVebRK$@?ejTXqwBjjyM^++5)xxBK-?}o zHKU!~3&{PLV0hzzxR0(V3OJm*Uf@w`0On>HoCdc{R1I|nrH6rc{d((fcqUJk9PVM# zjX?%`9qYKX-+$(p;XyM#uy4%qBukUba!E5((%tsP<_yTCMdPPaCTq+~8lC2fE`ySt zkodE(XP+#{P34KEC|VcpM96N`6tYWF9!{}Fa_D|VyimX_hZH^~X_^nbX+LA&t#mle zb`i+olu%z&?~vX{Ds_M8%&p9BPmz5Hq5;RpPx+kj){KOd#pWl9kcSMq=m2@#9GRnL zuSZqxHgL#I=tpc7A{sd|_st1cZ|3^Q58jhuHgz}aVsk6Q?PRjpeDuxTF)-dgm$0+b z@L-vj&`;hHnRdK6;Fmwz)<{tx@_W=FWvObAE-!~sGW7Qh)2hX=T`nL`C!@CZ#@cG5mx3mC3>zDnfi_-Xv5<=+7Hghyow>Xx=eU>9%YxMZyC zsJ;mN^;T}OtkYd-Ok>8z1Z+zv#p^S2=K>CW&48DYon%AysQ zq;y18!Hxuoy2jHcrT~7{En~JG%M)H=dYnrATN|1jmAPWgUy)*W zFE`!YQDT?WO3+C7GmA6TVXdhqUkcWEKb6`bGv_BunyH;&K9=Le{1DiZVz-IiaWhoR z(W~FbddcNojKu|e1XBd#ygrJz#p~$(1I}%-@^6AuwIul#_mX6g<)&pVu&`5Zl5EG* z?p}YrG!?1C)MDzbV*Sb0mr~0$5LDn~GEC0*W_F^^Y`4V(ygyT>RXq4h&PC#0j{Y{= z7I*t#e7HcZyjlz-(m!{nH1vMH)_)(0EP4@KO72nMIWr0~GS@mJry(C23$)4_v$e=e z0}^E@&Syn7$cq&Nr5YIb7BM?|^7aZ*_2X{{TKcuhKEbv_E!8&(57d)M5VB(%TGJ^} zyN8%P8jjUBcV};PZD}pEHwYkr9yRhGGXC=*>BqwWC&O#<_EYV%?4oG0!2nymiXm>0O_nUbC zb_4$_C-cPg;2RruH4iHq@}vZOnDM>Nounfe;WWi zVk>w{v<#KK*)?w~1gR~ZlUf9KWL{NhE?)*aXXFMOy#`O!E%u;{`iMlwRXsNUXnQZj zrUrO^XkOMjHv-@c&%UiejNqhJN1A!T)G(9|J`@w!w!PfIU5x~7V5{1;6w{Y+c69tf zGay_Sy>#R8`CcolX4V9W}|88f+M}>IW&*#x|iB|EHj{Sk3Ze{ldbmvs!1mb*Ls6)BX zmspay1Zq^Y`Z@cFwb*+lg8|f*UV=j8NdnQ*&v}6kW|tN3;A3mKsQbWpUM+Hq52??i zgb`A1O5%yxFFdsC$0|kjiEQ1Q-AlT2d!{e1nsejZybktN&FQ=qB{qLuFnLSw>l=cy z0dMIdSa}_ymOPF2+j4YO2a*GrS~hP6M)6)b;n3fuM6X@@1E)p*7ID%`bowZ8MPB<} zc8@vT3oA$$@+K)4$zIgR5hzw#CiwttLYKC;2n}5rv>zu%Q3~2t98=sU< zs~LMEhDYc5@%zW`O&TpW3w03Tq`H zr0oJ$7R>CkH^Fg(tQgb~h_N&-duIbP3y^rdSG*KES*g|(7lyC@w!z=7ii%ta3jjd9 z8vp?LKY(YZ?_g}C=;UB-WBND#&b7@I*H@Z9wv<2crVdm#Nf*&Iv*~6=DM5iq^*}QS z+8)9=lB2CbV4^`I?{+^PTOQ+#u*6wFp$Rr+oSAdgMLltsKF@qFr2{u1h8L~R_T%f* zH4XX|tfgBx@KR{fJ=4Yz9l34HH)^SG?9K5vioRa%-)w!`s)y~W4}7#vJ#=h|GMpEy z>DoFho`Qn8t=H+>LV2@fmM+)>ENxW5rZxQUhh*Xd|$`k3N3w&yJUThPipiceoG^47hCq<-Z#@^KI3xr9Ch4OrC)?|a~XPZ z;tq85-L{$)V z*bJPKRS!}3L>=8{{Xz78Vn?0E8k`Pmo*x$H(s|HX^yEk;_feUyW7d68=!tg@MG8_G zM&mk=*;@#aKpQkwBE#Kf?>}|hY;2J2z!oZj+@4pqIp2dS!66Bo!Z=^iFd&DqarW90 zw?c!UxW?wSU!Zrj2?krz-*{?oF6fB&Q(If-km_9wre-hsnnfOB zH&G`AHj73Z&HXc$v;o@<|FbaQvuL5-NgUSr?NHz(DDlOsCsj_^p839=e9G2cXVqZ1 zmwaPp%`D=d79BC+;eQAe)QDL_p>sC)BT|srLd0-a!C&+;Iy?kgtuL4?*Kf|a*b2xm zktWc<=|LGBgG9VW7%GKROkJ=v@OL_x+>^c9`3_m$v*TjPhg+M=H8=F~GWDvrUrCi> z+*ugSOE#F(Sca>!I_a00Mr@vjToV{LHj;(}X3axvq`73J5n^ZE^Q6LPWv)v*$nl&9 z8xl~K1*>JdE#t2g!Q~t_3gHqrWCY$wr5(m`8l8})#5I-4g`p9NR0TpOY>JP&pXnj0 zTL2{i9RhhQ1gbzH@NJ;`)ZrdbyJ^}l9ij*i0miOMu zyMc%jG|&4bW=R(#o^RUbURQN4@5C>;2oSA-ngguqy-Y^9;|0i7t)Q_-1_zHUo~ai@ zt*NZGjmd9|*Tgoe!75n0Zx#^Jnr+bK(rsR&M7(%LW!6ikCx3ycQ;+h+DMW z$<1b-iEG7NL21>}+_hMGF+&Tc>oQ$OEv}G$nIUz7Ne7UCYEoCIg|cj6nsoLYW*70N zM}S9F>L_GGBd=8_?5bk%DVnDIp+?gxLVIb77SoEdgA#h{D0(DW!mcIJx!KV@n>=~t z)?Y!Dr?w(6p`znBDp?$n`!goAMQBj}BCM3qd;|p zMVr?CTDb*T=OJ>`uK{-f=Q$BpZ%Z%gzHxu9)K;Q|SjHKQV5#cV(W49rbD%Gjaa~hF zwxLf$w~TZjvM$t`0>cN@4RDvTGrl=6p(&&O+aT%Dms-(N7r_)_b4EEpFJ=g^&K9bJ9!X*k-f z*VrIXS@|%83>Yy{zznU~QYvH`kU?f`D82<&*AiiqU1sA~J>0hB7;UR*mjl9aS3tU; z<3jfH(uX%HpgxEKER}MwI&HyXs$ldelIwaO)t6zzJ!6@wD&5yTNe(t*!Y7if)=`*; zCo+fkzs$}{5I4}vn)4*v&OjE{4vTG|Syu3dVO%OTEtWqGk@7sy8`YejgIscOx$*g6 zNpiwA=3zijyUZew=}5721g&fORYp@V>i;A}rL;B7bdDGz9>}`Cu%G6ijNdXL#8c43 z@9i%BKIKZ~Ewj`)xFG!*a$Ipt%9K>#qb1OrW_wKPfV-N#xGL1DnixU(dhj^v&imxv zV`#gp+hspnrQ>wHE|c`RMYb_rM--G)V7wqkGgn^Va?VuMU!ZqY4=s- ztNP;L;&0uNg0}b;;n=2|-Sn($03rdJjH%i3)YLVQ5b?P*jk*PdYe$;fhqr4*<-0%f1%K%_SP;FQ|s8J-O)b8x~VdKVyQ9>%Y(OtV`{E@&|jLZosE(a zETAZ_!D+f4)wQ>J^Ypg1?Ct7X($Vntkni*U;MipEqucs+*V*>Q?m5@B+4FY!q4uRh z)oRJywb`xly8y7pr%+ytd)z`P)$M)Qq`RTY?jmz9uu?JaZ zY%;6fc1gd_V;M}XCCj$THdIHMb~8u0*=D-o&HL?HPF=AYYfw;gJ@g2zsNB(W<;01{ zM=K!IvQN8Yq`+wOYkW%%b^*&sl(XK_xcU#|fdi>7YFp$CGReTQQV^vBdsQ#{G>T&| zNpcibg9(~CR+K3L3&2fkdg`R#rUA(;S6?ucI-vL0hZjYBc~OV==C)nfjX*c;Owy%HepN!_u8C* z4HlJcYOhFDue#nS)AC&cTKxAX2&Tb4D94)!*4uQTR3pgZV=h4ya?ps_?0@=_<=DAs ziaqIy1RC$CmLDD(PNl^SoDp>v&@DXw zEVD@;#X+XDqSJ~tR!PbpRv`}w%ITv;q#9 z8wYUfGtB+e3sdF1Q#0^8GMmsXb7l9>wrwr*t?VkE^d>U0(piJ!`ky5{dRgB;te-*K zD@4%}76AChMBR(N1QidDSYA2P0{6IfTDc}-u4;gNx@DNX8G003KP0PoZsVtaX;HNr z_Tgk8^&9f0aavfH*|uYkg$xW?yuk|J>9;|sY9vrbcC^BVqQDKsdRGopJi_PQ^|B;t;yL#5U%1;gN#JqT}6f+GOxjf%bJy)>-E z_p;iE4{*bHksRMCi+iE#54ry{0+3prmhG59kR~w=W3MqFDqNxkv9QtVF%A#6N#mAA zcNwdfpgwOe$a3AkG4kL66Sf140dEc~Q%nEFg3u)gPNVbUZl3LWA+MX~7XV06%87oI z+h+Ph#D0&}K0qgRPC}%~kSn(mRWh;B%i@r>rV`a|t0MF@-oGug;KqM&%TfR|9hZjAfTqYu5n zL=Osq0z8XDzAg2j`mli7?5m^)bOiCxTs)^8VF)%xa7Q+-&hzL3535XOtYwBJ)gD^G zUO$%H%@4Cjw3OnQ+9eIFU*P*(VwG(I$l5qywVTH zKFQhGcMDr%e3V^rLi~e#EJyFB`6NxS_J@G|VDYBs3iUG^H*xFka<*)a>Gag2*NwUF zipaaN`17||u_v$!G9xRa%~E5Tik2}Pj;T_UBhUbzom6m3`js z2$ycFn&snf-D4=<7BbgHo$0HtBIN7HFlMvT2r>rX*UxE_@zPCj4jLY=cqY%+h;EOv zV_A*2BMnP=6Zcow^p)8Fs_5WoG>MB57bU0uRw*Zrv}Ph)$*sa<=V^@$F2^17u?X!v zFHqtYph0jCe?m`X)c2q)p4&+|Nd4DRB}mM-Rfe#paTmci=f5sb@&)TnT^9fv#!i2pL7Z}!nJ&EG4m}OV zx|Y_H|J(ss@5JZ%EKQUgXO>dmR%gD7=zbBnl`)%6otkCH1o1@7lrAMxxFociU~Vi2 zsiSSG!0M&sOUN|Lpn@w1=TxXFz zUy)6U0-h1b2k@s{XObU7Ow>`BB((0X#}WMg`xexoEH)e)VK$ltVj0m~WpY{SQjn!m z8)li)2A?uh)bo0@7LFojG_HwNG}Sxg(ioD9z^aDO-4bRDU}LDCSq14F{tEOc z?rTv;Z}lt`PjUA zi8#M`^7T^ztcUGfR81#prsMRluQnnA=UMp($Uz}P`VUZ5~7`;KS~6GY}&0TS%|sUEZYtB{z=p3vF}YzRC20+ zf=W=o>QfSt4HeVp;sW{yN}&Us&&H48C0fdmK~U7>Adm)4J!KWK_A>AhyHzG*chm7eHqkQuFhw7&op_VLNH#kd4aPV>yVaNqn^I!tg0C0 zNtpeanprJg;WFKTL-f~u=YAK=uk!haYsUZ6-dP7l-L~zY?(PnyOTd+o?vj@7UX%_& zL8NmDDWzdW8tD!fkj@1prID79E_qk(=l*fuJ3fE@X5K$uc7~lD=KRcX!L{FW&+l;@ zS1SJ+Edh{-qECPDzML*X5xP_)52@lrjH=vQCN`bji^XchWp;n9gGJ07&?xp$&0;t> zoMI%&37RmV(raodYL774Qq#&&NLX5Enk>VcZy$IC zq=*(9z#<_-6B7Psc3w?g*@Sd^ttp?w`0bp*@x$*HCNjLsx}ZE%R-Q;aU|r=Yi9i_% z!wk~AO$op37o#Cvt0njcY-1vLdz)0-=V&uM1#Vcplq1~!vy@el-vXv#7I%z$j1$%e zbkq8f8tt6W4b~|~O5p%W$Wr%vaynXGJLeT<&lYEj3*S@a!h^ao1*KBy*IYTnqHQHq zc__;>%sIMbk7ZwYh9Zh_%)bN-Jn9wnb`4sS4hzoK9^Q&gseCp5Vu7qZ?wO^{I6)}d zpkm$olMEE*cMv7(=bc=_{enih4nXopI~^jMankX+xjAXvxxI_)lG|||6W}kiioH18 zNBY=54mspbUa$TnXdQNNXGO@r@M_hV`a;X?Pm$`6`fb6u+5zICnH;cx?e~DG|PCG4%NAQxD+rylHwZWcfvr zA78Ggeg7sRWsSJ^b*$;@<&^m;dkJ~|<8|TfU!vj>AQ272QNP?gFCH(e{&A&YW-Z}z zbGCw+5NjR9GfrU=$0;!xU+=+z^h$zwm9k_xpEBu6GQ`p#12GP>@qpb~H{ZFWp$9Xz zh>G{P$%Gn!k1%fnJ^4wB!nHN8lrrfXv1QIq^qwSf_Z+WC#2Ra2fn9Ox3`cY@uFjwM z2KTs{$=)DHfRwkb7IdIs^<`(a!j+^_XA|d}%AeUGdWWY+&r%iOXBB^R)2)HSFrV51V>k+W#Eet%C@`Lj%r|SY|^45fv1dv z6`S7#y|3d(qVPG(N1aPESugm*qPbHf64kl$#q+GQIqigJ;o`OIpI6(1~Nn zFwgardnVa22lb|Ci>BGr)V>-k+Il&*nIXhiVhm{XI1oxFCcFzpoRTq85aX63AP-29 zGq=qQNRcO(!x=9rXDC6n7)&VlrwuolS)Iw5Nr`W!Sd@8>8?`t<+-1TAs?+12KPi|6 zaVtpgAQ?FC+}Nx#07 zq8Fqh28*|ppU1>?0=2?+D)!?LvoSRL1$}yg#uO1r9%&gZxD88{)#raeCeVI8!WE-- zfbV7<>uB>WQ^V843uW-l!&ksDNjl2QmmenV=#%-j%u@jjS6}&XLy>#qU%eqKIU*?M zIF90*?S8^S#jEI9N|djTiVY7rYkT^_-`-ofJ?(i{j)@HyEy?K@+XT>4hSJdc|5_?Nf(hBM>f2Q4UJ zioivcVlFP50MkPH25ByK9i}uE!h_YB*@9{L2b59^N+ey7t%u=7%^$`nL84NFgc;N{{@JREHWu5)#_h4Ddz5tlqRP;Jd3sqm_`b&ranBl|JYLfrk#^ zE@9cB;9sW1j@9D+W=M)A!o4E#i~LuXh=9pj40c;_e?w;*PoDBl!Tj~iEUQaJ2iM84 zhk-GA;ktnev;r1yNfD;jb34m%;t0)Owh1tB6U-1=QLJ*?0XqGP?5ZHlu^OUT;pv>8 zsUNG?SC1ImClLxfjiqka!OXTl(p=EQoFQwzXHJY`ZwrtYt23lB_?nkKDjvaQcKDi% zZF*R`m##B_ksp|dN~&r|_l$~77M$A~*Sg!r`Xc)y2J1+I)qo_$l(b1dW{S)f*N@;7 zO-9)Lvv^rC^HbN!>w19mlmHeK8CUrIcPT4FV*~>{HjkLIo>Kqgi&}!@G6b{pacHbF zsUC1hh)swp?vzA=ks?O05M+s#A-Y15rAL8wUjOs;=24{r+eL2`=P$~G(j$<$B5SWk z(oS!>II2feqnDd0v#4*5N-jg?aefF#SngZzB0t1}*;|2Lzt{_*69a8MZXvfr?Tz^Z#10*`GO06z zA#HE6Z&v1XxKb^~Sp>BviQL2J89!wlcF`uEOuYc)1wq)@j}T(5!&Q}ZV@r$9m_~t@ z%qEb0wyuaokpUYqMZsJm>93pHgwlSkVK31Lez~mkmxt2s7nlo zjR7n;l4cu$*@J?rQsPm&n5xha^@u4Bgeoh^8AO!YU{BU7DN>~ep&sv1&(~1&oqX((P38O`ukl>wgPh;I*Nv~L8TWPR6E8^Wf6MK%OZ{G1C zX%HWqu!?}sA}m7-kGN9e&HM{5t_^8cp`wv6j?m*#R zrUMmWI8hFedm4L?6}o%7D$EKpDjn|y13YlRfPUU?5rG7u@?>@=3hZ#%AgdXVx*nnA zh$RtWBRlU3;fGTt4_Qs`naV45Pd?JE)k;4|s%Lq(d2g#0c!>s<)tn9;VDDY(uUDK* z-t}2^9(a%sFqKI6G}#-2sn7l(K?_B?*6W7-gc4@G{%?9q-oM4xcX2z!-HaOH7{$-@ z3cfwnsc|feULn91QFCr}HjOhZ9SnL&YjQrlL{-Of zB=OuIbEqiA&3{Rp%M|kg7)eS>`V6zMAuK0Kn)erY+Vr5WhM=cOq`?_Vq#tBc{L=gD>)M!P)Eh9&7VXyQ#B`@=b)p@BEvltCSbSo|70{2X#P_ z!RsH(7g5Pk#*$&zpO8ADa9*=)PGYwA%RQ8kK$V!mme^mZhrU{;FJV+gLFs3<^W#Or zT7zUYBvKl74DIZNV)7syNH!n&Toh3*IyvF}vxtD+L6_9|rDzY|>}ySoV5- z)!td_u|LVaGasv-`nkoW-`q*cY--ikQ2Jgyx-#S(**-Fp%E#dlWXG7o0tIAd`~N5% zDYxyjzfSdyy|XSKx}1TRARB9y?ZAze?ruT<31^dfJLAUHsX7_5WdF#2tW!G6i5y8V z=otV1=_V5sp}!T_a&JENp=-p~mgf*e2!NsyZ(s`S6BOdY#vgm@;E0Px45(nDdj`$) zBLUwD&z1f>j}zaEm?4#qIwY-qR@r9Q8ATfk`8G9YXUCoeTUJ$1$09U`bWL7-4SB%q zLAO!usZCus1e=6-Tpeq}g3`Q8{-n{?UJ@?^P7x ztoDV0AZ(ANRi+~&r1l8kw#jtd8sBu_0zsQ%ri%vvaXR{8^N1xCI6h0)3laS6?0<^eG9_7C~ z%lQA2#Q)n5BU~LNt^4&8c&@2vt9G&rr!5kHTtK*BtI6vLk${#HSZ)o^L)%$=Eu#mj zm1%W$gSrDcS{7i!o^F4_@%P$<*N5lMU9}(d6!UJv%Mv6 zT9Yz9k5t#A=Qqrr%*pD{F@ocjLst+!%0?}FT9vFMwKw8VgRtFPyw|){AMkfvM92TO zmZilpq-2OLB;P>jD9G<`*8XbZodyX{^`0RwXr6a-*&M!2`rMI6AIvSUe`Wk>!^ULv z^XB<`^MU0!wNWlSy>5v{!wI4rmy$>!pz;Mbr>SjXX|l}CRebrWo;%TOMdb@>`eyKx zNECc5SqGeUzMVzPM2^i@kxo}xh*az0*7pxz`7M=&k-;?aonoQ}$3_!5oh^YzA45Y= zIgGh&SC;Xc-XJ#EBeym}F07DAj}IuDAwzOuN^~_LI&8uBp+sH`ug0!;zg!#GWe%_x zLc(f5T*|V0L0`$K?Rwa0Lqa`3Ru^-35}^Esd$%-b&RmS%GU=I#zId+G{H>YjE1-%M~s_LJ-=NdyM&?~!CZ@yQq(Dkwk8lG?19ppeH%J z{FzrsQ;TF`NgBu6yWa5M(FnGs8*g*ruN|8=vbceGl01 zNw$fjH+C-yicVzEJrk)kC#{5M-aB@6-88M1R^y0Z92`86oa_3DldYy1vD2YM1n8PS zAbx0W%)UYagvYUp%k-kF$C=fJD6 z=z3k+d&$yRUKkog?55413>~MmEaxvh2E3~U&#cehY|I58bE+%5d?@{70#UYu` zr|$;rk|0=@CHIg$mBjNp-+@NXxsHa_5k-9XVtqw;YD_Pq^*j<7+5%B_sqb3?Yxi-q zl2;S(> z=-zpKN%D0Gm8-k8^K3Z|XOf6^iGqD;kG__67QIR2yp6fFLalhd0{-&;#1Cp%6WtV<{+7sTY7 zlY?@6QVSm8QN0Svn4Y#VGp{V%&Wti$Eol;K=8-{p`IE=6FjEU`ni(9)(bDS8UEKKN z;c6LDVwJK_-OQD}re|T1%%vf1fj01K41cDB-Rb9QlmVBzBO`;rEWUjM%sY1khy{b`%iEH6$A{*(ko zt6*(Y4h2%DTyhC802Mbi*GnGk$XIEu=oWY6e8PQM0TtL1GO8tO(p)`U86&oT;lrj= zuCSd8P2i>MwD3=*X7m)t6x?nqeqgaE3PkJ!rUxr{EID2rAR8HK=NuE6NRrH`wzpqC zqmhdt*AJxDG|*;#Sc{^rkfy-W&(z(p zEFV*PPNMWmdmZ-PwlVIpkktvHgmZI5<7dvsguWs!Pr0btDK?E6%Sw;B0k+Wn9$gxe zp#r(o0Jk2ncHrE7zzMgM;k(Kf`n|V4R>-VoJ&0$cF$-eS%f0GK_umv2eb79qZGAXEVrNst`=92NY;j55cKBK^6@?6-+ z#-|vpJ&&0hsr5{$(V{qRhy2m0`vBYIl=##61&h1_WnCwl))0V=&9{XVIu9pJMXKVc zXtL~Wocc1%qs0o}53_*?0s-|l62$$HUTyS*lC ztNXw<65&5Lk(INX&HwEp*qZ(4%Qs$Ay@P=yWC3>Y2JRmB$JqfU$9DzO2~jLg&@=hP z7x&442pN~Bqc4gdY11#IU%C$Ao-b>Eg`(@TM)MFTX^{l1$t$*SkJz?=*4f-L?c1Jx z$dN>M0cx6>t~Td<)Az2PrXN#-;(9AwEbQx;7bB0IauH>@8pxec<)&X^L?Kq>J zMH(7C!s6V2!aMAO4N40Lk5Ozxw?1^*#$yl)r6K|D@hV~bI(b#zcl~$-cGEEa*GRBh zcfD2ZVvA6{L+aay^(@ZqU}NPW&WpUT%Jvwcm)Hf`QMNZyOKG3OI`DRLS=N6 z@St4*g9klOrz+c_vi4<8%;mNH$&m)W=5f;PEM&rvg6an^v@%)iytbJ+ssR0#(#u>% z36#w4sY9l-G!kpG8`mL^^Ukw`BF5|$(nmKR4X)i^#?)9l+i6NPgDvP^c1A=bZkSs8 z&xhdrz3hKK|KUg+4V8Zb{(TC^--W-QA+YZ5A7^sF7ykQXf`1l%hpEl~`#A;h9Qc^| zJCZr9wS)_uhcAYYuD&Z)f>}xaU}e4yvWBO?XOiAgYGEePKTvKHO5rK+nTmH5QCP6{ zA1Jp8i|`cqT(vujA55zM2g+^A8axF)AnJ~CN%u#}ZCn&Q1wLTqj)KVaN6Ky73Oofq zT;h(R!um(bZPWxj1>UB9M^WJXBjqpCIy?s60DOl5@Z4hH?ZEH=c(>9Wpy$yo;Lf`Q zUkdNHxGR+s{;L$;eF0B^pB>*3>Yo025pE~R@EG_Z)E%ZqA0G3^krX@-eqM41G%|z- z-cGk}rzh|f_>Yu#6hD(cQf@zB!c+d;;NCG15Ckj`5a8Qg`09UO+5cJXWBrfnzpwKe XDyXnGI|Kw$*drEZWJk99{px=JFLAk~ diff --git a/ePICreator/Humalog.xlsx b/ePICreator/Humalog.xlsx deleted file mode 100644 index 5a302e6b4d91aa396599c5b892f0f80e6ca0bd5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29949 zcmeFYRa7M1madIEg}b{$;!wD|ySuwnxVyW%ySuwn6z*1qyE}*P+kJZX-~I2)9;3(T z6BjElA~GX#<$UL}-Z@vwOM!x+0zm*l0RaIK0qIYRXoUg;0qsEp0iggvfoKWY**crp zI_oL_us3nip?9~jCM*C0q09pU`MUo99si4GU@ApNZUBH9aw+qMAZ0hbD;f zmg#S!8{|g`W4y#HXfh%anmS{at}aYzRcz~^#b2gH&a!;+mbb{3rYOY%d$Re`)3`ku zRExB^^;AD?Gak%qia?JIm(AmLcc5X|Fz7vW_YPUZfej??+IUyoO@b`wDzZ39i($uo z+lO#M!D!yGv{cu0i6HW;zfI3 znDDRk(lvrau7n5JN&%@w4%JFbQ@8)w+P_55I!T>L7s&X$9T0PL2HkD@7PL=}7_-jL z;o)z;0X{H?5VX&W7$b`fGv>Ql_Kkv4{*xQ8e-gKCpjr#M?hxNt_b$$99PY}^3}BUo zw^RDS`z>q8sIX~R+HmKI-dadZ3C{`@WS@FvIHu*g+i8f~$#FejLK@dSlKmdq<_R7M z=<^d4NdEt$-)0p6$=z2_N`J`{_DjEdjwaSl4D^4E|4+C7i^cjMzIs)HjNBjqF62`D zEp+U0aWf84P|8g}ypu@T$4_Ddp*gyc6lb%S0vAykI}lXNx7+7!Vttc4`ecmgVUMLM z5*d|?q{Xc|B=yC?1(KTFF-6p&YIg|9b@6`jAze)J2c>IwEOljDS-#ZxHi_u`wQxP+ zEWH{wG)ggU2s%%?zvhUH#+Knz4e+9%(s^}AT`POuN#bm#?{Z4XF+5)wr}WvcbhI%i zL$lQyuQ6+)`)6zwC38-TI>Q{t@5Dd!jIH}_g)@6m-o5B#v&IyOS&*NYX2nLy^6q^# zn^>+VvwsY+Ll0JtU5y7s5|nLyq3pkk1VUHenCt6|&=>QtfuMlhtr`BI6E{0YD?>Xw ztG_V!e>DUA#k#L+|92l<$@srr? zo=7Pr$N@IU!bk%$?psEquFiM0We5U&>%wGx2h4gP<(f!Qm4I%%Tmm-QI@t=r7EOPB zQ1zDCi%VCApOT>rs~yKSe$*2%s$9!_j<&bh-z|hT0|zn{GiATy$_#s^=Nf}^hZiJe zmP1U^vjhqerE#Jj`Qmywf9PqYnj{V;&TMnZUqpa^E*uzJ0fiR)Qr-dMBGBO7vKAyY zefuumm6kZtkw45aOUcLlhp+M--hh@et@+S&$(VUOi{)Fd-V==}?(=80yR~=IMlhRgaL>1d(a%=;~tsy+y2z z*ZF7`o{!>Pj7q*&i2uLPqdR(4(*pwn(t!m6LimcQuh9FCL06@!W4FhF>aAz-DU|fM z;Lro5a2ysV9LX|8JkiuCmn?yM#TKqHn(tiseCdhDn<1!DpDnVZ|GKsBbnaB^^lqYs zz7`UZac!BmPouPKo_rIfGU@-}orBp^vzVZaMddC6`NCX%&%oaM;rKo@ydQ8Y1`kx> zkyl%!4GFb)9FbDgvuCB*FFhk7LFzn=yl5pLp;}9sY~oKley+{< ztW-vVrX3Wii4gf{nWm)%!Q8|HT3cessF6)kw+7g-ABH?vOJ0X&UcalVjW7~qV9QW# z9p=g7YLJ{|$$%{FyHRQqVz@EU6iGYhjy1t-mAGX!S@#vt7RcU?VysHG4`>f)4@g?}N{k{;O; zEYDij4C7aGP-Bs4_jg)PM< z)Xr5L4M+Ro3QGyFNrR{~Swti$L+HTfu$Hr^Cp!t3?jso&{|0fnlb%UDOzn;0`m$Sc1rgzcg9Bo zAs)Gm!3_koI_eO&DBi_dLq#1M&)JG7K6vNB2RxJk4_>&oipPbStw!k@h?gxx_6Ho3 zNi_KufNBV7vbE5mF)#@=gcK6q5rZji2(K$i;qoK0kuhfvBksMZ=$U4l8HMUEr-2m0 z6M%Ik0AQ1=xoA2ApwSq%TutdZmL)@)Hjq|PYlBe!V>>IjES$H5z7JRVvy-wA1Xoef zk7L^f;zG>qbP5ZGu~u%mk&FJJe6mdwCWCQo;G0nC{%)3swD{uhx=i?|XfnF(;$v6D zwWiAv4u5bZ)%d+aoq&@ca0^_2t~%8dBHrh>wD7hFXA0#m7tADoi8U0hibW3Cc!OQZ z0h>Cn_NhoT5*dSI98NxRZP}=tL3ppzE=2N6c1i;2^how|>j11Ps@#oYJ0GfDe+oq8 zrK48VdNdK=)>|}_9;y0N|Cwgx&c9-e<93xEyX`Sbt3St%*=~i~uBS8lEv$O>ut)h# zM+IadQ{u{ZW7g&!{#z|~#GeQ#P7HhEs{)q7AL5o}8l8TAW~tUkFZmXrA{71MyE{D= zLHUQ6wn;0t2x5gRGP>gxSGRIoF}#-D`B{NYRxTDz@BGc_3~k}9~*B*TkWJ-o?&*BjC05F`DEa#>|rN4QwO+?5r}7SgzstwnjC>mZt1g7h*yA5`K z#*SE`zlo`$4mj?b^Kku!!aacMRHF4BVIU67>VtRsoJeik7_2iqYu==rzLcv2#8w^*C$G4<%SBkGvtF! zf1(elJJAJ8Wx6E{D2DS1+i|ZeKbJ6{lD3OV)G<=rhD27a!m-LTM}@6xT4Hi_0@ulZ zGsFz!#_{<>t7YKZHEmZd)PF^7gyhe&T%S!_CxN)~GeESSpG4Ct+(_wzw51i?8WpY< zxnK8aMHYR96w3NYwNQP@9zjWedGd0njB0*7@_VcV7mWtNHI3@0l5eqK#Ek z$jZV>CwOWRihbPy>84or!dO5yz?@^FQ?$NMsHQo^FS<4J*YePZvQtpSKaAYhQIZjKu; zQhh(f_4RxKo?1YEKi?Ji{5WKGq1~k<5-*l3g5)S#hr;nw`4i;7|K!|J0x$#oa3ZzH zjzBbFVLy*2sw;E!7o5q}Gvi8Nc)FDgHr^k3yHt$|teS@A;Yi@|?R&Y1FiW*tBR|fN zcF8YpDw3#p$Jo9T!V&A{AFoxfCo;fbCs!RNgXAC$rIE+ZFo7#GwvNTbMd}sf?u)de zB5fJZJo2R)-y(U=q>ptn{2h7!*#t*sRViG21!nTs66{|jHrBrrTcV8J-air>pL!1@ zg?|tN615~6UF)JH-%JcM5xQ$uGhUwNx$m|FWfL+_o}>eJ%RMi%(JU>2oMt?zI)zN) zoH?o@NHn0>+7;{lnFPT!iDNc1fo7gxRIhJtba62C&)iCPB`~*u;69V4=Qcg2Qvt;E z=2+9u9SM`F1N>CiQEe;#)If0>^iYEdmQ;8i6!ZuDkaB9Ooz*Z|q5WAz*a*+4?ZpNc zj12V09hTPD8u*|&I%1geB44b$B=h=}3v8nw`G89$mfe6XS|7%k>*47--+c)wgJ|Yt z0;2S6qaGRGnS-cEnq#)lPQYA{2FKV3@V5N*pkh9%<(I_q6Ci4)=*tgYUjEdlpR3Vrr9$d$5lhNU$oR%X5Y}N-dh-?r)_A z=DHgt^kRY;UqAFCZ3Rg=U z8ybPMY!P?7kfg=LsrsI^A8dIO8vD^0oJqB=zk`?bxp_S9qHNhu+45$N0Kbh4ODJP_7{pzJ|VEYP6 zBw-|;$;h7D0lK1=hLV;@VP;iDaVfcaAp1w_t4FDa7$z8IMI|XKf0@_+3jby|%p|Zc z_%p%%OO3Go1OBUD@c*jv{SALJ1cLymLIb74niCHj+)(u)#^&k1vXjnP2ez^@MNDXp zk-5+8;a+BM?(1J3`HGAR#ba*V#&Z#2Q7Y@G-k&Wk1aZYIHB8zO5hX{-)OQ@OPX->S zj-@b?&EP?j#brM|_#AXZU?%DvhjLV}NHG$O;C=rrsd!2_s7AUUL*!s|;x@vt28DM8 z6WwGXb)f$4vna+1D&O)L}8fykMZY_WAcps9{miGAN^2u)SHkN!BoDRxe81R_< zJJv(hJ|y@uXqaazN=o({t<>D*A9GfOk?}Fz(aQSnyTYLyKC=3AvT;ks9I;(S@?r_qZBI>A(yj+k1l@VEtDRX4<_$t}ZHY{8ysqdWCYD9K(FaAw|uk z=WtnRXUHDK*h$ZIKq6IN>>pR6+cQCCw%YUH{#?H84HirjY}g4jI@u4^8H!0Oddo*wB?l-pi zqK7%H`0oxhSsdGF47%6)jsf=QfpIDoBA2Nov zuQxz{xC>!TbDoNnjoV|GNHdotMwqii^Tt}31H;y0(d#NvNEIy%!j$DpEXSXO=$6Z* z2`F6Cp_lr4V<=L0UrL?ovq&W)bPu`e0jImpsuy!sUp?_9HZ_GP2^WU4K9-V(#4h}U zXn)Vt|4_P;{%R~O`AStgF#j@hu>W7W7XD4wbKg2I3J6Kw2tn#22pfh>hgwu zY^iFeqcgpL#PC+}`fB1wZMH-7p^!Gw7e+toOr)W}n_rNZ1fsiH8nHe;S+!2Npu4j| zSPbt0vKXgLq~wAYwgvz$bl_f$1M&orc*GGYsGZ37Z$&&6WrWZE_Q4tP3jQ*yq*?{NoQ~_OMw}ey} zk%l}vqtDzgUwD<=gGbOof^`wSrF>73Z_$i-c_!Q4*;+M@+aF2Wth)}f_#3Yf28c0} z`1k@}col<|e3^y9vlecEz3uisNG%NN)oR%Nh9CVxN3*?CwNs`nf2;d!=JW*PxbA*8 z1Ca-SDZG|y!X1HG9Exq*%g6r^E0nvN!SNo64vzA#{X6dd9)gnRYy^K-*w7 zZTyNFKw!@K5RLYf)}iWqw{`049+^sb(>YUDO=d6?FC2LvOU~D6+kM_?Yb^2tL>@PN zTp!jeBLZnT+fOoSwheM2va7cmOpv!4NV$2CxiT@+1yf$7Ntk)p3DEH$6(?*rsg zc(vyf(fB)Nf%SuIVu6f;So_chAa<~Kxw_1xFK>XIu|3VBqt}|MrjxTsfGo1xT!3< z)y1={L1g%R$k}S+W z*Anfh+OVjOSOG!-v&5gUOORrKpJy;`lC0F4`dGGZB8xC0d5HhrW4d*14$K>ZB5duf z1&?|d9T8U7@zx@L48{4Xr=o~B68VL9FG&8fYzL*E-F1ECJ~JDvRMN7Yg*PrxX}b0N zG0=zqDBXGeQwcK*EaLo!w;zV`ou)*ar>O{r`WrDV&)|ted4CKB=S!sLrpDT-9G64d zfKe7{wnK_Ywg%s+tJ$qJwppUDISVaEmi=aO=?asW5%*J=JOEqs^X=d)uhy})WnXYY z=6w&Z1=>GPW8B;ZE|!0#5t?QaS0)eheUym^T;HBt_b`UH72>0&3w+L+coIQ3jdcUH zjS^fdLC3;pY><6K%?h;A0=}pLjFp?G|5OTGmsku3AsRE~NEU|*w>mx>4B$cIcLb)> ziy>wZRY-q>E}h9)>*gu$&qfDsC=_n=`Qyj0F(S5`g;5LS5;{r0O>1aG9TGqb#i<+) z1x$KZeyQ2 z4b;`N3Z+!$y{QJqmWM*r$e3C?3_gsJWK6HRE*ewPvK}uuPbBAYzWJqqqlBE~S6gKjA?fc`k-$yH~ zazSnl;U_2s^ioDnn2tE7gX6B@n^af(IWR}I+*HvigXnuE!&i`x|1{(O{hr}W*4~c& zD?8YK-Sl7hYR-R<-^OYkfH=C1@PHSz#npf|sw0^7i!&&>8_PsXZ}Nr{J)Txh5r1OE zZF}{HIgz|ze}gRYV<*?K@9k^goH67K&H4cg)^HL(jZN{Ii>&Xvwum0(wLnwy&z9h< z9>3DZ$l2Tj&r`M@U??!?>RAgEL3X35Nrh3HlQ^MFl@4r%oulXFL9*uGx8vfX^r$1%`la%m7Dhza{{z zdDzr9@s{f!P7bmf{ItY7uNLU%%b^H^5WF~B0R!&}!zKydymE47{J70uo$1%9fsmwH z$o>(ou%fKAkiY?V`|;b0eWHP7<|!xv*-O2AD;2r@zCXh$2;~IocppA#i^HIfb^Fm& zi2U=*J^ovL&pKiA%Ur{W>II*Hw*Z4=)C-IF+)+UhT}#4~JiXWwR@v-C+<9rOCsN&> zz1EwLs#fm4!-r%^pr^^bGCf?9lFe5*EjH53+E1m|FG|1;Q&hV@%4u608X-5*7!#R- z8zY&rk12vkK_#N*R{dl#&cYr5EcTh zuTBw$M~3Hr>gInaiVdOhT6Dg|#{9Jt>tBeC`5!3OvCI6+pi`WG6|oL+ejx@c%dD9v zyDFUDuB8dp85)^#$y8W;dPCkUQq3o+fLKRuAM%XyntF69C2$AU3$}tszkRK;+iQe7 zsgIT!r0k@_U8<_n7U)p#z-ha)yM5U=EgM_l{Yb>kZ3J)*J0uX*xBLv3mhqaNikCzg zLu*aZR%U=IA>tDRa6=0D8RvfS7#P+V9Ce`MUa)Rcns4G8@-u~AuZucAh%3EeXBnDy zA9L5JgoY`K@9IKOl10ejt5vgAC8a&mOJY%Q1*%24IW}R9Fk~g|h-&F@5sdfq9!%cd z5+Y#o#na#R!k`rU`tx(iKs1)$cLW{vfe-4!EB*A;(cbyF28bx*)i*KHH>i z;IhLnc4C+v4Ns-TKX72nF)L(w6ET~Y-1+uZ#R7E^xGWe~k`7#TF3Yt8X?ak|RkVvH-YVpnZVWRdXA9(yte1V#Z;6yWIZWT>Z9in6L-{@sA$+Y7J`@fpK2LKA zDCan%`2eZFV1rB_e|MMv%}`tYRrCs~73AmTSx}~sc?LbL*E>E@x-WL8rjpeg zR;Kx&v(;byZD6B zia^r!w?F_P_aNyhje!ddt*}uS7gZz53@o{P*+E5j1dXOV9^A zuuZ&Ym1XEXREJ;s-SC6>W+Ej<#Vet*@K*CS}=1qJl_=So)(<>mwHwU&Y01A>;&nyz~?0SCgM z8J+RRdBfRj>eD?wUiK#MHw0bmEub9Q!afQPaBkb)#SW9-q7F1OZ zB@ZN|jY>1Ee_~hD9303tmwYkECDVhu&ls-Y(R^u(k9H>_w)Mv$4OY>X2vW1pj8%T} znWU#kcPXmEhezK z)d5aYtGoge0|FHVrrjodnL`-}*`r4ns~}+t<)ifq$iAVC%)fE03`%5i%QrwAsx>Uj z6T5!dU!q(j3dWobLQzk2v1dxTJwW*0E7fs&z=L!+ftW^0$f_?tU?UD@jhPgW%*}Kl zg!w-J#5!&h#*gp|jARcWrW(T1`Mr?wP#qQG<;!*oX_9WYT((?r)7&yG%c?XR%gn1} z_Tp0|7(yyKegoIva3rh2gf4}O$G!zydug09BlXk!ai5)eW7ZStZ!3#t%&@*X*-*LE z5W}juxvF!FnQl+h|I@Jl_lLhZH>kJj7dOWU|Job;clbM-o7k8z z{5}31_-7hgu{f-#K4N=(>bE%uY>AT+ZrP4A?Q#BUkMxOie2J&+^+1Of*XtE64(5K$G^s7GeY-WH>u`GUuS7 zYpNF!u%_av%OT07aV`Fkrqmu-Prt?PRyV z$B_@Qv);{2z96*z{sK>F%EGfMs8%4_-K%>J!L)C^4QnU1Tc$CYj6pdTBI9~YWy-D6 z=}6a)(1r=j4~nJAB4XK0$jt4}ePJXT3oZibj4!lDXFov(r)HU~Q2g!lo`PjtTKF2j zKc%S!mNs5XXbqo~B7k0*q77IR6!zw>G&hI)V|RR?AlK`vKXG*XzzIhsW`kGuuw~;? z&--l@W zgkb%OQ6@~dbquRx5=A|4)W?xlSJn{M=tO)6)7euQLFEj{t{QN=>oMfA>kUl152~xj zYj4dHF|4RCJH@^~1dQ)E9J>s{ckPx# zDZ1_HofeS*euLi&T+lMPT5nl2o&~-oXV(}24Ed`kw9jlsGmPT1TpD}V-H$+%X&{Dq zE-={yo0*O(OZv);9bdi0v$e_8<|z|8CymLctsY$|I;A8A`BhXM{P|l6*A_3+q$QVC8I@!@SFLL8dT*U$+d-x6-A>P_t&6QfJmRh_9E4;=yAj!TAMFVf- zjx^IaZ`-bCT(vGDj(6Kcv(%XnC|vcxt6w5@jKNX2WCoX-)1WY4AZb%e-w~lm6Bxzp zA%`8qE8p$_WDX8b3Wr+{_QEvM1}THm?oaK8I5V+{ml1<7W;la%zsa!GE!c=T$x>|u*@RV%^*TW+$#y=dB#q}=<2H&!-J%SW-@@67I~&FPSbOU8 zm{^AUw&}WitxZtp`?}!$p-|0Z7H{fc`n{?^PKGbNr$=b3p@KsguafD6?Q)@Er{f{x zlu)6&bjV3|6N3Yhc0OVpcfM(Oou!JCi@-&uvoE0UM%XBHo6Rg}8Ku_aCUE1qY7ug% zqlP8ij(+-F%f{yoXv_%cF;uFg2%2m|0~St1&lNO%4#GMH)Q-vl__Z$hAmRhz#!PS5-fCjE*qV|0HX=%~Bp{KZ= zX;&gWljgaBaYK7k&1z=R+Z8@`0=AH9#lp4A)B#bE%x%lm41?+=_{_~Ez!~qvB&PZgQG#}c zzV4A4E8o92*Zk+*4U<3X5!k;vx30)QKwoXOzgD46&OfY8oc>yQR;f?h?z18GU>tEl zb#Nh@jHiH1!hS+`_Sx2%|0+<^EWs^6rIK&5YCW32`w6*-wzArN*K(bYB4QYR+CUf!>te5Xja++hSKpXw- zvR{(=M}4_RJ0(rkQ36xN1H`1u#M{ec25fjLobqNq;^E9Uc;lTjW11oP+%YN(dJ#Gp z7x1Ar9wHpx{nf#agaO`Dm7J7S zab5$gkKP#^B{@QLZUCM~TjIphWnbZ*6AxW@*R4ent1@6RcYq2Y?*XJCrkiti(l1P1^mID6OnCYSB-amWZv;>W6@ z)`E{pKNh9z1Av?y2Ues&Vsr^4H|<0Lb$EDsv&Cy@J#RGHykn|2FEdWfLcL!j3?|JH-rn14SJ zCJ87Dm^Vbpn#o00b2DE4zPgT*Via}E~Z7j^zh_os#c9#RkC<8R%Q@Wbn)DeomdvvOM;!}baAJ_Xd>dW_mW?#wr z2cOuiJzrX(CepWx>&|H8>pv0dlR%vF2JQ%T7SG(woz#W2n7%MqD zTG*QXooLQYz5QB^hd%JI12nW*=^yH5*nV~cpV z|G00=o<27lnF-w;%a!Z#dH6W6-rq?NN3r9*39z^A^=WCkZshCI)On_kK?(Fcyk4Fy zk!W}_w4%Y6J)eqX9}LdkPj$eY?gAqy99QiMt74BRT_SJPuWappceFZqzBMz&EV=!C zYS#VUZAPB`>MLrgGu&;O~{LaM9foG&@v7lYkTZE6!q_K24-g79* zn&bK6aKzw6tMOhVf*SM7;8%yyE!T#=*kxU&n(ji|J+>5;*7vh6;_x%C1nKpQo(vDf zzI+)J-y?8}mGhQLVW7f44jh)WT07Ge&JY9A6CcgwzloiMvN#Ka!t3^;`#0l zpO(>DY}43UOpNypelx5o8=*tEra|Zm4-b4Um0rNf2$`Q3iOfczou#VPX)%3 z2h+n1hH^2OU!YE_!M(cp`u1{$cX1I|+LbQBCLEW@7`TXP722x=3bK}N_1V(Re?z-;}KYY0F=e2sb?RIaR;^Cil-$5{p+*_E|;xP=E zqlDmGVh6*1%&M|PUcOh4;23F~Y~Qzdc1NFYjm%7DW^XchKERL3MI2iGNSu{o1WAiy<%w zhyJoFof$sgpL-5qlrT3{#xMK!E|!{*G-AuUf)j0T^+sgj$@i#*&Hg~tTRp5~+zbBE zb=zYQ**$yVMBdP2|AI|XEm+?umcO!fi5@W^?ecnFk#AL_GQZGlo{^SP18?gi$9JDU ztuc;pK9KOKtVhfk3VgncuoRlvVX>P1!U})OrbY-3`V5S-ef7Ho>On}q+d&`ay93{S z0>Z~ze{MFeuldPt-`?(n(B38+sTuZ`ulT@Hu0G>ABp1FA1$M@{Z6r#RmhU1UeGMuR zFZ5ooh0pf#@?qAa)Ke_9`{Q_K_qcy<@;$ZF^S!aLa5FJ=^!)@6NuOly7=tkdvP@-1 z+u1C)yF(Uu?m)Ox)ULnyZ5Hi==3})_00{gs$EN$m5);C}7*LD_v9im4Wm!k%IIhKo zAn3#XVCqx1!0@Mq4vYFna$t=dH(>@`kB_UXtCxF&ljGAuX;Uu=E#bMsg(71hvTKhl zr2Wa(Mu>&Aru4W9%68W5KI+n-_7l)e^z;w!hy9P%!)30+!+RS~Jlaq;m`tdH-%lpK zkM6HGqc3=NDTS1{vh_C~Kivn(Z$2LmOwD{R^V~L^5uh}GrN<-j3WA&pU7o+Uz3;8> zZ|WLltb2xT=h*lo(_T=6k-)Z@2cG(aLleTDdx~>h!Qak4G24_ViT#ZK5>=ec;lIvCx0l!5kjdHJ}VxLTT7+MTREKYy=2-|T)bJYM zJvfRz;E_ME&q&KG4<`IcpopA>LAQQwi}3iFa8>zqxvh@8W*vkQ(-Gkkt zR=b$hO?NF-;;Z7+zBy1yeg*Lz0Qr_dJI#nyFos*~!!LW|RQY*fXSxbU_i=d7-`S0U z(1|a*%aKLb^@Hx@{S)3w6!~)x-jh=NxfJ)j(#46F;CX99E6AVVFn4MC)e1vZ1vKnt z(M9X-x>WE{Jvk~m1H)m3Yxn{8^(0}k+=24wsmmn0qBZ7 zci#+U>EZExqpZ%YuJL`nf4~O-2MP3u?|fU$9`QEU(XLDAy<|ES8F^aZqp39gTLrQ{ z^$$+zpD%-hHM!jxMTYhHsxvNsfs2oC>zzf+^ZdFklfa;+R`W8teW#b35jp>{ zI($5haqzae`p3=gmHjaF67Ivqb}MT@Fvq90BSGd*^{0bfCUYE|MwEpg_RMj~#QIM6 z6e1Oa^}$e0jdH4`%O5Udsb~x^(wamnDC^OSYkV$QEOKgAvlN4gH*2tm)lM@0gvsC# zh|S2#5PS~&eG2hr;@ogZEMJHb0x6hw@5kRCK*x?>jFmqI(4P}4D?38G$xX?|r?Use zpgOJX4jm^c7c!)c?GAUnH8RCrGbfC`k9q`h)pN?V?N``X@v`>B{fW)`#n^;PlqgPG z9Cr+?K@xx1Frt=2P0%3XtDm_3Zr7p-fA)Afe{!j#dE?Y@Qp;4UJlrj$m_!M{k|h2N z%$;KjmaEX|$JHeP-UGEdg>revB7U8i>cK-Y*v~Ls6-`M93>joyDuOQGS^;GvH8_jSDBT6I}nN-q9b>HY5f@6qLZd=eRe;6 z>~@GzdJxL{LA3Sxwn-otU)1BJrnh|SwtUGjvz;D!ds=ykE&TbY>$l_2=6?R(d3$?! z-^sVs%W-jj-n+_kq;qlE?b+^j4)Rw^F0lFZQSIR9d1QEGSZ?|7QkLB#bXYA7gxo1Z z#`1jnwe{U?x|9w7)mdwX3&I(;Gjn8B1SGbEC^>Rrg2A1~P8bSphT?7LJ6=8Cu-c6R zeYIgCNIGKh&^!QM)c!Z+3lZ-xT=o0sgRRi*%*<>a=G()vJ!Ix%U>bK|?ruTkLyVTmNRcX5I3kD9}! z1!NNyKQu5Qt+6OtcQEa3E#iZ)wLnwXFv-c6YT^n7D-XCWVJ-^g6y+CA)+e43a?*gh zc!L(d;Ul>ld2GN|_g_q|C)my8ejNv{gBmJrn_#BAz$#9Q_pC=;6zAu8vh#AYJEtom zVq)g_X|d7HLJgyWnlKYzuP_A(Rg=eoA?DYC6cpVjWtupmh+-xN*VbY965GmcSx9vLqTB*|92 zQ{8)PFGeqM6VchIzKEYNV{)Ic5aU)AFbRyDw>ZUvS$&;uP`<+Qm^;+tw?F_Moe1vR z4muHtGRV^pypBLCBr9NzAD~c(0TK4*Vw8o#Q=`{U9Ra_kZz>h{q7B?evDvKK{L_?RINnJQSB+xh9|OFBRAtBk@dM4BNa_s%(r2X z35=?M^djL9VW-m>qcFG9jZ7vlMi|C0euok(aO2yp5u;oP>LJOx_t&t1uA2x1Na(BP zr9J-OwvME#QM!0u+YqA<7-H`zT)?3JSTN)`ox2kZ8lvQil)c4V*WXxpkfWNg$`rRL z<+p~S*xxEN65^DBTTt9)t)Ipmf ze8iHp$AL}X-n1Syl!P#?9F)wIc>wbpl+;?3sA%CQ{-C7^I*3-G+aDzbF_GPXW$L@{ z`+%-pc_+9H_G@|fn6RxA7+9DHs^hFt-T^H7rnfOGt~b?PxJui^+h9Y(%i~WI${%}Z zUF@UN6tc+*^`1La+Va=8j3BOCveUaum-3RH6YpcEQ^hOnp1Rle#BfiOB4MKr@V|o1 z75CzG{BaWNHp|J#L3W6w=EVZB^SM@3_zH5(DODZoooReE64liXp`9FmtYkX+&zT(EGz*sBMoS=G4CfT|=+ z^VAt(JQyLtlnF&jWCZj2;$iG#6KP00Fc7~jCX>QV_vKcZ_2_^xZ$n8-8CSTA^&=v7 zpnfDn>}qfKERLIKtN7E!7JX}j2F9JctZ+s${Pw5ZfaFH)5hKcrlg080Bmh#O zGAZEH?vvfeN7i9_BW|s((}aa;>@#2#Yn_-`5~Qaj$pESgyj!&IJ!{)RkE20%RJynaS;71% z4G{i04-GdDmOMYGH6d$&v?%!}KqQI9fB*ze9jlT*LWEr9ZHGT=1!%;WPvLajk)h3H z24Zl9Lk2n1K0eZ6mHTkyb)4(R0n~xl+&+a}2{U*UX2X+W6cD1BeEr9&q14#`W{rU@ zO%7%2yk8z{C`qoh?{Nxd)kvP>tvYk#CQGKF3#1fEP(CRPZd7*P4u3;dIHAEAoToo+ z5w-=GzNB!lJhea_i<+=V&G=?lM}bg$BHmAdJ8gX7pUguTnX%jALd?AB(v6fUV0<8Z zw6vA(ze`D&DXjf|?lCa0DKYZVIdA5hozsO)oA;lq{Iaj(vb=0Vs-V$ldWAznhD;lrGc zJn-{_Y4F*Bywg`9PJ^AmLGOJABom?cW$Cj`bk#=_pLWoEijeJ&C_~Oru`Hs2 zi5$@l(2x;X2X<;c=P=1ZxC!BM!S92Auk9PWxB9{No$xVWrolL{c~W0xW`mfd?(n-& zm8E#ykqQCtl_y?#buORtxP3*u15*d&vK%y|avpa&7-M zHFON!-5t^(-ObR=(1>&k!q6!(gn&plh%^Gy4U*CzNJ&bAfT-{2-p}8?d3`>h?J9q|EL!$VL)m@YT!F@7AP6ByhKys(6zNF|~|Wy(y|-0g2&A zDQK{1C$lGl>3}=_hBLq?8hU2tIV&xlGlJVuq)2Gh* z2(#Vc18^c5hC4+)PH_0WxfW(_<~{1!W!j#338vmY@AsN|+$8eUVh`@-;A*h`Tkq!g zDI?cT-;27=;3rR->c4GlZ5934=--oe4YuzrJY)fq6PzZ{-x;&e!7Niat%MprF&AB(K=*n$2*=jE`|eOJbz+ zWf2MBSdH1@TPjB?M6SsMQK!N)kl;p9Mz_ZjGf~;cu^DC}omz*q_6CF^02q5J+V*3n z!&IzQO%oU>1Kp9Db}5LIo`c@XG^J8RO|^;Rn;pj+M0lqOAg{fs<6;chH%=t-#p$3H zKRh?ykURH7e{((-KodN_PgMI!q>H|2EJO|q)$;T>hBq1>9Gd(kR&YT>&Ccj~v>&Q2 zK&CWV_v>zR-dY3@|HUr&z_7Og(q^4u#`St+Xo4vNws9)8iB@q$U!u)7Iuj}&=UcD;+5xn<|x(*E+P^fl2)g zhxL3Mel3q|$)qDTqCC>@;%SzS7)4X1lDP#@rC(tz_3w{EPF@#}2?H2>fgGZ9-paA+uS_=cT1%-y~CQ7j06+Xl9s!=p8erocb$PDo^oA(QOMSKQhK z9OzJ{l5JjyqB=%cs6A0aRZ#GTPu_o%MJi2Q%FMt(tcDBkWs1EJQ6XuQAg3~@)tZ2j zY~LiQ0~HHOJob(sm>6SFLJosxEE3ez2XdI0`;o|QtL`TsC+$YzH==B$>7%uyE^1pW zIh9e=HT1j8H)nkfRNwap%gQ_?Gs{NJOTu?0r@@h!+TyXvV)mkWJs=#hC1!(=q`TPs zPGdViB@XUAiKC4&KA*eN_nf|-z;fW|cK6`bYCP%>nkXgp^^~m)N^%(myAg51>DxDO z>1{0>pGh`*ETlG~p+q{kPYd=(LK~DihdP!YD)tiv0s0d-M0gT#p*`~8Pg+G%BGdtB zHhibF{c4Du&mu_ejsn?muZYlWY-H&=qQ;=n(>Fj9) z!8TI5SPSR%A^rU>ergR&mhGo)4e3wnZKd)$^e_0@Udt3|y)4+Fdf^XR!hgackZ$#P z7QSuBFh#QFdj=io1rQNL?T;phD^Xa}V+&;{H@xd&nM017O^dhhXM^8SZm2FA>#g8tw}!fUq*VJn#fqoI=E2{I zbWSXARB|QR4j(_S&OgUuCC7_#3CDZ?2_;6LqtB00Dcq@KPf^$gVJiMnG^B04b6t)1 zIozIVYM9c?xGou5%@B;muc42N(~Bp6?0nQAG+3a+Y8km}kOS574JxP(d4!_|7;H`f zEk$=Gn5Fba@)Oy6i9Z|Yq7@ssJK3e#(LXP@b^?6==uo@tV#6A4J~$yv0?6l*rk^`RK?10l;;OwL?9q$gR-;y&qw}QH z(6UN02v`Z2GIh@HaT69^U-@XDQ=8%Dzkw!wf>9?2C9QonY14X;ivPBv$)T&f{sey# z98!eOgPCC5#u!vKy_hJ~thedSFi@%XoDX&6nlI^z@(`j5st}bmDHxS~#>vGn%kDr# zJ%U8!?X%saa48Wn8a9wEN)2q-3l|DOm}>PwIv!!$^pB~9rUdYZdvhP%thCGI5<=+N zQykW(TOY?_IFlrW;pM*^owkN>*1U*E>j{7>)Cl9VvkD8v$gH-y;aBul%K$o0-AkV90o%9aJP9%yNu zz{5%M;Byd$290U!S@~uRi1nfQSI498hoI*znij!hkX4F4t82fD77PIuhfe8VwY;Uu ztw0l3a3~GB;JxYsST|&ybkz7o?0AFGe6`HYSH!9}Ws(%&9eFod%eSRoFlmc(Zax5z zSXME-qVxWA_pp9a<8>X#UwzndDjhTVfw_>RLBrijXoP*Dhzd&-6H8j^eY^I2OAl~pJKkGI zKV|uZzKXq)IwOUkKY=V<`ka!1`S_McW-(ucBR;hQ2||9wt%}Sts$JU~vMiV;_|oG$ z3M1qV-?8eHhg$c76pKgW^}LD!4)tV)$UcI$o+cN4QU~^#Raz-)>~qHudTBEkDNF)s z&SCD2##89bafE7o%K}GSTm7b4T30E7vJ(Q-6kbk1TKe5%SMDhZ;Ojm8jku<%D2As@*v%;FT-4;MqwPzlkCMZc|KnG zXIb)C6&DIgm{iKeRoCuFKwjH}uJw%4EQ_7O zal`zJ6_gIjk1rP)?x43+d;IRaEl^rVs-7Y^hzwrXeLggC-&JV)IcLf>!NQ$%n8Vn+ z5LaYpu7{zykeo5Bcl&ZhstRf2-th)-$aSq3Z)XsT1^wT^doqdF)~0g}!(_=UY*&lby& z>J%O0u!+D>0w(t@!JZl*Ym*qRf-DpMW9YjmHCRn&Wle8Z_N4AKoCzE?R|1p_42}+3nbbW zvk%Y=Pe^EZM)mfGm4a!z^TULyaz#1-=bg23ich0YU*OZ>#1=2g>535q4P3ARMlAt* zK?1;YJ&b>LZuh|}Kk`qDN!>#rhAm)&D++{MqoO5*BZAjHN-Co_Ii#h$Q#TFaW>Oq*rbP3x4a(QY@uOQLmQYZtCs^AO`gQ-oBXnQ(=H8|4a zQ*B_D%0r4mr&P(Lu1Hyb+0S?i3_T^nF1qgx->wJnPIqBAV$iVJ422=geap9Yg|Ex) zI`DZmJy_yK!rZZP7mACg(&TU7AK7$r5IRPcP$Z92$A|9CUVUiT@~N8hmX&*bE^x}) zU~Oo_o{<8?9lex-g)!1h1wFxAt2%Wn ztj1^U`f}1oA?GlQUWs=ri-QC&9aMz0t>0QOQj9RR`Q|K#H{2Bm8JY6dnOWz%PzkJ>Cq8Srs}vWeLT5am?G>YwMB7^gid%;|bZmn!_=OEc zgEpvf{8umG5<1}DMpfi0-9B!;3el2gm{!rIu(z56UPY00JxJGwxpq-9l9=SX7z*XQiy_r(r&P2Vcn7vTXREZ@0S+F1I8bhwEQaT+Ph@JR6FK78?LRHQGRdC=f zg-Y&3g~t&Z8Sj)x43lcowGzAk9dp+6JQhk#Id$#tHRqn)AQI`U5*xsJfa%0je8E)A zlzsG%?L8(aLvProh4So+hUk=|jc2V>eH`tSlTyDAGYk6Q_$lO_7j5|%`RU!Uk~@zN zZRii_8ITw^*oZTRc|;UCN;zO%+MtQ{2`@@j^{3=gTifv^MYDQRxM$$8D<|jjGoqVs z4<3>^V|eb?-401AH9F)tv5u5R7c%HTXAyXs5WP!^bsN;PZdHrcWPwsE!Bm~`J1+Z=klku2Wn4vC_(iXbS7=2H>;aSWb0?P=>K`St zPrXs(aCOG0u{%$g4|GOMHC`IK% zPi}SKWhd-qs{dQXgCLC1@iTPa3`_d`w^$L+U$G)5*Pkw)PR*s@n!AVYE=5SVY{AONB?|(=@?$>p zerlD-KquOWfTKJTRzd%jnWf3b@D3cX45=u|wcN?GDC^c8VrJIv_@-7bi6muG2*)3!ehz&+t4-x-zwIWQ5Q3c4b*zE@=badbS8r4f=WvcT1|scMp_=@9%kO0W>1G7CVSfXGyPLNIN~c0gbK|xDoye z-E;40v>reCkr}7H{n2p=Au~NM(xM2-v;yg^9FExvb$^UxkHgq2lNkL7+-0NE*)9p0 zCnBlK!?f6E$&v|$G}wg)tZvW5(ECE5A2fy&2%-@gFE>q`9PQ@`-!my{;9Y~WkoK@R zBY2vr5QqKigc6yMD!))DeIN9<7NHexo0svJ=_yz>=iI|QgE?gXj^~;}&Hj!7J_$iT zqyOo?Lh2R+%Jig=shr#rRZT87+jTB}wy}@cZ*x(5QJZY#_cWUp%;h=L=Fj#`v{fRd z;ALfL%iAtqu!;e53w|Ipv{}J@E;g-Yh)eK1saSBCe)KUBu3y9eoS5gXIL%x5cpwpv zpq!yhY2pcXl9xVQ%re<`hDfTK1?K}(l%|qT;71y-3r|)A+DRw&PJ<0gJ}zehc$LSZ z5mX6MfS^~4Ae>=!n^h0iEi#V>LZ+VygdPgQLj#R;=sUMhKi~Z|W_}GE zwZv|hFdmXH3&xR$NT`z#xN>%xB`{8M7fy_da%z!NrQ@+gMqfkR_5|^A;}avdIP=#X zuYQPo@CaOU_7CYjd0Z1fjUTV@`7@n4mOibag|=wGPN6pttn;d1F>u=Gb&n31GYyDz z>AM$Zh;q`9R5iq)I@|?PuFG(zyU9o?-vTiueF{q@d1&UnM&4=I{Z%z+SZSJ9;f#+R z?f7d>b^z=pS%bcvgkbBXxr-l&>~_~c7nAiV1RV!AikD5qPxPa32ELbwC`^Z2x}dNE z>EFC0QApukhqP~jS7zBEli&Y1J#6QDq`|{t*x|50hQHp%{HYB7J9YS%xcb)x@2^SX zm$y26vK!`W#zg-3)$$k^sF}*-JgfjUZ<5Aoi$8*Ytmv+Wzi8;3 z@{#Xz+wpOd1=0P!3Ksduq7RnCUK{5p=|XgyERIR_^oMnl#QKxh}nd2M~jHCHC|I_W}OrkvXWI zzBs*ejRYr)u`iMFHGn9wDDT#U>MsBC0s1bRk)u_b$fbgYPnKj^r>wr$@y?xsz#j%} z-T_2J13{)Z&w0LmS7+di_*+{ra?^B2`hu4WdD{7#FBr<}S@Zk@OjtDir8rd$S^pL} zz>k@O-15V*$N9@Dk6YiYYG~=TDjDH>Bcg}4o5IF~{Tys_2Mh`G^~zZZKc=<|pnkn( zdVSI_-|O)OQ|UCBUVMWI0lO`3ikt?gmz;f1LcvxHep)oG12hz4RC9T{8l6l!kM|@W zHk{)QBY$cPUMGHv5$svCMK!1YEnUySP2WwIt?Wi4;`r(W)8jqT%9v>e7Ja%|cSJ{;Y`@dRL!F+fb}T$JqA7)y133 z@=ppZ+7ZpckzS&?;q~-g7?Zg~K|O`>c)z_R@+*7 z=GexL;7wFZUnt3-5qNwmN}* znrz{bd~wD8dX^XJs~*I;*yHTBWD(%Q$i#XM1(D=AsLiG5&xl81vL?()ka~kDr7A~@jBd&i|<(( zxRhW20Zy)utf@7C-8fmFA!ak)fypV5F8=dFOr3OST=BXX=cC|I!~Be>TQf%T`6>QR zl+w%(M_E)tt?+%uY(cG|GNFL_Y#=yXXVew9nyQoJ$N<0Z|oH%x%G4t))l-vjZf%g$WUW;{&APO@zK1W zrD1a^!+F6kl%E%vtrZ$IAca}dZirg!A&z2yS@YOP*D3*ym@Ec|yj84X4rw&ZAHYi+-BVlx>&M=bd}x)H+8bV~6MJZh}wxOQha< zxKA29(REeS_QP<6jc!4VvUM+jZnyUXAxw`Ry25$33h zEgiL|h~tP?dVw|0>a`q$*sYFI^sxM&11RNxyqfU0lL#gJxZ38es4_}-AXzk*HFRV< zrZa%2N6Bz||C@ldM1QfSIm`)Po+7oHuJ)yWGVZnq0ewa|{UAW708)YO(wg3vFYUgZ!1z{)D}RVZ+#t+P?` zNV;&n;`~}WCAcqa(nQpzy>-6%9^cU?fJLuH@t|lbg@?2s49Oy=^_D;rI%uop27eTH zfFE(l4p;PAcfLJEG%?o6zr-_>B3M%I>G}GILOy}mFqB-|NQd!36OyLl3q__;hQXF~ z@0caUdG|p4_3lCXN`Y|RO$+*rb! zK5{k14HR?Jf_`9 zYeZ&?p{@g-h0tDw1%{Qdw7iFCk1apsKhxWOt9~5M)&)QaTb!Vdogb-*hM3i2MXh04 z--xI~iKM4Q>cG1M+UuqV#!n)ScuhhtiHn$rwE`*&bXL)_VnL6TTfvn{hr|M3Jm0a* zFG%RFu7OL+RPg2Jg@+Xjw zBy45UB5}%cC(ZLA<)2?8w)45qO;eJs?UDG75CsAizpRc-Ei^gLjNg(-NOr$Ih}!9R z#G=>Cj?JP8C|!Z`T-tIPeg->X=(aXe!R{UiRX**Ta;~?Ud-ZKY6>a0{WPY+`s&j^z zJO>f?y3C8k2V`#N`=uX!TREG7mKF>pu+bO}9XN018ce+5x^>g0et)N#9dW9s> z@=!<11ZqOW`|Z~lfBa8o7aoBVmY(}_W4-^}_y2tVq0OF_>c0X1?(FrS!k^z=u&vxb z`h49l{CBsbe->`T9*1D*;s4V6=sxFu>zdyrOW45`jPuV%HusC~_nP=!dx@AoP9)z`l%dxU?a{1Rc`r`*@z{-)5A{gLuZihG}O zU%2_3@`Lh^lwbPI`;_})zTXr|x<68WY5ML{?i3sT-xNyL zKT`fuCf&!}m(BdfP;mUh+*i-s2i%Xz{{|F3_yzbKn!jIqKmYo>6d?Rp>HRe9eZu`C z-QNT+vp?U2UuQS>G53#teq&O=_c4Dy2)a+ae-iSWIA?XA_-i=+Iv2T5x&Hw9o3d^D zN6N3q$@`RlZ*hM!;NW5$;o$CXc<)#Ldu{(`_4wm|RR3qC*HQ(*W;-}ILfCH-01nQ; I_2m5DDx$zMD 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

#ER(R<8Gq-Hm3`G1>Vp^af^-oHXh+TpBe5$t@ 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 diff --git a/ePICreator/Paracetamol.xlsx b/ePICreator/Paracetamol.xlsx deleted file mode 100644 index 8a3ed16c11d276fbf4c7b0ba38705be22a75587e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20804 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 diff --git a/ePICreator/Remsima.xlsx b/ePICreator/Remsima.xlsx deleted file mode 100644 index 7952a4fbf152b63c23956324a298b728c9eab417..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35836 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 E3s2`(-v9sr diff --git a/ePICreator/acmeDrug.xlsx b/ePICreator/acmeDrug.xlsx deleted file mode 100644 index be2aad1c3588ad548747dd9ec4770b0c5772a49d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27564 zcmeFYV~}O-mMxsNZQHhO+vZN&wr$(aN>pa0ZJSkR|6`ZtrTS z=H+PaqR-%I2Oug21EDGe0{J@s|84(+pTJbQzTyBATKJXx8=|bk^h!{)6_(z!Qx(|( zV&xgO?(s%BJ=Et;%Pq1gMW~R8!wTTSYuECq_y|8Xy)6>M2vBAw!6Pk0lGu5WmTU3T z^cLkw+6+G>7n+=yl(x}~?fZ8uISm{@=<7L8L0Wcp|9A z*T57Kr3RkKUKU6*W~f1Wnx^yD&fyiJ?rFwMmT>mx-GHRCE9ia)Lg*m{Qv9Y6mv@lk z7WlwCV(6g&QoI5V%viv7B?2Xt(kCB&|0G_=K%Fjh;}LHSwx%6-8T_6xs;&gK9YMuxxk{|~qSgTeYAZoM{HUU85KF8oUBEn@6x zc{>qFMAk!Cs+(BNKTvuLu`RBI40rnnB_5I*P6()EK#%|1#O5|%-02wc;{jW33Vc*d)f8zc>dbGn36?fww5`|`u`W0s_h7nOTY0!>XvWs&UoE~&)gjaU=XEQ2Nv zG-?@MI0k=Kkj{v__KwMOJ@B%K>P206<2TO2)0EkqfYtQ!6L`T$Zn^V?Ec7uK6U+5_ z-!TC3!wZhOsuj0&qe;Fq4~dtd8KCb@EawO6yDz;$?wAS*8_F}wtmG(p;X{B}a$Vdc(OEBmh?fiN&KcXL6$*2jF?Tei-Uzn5PV;%9JCDaz!0f>-Uyz$6= z&rBKVDjMdRr4nTQC0O$gZ%jv(*>+^HV#Ye2%ZBj7@R`;E@8vm`I#L_kzLJs{^+pdd zOYRh#f;=V4Pg2yPSSs&te=K z|3}$AW{uzB9m6A%4}=SLyx7qN~-|v_IrP@?)F}K)SD2@>mzi z4XdvVdRTG%F8v2>4#m7BNi3rnucH6MC*qbo8XwHQJzPHP=hS}I{=U+xVY_-20Lp=? zMzY$etOllvHGR>WTjj^Bs$C&XT%TLKtVT-Gs~pb51@o8r*MZ{Z~XZeRUp zY#z4X#^jkiy4A(lmhiMg=t3p4mX`si7L0h>&Z*j~xkDXKm^S z<2B&W>Zitb>3@MCU>w7mgke|;7_h0*X~;}YCPnvhBJsV(7>7?r&*7D1vLyu9%~#(i zrw?L_$;NZ40jalIPr|L@XuG6;%bK&&XA&zvgi?>+dH76wzD2*&ClIW2`_4=_8P`m38vAEtQ1+Oj>MSe?V>76RTy%3O zJip9V7z-?&IhNGY=snP=uhf1=Ik%?@9BtyK`9GR<1WO`a$`F;iQ~|MHs`4V3ZF zYvKL*jz!sF4?E@$OPc^*wIlB64RuK!LDXP0E#aCmF3A^55bY7oGQ3V|ko-mp)KQlZ z1g8L8jG|@M5!!WQ59e5hpVwWyHY)<=L1wFfYWXl+RKS4M?q<-tzU3b%Q9)^v9|5B~=zTpvb?051&cpfY zJ!zj_3=!8i%gNiL$oSrlr9jW>4||s2Rz(I5WC{}k!#6~Wmc3c8+fifadwUV(Z~M&` zX3+>NoiCXGCpK#J3j3t`Vk0~RARw%NvXP6Gxw)$ggovFL#`o`c-75ZwTEq94(Qs@rSP;sY`kgCPrTfdyQtNfAemvY zl#)5vL{VH4m=%D_{rlzyKB=Vj7Fq`e{PcVl%{||rXJc2)?Xis`Sgfp3L$oZLA`*3Nz3rZbb&BZyj-W0UF!?N7R0khF~ z?*_F8ZY+kSm!9Z~TU_!Imt2{OTjqGvnl&#}I&{H;Rvh$La%*b8q;!5;5m*!qBE7U! z=@$~l5-j8HGXLp7HnAl5E|L#~6upv~Iqk@l397%)H8al=y0OG4%Pv6lPJ36kd$;Ny z@k7co1YJM+m6FyKJOlhvMp*WH!-J;No7j5$f@8KworQMu!J7zr5Is0^zPzXyyxg-J z7wb3pbhv_Aes?J@5}z{gD;F%cRiHUL&^~uy<)2~JD5djI+_=^E+1SvZp?!38V1NSl z#|21YX~>|~!BSC8fJURA&`)^G_oc9qi@_kaMibAl^{td5lW8-?6yPHY&iE1{1VStJ zbK6niibFoH!wBa0t?2`U&G*mC7x&$dFXQp~`Bh7wpQ-8>&cRGbzUUEoNKOb!b4;U>yuF}u-3$YAdKh)YP+UepOu38RxQ04)iwum7g z9<;yb&qYh^JpR0CKZvdpDx6VuCMj#XO88g~nMRF3#^q0zM$VcedteUtXvpOX*^6>V z>4CdZC$p2^aVP5%X_tXG2c^N2Yp+6j=EK1f2AS!52>sUTgmjMjiJB;|rln|ulL3dF zft=$sY|n#py_n=HkeUW)L{F_>3#?V*DEknxwM9_Q$8 z7l?5Jzdv^o@EP^F%hjiK6CcpaHq1B5&~aFCLp*v|#dD{Dm0pTuj1ox^mqI1&T_HoX zHW^yYrW4J^V%AUG09n6ZS#uUb213yad&XgY)(L$6>zA)MiV0tJ|4T5^nL}hTRCa`) z@HXXA53r3fvds*#IQt6Uqv0*%-!JCxT{E?moZ^E#oy_bMt;U$NJZ+OY%N(nw3e|+% zY+#e@Eo@(LxeSc-3px2qCzFAMjfsp6a-?N#X<~YTA;{tJ=K68Q5vDn&Wodc(+F$zk zzsl^W<%9YI&@YMorFH%VyRiR*U9=Ov*kyE=_JLQ-e-?iL0$F3SZ2MdL=?wrcLTiY* zZMv*_x5qRkG_4Y;7Hn$I%HQQZ@8&LPbteCRN`@=sAej@P;9n_BWIN2qr>c?KU zFN@DaKPA*tZ6KlICX~w_+<*RwR!cSg6-95iCrwQ@it{ni*3h1OFaUA0kq}Juz-{IW~?N3(0OXhv)*~isDXcXf~eipca z()_3l3?x5oSKk5Rzyg8A2)QJ$#?Rwf-^NUdLBJlv;_zHvg!FF(!{#OUW&ks;LW*aj z)JO4nhf$;PVj8J+R!N5AJ-f(<8Q|eAWj@6Fh*u(>mYCyrKW-^>V4;eXs7SQv8^ABIrM^(Z2v(PMA=788iz4v>MP@{flRfa$&{%PxazkA}SZXmKQ)SAEJ&O0hr z`@T^(bSPrzAnd#aq|f+{!~O_R3kMPa_xb+%E%tb(7`URW6w#LGybMxdRcvqA32kT} zR0oDv9OtM!+^^<6;GZR(nxc#FML6Q$M7n@vV?eTHii59?P@s~Z%feBXwsn1lu6#4c zFtb>{vF3HEzos6U=cZeiMo&&ths!ZZ8ZNeQ1b`wl9WiuSb8rb9=vlsW;<0=q)h=!3 z@ld1uK}Jz8-x{qqTqAXJp2Ez54WGgviW)d(Vk9sCW)$cM!z9K9x+cl>tw_?o`58Qe z11&kX8>FhQ*cLau^cbR0>=#C~H^Bn_0>c8oN^>UYTsx&b-vXBShiNKLCkM>u>i`&z zA(XUt!5SOUVyv*tYAO-=VE)Du>0R!6;Te4`~-3ay;P zav1&|RpYJqCxP!8rp30cLyK^v@C1%Oc!{wp^uEP>oFng3T;5ivQVWc6@DRa~7!;js z)NQ6P!r-LU9;JcgBM)U#B+RgYt1*8Yi%*O(EW;4Db z{O62n05|#s?28wAzZ}xP;02Dqc_BsqFJ1`0N_!=w+YLz(dX9vmg(?1}QMYlq&V_1X zJX&SftM>520}rMf#Yc#C_-1H@?@r;(`_*+J8n2JXIy;!6Clkdgl-j(7{&<$K#!4>g z?mKlS3q0CAT)e=vKtMJ@+;%5UA1WDJePP>^-ApDbyVa$4c^HHTjVb%nv-P*BHVn^o za_iv*E&`Tmb5X|7Er9_hb#idJxHVg=H*gbSr-WC1dR>n)>l-Kqm+sAPNlabhLlQJ6 zv-qhf^tTV~%;^qjkA5-`dWk8+l*98s(oa^dXsoGgoyu?d$y#E5|9PYY40LoPUH%Dx zN`cD^3xR`tj+POmpdPocy+>d9Bm#JbgzcK&_0Yk-TIQOibO`E+YiCcF0GKl+5B+l` z3^htTxwI)xsBquPTCAyWLPa%)MAYZJk{eVfEEZ=3e~{sA=VXHM+Q+Vk#j&SHCG80X zL5&dMRe;h7RR#OY2bTqS%ps8`Z)Z9j(grMRKX;SkUK$xM#nAc1d4M;_K%?){egfim zh3st;YD59-p5%0r}og5 z-Licz*-WRz=AbhTW>g;rJZBRhU$6b&)j{$-aF>s+63?RG zpXI5}#Zl|B-iLR!Hr1M+o&gZ1!d%ezCHSpbzkE=>doH=ZJm^1kokdg;0VpGr^Wq2q z?k7xccGWE=$ulwwmpNS7LnB-kA z=3W!;r%hy+;p5*4)BmN8T74~LK=Jhm%OL+Hayb8ioPX-|zmNk|Bo>MuQCz&ErtaZm zmkZt0c(}wtsqXib2R2qO7B(jnb+MN1@DcTiEr{Pn;?t;*%~EE}SqLU$%%W|t^7>}G z{vz@Pov98M^3r>-cma8V035>D?Jkfn=%g}~g*~YcWTJvwU3QfRqbNH64IR!YbqvoH zFzexBqR6b@&83ziCWOYBd>J4Z66b8GA8<{D9g^?$iD}&nt)5^No!ghy@l0JJLpn4k zitu01NnS2zOK(75@q_!Lmsm1PIq=Oxe(`+QY(YiqQ0}r@%EEH`+pmPRNT>N^`?CNj z)W@u_o?6ChcyvEG6)r37dEDA3VXdu!(_QnFyeXAe59Vxy2q(5HIm`KG*0TpEsN#ma z9ky5>&*se8;s95c8L}Nmee|Zp3RfJ8UD64P!x2G76okv|>?LVt^>++Ci`<}v(d?WO*IXwnKS`&CxT zrtEb}1I2Lz3r}9z{S7@V%iroJ?C-5CxQbt=biWeWMM*saI=TH$RaTW(%T-_Li(U^E zLdxY866C5i+(l2lX@A4)WS_5u8q#;wySkwfP?qeK`cb;`FtbLl6R?D9Lu4grBWMR| z18bw1Xo*-g!LUnoG)W+}fSNFeOWyy9!7VnQ9a$F~kzd22B<$~Mgetd{WiD+u8LRDa z8LQ0-w@D-rEUSOs_ipnp zXMZwibtnEyuc{V~Atp)UlE|#k!QS7EeqR*L|I({Y^f)?&r0U1!_b-c%j6ZeisFn$k zaMTOaR&s=qsG5uMXbk~Ypbj*|+$-0r44`dEXc_I1tHOBU+I?SUIEpFpiAhYIS)?Ku zz-@OAO=2C#eymB`t{guy&d(M9%e(sosh=}Yt1rT?rM8HLei?TJ{1`33<+ zfY}#yb)??V?I2dFNUY3{2$FJob@K}H9VmtM#QW33xR@=`b#w}dvGSQ)TKQ=znz8Yx zw3d5#)?so8JuU1#<*A#cc7xyrnK49yQ?~nv7lDVx`}fVf={xIW#gF3oMl&Yk7FxxH zYN11`Ym5>jw$_iA;bViINq*DOFeKZ%1N4nhA*I&xA*{hcBzISlvo0Y+R>ymX$xyVw z{;X#KkNZycYt9q;#$r_EA5AI^d*yxN)Yf6&+CCT_4XJeN*=j*Hc}$cDD%6l0sibb| z>`82l1{M#e^w=G-1lBqnk{ZR@WneG8vD}V8up;RLk72s}8KVZtqPxd*mCBB$tU9EF zq_tp%(v!(P-hWx^A~ey@zEQ~zo&!VAP0IuxbAUv6Rrqrm>B2S9$1g^p|D*>yfK0?? z4HOjJ#5d8+6ch;dhYdP@ED&S@IsBgDLgWiI#v0et)MU9K!E`?;*X*2d0au)(zm3M2e^g|_ z`$@x23*jiGcT4={#oZ#+ImNp->pi}|z+5lwwPF;60+GJa-yn!~?>=2tISD*poy(Eq z4Dg9jI?3c~&+92AyXec_>s`%-L=lnZ7I1k|>A9JG_@~17|Ec`lYdckR__|8FFQNV~ zlyp>J8@xs3O1P)HiL{gY?o3FkDxDOi9{AzZ(SmQv zOnAp_H$~YRD#Kposc~56$hsjZt9CANBB>)7-)=bq*hs6-{< zHGw?1N>6%s&60zy&DD(ciBfuhZ$6?XBTX=rZho2KXXJTb#tm=-<^Df1x009|j$vU} zp~IM3ybO7lV)^@m25hpy;w&B@4s0&T;%K~gFBMIw@fh=}9eUt*TpuwNDSCb3oArsm z#ltQAU&;H-cuwx`RIfw4ewAp%+m^LoBw$J%0{34>w`gER2Cv_NH&nyT7O~!Sn+C%Q zITQCjLcUg`UTem!EM13H`$ui1JF4sz{`_9pJ>jn!F{=lVfi*O>YE_rXE=b>EN~B6X zaJSB^4un=D1IKHFLX$|y;vKM>j?<4y4@2I>uKAhRRQG`L;fess8=A1?gymU8 zxTP30xQ!0%UPzXpn#>A*E)=zWJ+HG7awAN^ z51ISvw4)V|=zV3{&pkR&ykkIr0(Segc=Yc=dhu@|4L(vK8EnvcS$6Thl6K1Tz$?X z4vP;dCURTd?$+Te443+8>k8j-UUIMZI<2he9gx-`_Mr4G4v9&6vL7)scyRO3&51+m z!iz45%B-sb;s~7GD|6BI!Z;;6VN$_TFr9ju`Ffbw zi?ab-6%#sJ+LcNSm{*YS9Yq0utgBRm9GpHBvexp#wl;kNu<%u)tQ&PmdVg&i`mABi z9vHcbAaw>QjxQ|`BE&Mk07|_2jcLi5nrjMuSIX)FxVXp|6gl)@QBlZb@h|%@OMLM>7EXDTdP2Fi0I7fuY_Rb zzUM4g{ZIK!DtI=4_>Uk=wYT2X;`6_yKwe`%_6lRh3}-RTaf5Z{G@<1BTz8H+;trck z#f}x5+;_7_uDF(cHr&#E2Oexq5RZc`If!TH6o68`YfDnYperl^BW>dg9*t@pfJM87xH z4yjhjcdEOT&t*b<>iM!*L8et`FnjF(pu}TSFYJSvu)-X|9D&=xAr^_oDT-$rwn2=^ zKAdBazHPtjV9&V#n%_zN^3w-5Q5Sxzt=bv1o2MJ>2=+{FY4)!ArXEQMPOF{!7}C(x ztZ#Z4aH{*+ANA&f`KN1)__5sD#TYo;pR%V^by!qY`o~$?!O0QpuF(mlZ_-h8v>J<4 zU~s@e*AvB;x~xiBUqM)h1{o$&NPUwcOu7uD!PzIEHWwf&Q!o{n<}=J*NIl# zBN{6}NbvurtXE6gKpXv9ljs5e*Fa|eN4u5(tKI%v+7uO($R!O$oai+!q1P+!qu z!W6VP``TxCjyEEJZ%Esw`C=5fjx zL017SLCv@%;uNcyV;n~6d%l#m3Up#$BO~hbm+g*CaXAME(A%fU=?ir z(PO8lnviy8lJ&S3fyr2@mJoq;wl2h=8eS0F>-gu(#4~=xEx#!o0h$0NBJ)noX!_h zKFM1Y1`PjMXt8s`2m?e&;Bz%d2t@cgxQj|Cv;?6ps(Yj!fX5+j+qof&;;Ay$gru*8&K_r3oPb#iZcbFLjF;^>dJ9Ear_kY*@xwdWsE<2jP_dP@1CKAy^a?B7;QFLtx@WA&{GagsP?J$%MT%*6}sm2!k~e zq3$FN>?7XM(IdP70T6?k@hEd1&bRx@AP{sU(^zND4VT>tAFUO^u5w)e>WA=d3{r z%x7Rsi>U>181+$vIg9I`tTs_^YzGhu=I|t+6DG zOS5f+*Vc|%f%vleWLS0e@}_kJriYDup`$_H)uMi2yvW@KhFT{Ocl`#S%R~3@#v8 z4gtHc4wCzo+LLLRRAb@t?kCh1eCplK^!Y`bz|Hw69Zt?jUMNxGsN1Z0%K3~H1ez&fC?xAzqV`FtPy z+ykz`P zL8N8SySZ<<%74G!UYr$teK=F(+vo-%+`ML%j}-ehhTS!Zs#Q4Z?@VW)V1j3QDz%5@ z>Z69Jeh%bN$8@*vJ><6U2TXSeYG5ef2;h$%R#Bdv;yfGzCUBnd*7L-7RGl^V^87A$ z^f5lXFtR=Tyu|52SfLOYF$q3L`%ra0I>da3FjzII$yu?Tk1e2WcLf7kAgCJ}8i6khmYRh=wBjOHc{Q_#)oMV$&*@|OXe4Y_KOhM!rWDA7 z%yhx!-lO~)K7nnRW{a~s-@FA=K`Y_ad)bTF+9rO*J_uaQ+wWD3LcKgf?dK=b+$<## zzGsx(kNV{{u>Ia)!Yb!Ww}>7!Sg$YKvp%moleZ*56uQsKM-H~_vuP@vz=&6XDX|+F zr2ZJi*ko_Ssrld{Lnd5azg|8DN|Tq$PvX)$m_NA8eW1P1)^C#WTNlZV(rrKWPUXao zgS#o{8x>k$BBMdYR(j!}%;i2qorlSJuKug`>zx~U?sLx=L5SbWp7|5`SYk#xut|XN zZY;A41r>@#Y*F9!JbfhBKBL%ur_E5hL1$LCbqte`@y{h*X!!!&w_IAE;(+q=8%!ol zrR!((&pZ`N%(C+WT1WT&j}Y@|AjU;rFok5hnXXzJhMMfX0K?_;jmeC*DRX)k?aAkz zUISTr)l^2Mbu@i~#XD*Dc3+FsCek*OpF-L7389?XCr}Xbyc73iob-L-aE5mfDIqzq z0JFrsQ~c_K5-i3-b~X0tna(NoS#ljmXnayuKz7y7T>C{29f}CwY&V`7_3h;;J*p;} z5!!hRye>5wQO<1fC;O6}d(orv$u16|$=+Dx6|;I|w*=(r2O_ckhFB)rZY0_b0$LrN zcOJDfDtkTPa=T)XhAk+AC0=1P3w$%H5n(TZWv7Yk@w4O8Jw2;Z5AKw8Y#{PS9?)p1 zZ*6tF85NotWgD)!ZHD`d{` zxLP)>;Ii}DlvYcm9hzBt;*^=fqgcHZuw(dDyIo8c@*Iszj*(4uI-nxYt2nC=IxpX_A%#6cSvXnn)D|ns z3ug89itaR5bBW>Cu$*#SEj90TJ!YQ~Dfd(ixhQO7av{+zMvvnywhnKy)pGL^y2*F< z1^3;GnMUk#Sca~mHhABLY`xSjLk@M-vqd>DOke2Q`M&{;nF2jU$d;EvlW%Fm!igKY zgJ#V`0FokT8j$yKbznB2cWT788x3P#%VcPA(g(b?sN0I|dzRvgz1^_XX+sPykn!kf z6sncojRk{g;o2t}E~cMXmi?N0%Q{*1rL%HqUz(Y>^tLr^XO{ik;S)w)Ed+$nq>g$d z?3U`k`NXMo@8G8m2sfzPJmK~%6wW&!NQC$=*(4BvA1?(C+V>E0gx9H*Y+PjwNQmd` z+GJ!K*R8)21x7pnf%<3Lb3x6wNkw=b!&0XZTBU?`{vP14AQ%#;#6x~ji9he6GrpnRCie3`A<~Ko2jW?2v z#$KYckKnjWD1>zGu2%TyjZ%Z{);hx_1y-bA=mbCL_>q&w=&s!Q z-Vb#@JSP&TJiTkS2)9RBp32h z&RriiJudwve$TbPZ^5%|4|a|n==S&Gz2sLGJG@M_^}Zzga7ucsF#CCl3M;A|hFR!U z@3Pd%MfYMEz-1RV1=hVMvB(e8dIM*wd#D$F1g(_UowuDFfNN=%j!2dhG7_q~;s;Qm z^E+4WIW0TfYo8L3h_BvIlBOE$LiEeOEQuU}{a8_+M|*GE+#21~-``B?jynGp4Camp zXm@X%;@q@D?(WU`TGRq`8QtA^|c-F z*4_L$_dXqqAag?3|A?sMCkd;hMi9`4N?GT6A=_(iU)CGDsdr;==qe_M07)PbK?MUz zCw>R>lG*`~34=_D20o|FjRhF{OZU25)}5YKpN7SdNL*(&j_KHM|DxM{ndww7ct1D! z8SR1|8h_>I-=JK#i#pNbyLkgquAAl18KlD5ZCDnut(0J?eKq~HFSm;*!7@;O_xYCT5ra(?gx!s1tC@nbhcTZ%a*2^&b z+}|5>n?hbDcilW+V=fxHe{2QJ&lFg@65zi(KbhZQj=r$|s3he0#=G6{tpG#EN7;7C zy}QlZuUo^x?Y2TumNEeE*&QHWhVnD7WOl+I=7c9*xaf%zBMzFxg8n-ROe$w&xVZ-* zB01WCiqlW61wW`0+U{s{l1zeUcjI4rC-5fRRCv3Wkp~NcZ!CiN)kI^n`JdkxDi;Gb zdAq^;VGjmU^2he%#F^klM&{=ba}&|U;QUq@qGyH>XKw4_BNh|G3k2h<9AR)?kG*bK z&g2m0f;7#&nbXI$u?Wz)hDY(5hlF%Cx)ZY{dS7}}$OQtmO9WylC*0{q2OUO{NN5?L z#(K{}JspcydwKm%JXJOE;Pj_-oUHB8b%IzKS~y5|)ius10s-hB)13AIkB@8F6CMtW zehgg3d;)yC-?IVit|a6nhR^T*<{|-rsC>{#=X!>Au=Ael*)m<|2JfW};qF9Gd;%l6)937oTomNfxM|oxO=OFV8;$85@3gFWO(K@zw>8 z8T8ToLL^}0HDvS1cQ5#*2zWDVS*VLuW6SNDP{k768@$)V(Y=U(J;mRQM?!? zk-|i-A&VvNzPv6Txz#bj-)+o@j9Nj~5V??) zk@;;1sv)h)@FjZHSsaFU+BP@i3>xOE08hNrGTjdAX$F`9m#*J7(@(2+>`S0%u-?A@ z==W`J(DHGLOB{Km#~~FxNgpezDWr;&taXgT+GyAglb6;G_gi>_OrU~u^;9I~kzPe* z**JF%SYqiBlpsV{(`mf`9XiGoQD|9jkCv82zB%&*pF)q~%K>_iYE*br88yLb4 zbMfdy-&eX-m~TPMg{Zze5GI2;}ai z&X+?re%FMv>me%k{4*!@H)wCJWYvA@4tp&SnC(hI=fIug(G#DHHlL-VB!vCXAo%iP zLdf%Xi&>)3i|us5~P{yocDW)`KTu37G~aRo~UD$%LJTa=pRL8vJ{;OdUW zYR_ZX*@Pjj@XXanA~<8BQyndINo2%ao*-`J68a(}WT=Q0HEu9{2rUG638)Gk22fY^7}srPTEt{;acUpQODBoZfGugIwE~ z(aAovn#g^N(iR#8G=>q>CX(Wwjzco)N~G>Q*2(E5=6J??xa6ok%envLQ9Yr@1;_xBI0s#v{yG^;vcsWYNsARrI9)4a75 zr8yd(()Gw5e8NLS{03)NupB8kI692lX1r$tI*jwtoi}kZSFox`!4@XtDL$c7Em-4I zKOdMV*IHr{#@XKrWETTmUd2bRz3|Qm{pq*^DMOxIFRYNDW68hq=jpYOMl>Kef5ttuIbkw^d!d3L1;)`}abZ}G!a1Yhk!Tf4 zr)b|>ojYJW0H(hC987kf!6=jyk~%}rBmFKRmtcAvOf*{R3yG?UhBqQ@wzNMUJQFwS zT(ijk6QB30r5H#EvcT@4t$OpG^MfIy0I9>&J?rG5%dedMR}^QSWn$Jb-}EL)RIac& z#;qB!7Of@S>i21yD?wf6=1l5)HmkgG<=RnfHWO$qhKEpSmZK&=a?k|a5bZ&^{@*MB zgYZZ0bZ&a!c#3-_;D{z?GsYIy@qrO3%*6F!pqCTVYY2#lodW(p7U6SrxWI;P#{JjC zE+jMWNrOu)D~Pt(V4{ZO>~#g!OtC@vp!0}t$|f;Jtbq}dJS)0!w=y^jxknEh#10Ck ztgH%2kr=8}-OTgtsL3S~=f;Jd;`Y2TuheKEqJ@2k3Z6nYUY&9_onf0L&%$A*=KVQF z564ZUd}Ih#;&HBjkV%Lr35b>WDP4gz`xV3a3IB8u9|bqGBXP8yB#f`-9EIHoL5#O> z44gpiS%>z)o3bLuLQ!7F9q*_2Fcu_3m9yAz2gwG>O;a4JoI7hThwOI zCq-?c_;Dgc#M&Tf$rOj4sE}039}>w^rxCxh#I`e?YlRRQ+<>dbGT0xegkB+}+-B~? zf?rTWSpEDdzn4XlR3lH+85T4f_cAav2jZpPVHUl_(U_i@aYBLJO~4SAhNh5>QgbUh}+AO>nXq^1``-3=H!@l`^7VtrDg|L1SQ=;z}Z7|gz$J+oxD_h-;y{y2`go-RvZj7PZo;@ZditaBEoKW7HH`uQ+iLC2?d*( znucO(53pKvXYf9s+IF@Q)n|8#1GXpV?ohMuAs|RT4_F1v1xzvh)|K8)nh7k7;x4%+ zD{8iMU>?F?L~)O- zo>%_!Vz@SGos#mzm~u?R2vJRo1MNC7gSj}22Xck0-;b5NLzLOSrJt}dtn2m6c;#nh zi0IO`$ILO~lg+c3^&PocT`n;MCjghKH^NC+YlI9SajVN8av{?M^bJ{=V}-tZ3zj&nFLNm`*qLh zijYVwDUxCHVF5wb(r53)sp%s@x>V~l{wz%EX<4|@KaF}4YB;9igq7qobVSv7RwNxVAl>d+c!>1IT)<(>$;9;7qa%F zm~1P(iOom0&LZD3y#SX$65yOr+6}A7a7?FIQx?2>mWzoXzXta4tPi{aWJ<{Z;Ik-# zZXd=Yxwg1D5SL?(;;H)}g$w*rmos}U$E#NY4jLLvq37!vI&U5#wh!+G*msB7vj zKQe`@Kp7(7QLvbPrXa{DD&z_l`uTM*=&&Z(O{#v5YsV*d0dL58hElS z)Bq@4pNL*UVNx0+e3q9U&@i50i}H{gT8>q+5k~@2JxUjjYnc1=DTpw2q!&|vE(MjM z9?pk!Fo)Ql!@$OEe8cD(X2SuuBAtCQmxr6^m7 zFiIk6A_x#7SEndTLLe9yu$UxDT-Fikn0Y|#KsLbVu2!!d&In=-b7DQ46{$Fxm!K{` z@P*A=$1CtUxS93Z2%cHw0&+y^A}Wr8>HxTy5eBStDqWA^mj-tXI!UYi9d_c*)$Ute zZ_@%|>g&h!u6cMG{c0wB^s=q6z1Oj#f%pfc`Jbn)s9Y1O)Wy7pS)c}EMcj*fd zbb`hyqo5k9yVAydKR@?=ObF7S=3Lz0#>5%5E+{MAz{rYf^Y}q5MA@-X#m+=fYca45 z%)C1Y@P7fJW z0ZsgrcMb7^BU1q0Nv4ug%ywm(RcoXo(i)RYvXr)=CxPrLH&P0tS6(hkL2cp5Qd5^s z#%KI3vkD;WE9AQK1w}^E>nmbqaKsw1rz>RCIQoN;VvCbeH(|w~GfdZ1=Er71j$leh zGK-7cJP^HrM7+hvUtKI;qD} zdZDy&9+A+(`ay6*l;R!mt{b#4uvUg0z4{$n06?Qk5bMln#8Bms&CYAk>K591-@Z~= zUN=JYnW1yPJ!BzH>gg=5c6RHjX8Q!ZYR=Goh3^OH&*4!namtN%AZn2B9K?9Ccn*>{4iKEG(4T1$h#>tesJTpX*^I0 z=JjlQ_a)L$8D_yuASyu)YkAlv?>$?(+1+~qT$o&cJhOsidg<6 z%HgB+*hB#a-${kCK+Di5FU;*9M75>`3>QOby2kSi3J|MnQP?P@*hLa+Iml%Dkc+ll z)RtA9Otj{K76m2&si3}1m^(oki7IcU6Ve?GOoEo-Cn&~U;`G@&aSix=<|vwH7Gv%cwh(fkb{!c$4K(ATDZCZX_YVPKCWzNve0(@5fle z@XQT4+-^i}#8kgF0}J?H?VVLnTwB_Pk>CUZG!`Ji-95Mj2<{TxHPAQ&_h7+Yg1fuB zdw>KD?!hIv{2k_;;Y?TNa_)YrtGc-O9=dn;+H0@P_dbi1{>;2Ir>4nX$jv?z?LBTq zU{S6+wI0C0=`)I{v5$emap(~`wJHpGvbCjQTB1$Fx*srZ>~iytG&Yh>{=Hnc8j8)S zhznT)n>el=3_KE)pC?pza-8p6Ba|<07pZ)+RZSySaKj3@WTFICZz9zogy6_v`13TA zn(SscBiumOcUy^roA^$pUEYRkdWeekq?ks}%JTd;0u8>_(5jg$;I3QK)w7yQss79s z$-+~T4PFi}B;utm9JeIgYoIrtj@;!*Sxowj(@mB_5sJd1xvpC90wKZ4JXlUhEKMkp zPa@T=JfsRLk#x-SvnZvs5aRuFMA3X6JlIqUk-UwlM)j)mxzb&Id3U@K;vP)$(_XzJ zSc9M5yIG9R7y+q80QswUQ|;37b3{l@eGCbhpb{m03_>Xvkq$FCqAGgSS`!CeKdu#7 zGZ?7`9L(sMQGr9og5!mj1hpS>TGq}y&rMb%l_Iy5*;EsRXb?*SYlJsglppBl&nvlV zdaP0-9JZeUyz(52yLU5$V2QXbalYRavxo;_lhFyR4x_{*?lQecQfxrcpgZ`sWXLLZm8I3#}QVqAkZ6XGDFPZv5IdN_R-W6BN zYn*WUew^<#pYg>-GBc}*X)_D;6^o1t8;>-#3}a7s)h)mIBhnT!3lYqO{>=T-F?wW7 zQwZJFnRKR;>tvA0ABYbbvtxFKoGyfBNX$g4DGG}X7+(p7$@ywuCa$1xheh|ysLS^I zDPR_(rhn8AS}(H+-o=ve_Jn9IC0P1`w4R#pw8U&(BYgp)r@H}JJ~p68D3pmbG_inw zw4Gy^hkX@;`*Sj5^wcc5#@7>>>e6@2KN^^R1-x80||;eLm)QRMn$6g0i6Of-v}YF&m+_dSo3k30fv1=@G8gNp1xuA zv;S&fj4dFhBMm)`*H=(F3bEP3RAr65YNWiU7$~5YR5sj65uCO&E4&dlfF?)PHmYP? z)NE>kUsa;H(PfbwWIHwUz5>>NtSN#|Df`^0v5HCh7rK86v0WiC$)tb_Q+5{uQe|Uf z9{jk}72d}3W|rW{bvarK4!2Uez@pUQb%)zTulA)j%Pf2@@u218Joed{;y7TuvN5qs z=at0-mRVgj9XafqeIZ#Q$#y@6@aV7T$|pJwB%!!ri)64r3C7DE}M5w zv}tGIpv_wrN1pRL)Ea2Arc@^JuXI%o zMHqm$ACl@Yh8+t8DXVPGiKsr24;W*j8^3l)BL6mD$Wmw1rc!nF&3pA8E0gf3Gq$}B zsu>sBDvGfgh6AICFxPAFNFCL5Fc2R#PR#_%JIA52j>pXh>$0mrS`J-66vd00GF&|N z^>u=X#;f|=eofeOs5g$1P}}L(0f-S)9l2K*)6Uej)*9_!vWpCse#svo4_NH&DfKX& zdnmRsYgi;JY19#Nr%nxMH)N|FVhrrrlEpyZ`%_VOnXNm0C>;Wf?Z<4{BA;(`L%F4J z^cEY^4WD6gk79a;<;I}9N+he|#c{wS zI1qj%6AC|Ku0%Iz4uNTS+fs)lAI$@2CfV;9K$wwk;Nu`M zh1Hw@OGb1Smz(1sGaTrbpS#12DQ8QVF4RKf$Y%DfJC8FK?IUZJ>oUwqTSsA#q#x+QPy6+uv0*q1LJ$G5W;oG#Z#Jp((ZSzWPX zX4{aE_zeop-L4z3MW3oUehw^OJY)(V_C+muR`>E$tEXCt;rFM*wY7y~yT4x*nEk1L zC*E++sPRjph~~U}POT-4Bu7AVFTsd>K$Kh*v zSSU^+B!TGA2V{rQL4Dnrnn-C=jR3xGZj5c|r3Ep6c^9#H+f=o}_~NY)oh-<{j+@@0 zvUdq+nq=nFt$ul)SH9cmQa;u3{G^CjX|mTZpYOc%$i1)mk)wTVyRhifm;8xtk1srI zf~=0Qk&Hztzc_uXGJZkzpj|$`t>Bn}@ah*sppFTOLu8a8O-huwfv{_5fQof=u0WGt zl(usdr*b@SVXnaTFeI%yNk6M~)~|L-B#%z6rb5Q)thp=!?aQsj$ee+g$Zu7+>D$+^vi)dEVSF zEk2y10v8{qU*Dgw=UpGoR()E%<8OHgzgSWc@8oJy@1ASg&ow>#@f;z9q5Kp>#zf9_ zxNWtrsVEBX<8H-AZuRR(|D)v-1|?^5hNY-e5r1zxN0QjIzBEGSBEj!s0%MM)3&q0z z8kwz=n4d-0=+zo1Y#C#{U;C9Y!Ei+L^%lnR9-kcT?2HFpalI>ULGNcj{Pxx?p{qm}UMzU5bvf^DtBP4gib9rP46s zdAe)7r%RFUU3O!5*f7#Bj*N3~MIlvt8e!u;u_C?0{Scz9}jBo=MzilWK{9eC3 zkf=ZZNcFY;2TIKFvv?kQPwAzTBYEbtnYbYCeO7q$8ZLbkY|_cR74_EkU7t)m^_gh= zNRzJmTzPjSQK-{^!wACe77WVu2L7n{wsW}>YiM|Vcy03#b*_*1oPvZ7nGaIiOsuZ;2j~>+BSddA$5`d{V2Ha}h1k|R2|LSZDh)f2a?}mF zZ2-_Zk@bX29~BSf$e((Z;diM5 zPk;Qu#R2Ol=PUB7{?RZ;8;6tKZaOz&`ST^u3zK+Yo9pSqywk(oLK#rM5QS2KE6!lR zb-f%IruBn%6gCQ0X32`<$c|zi2~%c9!v@LO6!?%tx+6QMgujD8l33X3&`nlgK)?u664VHd)DKm<|VmDu|NxAxr zHel1-ZYOsMusAogn@#l(4@oGn!C!dtgZ7t4aNHumLObhp_Ye38^WC`lqufwZd zlVs)-6BOR&EjIj3)Jg5mh*q27n-T3dju}G@G{ntL+1AhZyS~!_=K7|2c34^l`6i|T zZDOfzgJ?I|XtlBKh`5J)*-q}or|)|^bBtc6(zfJt_V^EBxf3*5uVkX4Gc=c99?j~8 z$d;^F?4jQO(S}3{ABk}T>fbr}?_Pp8f9ez`6ZaKT5wEqsP*GmkpG_cAt6-{0Wl+95 zXCR5 zs@3%9C7{m&c?m$B;vg>pEXYfs`sgLFP<`|ggjDO>;DjY?R%VC^nIGyU6h=XP37s)D zy+!-oDSp+YUV9)lx%w())3L=2TF*WtP>6a5l@}DQo`_dApk)9|wSDpP^UQ4*8It%mmtDww+#t{Y`9a!5$@7Em_J^DwYhv1b*76#FAJ%7o<7;i zFmc>-&G{8w=b=qRI7OB&lSHTPm#t_*9r`RrO_>0jl-s;VFF{jbpg(oiDW$s%WwP|m z{m1BXJ5_^;8UwxIMh$1d+S31TQ$hOL^DFk{YT2QumHA$`LQkvW&%#VUCe(vmvFqWEEHAtEqYiMkf(robk z+0>jG_dz#3)|XB`d4S{>4Mb2|oA`g%5j?h- zr$o<(Jw_`)`Y_rh3}{J|5FwRvgrC|#uUr0ixVScqya7^So%Atgy1U#fcssLB1v z@|f-))iPE8;XC=m%1Mhb^x#EBoW%7cM9$lgGo#6uL(_=6e4+^0>!!y+HawaW$h#bg zk0a&=Eo%1tspVDpUZjl;*}{}3Hn~KCf6Lx)9f7Bm0&8pKD#uJ0oL)3d@q-ro!T@!a zr-_l0-=s2H=+F*nLTMCne+Un1lr1}r%9?VDY?h}zQyIudpaaTQn6QRVlrb5FTrH>R zfP4g6QZC%3pJ&hU7!t_e{`L`Y{Pq#7;KmGYGfRA(@PsveO%kP*c({hthEIDt62<0p z^x+%u{S_?8N08%_1o9DBq38%$y$mnHpsl%(P*06pewGC235DJ0q%>SjHl5|ba|wNI z)4P0>7L@T@NI*6~2;{s({P%Y%CR*#aVaKmb$OQt4jv8dxQR-2o#JN zZ5_av1v(DdV;M0Ry|++IR#L7LlcQ7XhH~Xl-Cf*_H0)prmS*B_vo{MlQD;!&M5k32 zDblK4E$#VUQp9eS?;K67eHI+6c&p||dzvVa>&`Ax8<1$Y4f_&f@5eP`B)pv$QztI`YvE9|M@1)8g(KV9C zR7n?F;nB{+N%Meuu;R>coFsY~G)Zx?29;%Spe9fE(iGITA-sRT*Z=+aL3EVt-3CoK z&HsJEVSb!&CWk=d2LQY5p7RlIotKHzkDbzx6-I=>K~Z^fbdKqhZV$FOHz+1{@hUJ1 zmnzwm^hIyr*w%7d&zgLZDe9=Cg+!DLI=VMnZKSbclnz7DB~p;va_-9DOUeNRo{yS* zZtD2O^VcYZZz*wfqUilv)4zqFuwG!y`*u*2I3&R}JK+6vg=@yunFy{V9VpnGh^UgQ zcSWABRS>Z3k?}<^>GocQ+`UNMyAuJ;H!^m03%@GL8^!eLVv+OE$Re?NPJ7k*rV(%W za&fW8$5%RzQncf6w}2`W3Y@!^c;u9mb|ZEBV>>CfHnCPWZ6V?;KXn;CJ$K8R>64H! zQ4ML)n?%*W!o=f?r*W*L8d#z>8JMOTTFVPASsinT>pjISTIEVrzG6+LC@#H^+{lcq z?-Evx^sOb8H9Jm4Yt#(Ax}sZIUizFx6lP&j*X3)XNiNvo3&r$|WYu|A7)By?ovbVL zhM$BhG%{QD^zL%CtQY>ldOXQBzt|;KdizL6FxNZoQ0dYP73A`0^s0JO%Vn5jD#PaN zP1K`LF1+#Z6ikhYdjETT1e6JJdgZ{(D!fxNJOw-xcM}p08rruM)HPmQFBrZUn`k5X zUb5R;jGL^4auLr)%3eqJ%hV-DmT8(Fc)(`qc4wGs-sBFE)%% zQLNI0`u&X}evQ5nK1gQ+RfWuqUBzM;`AH8&4@X}u-K?LJ%nx#)nDB>K{fE!6#FN@` zV>;2O=gMMDJ6^ zqZr%Ov$%U(yHz4%77BhT3HZ8jz;QEF3-j>U-Tc@&`M)0>=jbdLD4;)B2a|#=(9*slKh=OUclZac(!jKZiWVcEora8BNh0JQ;~X? zfG_Sxr9ep4HEQV+r(H~f5V2nak5*`lpFs%Ee0OMLM^O6@KS{@%ZzX45QE84oM zwdooicGMRuJ+xQc`7QQh?rZ+?95zgKhH;p;84IMe&1Jpv>(1U}^=STVBFqMoNA}ep z4J)N=Q}DFo^WE(U`Z&;D@tAwB7XC!&3bSdxc#xz<2A(x+{i-1D0Ikhpqwsl*66s0n zdJ~7?kd_r(*MgVly|eVkU-Z7)Li}i%!=K9(5+GK)nr0oZ`7UY|_d7i<@H!`X4thYVeU z)40|;7+b!5C(kdHV!B25y-PYTTFRfb`r`N8d}R^2W!1s^1bmm6Sjl{FnCMn($k75XEOy{0k zTvL^^hMP|l>&5`jV6!b)KCD!alrzwZ26W*E-p|}xmR6?#Iz739#u3^-$B+Tg*69BS z5$Krx_2U*LFYC()@LvLLW|4g;H^{C9U;cLFizaKN$ePBacCF}KRBiCh1=h?9mR}XT zTOPbyxwAhNr#j$pXsQR%g7g7i`bkJNL*uoYpCkclVwia~DiK-GYSq;A49rv6Qh3g+ zjgV{4X4<1;q~Awpwb)4qR~WfQd=p*FXjU^LDL56Y>UwSjw1?viTBD)uke4CoAz=I< zO3X$41}}1?slXM&1jjrgJ*9_~_;P-?{oT#3K$%pELcQ=BH^G|BY|8W1?fYtd)>=!v znkv44G1;S`&HI9~mx$l@gCVJzM-_~{xGaM|>xybW7ZDPQ4%9^d=bdH#KJI@%|6!jQ zaKL|VZSi;E@8@>V8sr}vU4R$C{pNuq&x~%!71PZ#wUs))*mU4I!15`xQy9}ufhYSTY$RJQV{@0Kb{` zM7UM?<3V`5wFXWBzr*lEp;P}O<&Q@ae4X_~vDEq_<#E*o{#yR?di03_0TH4L0Ret> n3SRx6Gx0yG#|-{a{r9{qCkX>OH~kJF0U-E5XH+%g-@pAI)+4eu diff --git a/ePICreator/cinitrapide.xlsx b/ePICreator/cinitrapide.xlsx deleted file mode 100644 index 2444a21f88287a7642d4d67706de924074162e1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20930 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 LqT0&*@!S6c6%h}x diff --git a/ePICreator/createAll.py b/ePICreator/createAll.py deleted file mode 100644 index e589857d35..0000000000 --- a/ePICreator/createAll.py +++ /dev/null @@ -1,27 +0,0 @@ -import sys -from os import listdir, getcwd, mkdir, rmdir -from creator import create_from_template - -# total arguments -n = len(sys.argv) -if n < 3: - raise Exception( - "Please provide the path to the input file and the path to the output file" - ) - - -DATA_FOLDER = sys.argv[1] -TEMPLATE_FOLDER = sys.argv[2] -OUTPUT_FOLDER = sys.argv[3] - - -for file in listdir(DATA_FOLDER): - - if ( - file.endswith(".xlsx") - and not file.startswith("~$") - and not file.startswith("empty") - ): - print(file) - print("**" * 50) - create_from_template(file, TEMPLATE_FOLDER, OUTPUT_FOLDER) diff --git a/ePICreator/creator.py b/ePICreator/creator.py deleted file mode 100644 index 3d7e254e69..0000000000 --- a/ePICreator/creator.py +++ /dev/null @@ -1,152 +0,0 @@ -from os import listdir, getcwd, mkdir -from os.path import exists -from jinja2 import Environment, FileSystemLoader -import pandas as pd -import sys -import uuid -import re -from datetime import datetime -from validator import pre_validation -import hashlib - -context = {"now": datetime.now().strftime("%Y-%m-%dT%H:%M:%SZ")} - - -# total arguments -n = len(sys.argv) -if n < 3: - raise Exception( - "Please provide the path to the input file and the path to the output file" - ) - - -# Custom filter method -def regex_replace(s, find, replace): - """A non-optimal implementation of a regex filter""" - return re.sub(find, replace, s) - - -DATA_FILE = sys.argv[1] -TEMPLATE_FOLDER = sys.argv[2] -OUTPUT_FOLDER = sys.argv[3] - -env = Environment(loader=FileSystemLoader(TEMPLATE_FOLDER), trim_blocks=True) -env.filters["regex_replace"] = regex_replace - - -def hash_id(string): - hash_object = hashlib.md5(bytes(string, "utf-8")) - return str(hash_object.hexdigest()) - - -env.filters["create_hash_id"] = hash_id - - -def create_from_template(DATA_FILE, TEMPLATE_FOLDER, OUTPUT_FOLDER): - elements = [ - "AdministrableProductDefinition", - "Substance", - "RegulatedAuthorization", - "Organization", - "ClinicalUseDefinition", - "Composition", - "Ingredient", - "MedicinalProductDefinition", - "ManufacturedItemDefinition", - "PackagedProductDefinition", - "Bundle", - ] - - # create temp_folder: - print(DATA_FILE, TEMPLATE_FOLDER, OUTPUT_FOLDER) - - if TEMPLATE_FOLDER[-1] != "/": - TEMPLATE_FOLDER += "/" - if OUTPUT_FOLDER[-1] != "/": - OUTPUT_FOLDER += "/" - - temp_folder = getcwd() + "/temp/" - - if not exists(temp_folder): - mkdir(temp_folder) - major_name = DATA_FILE.lower().split("/")[-1].split(".")[0].replace(" ", "_") - real_output_folder = OUTPUT_FOLDER + major_name + "-ema-automatic/" - print(real_output_folder) - if not exists(real_output_folder): - mkdir(real_output_folder) - for sheet in elements: - # read an excel file and convert - # into a dataframe object - df = pd.DataFrame(pd.read_excel(DATA_FILE, sheet_name=sheet)) - # pre_validation(df, sheet) - df["id_hash"] = df["id"].apply(lambda x: uuid.uuid4()) - df["id"].fillna(df["id_hash"], inplace=True) - # show the dataframe - # print(df) - df.to_csv(temp_folder + sheet + ".csv", index=True) - - data_dict = {"MajorName": major_name} # if needed - data = {"dictionary": data_dict, "turn": "1"} - - # multiple elementsa - for file in listdir(temp_folder): - print(file) - n_file = file.split(".")[0] - # with open(TEMPLATE_FOLDER + n_file + ".fsh", "r") as file: - - # templateString = env.get_template(file.read()) - - t = env.get_template(n_file + ".fsh") - # t = Template(templateString, trim_blocks=True) - - df = pd.read_csv(temp_folder + n_file + ".csv", index_col=0) - - df = df.astype(str) - data["data"] = df - t.stream(data=data, **context).dump(real_output_folder + n_file + ".fsh") - - # get ids: - ## goes for all, checks for ID and adds to list - ## then creates again with references - object_ids = {} - for file in listdir(real_output_folder): - # print(file) - # n_file = file.split(".")[0] - with open(real_output_folder + file, "r") as file1: - Lines = file1.readlines() - instances = [] - ids = [] - for line in Lines: - - if "Instance: " in line: - # print(line) - instances.append(line.replace("Instance: ", "").strip()) - # if "* id = " in line: - # print(line) - ids.append(line.replace("Instance: ", "").strip()) - - object_ids[file.split(".")[0]] = [(i, j) for i, j in zip(instances, ids)] - - print("ob", object_ids) - data["references"] = object_ids - - print("newline" + " ---" * 30) - # multiple elementsa - for file in listdir(temp_folder): - # print(file) - n_file = file.split(".")[0] - # with open(TEMPLATE_FOLDER + n_file + ".fsh", "r") as f: - # templateString = f.read() - # t = Template(templateString, trim_blocks=True) - t = env.get_template(n_file + ".fsh") - - df = pd.read_csv(temp_folder + file, index_col=0) - # print(df) - df = df.astype(str) - data["data"] = df - data["turn"] = "2" - t.stream(data=data, **context).dump(real_output_folder + n_file + ".fsh") - - -if __name__ == "__main__": - create_from_template(DATA_FILE, TEMPLATE_FOLDER, OUTPUT_FOLDER) diff --git a/ePICreator/empty-template.xlsx b/ePICreator/empty-template.xlsx deleted file mode 100644 index bdf0c5bc3a8b6b29a433704d58f9653055471db2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21049 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""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["package_leaflet"].startswith("

") %} - * text.div = """{{row['package_leaflet']}}""" - -{% else %} - * text.div = """
{{row['package_leaflet']}}
""" -{%- endif %} - - - -* section[=].section[+] - * title = "Package leaflet: Information for the user" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "Package leaflet: Information for the user" - * text.status = #additional -{% if row["information_user"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["information_user"].startswith("
") %} - * text.div = """{{row['information_user']}}""" - -{% else %} - * text.div = """
{{row['information_user']}}
""" -{%- endif %} - - - -* section[=].section[+] - * title = "What is in this leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "What is in this leaflet" - * text.status = #additional -{% if row["what_in_leaflet"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["what_in_leaflet"].startswith("
") %} - * text.div = """{{row['what_in_leaflet']}}""" - -{% else %} - * text.div = """
{{row['what_in_leaflet']}}
""" -{%- endif %} - - -* section[=].section[+] - * title = "1. What {{row['name']}} is and what it is used for" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "1. What {{row['name']}} is and what it is used for" - * text.status = #additional -{% if row["what_product_is"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - -{%- elif row["what_product_is"].startswith("
") %} - * text.div = """{{row['what_product_is']}}""" - -{% else %} - * text.div = """
{{row['what_product_is']}}
""" -{%- endif %} - - - -* section[=].section[+] - * title = "2. What you need to know before you take {{row['name']}}" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "2. What you need to know before you take {{row['name']}}" - * text.status = #additional -{% if row["before_take"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["before_take"].startswith("
") %} - * text.div = """{{row['before_take']}}""" - -{% else %} - * text.div = """
{{row['before_take']}}
""" -{%- endif %} - -* section[=].section[+] - * title = "3. How to take {{row['name']}}" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "3. How to take {{row['name']}}" - * text.status = #additional -{% if row["how_to_take"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["how_to_take"].startswith("
") %} - * text.div = """{{row['how_to_take']}}""" - -{% else %} - * text.div = """
{{row['how_to_take']}}
""" -{%- endif %} - - -* section[=].section[+] - * title = "4. Possible side effects" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "4. Possible side effects" - * text.status = #additional -{% if row["side_effects"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["side_effects"].startswith("
") %} - * text.div = """{{row['side_effects']}}""" - -{% else %} - * text.div = """
{{row['side_effects']}}
""" -{%- endif %} - -* section[=].section[+] - * title = "5. How to store {{row['name']}}" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "5. How to store {{row['name']}}" - * text.status = #additional -{% if row["how_to_store"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["how_to_store"].startswith("
") %} - * text.div = """{{row['how_to_store']}}""" - -{% else %} - * text.div = """
{{row['how_to_store']}}
""" -{%- endif %} - - -* section[=].section[+] - * title = "6. Contents of the pack and other information" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "6. Contents of the pack and other information" - * text.status = #additional -{% if row["other_info"]|string == "nan" %} - - * text.div = """
unavailable
""" - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable -{%- elif row["other_info"].startswith("
") %} - * text.div = """{{row['other_info']}}""" - -{% else %} - * text.div = """
{{row['other_info']}}
""" -{%- endif %} - -{% endif %} -{% endfor %} \ No newline at end of file diff --git a/ePICreator/templates/Ingredient.fsh b/ePICreator/templates/Ingredient.fsh deleted file mode 100644 index 57c1d6cd1e..0000000000 --- a/ePICreator/templates/Ingredient.fsh +++ /dev/null @@ -1,71 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -{% set ns = namespace() %} -{% set ns.one = data["dictionary"]["MajorName"]|lower|regex_replace('[^A-Za-z0-9]+', '') %} -{% set ns.two = row["name"]| lower | regex_replace('[^A-Za-z0-9]+', '') %} -{% set ns.name_to_has= ns.one ~ ns.two %} - - - -{% if ns.name_to_has|length > 48 %} - -Instance: ingredient-for-{{ns.name_to_has| create_hash_id}} - - -{% else %} - -Instance: ingredient-for-{{ data["dictionary"]["MajorName"]|lower|regex_replace('[^A-Za-z0-9]+', '')}}-{{ row["name"]| lower | regex_replace('[^A-Za-z0-9]+', '') }} - -{% endif %} - -InstanceOf: IngredientUvEpi -Title: "Ingredient-{{row["role"]| lower}} {{ row["name"] }}" -Description: "{{ row["name"] }}" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "{{ row["identifier"] }}" -* identifier.use = #official - -* role = $spor-rms#{{ row["roleID"] }} "{{ row["role"] }}" - -* status = #{{ row["status"] }} - -* substance.code.concept.coding = $ginas#{{ row["identifier"] }} "{{ row["name"] }}" - -{% if row["quantity"]|string !="nan" %} - -* substance.strength.presentationQuantity = {{ row["quantity"] | replace (",",".") }} '{{ row["quantity unit"] }}' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#{{row["StrengthBasis"]}} "{{row["StrengthBasisText"]|trim }}" -{% endif %} - - -{% if data["turn"] != "1" %} -// Reference to products -* for = Reference({{data["references"]["ManufacturedItemDefinition"][0][0]}}) -* for[+] = Reference({{data["references"]["MedicinalProductDefinition"][0][0]}}) -* for[+] = Reference({{data["references"]["AdministrableProductDefinition"][0][0]}}) - -{%- endif %} - -// Reference to Organization: Reference to MAH - -{% set ns = namespace(referenced=False) -%} -{% if data["turn"] != "1" %} -{% for refs in data["references"]["Organization"] %} -{% if refs[0].startswith("manufacturerapi") %} -{% set ns.referenced=True -%} - -* manufacturer.manufacturer = Reference({{refs[0]}}) -{%- endif %} -{%- endfor %} - -{% if not ns.referenced %} - -* manufacturer.manufacturer = Reference({{data["references"]["Organization"][0][0]}}) -{% endif %} -{% endif %} -{% endif %} -{% endfor %} \ No newline at end of file diff --git a/ePICreator/templates/ManufacturedItemDefinition.fsh b/ePICreator/templates/ManufacturedItemDefinition.fsh deleted file mode 100644 index 18c08a9ee8..0000000000 --- a/ePICreator/templates/ManufacturedItemDefinition.fsh +++ /dev/null @@ -1,38 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -Instance: mid-{{ row["name"] | lower | regex_replace('[^A-Za-z0-9]+', '') | create_hash_id }} -InstanceOf: ManufacturedItemDefinitionUvEpi -Title: "Manufactured item {{ row["name"] }}" -Description: "{{ row["name"] }}" -Usage: #example - -* identifier.system = "https://spor.ema.europa.eu/pmswi/#/" -* identifier.value = "{{ row["identifier"] }}" -* identifier.use = #official - -* status = #{{ row["status"] }} -* manufacturedDoseForm = https://spor.ema.europa.eu/rmswi/#{{row["doseFormID"]}} "{{ row["doseForm"] }}" - -* unitOfPresentation = $spor-rms#{{row["unit_presentationID"]}} "{{ row["unit_presentation"] }}" - - - - -{% set ns = namespace(referenced=False) -%} -{% if data["turn"] != "1" %} -{% for refs in data["references"]["Organization"] %} -{% if refs[0].startswith("manufacturer") and "manufacturerapi" not in refs[0] %} -{% set ns.referenced=True -%} - -* manufacturer = Reference({{refs[0]}}) -{%- endif %} -{%- endfor %} - -{% if not ns.referenced %} - -* manufacturer = Reference({{data["references"]["Organization"][0][0]}}) -{%- endif %} -{%- endif %} -{%- endif %} -{%- endfor %} \ No newline at end of file diff --git a/ePICreator/templates/MedicinalProductDefinition.fsh b/ePICreator/templates/MedicinalProductDefinition.fsh deleted file mode 100644 index 7552710f99..0000000000 --- a/ePICreator/templates/MedicinalProductDefinition.fsh +++ /dev/null @@ -1,68 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -Instance: mp{{ row["productname"]| regex_replace('[^A-Za-z0-9]+', '') | create_hash_id }} -InstanceOf: MedicinalProductDefinitionUvEpi -Title: "Medicinal Product {{ row["productname"]}}" -Description: "{{ row["productname"]}}" -Usage: #example - -{% if row["identifier_system"]|string != 'nan' %} -{% for idx in range(0,row["identifier_system"].count("|")+1) %} -* identifier[+].system = "{{ row["identifier_system"].split("|")[idx]}}" -* identifier[=].value = "{{ row["identifier_value"].split("|")[idx]}}" -{%- endfor %} -{%- endif %} - -* type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" - -* domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" - -* status = http://hl7.org/fhir/publication-status#active "active" - - -{{ "* indication = \"{}\"".format(row.indication) if row.indication|string !="nan"}} - - -* legalStatusOfSupply = $spor-rms#{{row['statusSuplyID']}} "{{row['statusSuply']}}" - -{% if row["classification_ids"]|string != 'nan' %} -{% for idx in range(0,row["classification_ids"].count("|")+1) %} - -* classification[+] = $atc#{{ row["classification_ids"].split("|")[idx]}} "{{ row["classification_texts"].split("|")[idx]}}" - -{%- endfor %} -{%- endif %} - -* name - * productName = "{{ row["productname"]|trim }}" - * type = $spor-productNamePartType-cs#220000000001 - * text = "Full name" - - * part[0] - * part = "{{ row["inventedNamePart"]|trim }}" - * type = $spor-productNamePartType-cs#220000000002 - * type.text = "Invented name part" - - * part[+] - * part = "{{ row["ScientificNamePart"] |trim }}" - * type = $spor-productNamePartType-cs#220000000003 - * type.text = "Scientific name part" - - * part[+] - * part = "{{ row["StrengthPart"] |trim }}" - * type = $spor-productNamePartType-cs#220000000004 - * type.text = "Strength part" - - * part[+] - * part = "{{ row["PharmaceuticalDosePart"]|trim }}" - * type = $spor-productNamePartType-cs#220000000005 - * type.text = "Pharmaceutical dose form part" - - * usage - * country = urn:iso:std:iso:3166#{{ row["countryCode"] }} "{{ row["country"] }}" - * jurisdiction = urn:iso:std:iso:3166#{{ row["countryCode"] }} "{{ row["country"] }}" - * language = urn:ietf:bcp:47#{{ row["languageID"] }} "{{ row["language"] }}" - -{%- endif %} -{%- endfor %} \ No newline at end of file diff --git a/ePICreator/templates/Organization.fsh b/ePICreator/templates/Organization.fsh deleted file mode 100644 index 8c6eed39e4..0000000000 --- a/ePICreator/templates/Organization.fsh +++ /dev/null @@ -1,41 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -{% set ns = namespace() %} -{% set ns.one = row['type'] %} -{% set ns.two = row['name'] %} -{% set ns.three= data["dictionary"]["MajorName"] %} -{% set ns.name_to_has= ns.one ~ ns.two ~ns.three %} - - - -Instance: org-{{ns.name_to_has| create_hash_id}} - -InstanceOf: OrganizationUvEpi -Title: "{{ row["name"] }} as {{ row["type"] }}" -Description: "{{ row["name"] }} as {{ row["type"] }}" -Usage: #example - -* identifier.system = $spor-org -* identifier.value = "{{ row["identifier"] }}" -* identifier.use = #official - -* active = {{ row["active"]|lower }} - -* type = $spor-rms#{{row["typeID"]}} "{{ row["type"] }}" -* type.text = "{{ row["type"] }}" -* name = "{{ row["name"] }}" - -* contact - * address - * text = "{{ row["address_line"] }} {{ row["address_city"] }} {{ row["address_country"] }}" - * use = #{{ row["address_use"] }} - * type = #{{ row["address_type"] }} - * line = "{{ row["address_line"]|trim }}" - * city = "{{ row["address_city"]|trim }}" - * country = "{{ row["address_country"]|trim }}" - {{ "* postalCode = \"{}\"".format(row.address_postalCode|trim) if row.address_postalCode|string !="nan"}} - - -{%- endif %} -{%- endfor %} \ No newline at end of file diff --git a/ePICreator/templates/PackagedProductDefinition.fsh b/ePICreator/templates/PackagedProductDefinition.fsh deleted file mode 100644 index 78ad490dc8..0000000000 --- a/ePICreator/templates/PackagedProductDefinition.fsh +++ /dev/null @@ -1,61 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -Instance: ppd-{{ row["name"]| lower | regex_replace('[^A-Za-z0-9]+', '') | create_hash_id}} -InstanceOf: PackagedProductDefinitionUvEpi -Title: "{{ row["name"] }}" -Description: "{{ row["name"] }}" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "{{ row["identifier"] }}" -* identifier.use = #official - -* name = "{{ row["name"] }}" - -* type = $spor-rms#{{ row["typeID"] }} "{{ row["type"] }}" -//* type = $spor-rms#100000155527 - - -* status = http://hl7.org/fhir/publication-status#active "Active" -* statusDate = "{{ row["statusDate"]}}" - -{% if row["quantity"]|string !="nan" %} - -* containedItemQuantity = {{ row["quantity"].split(' ')[0] }} '{{ row["quantity"].split(' ')[1] }}' -{% endif %} - -{{ "* description = \"{}\"".format(row.description) if row.description|string !="nan"}} -{{ "* copackagedIndicator = {}".format(row.copackagedIndicator|lower) if row.copackagedIndicator|string !="nan"}} - - -* packaging - * identifier.system = $spor-prod - * identifier.value = "{{ row["packaging_identifier"] }}" - * type = $spor-rms#{{ row["Packaging_typeID"] }} "{{ row["Packaging_type"] }}" - * quantity = {{ row["packaging_quantity"] }} - * material = $spor-rms#{{ row["packaging_materialID"] }} "{{ row["packaging_material"] }}" - -{% if row["inside_packaging_type"]|string != "nan" %} - - * packaging.type = $spor-rms#{{ row["inside_packaging_typeID"] }} "{{ row["inside_packaging_type"] }}" - * packaging.quantity = {{ row["inside_packaging_quantity"] }} -{% for idx in range(0,row["inside_packaging_materialID"].count("|")+1) %} - - * packaging.material[+] = $spor-rms#{{ row["inside_packaging_materialID"].split("|")[idx] }} "{{ row["inside_packaging_material"].split("|")[idx] }}" - -{%- endfor %} -{%- endif %} - - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -{% if data["turn"] != "1" %} -* packageFor = Reference({{data["references"]["MedicinalProductDefinition"][0][0]}}) -{% endif %} - // Reference to Organization: MAH -{% if data["turn"] != "1" %} -* manufacturer = Reference({{data["references"]["Organization"][0][0]}}) -{% endif %} - -{%- endif %} -{%- endfor %} \ No newline at end of file diff --git a/ePICreator/templates/RegulatedAuthorization.fsh b/ePICreator/templates/RegulatedAuthorization.fsh deleted file mode 100644 index 312aabf99f..0000000000 --- a/ePICreator/templates/RegulatedAuthorization.fsh +++ /dev/null @@ -1,64 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -Instance: authorization{{ row["name"]| lower | regex_replace('[^A-Za-z0-9]+', '') | create_hash_id }} -InstanceOf: RegulatedAuthorizationUvEpi -Title: "Regulated Authorization for {{ row["name"] }}" -Description: "Regulated Authorization for {{ row["name"] }}" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "{{ row["identifier"] }}" -* identifier.use = #official - - // Reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet - {% if data["turn"] != "1" %} -//* subject = Reference(karvea75mgblisterx28) -* subject = Reference({{data["references"]["MedicinalProductDefinition"][0][0]}}) -{% endif %} -* type = $spor-rms#{{ row["typeID"] }} "{{ row["type"] }}" - -//* type = $spor-rms#100000072062 -//* type.text = "Marketing Authorisation" - -* region = urn:iso:std:iso:3166#{{ row["regionID"] }} "{{ row["region"] }}" - - -* status = http://hl7.org/fhir/publication-status#{{ row["statusID"] }} "{{ row["status"] }}" - - -* statusDate = "{{ row["statusDate"] }}" -{% set ns = namespace(referenced=False) -%} - -// * holder = Reference(sanofiaventisgroupe) -{% if data["turn"] != "1" %} -{% for refs in data["references"]["Organization"] %} -{% if refs[0].startswith("marketingauthorisationholder") %} -{% set ns.referenced=True -%} - -* holder = Reference({{refs[0]}}) -{%- endif %} -{%- endfor %} - -{% if not ns.referenced %} - -* holder = Reference({{data["references"]["Organization"][0][0]}}) -{%- endif %} - -{%- endif %} - -{%- endif %} -{%- endfor %} - - - -{% if data["turn"] != "1" %} -{% for refs in data["references"]["Organization"] %} -{% if refs[0].startswith("medicinesregulatoryauthority") %} - // Reference to Organization: EMA -* regulator = Reference({{refs[0]}}) -{%- endif %} -{%- endfor %} -{%- endif %} - - diff --git a/ePICreator/templates/Substance.fsh b/ePICreator/templates/Substance.fsh deleted file mode 100644 index f104e4b240..0000000000 --- a/ePICreator/templates/Substance.fsh +++ /dev/null @@ -1,47 +0,0 @@ -{% for index,row in data["data"].iterrows() %} -{% if row["skip"] not in ['y', 'Y', 'x', 'X'] %} - -Instance: substance-{{ row["name"]| lower | regex_replace('[^A-Za-z0-9]+', '') }} -InstanceOf: SubstanceDefinitionUvEpi -Description: "{{ row["name"] }}" -Usage: #example - -* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" -* identifier.value = "{{ row["identifier"] }}" -* identifier.use = #official - -* version = "{{ row["version"] }}" - -* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#{{ row["statusID"] }} "{{ row["status"] }}" - -//* description = "{{ row["description"] }}" -{{ "* description = \"{}\"".format(row.description) if row.description|string !="nan"}} - - // Reference to Organization: MAH - {% if data["turn"] != "1" %} - -* manufacturer = Reference({{data["references"]["Organization"][0][0]}}) - -{%- endif %} - -{% if row["moleclularWeigth"]|string != "nan" %} - -{% for idx in range(0,row["moleclularWeigth"].count("|")+1) %} - -* molecularWeight[+].type.text = "{{ row["moleclularWeigthType"].split("|")[idx] }}" -* molecularWeight[=].amount.value = {{ row["moleclularWeigth"].split("|")[idx] | replace (",",".")}} - -{%- endfor %} -{%- endif %} - -* structure.molecularFormula = "{{ row["molecularFormula"] }}" - -//* name.name = "{{ row["name_name"] }}" -{{ "* name.name = \"{}\"".format(row.name_name) if row.name_name|string !="nan"}} - -//* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#{{ row["name_typeID"] }} "{{ row["name_type"] }}" -{{ "* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#{} \"{}\"".format(row.name_typeID,row.name_type) if row.name_type|string !="nan"}} - - -{%- endif %} -{%- endfor %} \ No newline at end of file diff --git a/ePICreator/validator.py b/ePICreator/validator.py deleted file mode 100644 index 07f55c7476..0000000000 --- a/ePICreator/validator.py +++ /dev/null @@ -1,108 +0,0 @@ -import pandas as pd - - -def pre_validation(df, sheet): - """Pre-validation of the input data""" - - def if_has_spaces(df, col): - if df[col].str.strip().str.contains(" ").any(): - raise Exception(str(col) + " cannot contain spaces") - - def if_has_spaces_or_null(df, col): - for item in df[col]: - if not pd.isna(item): - if " " in item: - raise Exception(str(col) + " cannot contain spaces") - - def if_numeric_or_null(df, col): - if not ( - pd.to_numeric(df[col], errors="coerce").notnull() | df[col].isnull() - ).all(): - raise Exception(str(col) + " must be numeric or null") - - def if_numeric(df, col): - if not pd.to_numeric(df[col], errors="coerce").notnull().all(): - raise Exception(str(col) + " must be numeric") - - def if_has_newline(df, col): - if df[col].str.contains("\n").any(): - raise Exception(str(col) + " cannot contain new lines (enters)") - - def validate_AdministrableProductDefinition(df): - """Validate the ingredient sheet""" - if_has_spaces(df, "status") - if_numeric(df, "unit_presentationID") - if_numeric(df, "routeID") - if_numeric(df, "doseFormID") - if_has_newline(df, "name") - return "ok" - - def validate_ingredient(df): - """Validate the ingredient sheet""" - if_has_spaces(df, "identifier") - if_has_spaces(df, "StrengthBasis") - if_numeric_or_null(df, "quantity") - if_numeric(df, "roleID") - if_has_newline(df, "name") - return "ok" - - def validate_ManufacturedItemDefinition(df): - """Validate the ingredient sheet""" - if_has_spaces(df, "status") - if_numeric(df, "unit_presentationID") - if_numeric(df, "doseFormID") - if_has_newline(df, "name") - if_has_spaces(df, "identifier") - - return "ok" - - def validate_MedicinalProductDefinition(df): - """Validate the ingredient sheet""" - if_has_newline(df, "productname") - if_has_spaces(df, "status") - if_has_spaces(df, "countryCode") - - if_numeric(df, "statusSuplyID") - if_has_newline(df, "inventedNamePart") - if_has_newline(df, "ScientificNamePart") - if_has_newline(df, "StrengthPart") - if_has_newline(df, "PharmaceuticalDosePart") - - return "ok" - - def validate_Organization(df): - """Validate the ingredient sheet""" - if_has_spaces(df, "identifier") - if_numeric_or_null(df, "address_postalCode") - if_numeric(df, "typeID") - if_has_newline(df, "name") - return "ok" - - def validate_PackagedProductDefinition(df): - """Validate the ingredient sheet""" - if_has_spaces_or_null(df, "identifier") - if_numeric_or_null(df, "inside_packaging_typeID") - if_numeric_or_null(df, "inside_packaging_quantity") - if_numeric_or_null(df, "packaging_quantity") - if_numeric_or_null(df, "Packaging_typeID") - if_numeric_or_null(df, "packaging_materialID") - if_numeric_or_null(df, "packaging_quantity") - - if_numeric(df, "typeID") - - if_has_newline(df, "name") - return "ok" - - if sheet == "Ingredient": - return validate_ingredient(df) - - if sheet == "AdministrableProductDefinition": - return validate_AdministrableProductDefinition(df) - if sheet == "ManufacturedItemDefinition": - return validate_ManufacturedItemDefinition(df) - if sheet == "MedicinalProductDefinition": - return validate_MedicinalProductDefinition(df) - if sheet == "Organization": - return validate_Organization(df) - if sheet == "PackagedProductDefinition": - return validate_PackagedProductDefinition(df) diff --git a/input/fsh/aliases.fsh b/input/fsh/aliases.fsh index d0f456b20e..ddad89e038 100644 --- a/input/fsh/aliases.fsh +++ b/input/fsh/aliases.fsh @@ -16,7 +16,7 @@ Alias: $allergyintolerance-verification = http://terminology.hl7.org/CodeSystem/ Alias: $condition-clinical = http://terminology.hl7.org/CodeSystem/condition-clinical Alias: $list-order = http://terminology.hl7.org/CodeSystem/list-order Alias: $example-org = http://example.org -Alias: $snomed = http://snomed.info/sct + // SPOR Code systems (lists) Alias: $spor-precautionsForStorage-cs = https://spor.ema.europa.eu/lists/100000073344 diff --git a/input/fsh/examples/acmedrug-ema-automatic/Bundle.fsh b/input/fsh/examples/acmedrug-ema-automatic/Bundle.fsh index d7b32c74bf..4854d67c08 100644 --- a/input/fsh/examples/acmedrug-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/acmedrug-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "EU/1/96/007/035" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/composition5aa8042f9b2bea12d814ccaf27f6d64e" diff --git a/input/fsh/examples/acmedrug-ema-automatic/Composition.fsh b/input/fsh/examples/acmedrug-ema-automatic/Composition.fsh index 1b68b3b8b9..831e2dfda4 100644 --- a/input/fsh/examples/acmedrug-ema-automatic/Composition.fsh +++ b/input/fsh/examples/acmedrug-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-2aff7154a8d952c895e8a03849a25108) * title = "TEST PURPOSES ONLY - acmedrug" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
unavailable
""" * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,8 +42,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
+ + * text.div = """

Karvea 75 mg tablets

irbesartan

Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. @@ -54,19 +53,15 @@ Usage: #example
  • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
  • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
  • -
    """ - - - - +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    + + * text.div = """
    • What Karvea is and what it is used for
    • What you need to know before you take Karvea
    • @@ -75,18 +70,15 @@ Usage: #example
    • How to store Karvea
    • Contents of the pack and other information
    -
    """ - - - +
    """ * section[=].section[+] * title = "1. What acmedrug is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What acmedrug is and what it is used for" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Karvea belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. Karvea prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. Karvea slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes.

    @@ -96,19 +88,15 @@ Usage: #example
  • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory evidence of impaired kidney function.
  • -
    """ - - - - - +
    """ * section[=].section[+] * title = "2. What you need to know before you take acmedrug" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take acmedrug" * text.status = #additional - - * text.div = """
    + + + * text.div = """
    Do not take Karvea
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • @@ -171,17 +159,14 @@ Usage: #example Karvea contains sodium.

      This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

      -
    """ - - - +
    """ * section[=].section[+] * title = "3. How to take acmedrug" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take acmedrug" * text.status = #additional - - * text.div = """
    + + * text.div = """
    Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. Method of administration @@ -210,9 +195,7 @@ Usage: #example If you forget to take Karvea

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    -
    """ - - +
    """ * section[=].section[+] @@ -220,8 +203,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking Karvea and contact your doctor immediately.

    The frequency of the side effects listed below is defined using the following convention:

    @@ -241,17 +224,15 @@ Usage: #example Reporting of side effects

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine.

    -
    """ - - +
    """ * section[=].section[+] * title = "5. How to store acmedrug" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store acmedrug" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Keep this medicine out of the sight and reach of children.

    Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. @@ -259,18 +240,15 @@ Usage: #example

    Do not store above 30°C.

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment.

    -
    """ - - - +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    + + * text.div = """
    What Karvea contains
    • The active substance is irbesartan. Each tablet of Karvea 75 mg contains 75 mg irbesartan.
    • @@ -493,7 +471,4 @@ Usage: #example

      This leaflet was last revised in

      Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

      -
    """ - - - +
    """ \ No newline at end of file diff --git a/input/fsh/examples/adalimumab-ema-automatic/AdministrableProductDefinition.fsh b/input/fsh/examples/adalimumab-ema-automatic/AdministrableProductDefinition.fsh new file mode 100644 index 0000000000..517c972fe3 --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/AdministrableProductDefinition.fsh @@ -0,0 +1,26 @@ + +Instance: ap-2e8a8b1c9142de3ac8de0723812d3fef +InstanceOf: AdministrableProductDefinitionUvEpi +Title: "Administrable product adalimumab" +Description: "adalimumab" +Usage: #example + +* identifier.system = $phpid +* identifier.value = "TBD" + +* status = #active + +* formOf = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) +* administrableDoseForm = $spor-rms#100000073863 "Solution for injection" +* unitOfPresentation = $spor-rms#200000002135 "Pen" + +//this is just manufactured with extra steps? + + +//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet +* producedFrom = Reference(mid-2e8a8b1c9142de3ac8de0723812d3fef) + + +* routeOfAdministration.code = $spor-rms#100000073633 "Subcutaneous use" + +* routeOfAdministration.targetSpecies.code = $spor-rms#100000109093 "Human" \ No newline at end of file diff --git a/input/fsh/examples/adalimumab-ema-automatic/Bundle.fsh b/input/fsh/examples/adalimumab-ema-automatic/Bundle.fsh new file mode 100644 index 0000000000..b50e1a9c23 --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/Bundle.fsh @@ -0,0 +1,91 @@ + +Instance: bundlepackageleaflet-2e8a8b1c9142de3ac8de0723812d3fef +InstanceOf: BundleUvEpi +Title: "ePI document Bundle for adalimumab Package Leaflet" +Description: "Bundle for adalimumab Package Leaflet ePI document" +Usage: #example + +* identifier.system = "https://www.gravitatehealth.eu/sid/doc" +* identifier.value = "EU/1/16/1157/003" +* type = #document +* timestamp = "2023-01-20T17:19:33Z" + +// Composition +* entry[0].fullUrl = "Composition/composition2e8a8b1c9142de3ac8de0723812d3fef" +* entry[0].resource = composition2e8a8b1c9142de3ac8de0723812d3fef + + + + + + + + +// Ingredient + +* entry[+].fullUrl = "Ingredient/ingredient-for-adalimumab-insulinglargine" +* entry[=].resource = ingredient-for-adalimumab-insulinglargine + +// Ingredient + +* entry[+].fullUrl = "Ingredient/ingredient-for-adalimumab-lixisenatide" +* entry[=].resource = ingredient-for-adalimumab-lixisenatide + +// Ingredient + +* entry[+].fullUrl = "Ingredient/ingredient-for-adalimumab-glycerol85whodd" +* entry[=].resource = ingredient-for-adalimumab-glycerol85whodd + + + +// AdministrableProductDefinition + +* entry[+].fullUrl = "AdministrableProductDefinition/ap-2e8a8b1c9142de3ac8de0723812d3fef" +* entry[=].resource = ap-2e8a8b1c9142de3ac8de0723812d3fef + + +// RegulatedAuthorization + +* entry[+].fullUrl = "RegulatedAuthorization/authorization2e8a8b1c9142de3ac8de0723812d3fef" +* entry[=].resource = authorization2e8a8b1c9142de3ac8de0723812d3fef + + +// Organization + +* entry[+].fullUrl = "Organization/org-b4249a5180d23ad521b23e06e99b7afd" +* entry[=].resource = org-b4249a5180d23ad521b23e06e99b7afd + +// Organization + +* entry[+].fullUrl = "Organization/org-90385ec6a39a5d293a77ef9f7095bd30" +* entry[=].resource = org-90385ec6a39a5d293a77ef9f7095bd30 + +// Organization + +* entry[+].fullUrl = "Organization/org-591fe9c5de748b22eace6d084f2f041a" +* entry[=].resource = org-591fe9c5de748b22eace6d084f2f041a + +// Organization + +* entry[+].fullUrl = "Organization/org-bcc70233ff79453d8ddfc13faa4dfb4e" +* entry[=].resource = org-bcc70233ff79453d8ddfc13faa4dfb4e + + +// PackagedProductDefinition + +* entry[+].fullUrl = "PackagedProductDefinition/ppd-2e8a8b1c9142de3ac8de0723812d3fef" +* entry[=].resource = ppd-2e8a8b1c9142de3ac8de0723812d3fef + + +// MedicinalProductDefinition + +* entry[+].fullUrl = "MedicinalProductDefinition/mp2e8a8b1c9142de3ac8de0723812d3fef" +* entry[=].resource = mp2e8a8b1c9142de3ac8de0723812d3fef + + +// ManufacturedItemDefinition + +* entry[+].fullUrl = "ManufacturedItemDefinition/mid-2e8a8b1c9142de3ac8de0723812d3fef" +* entry[=].resource = mid-2e8a8b1c9142de3ac8de0723812d3fef + + diff --git a/input/fsh/examples/biktarvy-ema-automatic/ClinicalUseDefinition.fsh b/input/fsh/examples/adalimumab-ema-automatic/ClinicalUseDefinition.fsh similarity index 100% rename from input/fsh/examples/biktarvy-ema-automatic/ClinicalUseDefinition.fsh rename to input/fsh/examples/adalimumab-ema-automatic/ClinicalUseDefinition.fsh diff --git a/input/fsh/examples/adalimumab-ema-automatic/Composition.fsh b/input/fsh/examples/adalimumab-ema-automatic/Composition.fsh new file mode 100644 index 0000000000..3eb2e770c1 --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/Composition.fsh @@ -0,0 +1,154 @@ + +Instance: composition2e8a8b1c9142de3ac8de0723812d3fef +InstanceOf: CompositionUvEpi +Title: "Composition for adalimumab Package Leaflet" +Description: "Composition for adalimumab Package Leaflet" +Usage: #example + +* identifier.system = "https://spor.ema.europa.eu/rmswi/" +* identifier.value = "0d69fdcb-33cf-407f-8209-a6529856ab4f" + +* status = #final + +* type = https://spor.ema.europa.eu/rmswi/#100000155538 +* type.text = "Package Leaflet" + +* subject = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) +* date = "2022-02-16T13:28:17Z" +* author = Reference(org-b4249a5180d23ad521b23e06e99b7afd) + +* title = "TEST PURPOSES ONLY - adalimumab" + + + + + + + + +* section[+]. + * title = "B. Package Leaflet" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "B. PACKAGE LEAFLET" + * text.status = #additional + + * text.div = """
    unavailable
    """ + * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + + +* section[=].section[+] + * title = "Package leaflet: Information for the user" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "Package leaflet: Information for the user" + * text.status = #additional + + * text.div = """
    +PACKAGE LEAFLET: INFORMATION FOR THE USER +Humalog Mix50 100 units/ml suspension for injection in cartridge +insulin lispro +Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. +
      +
    • Keep this leaflet. You may need to read it again.
    • +
    • If you have any further questions, ask your doctor or pharmacist.
    • +
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • +
    • If you get any side effects talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
    • +
    +
    """ + +* section[=].section[+] + * title = "What is in this leaflet" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "What is in this leaflet" + * text.status = #additional + + * text.div = """
    +What in this leaflet +
      +
    1. What Humalog Mix50 is and what it is used for
    2. +
    3. What you need to know before you take Humalog Mix50
    4. +
    5. How to take Humalog Mix50
    6. +
    7. Possible side effects
    8. +
    9. How to store Humalog Mix50
    10. +
    11. Contents of the pack and other information
    12. +
    +
    """ + +* section[=].section[+] + * title = "1. What adalimumab is and what it is used for" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "1. What adalimumab is and what it is used for" + * text.status = #additional + + * text.div = """
    unavailable
    """ + * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable +* section[=].section[+] + * title = "2. What you need to know before you take adalimumab" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "2. What you need to know before you take adalimumab" + * text.status = #additional + + + * text.div = """
    +2. What you need to know before you use Humalog Mix50 +Do NOT use Humalog Mix50 if you +
    """ +* section[=].section[+] + * title = "3. How to take adalimumab" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "3. How to take adalimumab" + * text.status = #additional + + * text.div = """
    +3. How to use Humalog Mix50 +The 3 ml cartridge is only for use in Lilly 3 ml pens. It is not for use in 1.5 ml pens. +

    Always use Humalog Mix50 exactly as your doctor has told you. You should check with your doctor +if you are not sure. To prevent the possible transmission of disease, each cartridge must be used by +you only, even if the needle on the delivery device is changed.

    +
    """ + + +* section[=].section[+] + * title = "4. Possible side effects" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "4. Possible side effects" + * text.status = #additional + + * text.div = """
    +

    4. Possible side effects

    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them.

    +
    """ + +* section[=].section[+] + * title = "5. How to store adalimumab" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "5. How to store adalimumab" + * text.status = #additional + + * text.div = """
    +

    Keep this medicine out of the sight and reach of children.

    +

    + Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. +

    +

    Do not store above 30°C.

    +

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment. +

    +
    """ + +* section[=].section[+] + * title = "6. Contents of the pack and other information" + * code = https://spor.ema.europa.eu/rmswi/#100000155538 + * code.text = "6. Contents of the pack and other information" + * text.status = #additional + + * text.div = """
    +6. Contents of the pack and other information +What Humalog Mix50 100 units/ml suspension for injection in cartridge contains +

    The active substance is insulin lispro. Insulin lispro is made in the laboratory by a ‘recombinant +DNA technology’ process. It is a changed form of human insulin and so is different from other +human and animal insulins. Insulin lispro is closely related to human insulin which is a natural +hormone made by the pancreas. +The other ingredients are protamine sulphate, m-cresol, phenol, glycerol, dibasic sodium +phosphate 7H2O, zinc oxide and water for injection. Sodium hydroxide or hydrochloric acid +may have been used to adjust the acidity.

    +
    """ \ No newline at end of file diff --git a/input/fsh/examples/adalimumab-ema-automatic/Ingredient.fsh b/input/fsh/examples/adalimumab-ema-automatic/Ingredient.fsh new file mode 100644 index 0000000000..e2d86799c2 --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/Ingredient.fsh @@ -0,0 +1,104 @@ + +Instance: ingredient-for-adalimumab-insulinglargine +InstanceOf: IngredientUvEpi +Title: "Ingredient-active Insulin glargine" +Description: "Insulin glargine" +Usage: #example + +* identifier.system = $ginas +* identifier.value = "2ZM8CX04RZ" +* identifier.use = #official + +* role = $spor-rms#72072 "active" + +* status = #active + +* substance.code.concept.coding = $ginas#2ZM8CX04RZ "Insulin glargine" + + +* substance.strength.presentationQuantity = 100.0 'U/ml' + +* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" + + +// Reference to products +* for = Reference(mid-2e8a8b1c9142de3ac8de0723812d3fef) +* for[+] = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) +* for[+] = Reference(ap-2e8a8b1c9142de3ac8de0723812d3fef) +// Reference to Organization: Reference to MAH + + + + + + + +* manufacturer.manufacturer = Reference(org-b4249a5180d23ad521b23e06e99b7afd) + +Instance: ingredient-for-adalimumab-lixisenatide +InstanceOf: IngredientUvEpi +Title: "Ingredient-active Lixisenatide" +Description: "Lixisenatide" +Usage: #example + +* identifier.system = $ginas +* identifier.value = "74O62BB01U" +* identifier.use = #official + +* role = $spor-rms#72072 "active" + +* status = #active + +* substance.code.concept.coding = $ginas#74O62BB01U "Lixisenatide" + + +* substance.strength.presentationQuantity = 50.0 'ug/ml' + +* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" + + +// Reference to products +* for = Reference(mid-2e8a8b1c9142de3ac8de0723812d3fef) +* for[+] = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) +* for[+] = Reference(ap-2e8a8b1c9142de3ac8de0723812d3fef) +// Reference to Organization: Reference to MAH + + + + + + + +* manufacturer.manufacturer = Reference(org-b4249a5180d23ad521b23e06e99b7afd) + +Instance: ingredient-for-adalimumab-glycerol85whodd +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient GLYCEROL 85% [WHO-DD]" +Description: "GLYCEROL 85% [WHO-DD]" +Usage: #example + +* identifier.system = $ginas +* identifier.value = "PDC6A3C0OX" +* identifier.use = #official + +* role = $spor-rms#100000072082 "Excipient" + +* status = #active + +* substance.code.concept.coding = $ginas#PDC6A3C0OX "GLYCEROL 85% [WHO-DD]" + + + +// Reference to products +* for = Reference(mid-2e8a8b1c9142de3ac8de0723812d3fef) +* for[+] = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) +* for[+] = Reference(ap-2e8a8b1c9142de3ac8de0723812d3fef) +// Reference to Organization: Reference to MAH + + + + + + + +* manufacturer.manufacturer = Reference(org-b4249a5180d23ad521b23e06e99b7afd) diff --git a/input/fsh/examples/adalimumab-ema-automatic/ManufacturedItemDefinition.fsh b/input/fsh/examples/adalimumab-ema-automatic/ManufacturedItemDefinition.fsh new file mode 100644 index 0000000000..9390b85efe --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/ManufacturedItemDefinition.fsh @@ -0,0 +1,26 @@ + +Instance: mid-2e8a8b1c9142de3ac8de0723812d3fef +InstanceOf: ManufacturedItemDefinitionUvEpi +Title: "Manufactured item adalimumab" +Description: "adalimumab" +Usage: #example + +* identifier.system = "https://spor.ema.europa.eu/pmswi/#/" +* identifier.value = "EU/1/16/1157/003" +* identifier.use = #official + +* status = #active +* manufacturedDoseForm = https://spor.ema.europa.eu/rmswi/#200000002007 "Solution" + +* unitOfPresentation = $spor-rms#200000002135 "Pen" + + + + + + + + + + +* manufacturer = Reference(org-b4249a5180d23ad521b23e06e99b7afd) \ No newline at end of file diff --git a/input/fsh/examples/remsima-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/adalimumab-ema-automatic/MedicinalProductDefinition.fsh similarity index 52% rename from input/fsh/examples/remsima-ema-automatic/MedicinalProductDefinition.fsh rename to input/fsh/examples/adalimumab-ema-automatic/MedicinalProductDefinition.fsh index a8fa541b34..bc1cf272d1 100644 --- a/input/fsh/examples/remsima-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/adalimumab-ema-automatic/MedicinalProductDefinition.fsh @@ -1,15 +1,13 @@ -Instance: mpbe76bdf784deea6950583b234f789db2 +Instance: mp2e8a8b1c9142de3ac8de0723812d3fef InstanceOf: MedicinalProductDefinitionUvEpi -Title: "Medicinal Product Remsima 100 mg powder for concentrate for solution for infusion" -Description: "EU/1/97/049/001 Remsima 100 mg powder for concentrate for solution for infusion" +Title: "Medicinal Product adalimumab" +Description: "EU/1/97/049/001 adalimumab" Usage: #example - -* identifier[+].system = "https://spor.ema.europa.eu/pmswi" -* identifier[=].value = "EU/1/13/853/001" -* identifier[+].system = "https://www.who-umc.org/phpid" -* identifier[=].value = "0xF79CABF272B6A7EEF104DDDA44E82718" +* identifier.system = $spor-prod +* identifier.value = "EU/1/16/1157/002" + * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" * domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" @@ -17,38 +15,40 @@ Usage: #example * status = http://hl7.org/fhir/publication-status#active "active" - +* indication = "Suliqua is indicated for the treatment of adults with insufficiently controlled type 2 diabetes mellitus to improve glycaemic control as an adjunct to diet and exercise in addition to metformin with or without SGLT-2 inhibitors." * legalStatusOfSupply = $spor-rms#100000072084 "Medicinal product subject to medical prescription" + +* classification[+] = $atc#A10AE54 "insulin glargine and lixisenatide" * name - * productName = "Remsima 100 mg powder for concentrate for solution for infusion" + * productName = "adalimumab" * type = $spor-productNamePartType-cs#220000000001 * text = "Full name" * part[0] - * part = "Remsima" + * part = "Suliqua" * type = $spor-productNamePartType-cs#220000000002 * type.text = "Invented name part" * part[+] - * part = "Infliximab" + * part = "Insulin glargine, Lixisenatide" * type = $spor-productNamePartType-cs#220000000003 * type.text = "Scientific name part" * part[+] - * part = "100 mg" + * part = "100 units/ml + 50 ug/ml" * type = $spor-productNamePartType-cs#220000000004 * type.text = "Strength part" * part[+] - * part = "powder for concentrate for solution for infusion" + * part = "Solution for injection" * type = $spor-productNamePartType-cs#220000000005 * type.text = "Pharmaceutical dose form part" * usage - * country = urn:iso:std:iso:3166#eu "" - * jurisdiction = urn:iso:std:iso:3166#eu "" - * language = urn:ietf:bcp:47#eu "English" \ No newline at end of file + * country = urn:iso:std:iso:3166#DK "Denmark" + * jurisdiction = urn:iso:std:iso:3166#DK "Denmark" + * language = urn:ietf:bcp:47#en "English" \ No newline at end of file diff --git a/input/fsh/examples/adalimumab-ema-automatic/Organization.fsh b/input/fsh/examples/adalimumab-ema-automatic/Organization.fsh new file mode 100644 index 0000000000..68026b1652 --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/Organization.fsh @@ -0,0 +1,117 @@ + + + + +Instance: org-b4249a5180d23ad521b23e06e99b7afd + +InstanceOf: OrganizationUvEpi +Title: "Sanofi-Aventis Groupe as Marketing authorisation holder" +Description: "Sanofi-Aventis Groupe as Marketing authorisation holder" +Usage: #example + +* identifier.system = $spor-org +* identifier.value = "ORG-100000789" +* identifier.use = #official + +* active = true + +* type = $spor-rms#220000000034 "Marketing authorisation holder" +* type.text = "Marketing authorisation holder" +* name = "Sanofi-Aventis Groupe" + +* contact + * address + * text = "54, rue La Boétie F-75008 Paris FR" + * use = #work + * type = #physical + * line = "54, rue La Boétie F-75008" + * city = "Paris" + * country = "FR" + + + + +Instance: org-90385ec6a39a5d293a77ef9f7095bd30 + +InstanceOf: OrganizationUvEpi +Title: "Sanofi-Aventis Deutschland GmbH as Manufacturer API" +Description: "Sanofi-Aventis Deutschland GmbH as Manufacturer API" +Usage: #example + +* identifier.system = $spor-org +* identifier.value = "ORG-100001175" +* identifier.use = #official + +* active = true + +* type = $spor-rms#220000000033 "Manufacturer API" +* type.text = "Manufacturer API" +* name = "Sanofi-Aventis Deutschland GmbH" + +* contact + * address + * text = "Brueningstrasse 50, Industriepark Höchst Frankfurt am Main de" + * use = #work + * type = #physical + * line = "Brueningstrasse 50, Industriepark Höchst" + * city = "Frankfurt am Main" + * country = "de" + * postalCode = "65926" + + + +Instance: org-591fe9c5de748b22eace6d084f2f041a + +InstanceOf: OrganizationUvEpi +Title: "Sanofi-Aventis Deutschland GmbH as Manufacturer Batch release" +Description: "Sanofi-Aventis Deutschland GmbH as Manufacturer Batch release" +Usage: #example + +* identifier.system = $spor-org +* identifier.value = "ORG-100001175" +* identifier.use = #official + +* active = true + +* type = $spor-rms#220000000033 "Manufacturer Batch release" +* type.text = "Manufacturer Batch release" +* name = "Sanofi-Aventis Deutschland GmbH" + +* contact + * address + * text = "Brueningstrasse 50, Industriepark Höchst Frankfurt am Main de" + * use = #work + * type = #physical + * line = "Brueningstrasse 50, Industriepark Höchst" + * city = "Frankfurt am Main" + * country = "de" + * postalCode = "65927" + + + +Instance: org-bcc70233ff79453d8ddfc13faa4dfb4e + +InstanceOf: OrganizationUvEpi +Title: "European Medicines Agency as Medicines Regulatory Authority" +Description: "European Medicines Agency as Medicines Regulatory Authority" +Usage: #example + +* identifier.system = $spor-org +* identifier.value = "ORG-100013412" +* identifier.use = #official + +* active = true + +* type = $spor-rms#220000000033 "Medicines Regulatory Authority" +* type.text = "Medicines Regulatory Authority" +* name = "European Medicines Agency" + +* contact + * address + * text = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est Amsterdam nl" + * use = #work + * type = #physical + * line = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est" + * city = "Amsterdam" + * country = "nl" + * postalCode = "1083 HS" \ No newline at end of file diff --git a/input/fsh/examples/adalimumab-ema-automatic/PackagedProductDefinition.fsh b/input/fsh/examples/adalimumab-ema-automatic/PackagedProductDefinition.fsh new file mode 100644 index 0000000000..beff330d8a --- /dev/null +++ b/input/fsh/examples/adalimumab-ema-automatic/PackagedProductDefinition.fsh @@ -0,0 +1,40 @@ + +Instance: ppd-2e8a8b1c9142de3ac8de0723812d3fef +InstanceOf: PackagedProductDefinitionUvEpi +Title: "adalimumab" +Description: "adalimumab" +Usage: #example + +* identifier.system = $spor-prod +* identifier.value = "EU/1/16/1157/002" +* identifier.use = #official + +* name = "adalimumab" + +* type = $spor-rms#100000155527 "Chemical Medicinal Prodcut" +//* type = $spor-rms#100000155527 + + +* status = http://hl7.org/fhir/publication-status#active "Active" +* statusDate = "2015-02-07T13:28:17Z" + + +* containedItemQuantity = 3 'ml' + +* description = "Type I colourless glass cartridge with a black plunger (bromobutyl rubber) and a flanged cap (aluminium) with inserted laminated sealing disks (bromobutyl rubber on the medicinal product side and polyisoprene on the outside) containing 3 ml of solution. Each cartridge is assembled into a disposable pen." +* copackagedIndicator = false + + +* packaging + * identifier.system = $spor-prod + * identifier.value = "EU/1/16/1157/002" + * type = $spor-rms#100000073543 "Pre-filled pen" + * quantity = 5 + * material = $spor-rms#200000003204 "Glass type 1" + + + +//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet +* packageFor = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) + // Reference to Organization: MAH +* manufacturer = Reference(org-b4249a5180d23ad521b23e06e99b7afd) diff --git a/input/fsh/examples/biktarvy-ema-automatic/RegulatedAuthorization.fsh b/input/fsh/examples/adalimumab-ema-automatic/RegulatedAuthorization.fsh similarity index 51% rename from input/fsh/examples/biktarvy-ema-automatic/RegulatedAuthorization.fsh rename to input/fsh/examples/adalimumab-ema-automatic/RegulatedAuthorization.fsh index 2627385e0b..08255c5200 100644 --- a/input/fsh/examples/biktarvy-ema-automatic/RegulatedAuthorization.fsh +++ b/input/fsh/examples/adalimumab-ema-automatic/RegulatedAuthorization.fsh @@ -1,37 +1,41 @@ -Instance: authorization14ba4cb05b11f838919ef39edd3e0cdf +Instance: authorization2e8a8b1c9142de3ac8de0723812d3fef InstanceOf: RegulatedAuthorizationUvEpi -Title: "Regulated Authorization for Biktarvy 50 mg/200 mg/25 mg film-coated tablets" -Description: "Regulated Authorization for Biktarvy 50 mg/200 mg/25 mg film-coated tablets" +Title: "Regulated Authorization for adalimumab" +Description: "Regulated Authorization for adalimumab" Usage: #example * identifier.system = $spor-prod -* identifier.value = "EU/1/18/1289/001" +* identifier.value = "EU/1/16/1157/002" * identifier.use = #official // Reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet //* subject = Reference(karvea75mgblisterx28) -* subject = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) +* subject = Reference(mp2e8a8b1c9142de3ac8de0723812d3fef) * type = $spor-rms#100000072062 "Marketing Authorisation" //* type = $spor-rms#100000072062 //* type.text = "Marketing Authorisation" -* region = urn:iso:std:iso:3166#eu "European Union" +* region = urn:iso:std:iso:3166#DK "Denmark" * status = http://hl7.org/fhir/publication-status#active "Active" -* statusDate = "2018-06-21T13:28:17Z" +* statusDate = "2017-01-11T13:28:17Z" // * holder = Reference(sanofiaventisgroupe) + + -* holder = Reference(org-715f8a161ed438d0584510e5b4512caa) +* holder = Reference(org-b4249a5180d23ad521b23e06e99b7afd) + + diff --git a/input/fsh/examples/biktarvy-ema-automatic/Substance.fsh b/input/fsh/examples/adalimumab-ema-automatic/Substance.fsh similarity index 100% rename from input/fsh/examples/biktarvy-ema-automatic/Substance.fsh rename to input/fsh/examples/adalimumab-ema-automatic/Substance.fsh diff --git a/input/fsh/examples/biktarvy-ema-automatic/AdministrableProductDefinition.fsh b/input/fsh/examples/biktarvy-ema-automatic/AdministrableProductDefinition.fsh deleted file mode 100644 index 5e3910da82..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/AdministrableProductDefinition.fsh +++ /dev/null @@ -1,26 +0,0 @@ - -Instance: ap-14ba4cb05b11f838919ef39edd3e0cdf -InstanceOf: AdministrableProductDefinitionUvEpi -Title: "Administrable product Biktarvy 50 mg/200 mg/25 mg film-coated tablets" -Description: "Biktarvy 50 mg/200 mg/25 mg film-coated tablets" -Usage: #example - -* identifier.system = $phpid -* identifier.value = "EU/1/18/1289/001" - -* status = #active - -* formOf = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* administrableDoseForm = $spor-rms#10219000 "Tablet" -* unitOfPresentation = $spor-rms#nan "nan" - -//this is just manufactured with extra steps? - - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* producedFrom = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) - - -* routeOfAdministration.code = $spor-rms#20053000 "Oral use" - -* routeOfAdministration.targetSpecies.code = $spor-rms#100000109093 "Human" \ No newline at end of file diff --git a/input/fsh/examples/biktarvy-ema-automatic/Bundle.fsh b/input/fsh/examples/biktarvy-ema-automatic/Bundle.fsh deleted file mode 100644 index d71132fa19..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/Bundle.fsh +++ /dev/null @@ -1,96 +0,0 @@ - -Instance: bundlepackageleaflet-63b15a3bb9d18a00ecd0962bc011c765 -InstanceOf: BundleUvEpi -Title: "ePI document Bundle for biktarvy Package Leaflet" -Description: "Bundle for biktarvy Package Leaflet ePI document" -Usage: #example - -* identifier.system = "https://www.gravitatehealth.eu/sid/doc" -* identifier.value = "EU/1/18/1289/001" -* type = #document -* timestamp = "2023-04-18T13:34:01Z" - -// Composition -* entry[0].fullUrl = "Composition/composition1846d2b12fecbbb0310cd8c196c98a58" -* entry[0].resource = composition1846d2b12fecbbb0310cd8c196c98a58 - - - - - - - - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-biktarvy-bictegravirsodium" -* entry[=].resource = ingredient-for-biktarvy-bictegravirsodium - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-biktarvy-emtricitabine" -* entry[=].resource = ingredient-for-biktarvy-emtricitabine - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-biktarvy-tenofoviralafenamide" -* entry[=].resource = ingredient-for-biktarvy-tenofoviralafenamide - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-biktarvy-microcrystallinecellulose" -* entry[=].resource = ingredient-for-biktarvy-microcrystallinecellulose - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-biktarvy-croscarmellosesodium" -* entry[=].resource = ingredient-for-biktarvy-croscarmellosesodium - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-biktarvy-magnesiumstearate" -* entry[=].resource = ingredient-for-biktarvy-magnesiumstearate - - - -// AdministrableProductDefinition - -* entry[+].fullUrl = "AdministrableProductDefinition/ap-14ba4cb05b11f838919ef39edd3e0cdf" -* entry[=].resource = ap-14ba4cb05b11f838919ef39edd3e0cdf - - -// RegulatedAuthorization - -* entry[+].fullUrl = "RegulatedAuthorization/authorization14ba4cb05b11f838919ef39edd3e0cdf" -* entry[=].resource = authorization14ba4cb05b11f838919ef39edd3e0cdf - - -// Organization - -* entry[+].fullUrl = "Organization/org-715f8a161ed438d0584510e5b4512caa" -* entry[=].resource = org-715f8a161ed438d0584510e5b4512caa - -// Organization - -* entry[+].fullUrl = "Organization/org-1133a7374c78f1d40f41885344f06a5a" -* entry[=].resource = org-1133a7374c78f1d40f41885344f06a5a - - -// PackagedProductDefinition - -* entry[+].fullUrl = "PackagedProductDefinition/ppd-bb925abf9dc1f2dd024210a50c0ee14b" -* entry[=].resource = ppd-bb925abf9dc1f2dd024210a50c0ee14b - - -// MedicinalProductDefinition - -* entry[+].fullUrl = "MedicinalProductDefinition/mp5fb1761a0a38bea0a9b49f146371c68b" -* entry[=].resource = mp5fb1761a0a38bea0a9b49f146371c68b - - -// ManufacturedItemDefinition - -* entry[+].fullUrl = "ManufacturedItemDefinition/mid-14ba4cb05b11f838919ef39edd3e0cdf" -* entry[=].resource = mid-14ba4cb05b11f838919ef39edd3e0cdf - - diff --git a/input/fsh/examples/biktarvy-ema-automatic/Composition.fsh b/input/fsh/examples/biktarvy-ema-automatic/Composition.fsh deleted file mode 100644 index d61136048e..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/Composition.fsh +++ /dev/null @@ -1,425 +0,0 @@ - -Instance: composition1846d2b12fecbbb0310cd8c196c98a58 -InstanceOf: CompositionUvEpi -Title: "Composition for Biktarvy 50 mg/200 mg/25 mg film-coated tablets Package Leaflet" -Description: "Composition for Biktarvy 50 mg/200 mg/25 mg film-coated tablets Package Leaflet" -Usage: #example - -* identifier.system = "https://spor.ema.europa.eu/rmswi/" -* identifier.value = "EU/1/18/1289/001" - -* status = #final - - - - - -* type = https://spor.ema.europa.eu/rmswi/#100000155538 -* type.text = "Package Leaflet" - -* subject = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* date = "2022-02-16T13:28:17Z" -* author = Reference(org-715f8a161ed438d0584510e5b4512caa) - -* title = "TEST PURPOSES ONLY - Biktarvy 50 mg/200 mg/25 mg film-coated tablets" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en - - -* section[+]. - * title = "B. Package Leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "B. PACKAGE LEAFLET" - * text.status = #additional - * text.div = """

    Read all of this leaflet carefully before you start taking this medicine because it contains -important information for you.

    -
      -
    • Keep this leaflet. You may need to read it again.
    • -
    • If you have any further questions, ask your doctor or pharmacist.
    • -
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, -even if their signs of illness are the same as yours.
    • -
    • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side -effects not listed in this leaflet. See section 4.
    • -
    -

    If Biktarvy has been prescribed for your child, please note that all the information in this leaflet -is addressed to your child (in this case please read “your child” instead of “you”).

    """ - - - -* section[=].section[+] - * title = "Package leaflet: Information for the user" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "Package leaflet: Information for the user" - * text.status = #additional - * text.div = """

    Read all of this leaflet carefully before you start taking this medicine because it contains -important information for you.

    -
      -
    • Keep this leaflet. You may need to read it again.
    • -
    • If you have any further questions, ask your doctor or pharmacist.
    • -
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, -even if their signs of illness are the same as yours.
    • -
    • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side -effects not listed in this leaflet. See section 4.
    • -
    -

    If Biktarvy has been prescribed for your child, please note that all the information in this leaflet -is addressed to your child (in this case please read “your child” instead of “you”).

    """ - - - -* section[=].section[+] - * title = "What is in this leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "What is in this leaflet" - * text.status = #additional - * text.div = """

    What is in this leaflet

    -
      -
    1. What Biktarvy is and what it is used for
    2. -
    3. What you need to know before you take Biktarvy
    4. -
    5. How to take Biktarvy
    6. -
    7. Possible side effects
    8. -
    9. How to store Biktarvy
    10. -
    11. Contents of the pack and other information
    12. -
    """ - - -* section[=].section[+] - * title = "1. What Biktarvy 50 mg/200 mg/25 mg film-coated tablets is and what it is used for" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "1. What Biktarvy 50 mg/200 mg/25 mg film-coated tablets is and what it is used for" - * text.status = #additional - * text.div = """

    Biktarvy contains three active substances:

    -
      -
    • bictegravir, an antiretroviral medicine known as an integrase strand transfer inhibitor (INSTI)
    • -
    • emtricitabine, an antiretroviral medicine of a type known as a nucleoside reverse transcriptase -inhibitor (NRTI)
    • -
    • tenofovir alafenamide, an antiretroviral medicine of a type known as a nucleotide reverse -transcriptase inhibitor (NtRTI)
    • -
    -

    Biktarvy is a single tablet for the treatment of human immunodeficiency virus 1 (HIV-1) infection in -adults, adolescents and children 2 years of age and older, who weigh at least 14 kg.

    -

    Biktarvy reduces the amount of HIV in your body. This will improve your immune system and reduce -the risk of developing illnesses linked to HIV infection.

    """ - - - -* section[=].section[+] - * title = "2. What you need to know before you take Biktarvy 50 mg/200 mg/25 mg film-coated tablets" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "2. What you need to know before you take Biktarvy 50 mg/200 mg/25 mg film-coated tablets" - * text.status = #additional - * text.div = """

    Do not take Biktarvy

    -
      -
    • If you are allergic to bictegravir, emtricitabine, tenofovir alafenamide or any of the other -ingredients of this medicine (listed in section 6).
    • -
    • If you are currently taking any of the following medicines:

      -
        -
      • rifampicin used to treat some bacterial infections such as tuberculosis
      • -
      • St. John’s wort (Hypericum perforatum), a herbal remedy used for depression and -anxiety, or products that contain it.
      • -
      -
    • -
    • If any of these apply to you, do not take Biktarvy and tell your doctor immediately.

      -
    • -
    -

    Warnings and precautions

    -

    Talk to your doctor before taking Biktarvy:

    -
      -
    • If you have liver problems or a history of liver disease, including hepatitis. Patients with -liver disease including chronic hepatitis B or C, who are treated with antiretrovirals, have a -higher risk of severe and potentially fatal liver complications. If you have hepatitis B infection, -your doctor will carefully consider the best treatment regimen for you.
    • -
    • If you have hepatitis B infection. Liver problems may become worse after you stop taking -Biktarvy.

      -
    • -
    • Do not stop taking Biktarvy if you have hepatitis B. Talk to your doctor first. For more details, see -section 3, Do not stop taking Biktarvy.

      -
    • -
    • If you have had kidney disease or if tests have shown problems with your kidneys. Your -doctor may order blood tests to monitor how your kidneys work when starting and during -treatment with Biktarvy.

      -
    • -
    -

    While you are taking Biktarvy

    -

    Once you start taking Biktarvy, look out for:

    -
      -
    • Signs of inflammation or infection
    • -
    • Joint pain, stiffness or bone problems
    • -
    -

    If you notice any of these symptoms, tell your doctor immediately. For more information see -section 4, Possible side effects.

    -

    There is a possibility that you may experience kidney problems when taking Biktarvy over a long -period of time (see Warnings and precautions).

    -

    This medicine is not a cure for HIV infection. While taking Biktarvy you may still develop infections -or other illnesses associated with HIV infection.

    -

    Children and adolescents

    -

    Do not give this medicine to children under 2 years of age, or weighing less than 14 kg regardless -of age. The use of Biktarvy in children under 2 years of age, or weighing less than 14 kg has not yet -been studied. For children and adolescents who weigh 25 kg or more, Biktarvy 50 mg/200 mg/25 mg -film-coated tablets are available.

    -

    Loss of bone mass has been reported in some children from 3 to less than 12 years of age who -received one of the medicinal products (tenofovir alafenamide) contained in Biktarvy. The effects on -long term bone health and future fracture risk in children is uncertain. Your doctor will monitor your -child’s bone health as needed.

    -

    Other medicines and Biktarvy

    -

    Tell your doctor or pharmacist if you are taking, have recently taken or might take any other -medicines. Biktarvy may interact with other medicines. As a result, the amounts of Biktarvy or other -medicines in your blood may change. This may stop your medicines from working properly, or may -make any side effects worse. In some cases, your doctor may need to adjust your dose or check your -blood levels.

    -

    Medicines that must never be taken with Biktarvy:

    -
      -
    • rifampicin used to treat some bacterial infections such as tuberculosis
    • -
    • St. John’s wort (Hypericum perforatum), a herbal remedy used for depression and anxiety, or -products that contain it.
    • -
    • If you are taking any of these medicines, do not take Biktarvy and tell your doctor immediately.
    • -
    -

    Talk to your doctor if you are taking:

    -
      -
    • medicines used for treating HIV and/or hepatitis B, containing:
        -
      • adefovir dipivoxil, atazanavir, bictegravir, emtricitabine, lamivudine, tenofovir -alafenamide, or tenofovir disoproxil
      • -
      -
    • -
    • antibiotics used to treat bacterial infections, containing:
        -
      • azithromycin, clarithromycin, rifabutin or rifapentine
      • -
      -
    • -
    • anticonvulsants used to treat epilepsy, containing:
        -
      • carbamazepine, oxcarbazepine, phenobarbital or phenytoin
      • -
      -
    • -
    • immunosuppressants used to control your body’s immune response after a transplant, -containing ciclosporin
    • -
    • ulcer-healing medicines containing sucralfate

      -
    • -
    • Tell your doctor if you are taking any of these medicines. Do not stop your treatment without -contacting your doctor.

      -
    • -
    -

    Get advice from a doctor or pharmacist if you are taking:

    -
      -
    • antacids to treat stomach ulcers, heartburn, or acid reflux, containing aluminium and/or -magnesium hydroxide
    • -
    • mineral supplements or vitamins containing magnesium or iron
    • -
    • Get advice from your doctor or pharmacist before taking Biktarvy if you are taking any of -these medicines.
    • -
    -

    Antacids and magnesium supplements: you will need to take Biktarvy at least 2 hours before -antacids or supplements containing aluminium and/or magnesium. Or you can take Biktarvy with -food at least 2 hours after.

    -

    Iron supplements: you will need to take Biktarvy at least 2 hours before iron supplements, or you -can take them together with food.

    -

    Pregnancy and breast-feeding

    -
      -
    • If you are pregnant or breast-feeding, think you may be pregnant or are planning to have a baby, -ask your doctor or pharmacist for advice before taking this medicine.
    • -
    • Tell your doctor immediately if you become pregnant and ask about the potential benefits and -risks of your antiretroviral therapy to you and your child.
    • -
    -

    If you have taken Biktarvy during your pregnancy, your doctor may request regular blood tests and -other diagnostic tests to monitor the development of your child. In children whose mothers took -nucleoside reverse transcriptase inhibitors (NRTIs) during pregnancy, the benefit from the protection -against HIV outweighed the risk of side effects.

    -

    Do not breast-feed during treatment with Biktarvy. This is because some of the active substances -in this medicine pass into human breast milk. Breast-feeding is not recommended in women living -with HIV because HIV infection can be passed on to the baby in breast milk. If you are -breast-feeding, or thinking about breast-feeding, you should discuss it with your doctor as soon as -possible.

    -

    Driving and using machines

    -

    Biktarvy can cause dizziness. If you feel dizzy when taking Biktarvy, do not drive or ride a bicycle -and do not use any tools or machines.

    -

    Biktarvy contains sodium

    -

    This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially -‘sodium-free’.

    """ - -* section[=].section[+] - * title = "3. How to take Biktarvy 50 mg/200 mg/25 mg film-coated tablets" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "3. How to take Biktarvy 50 mg/200 mg/25 mg film-coated tablets" - * text.status = #additional - * text.div = """

    Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist -if you are not sure.

    -

    There are two strengths of Biktarvy tablets. Your doctor will prescribe the appropriate tablet for your -age and weight.

    -

    The recommended dose is:

    -

    Children 2 years of age and older, who weigh at least 14 kg but less than 25 kg: one tablet each -day with or without food (one 30 mg/120 mg/15 mg tablet).

    -

    Due to the bitter taste, it is recommended not to chew or crush the tablet. -If you have difficulty swallowing the tablet whole, you can split it in half. Take both halves of the -tablet one after the other to get the full dose. Do not store the split tablet.

    -

    The score line on the tablet is only there to help you break the tablet if your child has difficulty -swallowing it whole.

    -

    The 90-day multipack contains three 30-day packs together.

    -
      -
    • Get advice from a doctor or pharmacist if you are taking:
    • -
    • antacids to treat stomach ulcers, heartburn, or acid reflux, containing aluminium and/or -magnesium hydroxide
    • -
    • mineral supplements or vitamins containing magnesium or iron
    • -
    • See section 2 for more information on taking these medicines with Biktarvy.
    • -
    -

    If you are on dialysis, take your daily dose of Biktarvy following completion of dialysis.

    -

    If you take more Biktarvy than you should

    -

    If you take more than the recommended dose of Biktarvy you may be at higher risk of side effects of -this medicine (see section 4, Possible side effects). -Contact your doctor or nearest emergency department immediately for advice. Keep or take the tablet -bottle or carton with you so that you can easily describe what you have taken.

    -

    If you forget to take Biktarvy

    -

    It is important not to miss a dose of Biktarvy.

    -

    If you miss a dose:

    -
      -
    • If you notice within 18 hours of the time you usually take Biktarvy, you must take the tablet as -soon as possible. Then take the next dose as usual.
    • -
    • If you notice 18 hours or more after the time you usually take Biktarvy, then do not take the -missed dose. Wait and take the next dose at your usual time.
    • -
    -

    If you vomit less than 1 hour after taking Biktarvy, take another tablet. If you vomit more than 1 hour -after taking Biktarvy you do not need to take another tablet until your next regularly scheduled tablet.

    -

    Do not stop taking Biktarvy

    -

    Do not stop taking Biktarvy without talking to your doctor. Stopping Biktarvy can seriously affect -how future treatment works. If Biktarvy is stopped for any reason, speak to your doctor before you -restart taking Biktarvy tablets.

    -

    When your supply of Biktarvy starts to run low, get more from your doctor or pharmacist. This is -very important because the amount of virus may start to increase if the medicine is stopped for even a -short time. The disease may then become harder to treat.

    -

    If you have both HIV infection and hepatitis B, it is especially important not to stop your Biktarvy -treatment without talking to your doctor first. You may require blood tests for several months after -stopping treatment. In some patients with advanced liver disease or cirrhosis, stopping treatment is -not recommended as this may lead to worsening of your hepatitis, which may be life-threatening.

    -
      -
    • Tell your doctor immediately about new or unusual symptoms after you stop treatment, -particularly symptoms you associate with hepatitis B infection. -If you have any further questions on the use of this medicine, ask your doctor or pharmacist.
    • -
    """ - - -* section[=].section[+] - * title = "4. Possible side effects" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "4. Possible side effects" - * text.status = #additional - * text.div = """

    Like all medicines, this medicine can cause side effects, although not everybody gets them.

    -

    Possible side effects: tell a doctor immediately

    -
      -
    • Any signs of inflammation or infection. In some patients with advanced HIV infection -(AIDS) and a history of opportunistic infections (infections that occur in people with a weak -immune system), signs and symptoms of inflammation from previous infections may occur soon -after HIV treatment is started. It is thought that these symptoms are due to an improvement in -the body’s immune response, enabling the body to fight infections that may have been present -with no obvious symptoms.
    • -
    • Autoimmune disorders, when the immune system attacks healthy body tissue, may also occur -after you start taking medicines for HIV infection. Autoimmune disorders may occur many -months after the start of treatment. Look out for any symptoms of infection or other symptoms -such as:
        -
      • muscle weakness
      • -
      • weakness beginning in the hands and feet and moving up towards the trunk of the body
      • -
      • palpitations, tremor or hyperactivity
      • -
      -
    • -
    • If you notice these or any symptoms of inflammation or infection, tell your doctor -immediately.
    • -
    -

    Common side effects -(may affect up to 1 in 10 people)

    -
      -
    • depression
    • -
    • abnormal dreams
    • -
    • headache
    • -
    • dizziness
    • -
    • diarrhoea
    • -
    • feeling sick (nausea)
    • -
    • tiredness (fatigue)
    • -
    -

    Uncommon side effects

    -

    (may affect up to 1 in 100 people)

    -
      -
    • anaemia
    • -
    • vomiting
    • -
    • stomach pain
    • -
    • problems with digestion resulting in discomfort after meals (dyspepsia)
    • -
    • wind (flatulence)
    • -
    • swelling of the face, lips, tongue or throat (angioedema)
    • -
    • itching (pruritus)
    • -
    • rash
    • -
    • hives (urticaria)
    • -
    • joint pain (arthralgia)
    • -
    • suicidal thoughts and suicide attempt (particularly in patients who have had depression or -mental health problems before)
    • -
    • anxiety
    • -
    • sleep disorders -Blood tests may also show:
    • -
    • higher levels of substances called bilirubin and/or serum creatinine in the blood
    • -
    -

    Rare side effects

    -

    (may affect up to 1 in 1000 people)

    -
      -
    • Stevens-Johnson syndrome (SJS) is a serious life-threatening condition which usually starts -with flu- like symptoms. A few days later other symptoms appear including:
        -
      • Painful red or purple skin that looks burned and peels off
      • -
      • Blisters on your skin, mouth, nose, and genitals
      • -
      • Red, painful, watery eyes
      • -
      -
    • -
    • If you have any of these symptoms, stop your medicine immediately and tell your doctor -straight away.
    • -
    • If any of the side effects get serious, tell your doctor.
    • -
    -

    Other effects that may be seen during HIV treatment

    -

    The frequency of the following side effects is not known (frequency cannot be estimated from the -available data).

    -
      -
    • Bone problems. Some patients taking combination antiretroviral medicines such as Biktarvy -may develop a bone disease called osteonecrosis (death of bone tissue caused by loss of blood -supply to the bone). Taking this type of medicine for a long time, taking corticosteroids, -drinking alcohol, having a very weak immune system, and being overweight, may be some of -the many risk factors for developing this disease. Signs of osteonecrosis are:
        -
      • joint stiffness
      • -
      • joint aches and pains (especially of the hip, knee and shoulder)
      • -
      • difficulty with movement
      • -
      -
    • -
    • If you notice any of these symptoms tell your doctor.
    • -
    -

    During HIV therapy there may be an increase in weight and in levels of blood lipids and glucose. This -is partly linked to restored health and life style, and in the case of blood lipids sometimes to the HIV -medicines themselves. Your doctor will test for these changes.

    -

    Reporting of side effects -If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects -not listed in this leaflet. You can also report side effects directly via the national reporting system -listed in Appendix V. By reporting side effects you can help provide more information on the safety -of this medicine.

    """ - -* section[=].section[+] - * title = "5. How to store Biktarvy 50 mg/200 mg/25 mg film-coated tablets" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "5. How to store Biktarvy 50 mg/200 mg/25 mg film-coated tablets" - * text.status = #additional - * text.div = """

    Keep this medicine out of the sight and reach of children.

    -

    Do not use this medicine after the expiry date which is stated on the carton and bottle or blister strips -after {EXP}. The expiry date refers to the last day of that month.

    -

    Store in the original package in order to protect from moisture. Keep the bottle tightly closed. Do not -use if the seal over the bottle opening is broken or missing.

    -

    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.

    """ - - -* section[=].section[+] - * title = "6. Contents of the pack and other information" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "6. Contents of the pack and other information" - * text.status = #additional - * text.div = """

    What Biktarvy contains

    -

    The active substances are bictegravir, emtricitabine and tenofovir alafenamide. Each Biktarvy tablet -contains bictegravir sodium equivalent to 30 mg of bictegravir, 120 mg of emtricitabine and tenofovir -alafenamide fumarate equivalent to 15 mg of tenofovir alafenamide.

    -

    The other ingredients areTablet coreMicrocrystalline cellulose (E460), croscarmellose sodium (E468), magnesium stearate (E470b).

    -

    Film-coatingPolyvinyl alcohol (E203), titanium dioxide (E171), macrogol (E1521), talc (E553b), iron oxide red -(E172), iron oxide black (E172).

    -

    What Biktarvy looks like and contents of the pack

    -

    Biktarvy 30 mg/120 mg/15 mg film-coated tablets are pink, capsule-shaped, film-coated tablets, -debossed with “BVY” on one side and a score line on the other side of the tablet.

    -

    The tablets are supplied in a bottle. Not all pack sizes may be marketed.

    -

    Biktarvy comes in bottles of 30 tablets and in packs made up of 3 bottles, each containing 30 tablets. -Each bottle contains a silica gel desiccant that must be kept in the bottle to help protect your tablets. -The silica gel desiccant is contained in a separate sachet or canister and should not be swallowed.

    """ - diff --git a/input/fsh/examples/biktarvy-ema-automatic/Ingredient.fsh b/input/fsh/examples/biktarvy-ema-automatic/Ingredient.fsh deleted file mode 100644 index 85799077e3..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/Ingredient.fsh +++ /dev/null @@ -1,192 +0,0 @@ - -Instance: ingredient-for-biktarvy-bictegravirsodium -InstanceOf: IngredientUvEpi -Title: "Ingredient-active BICTEGRAVIR SODIUM" -Description: "BICTEGRAVIR SODIUM" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "4L5MP1Y7W7" -* identifier.use = #official - -* role = $spor-rms#72072 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#4L5MP1Y7W7 "BICTEGRAVIR SODIUM" - - -* substance.strength.presentationQuantity = 50.0 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) -* for[+] = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* for[+] = Reference(ap-14ba4cb05b11f838919ef39edd3e0cdf) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) - -Instance: ingredient-for-biktarvy-emtricitabine -InstanceOf: IngredientUvEpi -Title: "Ingredient-active Emtricitabine" -Description: "Emtricitabine" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "G70B4ETF4S" -* identifier.use = #official - -* role = $spor-rms#72072 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#G70B4ETF4S "Emtricitabine" - - -* substance.strength.presentationQuantity = 200.0 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) -* for[+] = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* for[+] = Reference(ap-14ba4cb05b11f838919ef39edd3e0cdf) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) - -Instance: ingredient-for-biktarvy-tenofoviralafenamide -InstanceOf: IngredientUvEpi -Title: "Ingredient-active tenofovir alafenamide" -Description: "tenofovir alafenamide" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "EL9943AG5J" -* identifier.use = #official - -* role = $spor-rms#72072 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#EL9943AG5J "tenofovir alafenamide" - - -* substance.strength.presentationQuantity = 25.0 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) -* for[+] = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* for[+] = Reference(ap-14ba4cb05b11f838919ef39edd3e0cdf) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) - -Instance: ingredient-for-biktarvy-microcrystallinecellulose -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Microcrystalline cellulose" -Description: "Microcrystalline cellulose" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "OP1R32D61U" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#OP1R32D61U "Microcrystalline cellulose" - - - -// Reference to products -* for = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) -* for[+] = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* for[+] = Reference(ap-14ba4cb05b11f838919ef39edd3e0cdf) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) - -Instance: ingredient-for-biktarvy-croscarmellosesodium -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Croscarmellose sodium" -Description: "Croscarmellose sodium" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "M28OL1HH48" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#M28OL1HH48 "Croscarmellose sodium" - - - -// Reference to products -* for = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) -* for[+] = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* for[+] = Reference(ap-14ba4cb05b11f838919ef39edd3e0cdf) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) - -Instance: ingredient-for-biktarvy-magnesiumstearate -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Magnesium stearate" -Description: "Magnesium stearate" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "70097M6I30" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#70097M6I30 "Magnesium stearate" - - - -// Reference to products -* for = Reference(mid-14ba4cb05b11f838919ef39edd3e0cdf) -* for[+] = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) -* for[+] = Reference(ap-14ba4cb05b11f838919ef39edd3e0cdf) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) diff --git a/input/fsh/examples/biktarvy-ema-automatic/ManufacturedItemDefinition.fsh b/input/fsh/examples/biktarvy-ema-automatic/ManufacturedItemDefinition.fsh deleted file mode 100644 index 6d69d222f9..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/ManufacturedItemDefinition.fsh +++ /dev/null @@ -1,24 +0,0 @@ - -Instance: mid-14ba4cb05b11f838919ef39edd3e0cdf -InstanceOf: ManufacturedItemDefinitionUvEpi -Title: "Manufactured item Biktarvy 50 mg/200 mg/25 mg film-coated tablets" -Description: "Biktarvy 50 mg/200 mg/25 mg film-coated tablets" -Usage: #example - -* identifier.system = "https://spor.ema.europa.eu/pmswi/#/" -* identifier.value = "EU/1/18/1289/001" -* identifier.use = #official - -* status = #active -* manufacturedDoseForm = https://spor.ema.europa.eu/rmswi/#100000073665 "tablet" - -* unitOfPresentation = $spor-rms#200000002152 "Tablet" - - - - - - - - -* manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) \ No newline at end of file diff --git a/input/fsh/examples/biktarvy-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/biktarvy-ema-automatic/MedicinalProductDefinition.fsh deleted file mode 100644 index 94828ce158..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/MedicinalProductDefinition.fsh +++ /dev/null @@ -1,54 +0,0 @@ - -Instance: mp5fb1761a0a38bea0a9b49f146371c68b -InstanceOf: MedicinalProductDefinitionUvEpi -Title: "Medicinal Product Remsima 100 Biktarvy 50 mg/200 mg/25 mg film-coated tabletsmg powder for concentrate for solution for infusion" -Description: "Remsima 100 Biktarvy 50 mg/200 mg/25 mg film-coated tabletsmg powder for concentrate for solution for infusion" -Usage: #example - - -* identifier[+].system = "https://spor.ema.europa.eu/pmswi" -* identifier[=].value = "EU/1/18/1289/001" -* identifier[+].system = "https://www.who-umc.org/phpid" -* identifier[=].value = "0xF79CABF272B6A7EEF104DDDA44E827gy" -* type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" - -* domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" - -* status = http://hl7.org/fhir/publication-status#active "active" - - - - - -* legalStatusOfSupply = $spor-rms#100000072084 "Medicinal product subject to medical prescription" - - -* name - * productName = "Remsima 100 Biktarvy 50 mg/200 mg/25 mg film-coated tabletsmg powder for concentrate for solution for infusion" - * type = $spor-productNamePartType-cs#220000000001 - * text = "Full name" - - * part[0] - * part = "Biktarvy" - * type = $spor-productNamePartType-cs#220000000002 - * type.text = "Invented name part" - - * part[+] - * part = "bictegravir/emtricitabine/tenofovir alafenamide" - * type = $spor-productNamePartType-cs#220000000003 - * type.text = "Scientific name part" - - * part[+] - * part = "50 mg/200 mg/25 mg" - * type = $spor-productNamePartType-cs#220000000004 - * type.text = "Strength part" - - * part[+] - * part = "film-coated tablets" - * type = $spor-productNamePartType-cs#220000000005 - * type.text = "Pharmaceutical dose form part" - - * usage - * country = urn:iso:std:iso:3166#eu "" - * jurisdiction = urn:iso:std:iso:3166#eu "" - * language = urn:ietf:bcp:47#eu "English" \ No newline at end of file diff --git a/input/fsh/examples/biktarvy-ema-automatic/Organization.fsh b/input/fsh/examples/biktarvy-ema-automatic/Organization.fsh deleted file mode 100644 index 11a9446539..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/Organization.fsh +++ /dev/null @@ -1,59 +0,0 @@ - - - - -Instance: org-715f8a161ed438d0584510e5b4512caa - -InstanceOf: OrganizationUvEpi -Title: "Gilead Sciences Ireland UC as Marketing authorisation holder" -Description: "Gilead Sciences Ireland UC as Marketing authorisation holder" -Usage: #example - -* identifier.system = $spor-org -* identifier.value = "ORG-100008368" -* identifier.use = #official - -* active = true - -* type = $spor-rms#220000000034 "Marketing authorisation holder" -* type.text = "Marketing authorisation holder" -* name = "Gilead Sciences Ireland UC" - -* contact - * address - * text = "Carrigtohill, County Cork, T45 County Cork IR" - * use = #work - * type = #physical - * line = "Carrigtohill, County Cork, T45" - * city = "County Cork" - * country = "IR" - - - - -Instance: org-1133a7374c78f1d40f41885344f06a5a - -InstanceOf: OrganizationUvEpi -Title: "European Medicines Agency as Medicines Regulatory Authority" -Description: "European Medicines Agency as Medicines Regulatory Authority" -Usage: #example - -* identifier.system = $spor-org -* identifier.value = "ORG-100013412" -* identifier.use = #official - -* active = true - -* type = $spor-rms#220000000032 "Medicines Regulatory Authority" -* type.text = "Medicines Regulatory Authority" -* name = "European Medicines Agency" - -* contact - * address - * text = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est Amsterdam NL" - * use = #work - * type = #physical - * line = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est" - * city = "Amsterdam" - * country = "NL" - * postalCode = "1083 HS" \ No newline at end of file diff --git a/input/fsh/examples/biktarvy-ema-automatic/PackagedProductDefinition.fsh b/input/fsh/examples/biktarvy-ema-automatic/PackagedProductDefinition.fsh deleted file mode 100644 index cb07e27c44..0000000000 --- a/input/fsh/examples/biktarvy-ema-automatic/PackagedProductDefinition.fsh +++ /dev/null @@ -1,40 +0,0 @@ - -Instance: ppd-bb925abf9dc1f2dd024210a50c0ee14b -InstanceOf: PackagedProductDefinitionUvEpi -Title: "Biktarvy 50 mg/200 mg/25 mg film-coated tablets 90 (3 bottles of 30) film-coated tablets" -Description: "Biktarvy 50 mg/200 mg/25 mg film-coated tablets 90 (3 bottles of 30) film-coated tablets" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "EU/1/18/1289/001" -* identifier.use = #official - -* name = "Biktarvy 50 mg/200 mg/25 mg film-coated tablets 90 (3 bottles of 30) film-coated tablets" - -* type = $spor-rms#100000155527 "Chemical Medicinal Prodcut" -//* type = $spor-rms#100000155527 - - -* status = http://hl7.org/fhir/publication-status#active "Active" -* statusDate = "2012-02-07T13:28:17Z" - - -* containedItemQuantity = 90 'tablets' - - - - - -* packaging - * identifier.system = $spor-prod - * identifier.value = "654321" - * type = $spor-rms#100000073504 "Child-resistant closure" - * quantity = 1 - * material = $spor-rms#200000003529 "Cardboard" - - - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* packageFor = Reference(mp5fb1761a0a38bea0a9b49f146371c68b) - // Reference to Organization: MAH -* manufacturer = Reference(org-715f8a161ed438d0584510e5b4512caa) diff --git a/parkingLot/biktarvy.fsh b/input/fsh/examples/biktarvy.fsh similarity index 50% rename from parkingLot/biktarvy.fsh rename to input/fsh/examples/biktarvy.fsh index cfb36bb7ca..5a676d57be 100644 --- a/parkingLot/biktarvy.fsh +++ b/input/fsh/examples/biktarvy.fsh @@ -2,6 +2,175 @@ // Project: Biktarvy V2 (id1665505010977) // View: Initial view +Instance: cfsb1665505019066 +InstanceOf: RegulatedAuthorization +Description: "RegulatedAuthorization1" +Usage: #example + +* identifier.system = "$spor-prod" +* identifier.value = "EU/1/18/1289/001" +* identifier.use = #official + +* type = $spor-rms#100000072062 +* type.text = "Marketing Authorisation" + +* region = urn:iso:std:iso:3166#eu +* region.text = "European Union" + +* status = http://hl7.org/fhir/publication-status#active +* status.text = "Active" + +* statusDate = "2018-06-21T13:28:17Z" +//reference to Marketing Authorization Holder +* holder = Reference(cfsb1665505132093) + +//reference to Regulator +* regulator = Reference(cfsb1665505181936) + + +Instance: cfsb1665505132093 +InstanceOf: Organization +Description: "Marketing Authorization Holder" +Usage: #example + +* identifier.system = $spor-org +* identifier.value = "ORG-100008368" +* identifier.use = #official + +* active = true + +* type = $spor-rms#220000000034 "Marketing authorisation holder" +* type.text = "Marketing authorisation holder" +* name = "Gilead Sciences Ireland UC" + +* contact.address.text = "Carrigtohill, County Cork, T45 DP77 Ireland" +* contact.address.use = #work +* contact.address.type = #physical +* contact.address.line = "Carrigtohill, County Cork, T45" +* contact.address.city = "County Cork" +* contact.address.country = "IR" + +Instance: cfsb1665505181936 +InstanceOf: Organization +Description: "Regulator" +Usage: #example + +* identifier.system = $spor-org +* identifier.value = "ORG-100013412" +* identifier.use = #official + +* identifier[1].system = $spor-org +* identifier[1].value = "LOC-100020264" +* identifier[1].use = #official + + + +* active = true + + +* type = https://spor.ema.europa.eu/rmswi/#/#220000000032 +* type.text = "Medicines Regulatory Authority" + +* name = "European Medicines Agency" +* contact.address.text = "Domenico Scarlattilaan 6 1083 HS Amsterdam The Netherlands" +* contact.address.use = #work +* contact.address.type = #physical +* contact.address.line = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est" +* contact.address.postalCode = "1083 HS" +* contact.address.city = "Amsterdam" +* contact.address.country = "nl" + +Instance: cfsb1665505232916 +InstanceOf: Ingredient +Description: "Bictegravir" +Usage: #example + +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" +* identifier.value = "4L5MP1Y7W7" +* identifier.use = #official + +* status = #active + +* role = https://spor.ema.europa.eu/rmswi/#00000072072 +* role.text = "active" + + + +* substance.code.concept.coding = https://gsrs.ncats.nih.gov/ginas/app/beta/#4L5MP1Y7W7 "BICTEGRAVIR SODIUM" + +* substance.strength.presentationQuantity.value = 50 + +* substance.strength.presentationQuantity.unit = "mg" + +* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB + +* substance.strength.basis.text = "active ingredient - basis of strength" + +//reference to EU/1/18/1289/001 +* for = Reference(cfsb1665505991728) + + +Instance: cfsb1665505279685 +InstanceOf: Ingredient +Description: "Embtricitabine" +Usage: #example + +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" +* identifier.value = "G70B4ETF4S" +* identifier.use = #official + +* status = #active + +* role = https://spor.ema.europa.eu/rmswi/#100000072072 "active" + +* substance.code.concept.coding = https://gsrs.ncats.nih.gov/ginas/app/beta/#G70B4ETF4S "Emtricitabine" + +* substance.strength.presentationQuantity = 200 'mg' +* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB + +* substance.strength.basis.text = "active ingredient - basis of strength" + +//reference to EU/1/18/1289/001 +* for = Reference(cfsb1665505991728) + + +Instance: cfsb1665505991728 +InstanceOf: MedicinalProductDefinition +Description: "EU/1/18/1289/001" +Usage: #example + +* identifier.system = "$spor-prod" +* identifier.value = "11102022" + +* type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" + +* domain = http://hl7.org/fhir/medicinal-product-domain#Human +* domain.text = "Human use" + +* status = http://hl7.org/fhir/publication-status#active "Active" + +* legalStatusOfSupply = $spor-rms#100000072084 +* legalStatusOfSupply.text = "Medicinal product subject to medical prescription" + +* name.productName = "Biktarvy 50 mg/200 mg/25 mg film-coated tablets" +* name.type = $spor-rms#220000000001 "Full name" +* name.usage.country = urn:iso:std:iso:3166#eu "European Union" + +* name.usage.jurisdiction = urn:iso:std:iso:3166#eu "European Union" + +* name.usage.language = urn:ietf:bcp:47#en "English" + +* name.part[+].part = "Biktarvy" +* name.part[=].type = $spor-rms#220000000002 "Invented name part" + +* name.part[+].part = "bictegravir/emtricitabine/tenofovir alafenamide" +* name.part[=].type = $spor-rms#220000000003 "Scientific name part" + +* name.part[+].part = "50 mg/200 mg/25 mg" +* name.part[=].type = $spor-rms#220000000004 "Strength part" + +* name.part[+].part = "film-coated tablets" +* name.part[=].type = $spor-rms#220000000005 "Pharmaceutical dose form part" Instance: cfsb1665507846505 InstanceOf: AdministrableProductDefinition @@ -32,8 +201,147 @@ Usage: #example +Instance: cfsb1666195266647 +InstanceOf: Ingredient +Description: "tenofovir alafenamide" +Usage: #example + +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" +* identifier.value = "EL9943AG5J" +* identifier.use = #official + +* status = #active + +* role = https://spor.ema.europa.eu/rmswi/#100000072072 "active" + +* substance.code.concept.coding = https://gsrs.ncats.nih.gov/ginas/app/beta/#EL9943AG5J "tenofovir alafenamide" + +* substance.strength.presentationQuantity.value = 25 + +* substance.strength.presentationQuantity.unit = "mg" + +* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB + +* substance.strength.basis.text = "active ingredient - basis of strength" + +//reference to EU/1/18/1289/001 +* for = Reference(cfsb1665505991728) + + +Instance: cfsb1666197397224 +InstanceOf: Ingredient +Description: "Microcrystalline cellulose" +Usage: #example + +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" +* identifier.value = "OP1R32D61U" +* identifier.use = #official + +* role = https://spor.ema.europa.eu/rmswi/#100000072082 +* role.text = "Excipient" + +* status = #active + +* substance.code.concept.coding = https://gsrs.ncats.nih.gov/ginas/app/beta/#OP1R32D61U "Microcrystalline cellulose" + +//reference to EU/1/18/1289/001 +* for = Reference(cfsb1665505991728) + + +Instance: cfsb1666197441225 +InstanceOf: Ingredient +Description: "Croscarmellose sodium" +Usage: #example + +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" +* identifier.value = "M28OL1HH48" +* identifier.use = #official + +* role = https://spor.ema.europa.eu/rmswi/#100000072082 +* role.text = "Excipient" + +* status = #active + +* substance.code.concept.coding = https://gsrs.ncats.nih.gov/ginas/app/beta/#M28OL1HH48 "Croscarmellose sodium" + +//reference to EU/1/18/1289/001 +* for = Reference(cfsb1665505991728) + + +Instance: cfsb1666197470356 +InstanceOf: Ingredient +Description: "Magnesium stearate" +Usage: #example + +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" +* identifier.value = "70097M6I30" +* identifier.use = #official + +* role = https://spor.ema.europa.eu/rmswi/#100000072082 +* role.text = "Excipient" + +* status = #active + +* substance.code.concept.coding = https://gsrs.ncats.nih.gov/ginas/app/beta/#70097M6I30 "Magnesium stearate" + +//reference to EU/1/18/1289/001 +* for = Reference(cfsb1665505991728) + + +Instance: cfsb1667576615115 +InstanceOf: ManufacturedItemDefinition +Description: "Biktarvy 50 mg/200 mg/25 mg film-coated tablets" +Usage: #example + +* identifier.system = "https://spor.ema.europa.eu/pmswi/#/" +* identifier.value = "EU/1/18/1289/001" +* identifier.use = #official + +* status = #active +* manufacturedDoseForm = https://spor.ema.europa.eu/rmswi/#100000073665 +* manufacturedDoseForm.text = "tablet" + +* unitOfPresentation = $spor-rms#200000002152 +* unitOfPresentation.text = "Tablet" + +//reference to Marketing Authorization Holder +* manufacturer = Reference(cfsb1665505132093) + + + + +Instance: cfsb1667580052450 +InstanceOf: PackagedProductDefinition +Description: "90 (3 bottles of 30) film-coated tablets" +Usage: #example + +* identifier.system = $spor-prod +* identifier.value = "EU/1/18/1289/001" +* identifier.use = #official + +* name = "Biktarvy 50 mg/200 mg/25 mg film-coated tablets" + +* type = $spor-rms#100000155527 +* type.text = "Chemical Medicinal Prodcut" + +* status = http://hl7.org/fhir/publication-status#active "Active" +* statusDate = "2012-02-07T13:28:17Z" + +* containedItemQuantity.value = 90 +* containedItemQuantity.unit = "tablets" + +* packaging.identifier.system = $spor-prod +* packaging.identifier.value = "654321" +* packaging.type = $spor-rms#100000073504 "Child-resistant closure" +* packaging.quantity = 1 +* packaging.material = $spor-rms#200000003529 "Cardboard" + +// Reference to Organization: Marketing Authorization Holder +* manufacturer = Reference(cfsb1665505132093) +//reference to EU/1/18/1289/001 +* packageFor = Reference(cfsb1665505991728) diff --git a/input/fsh/examples/calcio_vitamina_d-ema-automatic/Bundle.fsh b/input/fsh/examples/calcio_vitamina_d-ema-automatic/Bundle.fsh index 7c35f379cf..c46c2b1c00 100644 --- a/input/fsh/examples/calcio_vitamina_d-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/calcio_vitamina_d-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "xx" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/composition02e928f15b7b861b4b44915d9f1330ec" diff --git a/input/fsh/examples/calcio_vitamina_d-ema-automatic/Composition.fsh b/input/fsh/examples/calcio_vitamina_d-ema-automatic/Composition.fsh index 6c2668ca97..358553a01a 100644 --- a/input/fsh/examples/calcio_vitamina_d-ema-automatic/Composition.fsh +++ b/input/fsh/examples/calcio_vitamina_d-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-b7afabe350ac415f70e662ba6c703030) * title = "TEST PURPOSES ONLY - CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #es + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,8 +42,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Prospecto: información para el usuario

     

    Calcio/Vitamina D3 ROVI 1000 mg / 880 UI comprimidos efervescentes

    @@ -56,19 +55,15 @@ Usage: #example

    -Si tiene alguna duda, consulte a su médico o farmacéutico.

    -Este medicamento se le ha recetado solamente a usted, y no debe dárselo a otras personas aunque tengan los mismos síntomas que usted, ya que puede perjudicarles.

    -Si experimenta efectos adversos, consulte a su médico o farmacéutico, incluso si se trata de efectos adversos que no aparecen en este prospecto. Ver sección 4.

    -
    """ - - - - +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Contenido del prospecto

    1. Qué es Calcio/Vitamina D3 ROVI y para qué se utiliza
    2. @@ -78,33 +73,26 @@ Usage: #example
    3. Conservación de Calcio/Vitamina D3 ROVI
    4. Contenido del envase e información adicional
    -
    """ - - - +
    """ * section[=].section[+] * title = "1. What CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES is and what it is used for" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Calcio/Vitamina D3 ROVI son comprimidos efervescentes. Se presentan en envases con 30 comprimidos.

    Este medicamento es una asociación de calcio y vitamina D que está indicada para la corrección de la deficiencia combinada de vitamina D y calcio en pacientes de edad avanzada así como suplemento de vitamina D y calcio como coadyuvante a la terapia específica para el tratamiento de la osteoporosis en pacientes con deficiencia o con alto riesgo de deficiencia combinada de vitamina D y calcio.

    -
    """ - - - - - +
    """ * section[=].section[+] * title = "2. What you need to know before you take CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" * text.status = #additional - - * text.div = """

    No tome Calcio/Vitamina D3 ROVI:

    + + + * text.div = """

    No tome Calcio/Vitamina D3 ROVI:

     

      @@ -168,17 +156,14 @@ Usage: #example

      Este medicamento contiene lactosa. Si su médico le ha indicado que padece una intolerancia a ciertos azúcares, consulte con él antes de tomar este medicamento.

       

      Este medicamento contiene glucosa (en maltodextrina procedente de maíz). Si su médico le ha indicado que padece una intolerancia a ciertos azúcares, consulte con él antes de tomar este medicamento.

      -
    """ - - - +
    """ * section[=].section[+] * title = "3. How to take CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Siga exactamente las instrucciones de administración de este medicamento  indicadas por su médico o farmacéutico. En caso de duda, consulte de nuevo a su médico o farmacéutico.

     

    Dosis

    @@ -210,9 +195,7 @@ Usage: #example

    Si interrumpe el tratamiento con Calcio/Vitamina D3 ROVI

     

    Si tiene cualquier otra duda sobre el uso de este medicamento, pregunte a su médico o farmacéutico.

    -
    """ - - +
    """ * section[=].section[+] @@ -220,8 +203,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Al igual que todos los medicamentos, este medicamento puede producir efectos adversos, aunque no todas las personas los sufran.

     

    -Poco frecuentes (pueden afectar a entre 1 y 10 de cada 1.000 pacientes ):

    @@ -248,17 +231,15 @@ Usage: #example

     

    Comunicación de efectos adversos

    Si experimenta cualquier tipo de efecto adverso, consulte a su médico o farmacéutico, incluso si se trata de posibles efectos adversos que no aparecen en este prospecto. También puede comunicarlos directamente a través Sistema Español de Farmacovigilancia de Medicamentos de Uso Humano: https://www.notificaram.es. Mediante la comunicación de efectos adversos usted puede contribuir a proporcionar más información sobre la seguridad de este medicamento.

    -
    """ - - +
    """ * section[=].section[+] * title = "5. How to store CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store CALCIO/VITAMINA D3 ROVI 1000 mg/880 UI COMPRIMIDOS EFERVESCENTES" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Mantener este medicamento fuera de la vista y del alcance de los niños.

     

    Conservar en el envase original para protegerlo de la humedad.

    @@ -266,18 +247,15 @@ Usage: #example

    No utilice este medicamento después de la fecha de caducidad que aparece en el envase después de CAD. La fecha de caducidad es el último día del mes que se indica.

     

    Los medicamentos no se deben tirar por los desagües ni a la basura. Deposite los envases y los medicamentos que no necesita en el Punto SIGRE de la farmacia. En caso de duda pregunte a su farmacéutico cómo deshacerse de los envases y de los medicamentos que no necesita. De esta forma, ayudará a proteger el medio ambiente

    -
    """ - - - +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Composición de Calcio/Vitamina D3 ROVI

     

    -Los principios activos son: carbonato de calcio y concentrado de colecalciferol (en forma de polvo). Cada comprimido contiene 2500 mg de carbonato de calcio (equivalente a 1.000 mg de calcio) y 22 microgramos de concentrado de colecalciferol en forma de polvo (equivalente a 880 UI de colecalciferol = vitamina D3).

    @@ -306,7 +284,4 @@ Usage: #example

    La información detallada de este medicamento está disponible en la página web de la Agencia Española de Medicamentos y Productos Sanitarios (AEMPS) (https://www.aemps.gob.es/)

    -
    """ - - - +
    """ \ No newline at end of file diff --git a/input/fsh/examples/cava-ema/BundlecavaEpi.fsh b/input/fsh/examples/cava-ema/BundlecavaEpi.fsh new file mode 100644 index 0000000000..d4d32b9c94 --- /dev/null +++ b/input/fsh/examples/cava-ema/BundlecavaEpi.fsh @@ -0,0 +1,103 @@ +Instance: bundlepackageleaflet75 +InstanceOf: BundleUvEpi +Title: "ePI document Bundle for cava 75 mg Package Leaflet" +Description: "Bundle for cava Package Leaflet ePI document" +Usage: #example + +* identifier.system = "https://www.gravitatehealth.eu/sid/doc" +* identifier.value = "EU/1/96/007/035" +* type = #document +* timestamp = "2018-06-23T08:38:00+02:00" + +// Composition 0 +* entry[0].fullUrl = "urn:uuid:e63f72b2-993f-48b1-b7cb-539b1ed71571" +* entry[0].resource = compositioncava75 + +// Organizations +* entry[+].fullUrl = "urn:uuid:d71bf884-90eb-47f9-81b7-fa81ecec7e75" +* entry[=].resource = acmeinc + +// authorizations +* entry[+].fullUrl = "urn:uuid:297e405a-b6f9-4273-bc01-ae031efe47f8" +* entry[=].resource = authorizationcava75 + +// medicinal products 3 +* entry[+].fullUrl = "urn:uuid:800a51a2-d81d-49a4-a4eb-f2417d301837" +* entry[=].resource = cava75mgblisterx28 + +// packaged product 4 +* entry[+].fullUrl = "urn:uuid:eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d" +* entry[=].resource = packagebottlex28 + +// administrable product 5 +* entry[+].fullUrl = "urn:uuid:373b9bf3-1fae-47a1-a7cd-230106def069" +* entry[=].resource = adminproductcava75 + +// manufactured items 6 +* entry[+].fullUrl = "urn:uuid:3214f286-b8ec-4ef5-bc8d-0aec39d97468" +* entry[=].resource = manitemcava75 + +// ingredients 7 +* entry[+].fullUrl = "urn:uuid:09c13040-8fd5-4818-972d-f01d4ee169b6" +* entry[=].resource = Silicondioxide + +// 8 +* entry[+].fullUrl = "urn:uuid:745c01bc-936e-45ca-9880-57e97608f43e" +* entry[=].resource = irbesartan + +// 9 +* entry[+].fullUrl = "urn:uuid:a4b7b60c-998f-4f93-89c7-860396af0fe3" +* entry[=].resource = carnaubawax + +//10 +* entry[+].fullUrl = "urn:uuid:fbf58407-83d3-42db-be3d-506b2006d431" +* entry[=].resource = Croscarmellosesodium + +// 11 +* entry[+].fullUrl = "urn:uuid:1c10b441-6bd3-40b8-b14b-514e7c2f79d0" +* entry[=].resource = Hypromellose + +// 12 +* entry[+].fullUrl = "urn:uuid:7a3c0b14-2473-4541-9e45-a24d24cceddf" +* entry[=].resource = lactosemonohydrate + +// 13 +* entry[+].fullUrl = "urn:uuid:ceba5cd1-321f-4bc3-b203-92d97fcf472e" +* entry[=].resource = Macrogol3000 + +// 14 +* entry[+].fullUrl = "urn:uuid:eee155e8-e442-491d-9a82-7af3cefac57f" +* entry[=].resource = Magnesiumstearate + +// 15 +* entry[+].fullUrl = "urn:uuid:1cdfb0bc-55f0-43ff-b750-8f3a0d9970bd" +* entry[=].resource = Microcrystallinecellulose + +// 16 +* entry[+].fullUrl = "urn:uuid:a88891dc-7e9e-4d84-b462-95e53de3b6a6" +* entry[=].resource = titaniumdioxide + +// 17 +// Clinical Use Definition - Indication +* entry[+].fullUrl = "urn:uuid:4e922ec1-a398-4a78-8381-3729422b7602" +* entry[=].resource = indication + +// 18 +// Clinical Use Definition - Contraindication +* entry[+].fullUrl = "urn:uuid:83f4a22f-9e5e-4941-9fdb-339a0f1f2055" +* entry[=].resource = contraindication + +// Clinical Use Definition - Interaction +* entry[+].fullUrl = "urn:uuid:e60575aa-e7b3-4461-a456-d310514f4041" +* entry[=].resource = interactionmethotrexate + +* entry[+].fullUrl = "urn:uuid:f7d8f2a0-27eb-4e37-8036-58f3d5aa6537" +* entry[=].resource = interactiongrapefruitjuice + +// Clinical Use Definition - Warning +* entry[+].fullUrl = "urn:uuid:ac21a804-cafa-41ff-b644-a14c8003edeb" +* entry[=].resource = warninghypotension + +// Substance +* entry[+].fullUrl = "urn:uuid:da33bd51-a726-4232-aaa0-4168b9bfe249" +* entry[=].resource = substanceirbesartan diff --git a/input/fsh/examples/cava-ema/ClinicalUseDefinition-contraindication.fsh b/input/fsh/examples/cava-ema/ClinicalUseDefinition-contraindication.fsh new file mode 100644 index 0000000000..f066b9e25e --- /dev/null +++ b/input/fsh/examples/cava-ema/ClinicalUseDefinition-contraindication.fsh @@ -0,0 +1,18 @@ +Instance: contraindication +InstanceOf: ClinicalUseDefinition-contraindication-uv-epi +Description: "Contraindication - Gastrointestinal disorders" +Usage: #example + +* id = "83f4a22f-9e5e-4941-9fdb-339a0f1f2055" + +* identifier.system = "https://spor.ema.europa.eu/rmswi#" +* identifier.value = "Gastrointestinal disorders" +* identifier.use = #official + +* type = #contraindication + +// Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet blister x28 +* subject = Reference(cava75mgblisterx28) + +* contraindication + * diseaseSymptomProcedure.concept.coding = $meddra#10012601 "Diabetis Mellitus" \ No newline at end of file diff --git a/input/fsh/examples/cava-ema/ClinicalUseDefinition-indication.fsh b/input/fsh/examples/cava-ema/ClinicalUseDefinition-indication.fsh new file mode 100644 index 0000000000..16410b1a9e --- /dev/null +++ b/input/fsh/examples/cava-ema/ClinicalUseDefinition-indication.fsh @@ -0,0 +1,18 @@ +Instance: indication +InstanceOf: ClinicalUseDefinitionIndicationUvEpi +Description: "Indication" +Usage: #example + +* id = "4e922ec1-a398-4a78-8381-3729422b7602" + +* identifier.system = "https://spor.ema.europa.eu/rmswi#" +* identifier.value = "Psoriasis" +* identifier.use = #official + +* type = #indication + +// Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet blister x28 +* subject = Reference(cava75mgblisterx28) + +* indication + * diseaseSymptomProcedure.concept.coding = $meddra#10020772 "Hypertension" diff --git a/input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction.fsh b/input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction.fsh new file mode 100644 index 0000000000..6f907925ca --- /dev/null +++ b/input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction.fsh @@ -0,0 +1,19 @@ +Instance: interactionmethotrexate +InstanceOf: ClinicalUseDefinitionInteractionUvEpi +Description: "Interaction - METHOTREXATE" +Usage: #example + +* id = "e60575aa-e7b3-4461-a456-d310514f4041" +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta" +* identifier.value = "YL5FZ2Y5U1" +* identifier.use = #official + +* type = #interaction + +// Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet blister x28 +* subject = Reference(cava75mgblisterx28) + +* interaction.interactant.itemCodeableConcept = https://gsrs.ncats.nih.gov/ginas/app/beta/#YL5FZ2Y5U1 + +* interaction.interactant.itemCodeableConcept.text = "METHOTREXATE" + diff --git a/input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction2.fsh b/input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction2.fsh new file mode 100644 index 0000000000..98691dd7e4 --- /dev/null +++ b/input/fsh/examples/cava-ema/ClinicalUseDefinition-interaction2.fsh @@ -0,0 +1,19 @@ +Instance: interactiongrapefruitjuice +InstanceOf: ClinicalUseDefinitionInteractionUvEpi +Description: "Interaction - GRAPEFRUIT JUICE" +Usage: #example + +* id = "f7d8f2a0-27eb-4e37-8036-58f3d5aa6537" +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta" +* identifier.value = "JQ9EK2H6BG" +* identifier.use = #official + +* type = #interaction + +// Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet blister x28 +* subject = Reference(cava75mgblisterx28) + +* interaction.interactant.itemCodeableConcept = https://gsrs.ncats.nih.gov/ginas/app/beta/#JQ9EK2H6BG + +* interaction.interactant.itemCodeableConcept.text = "GRAPEFRUIT JUICE" + diff --git a/input/fsh/examples/cava-ema/ClinicalUseDefinition-undesirableeffect.fsh b/input/fsh/examples/cava-ema/ClinicalUseDefinition-undesirableeffect.fsh new file mode 100644 index 0000000000..c0af07d6fc --- /dev/null +++ b/input/fsh/examples/cava-ema/ClinicalUseDefinition-undesirableeffect.fsh @@ -0,0 +1,16 @@ +Instance: undesirableEffectanemia +InstanceOf: ClinicalUseDefinition-undesirableEffect-uv-epi +Description: "Undesirable Effect - anemia" +Usage: #example + +* identifier.system = "https://spor.ema.europa.eu/rmswi#" +* identifier.value = "anemia" +* identifier.use = #official + +* type = #undesirable-effect + +// Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet blister x28 +* subject = Reference(cava75mgblisterx28) + +* undesirableEffect + * symptomConditionEffect.concept.coding = $meddra#10002272 "Anemia" diff --git a/input/fsh/examples/cava-ema/ClinicalUseDefinition-warning.fsh b/input/fsh/examples/cava-ema/ClinicalUseDefinition-warning.fsh new file mode 100644 index 0000000000..29e55f52f2 --- /dev/null +++ b/input/fsh/examples/cava-ema/ClinicalUseDefinition-warning.fsh @@ -0,0 +1,17 @@ +Instance: warninghypotension +InstanceOf: ClinicalUseDefinition-warning-uv-epi +Description: "Warning - hypotension" +Usage: #example +* id = "ac21a804-cafa-41ff-b644-a14c8003edeb" +* identifier.system = "https://spor.ema.europa.eu/rmswi#" +* identifier.value = "hypotension" +* identifier.use = #official + +* type = #warning + +// Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet blister x28 +* subject = Reference(cava75mgblisterx28) + +* warning + * description = "Intravascular volume depletion: symptomatic hypotension, especially after the first dose, may occur in patients who are volume and/or sodium depleted by vigorous diuretic therapy, dietary salt restriction, diarrhoea or vomiting. Such conditions should be corrected before the administration of cava." + diff --git a/input/fsh/examples/cava-ema/administrableproductdefinition.fsh b/input/fsh/examples/cava-ema/administrableproductdefinition.fsh new file mode 100644 index 0000000000..22e12ff30d --- /dev/null +++ b/input/fsh/examples/cava-ema/administrableproductdefinition.fsh @@ -0,0 +1,29 @@ +Instance: adminproductcava75 +InstanceOf: AdministrableProductDefinitionUvEpi +Title: "cava 75mg tablet administrable product" +Description: "cava 75 mg tablet" +Usage: #example + +* id = "373b9bf3-1fae-47a1-a7cd-230106def069" + +* identifier.system = $phpid +* identifier.value = "adminproductcava75" + +* status = #active + +//reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet +* formOf = Reference(cava75mgblisterx28) + +* administrableDoseForm = $spor-combinedPharmaceuticalDoseForm-cs#200000002152 +* administrableDoseForm.text = "Tablet" + +* unitOfPresentation = $spor-rms#200000002152 +* unitOfPresentation.text = "Tablet" + + // Reference to ManufacturedItemDefinition: Manufactured Item +* producedFrom = Reference(manitemcava75) + +* routeOfAdministration.code = $spor-route-cs#100000073619 +* routeOfAdministration.code.text = "Oral use" +* routeOfAdministration.targetSpecies.code = $spor-rms#100000109093 +* routeOfAdministration.targetSpecies.code.text = "Human" diff --git a/input/fsh/examples/cava-ema/composition75-en.fsh b/input/fsh/examples/cava-ema/composition75-en.fsh new file mode 100644 index 0000000000..1bfb7e4bdc --- /dev/null +++ b/input/fsh/examples/cava-ema/composition75-en.fsh @@ -0,0 +1,458 @@ +Instance: compositioncava75 +InstanceOf: CompositionUvEpi +Title: "Composition for cava 75 mg Package Leaflet" +Description: "Package Leaflet" +Usage: #example + +* id = "e63f72b2-993f-48b1-b7cb-539b1ed71571" +* identifier.system = "https://spor.ema.europa.eu/rmswi" +* identifier.value = "0d69fdcb-33cf-407f-8209-a6529856ab4f" + +* status = #final + +* type = https://spor.ema.europa.eu/rmswi#100000155538 +* type.text = "Package Leaflet" + +* subject = Reference(cava75mgblisterx28) //reference to the medicinal product + +* date = "2022-02-16T13:28:17Z" + +* author = Reference(acmeinc) // Reference to Organization: Marketing Authorization Holder + +* title = "TEST PURPOSES ONLY - cava (irbesartan) 75 mg tablets" + +* section[+]. + * title = "B. Package Leaflet" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "B. PACKAGE LEAFLET" + * text.status = #additional + * text.div = """
    unavailable
    """ + * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + +* section[+]. + * title = "B. Package Leaflet" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "B. PACKAGE LEAFLET" + * text.status = #additional + * text.div = """
    unavailable
    """ + * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + +* section[=].section[+] + * title = "Package leaflet: Information for the user" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "Package leaflet: Information for the user" + * text.status = #additional + * text.div = """
    +

    cava 75 mg tablets

    +

    irbesartan

    + Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. +
      +
    • Keep this leaflet. You may need to read it again.
    • +
    • If you have any further questions, ask your doctor or pharmacist.
    • +
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • +
    • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
    • +
    +
    """ + +* section[=].section[+] + * title = "What is in this leaflet" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "What is in this leaflet" + * text.status = #additional + * text.div = """
    +
      +
    • What cava is and what it is used for
    • +
    • What you need to know before you take cava
    • +
    • How to take cava
    • +
    • Possible side effects
    • +
    • How to store cava
    • +
    • Contents of the pack and other information
    • +
    +
    """ + +* section[=].section[+] + * title = "1. What cava is and what it is used for" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "1. What cava is and what it is used for" + * text.status = #additional + * text.div = """
    +

    + cava belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. cava prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. cava slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes. +

    +

    cava is used in adult patients

    +
      +
    • to treat high blood pressure (essential hypertension)
    • +
    • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory + evidence of impaired kidney function.
    • +
    +
    """ + +* section[=].section[+] + * title = "2. What you need to know before you take cava" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "2. What you need to know before you take cava" + * text.status = #additional + * text.div = """
    + Do not take cava +
      +
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • +
    • if you are more than 3 months pregnant. (It is also better to avoid cava in early pregnancy – + see pregnancy section)
    • +
    • if you have diabetes or impaired kidney function and you are treated with a blood pressure + lowering medicine containing aliskiren.
    • +
    + Warning and precautions +

    Talk to your doctor before taking cava and if any of the following apply to you:

    +
      +
    • if you get excessive vomiting or diarrhoea
    • +
    • if you suffer from kidney problems
    • +
    • if you suffer from heart problems
    • +
    • if you receive cava for diabetic kidney disease. In this case your doctor may perform regular + blood tests, especially for measuring blood potassium levels in case of poor kidney function
    • +
    • if you develop low blood sugar levels (symptoms may include sweating, weakness, hunger, + dizziness, trembling, headache, flushing or paleness, numbness, having a fast, pounding heart + beat), particularly if you are being treated for diabetes.
    • +
    • if you are going to have an operation (surgery) or be given anaesthetics
    • +
    • +
        +
      • an ACE-inhibitor (for example enalapril, lisinopril, ramipril), in particular if you have diabetes-related kidney problems.
      • +
      • aliskiren
      • +
      +
    • +
    +

    Your doctor may check your kidney function, blood pressure, and the amount of electrolytes (e.g. potassium) in your blood at regular intervals.

    +

    See also information under the heading “Do not take cava”.

    +

    You must tell your doctor if you think you are (or might become) pregnant. cava is not recommended in early pregnancy, and must not be taken if you are more than 3 months pregnant, as it may cause serious harm to your baby if used at that stage (see pregnancy section).

    + Children and adolescents +

    This medicinal product should not be used in children and adolescents because the safety and efficacy have not yet been fully established.

    + Other medicines and cava +

    Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines.

    +

    Your doctor may need to change your dose and/or to take other precautions: + If you are taking an ACE-inhibitor or aliskiren (see also information under the headings “Do not take + cava” and “Warnings and precautions”).

    + You may need to have blood checks if you take: +
      +
    • potassium supplements
    • +
    • salt substitutes containing potassium
    • +
    • potassium-sparing medicines (such as certain diuretics)
    • +
    • medicines containing lithium
    • +
    • repaglinide (medication used for lowering blood sugar levels)
    • +
    +

    If you take certain painkillers, called non-steroidal anti-inflammatory drugs, the effect of irbesartan may be reduced.

    + cava with food and drink +

    cava can be taken with or without food.

    + Pregnancy and breast-feeding + Pregnancy +

    You must tell your doctor if you think you are (or might become) pregnant. Your doctor will normally advise you to stop taking cava before you become pregnant or as soon as you know you are pregnant and will advise you to take another medicine instead of cava. cava is not recommended in early pregnancy, and must not be taken when more than 3 months pregnant, as it may cause serious harm to your baby if used after the third month of pregnancy.

    + Breast-feeding +

    Tell your doctor if you are breast-feeding or about to start breast-feeding. cava is not recommended for mothers who are breast-feeding, and your doctor may choose another treatment for you if you wish to breast-feed, especially if your baby is newborn, or was born prematurely.

    + Driving and using machines +

    cava is unlikely to affect your ability to drive or use machines. However, occasionally dizziness or weariness may occur during treatment of high blood pressure. If you experience these, talk to your doctor before attempting to drive or use machines. +

    + + cava contains lactose. +

    If you have been told by your doctor that you have an intolerance to some sugars (e.g. lactose), contact your doctor before taking this medicinal product.

    + + cava contains sodium. +

    This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

    +
    """ + +* section[=].section[+] + * title = "3. How to take cava" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "3. How to take cava" + * text.status = #additional + * text.div = """
    + Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. + + Method of administration +

    cava is for oral use. Swallow the tablets with a sufficient amount of fluid (e.g. one glass of water). You can take cava with or without food. Try to take your daily dose at about the same time each day. It is important that you continue to take cava until your doctor tells you otherwise.

    +
      +
    • + Patients with high blood pressure +

      The usual dose is 150 mg once a day (two tablets a day). The dose may later be increased to 300 mg (four tablets a day) once daily depending on blood pressure response.

      +
    • +
    • + Patients with high blood pressure and type 2 diabetes with kidney disease +

      In patients with high blood pressure and type 2 diabetes, 300 mg (four tablets a day) once daily is the preferred maintenance dose for the treatment of associated kidney disease.

      +
    • +
    + +

    The doctor may advise a lower dose, especially when starting treatment in certain patients such as those on haemodialysis, or those over the age of 75 years. +

    +

    The maximal blood pressure lowering effect should be reached 4-6 weeks after beginning treatment.

    + + Use in children and adolescents +

    cava should not be given to children under 18 years of age. If a child swallows some tablets, contact your doctor immediately.

    + + If you take more cava than you should +

    If you accidentally take too many tablets, contact your doctor immediately.

    + + If you forget to take cava +

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    +

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    +
    """ + +* section[=].section[+] + * title = "4. Possible side effects" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "4. Possible side effects" + * text.status = #additional + * text.div = """
    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    +

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking cava and contact your doctor immediately.

    +

    The frequency of the side effects listed below is defined using the following convention:

    +

    Very common: may affect more than 1 in 10 people

    +

    Common: may affect up to 1 in 10 people

    +

    Uncommon: may affect up to 1 in 100 people

    +

    Side effects reported in clinical studies for patients treated with cava were:

    +
      +
    • Very common (may affect more than 1 in 10 people): if you suffer from high blood pressure and + type 2 diabetes with kidney disease, blood tests may show an increased level of potassium.
    • +
    • Common (may affect up to 1 10 people): dizziness, feeling sick/vomiting, fatigue and blood tests may show raised levels of an enzyme that measures the muscle and heart function (creatine kinase enzyme). In patients with high blood pressure and type 2 diabetes with kidney disease, dizziness when getting up from a lying or sitting position, low blood pressure when getting up from a lying or sitting position, pain in joints or muscles and decreased levels of a protein in the red blood cells (haemoglobin) were also reported. +
    • +
    • Uncommon (may affect up to 1 in 100 people): heart rate increased, flushing, cough, diarrhoea, indigestion/heartburn, sexual dysfunction (problems with sexual performance), chest pain.
    • +
    +

    Some undesirable effects have been reported since marketing of cava. Undesirable effects where the frequency is not known are: feeling of spinning, headache, taste disturbance, ringing in the ears, muscle cramps, pain in joints and muscles, decreased number of red blood cells (anaemia – symptoms may include tiredness, headaches, being short of breath when exercising, dizziness and looking pale), reduced number of platelets, abnormal liver function, increased blood potassium levels, impaired kidney function, inflammation of small blood vessels mainly affecting the skin (a condition known as leukocytoclastic vasculitis), severe allergic reactions (anaphylactic shock) and low blood sugar levels. Uncommon cases of jaundice (yellowing of the skin and/or whites of the eyes) have also been reported. +

    + Reporting of side effects +

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine. +

    +
    """ + +* section[=].section[+] + * title = "5. How to store cava" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "5. How to store cava" + * text.status = #additional + * text.div = """
    +

    Keep this medicine out of the sight and reach of children.

    +

    + Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. +

    +

    Do not store above 30°C.

    +

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment. +

    +
    """ + +* section[=].section[+] + * title = "6. Contents of the pack and other information" + * code = https://spor.ema.europa.eu/rmswi#100000155538 + * code.text = "6. Contents of the pack and other information" + * text.status = #additional + * text.div = """
    + What cava contains +
      +
    • The active substance is irbesartan. Each tablet of cava 75 mg contains 75 mg irbesartan.
    • +
    • The other ingredients are microcrystalline cellulose, croscarmellose sodium, lactose + monohydrate, magnesium stearate, colloidal hydrated silica, pregelatinised maize starch, and poloxamer 188. Please see section 2 “cava contains lactose”.
    • +
    + What cava looks like and contents of the pack +

    cava 75 mg tablets are white to off-white, biconvex, and oval-shaped with a heart debossed on one side and the number 2771 engraved on the other side.

    +

    cava 75 mg tablets are supplied in blister packs of 14, 28, 56 or 98 tablets. Unidose blister packs of 56 x 1 tablet for delivery in hospitals are also available.

    +

    Not all pack sizes may be marketed.

    + Marketing Authorisation Holder: +

    Acme inc

    +

    For any information about this medicinal product, please contact the local representative of the Marketing Authorisation Holder.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    België/Belgique/Belgien

    +

    Acme Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00

    +
    +

    Lietuva

    +

    Swixx Biopharma UAB

    +

    Tel: +370 5 236 91 40

    +
    +

    България

    +

    Swixx Biopharma EOOD Тел.: +359 (0)2 4942 480

    +
    +

    Luxembourg/Luxemburg

    +

    Acme Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00 (Belgique/Belgien)

    +
    +

    Česká republika

    +

    Acme inc, s.r.o. Tel: +420 233 086 111

    +
    +

    Magyarország

    +

    Acme-A VENTIS Zrt. Tel.: +36 1 505 0050

    +
    +

    Danmark

    +

    Acme A/S

    +

    Tlf: +45 45 16 70 00

    +
    +

    Malta

    +

    Acme S.r.l.

    +

    Tel: +39 02 39394275

    +
    +

    Deutschland

    +

    Acme inc Deutschland GmbH

    +

    Tel: 0800 52 52 010

    +

    Tel. aus dem Ausland: +49 69 305 21 131

    +
    +

    Norge

    +

    Acme inc Norge AS Tlf: +47 67 10 71 00

    +
    +

    Eesti

    +

    Swixx Biopharma OÜ Tel: +372 640 10 30

    +
    +

    Österreich

    +

    Acme inc GmbH Tel: +43 1 80 185 - 0

    +
    +

    Ελλάδα

    +

    Acme inc AEBE Τηλ: +30 210 900 16 00

    +
    +

    Polska

    +

    Acme inc Sp. z o.o. Tel.: +48 22 280 00 00

    +
    +

    España

    +

    Acme inc, S.A. Tel: +34 93 485 94 00

    +
    +

    France

    +

    Acme inc France

    +

    Tél: 0 800 222 555

    +

    Appel depuis l'étranger : +33 1 57 63 23 23

    +
    +

    Portugal

    +

    Acme - Produtos Farmacêuticos, Lda Tel: +351 21 35 89 400

    +
    +

    Hrvatska

    +

    Swixx Biopharma d.o.o. Tel: +385 1 2078 500

    +
    +

    România

    +

    Acme Romania SRL Tel: +40 (0) 21 317 31 36

    +
    +

    Ireland

    +

    Acme inc Ireland Ltd. T/A Acme Tel: +353 (0) 1 403 56 00

    +
    +

    Slovenija

    +

    Swixx Biopharma d.o.o. Tel: +386 1 235 51 00

    +
    +

    Ísland

    +

    Vistor hf.

    +

    Sími: +354 535 7000

    +
    +

    Slovenská republika

    +

    Swixx Biopharma s.r.o. Tel: +421 2 208 33 600

    +
    +

    Italia

    +

    Acme S.r.l. Tel: 800 536389

    +
    +

    Suomi/Finland

    +

    Acme Oy

    +

    Puh/Tel: +358 (0) 201 200 300

    +
    +

    Κύπρος

    +

    C.A. Papaellinas Ltd. Τηλ: +357 22 741741

    +
    +

    Sverige

    +

    Acme AB

    +

    Tel: +46 (0)8 634 50 00

    +
    +

    Latvija

    +

    Swixx Biopharma SIA Tel: +371 6 616 47 50

    +
    +

    United Kingdom (Northern Ireland)

    +

    Acme inc Ireland Ltd. T/A Acme Tel: +44 (0) 800 035 2525

    +
    +

    This leaflet was last revised in

    +

    Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

    +
    """ \ No newline at end of file diff --git a/input/fsh/examples/cava-ema/ingredient-carnaubawax.fsh b/input/fsh/examples/cava-ema/ingredient-carnaubawax.fsh new file mode 100644 index 0000000000..afad3add15 --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-carnaubawax.fsh @@ -0,0 +1,23 @@ +Instance: carnaubawax +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient carnauba wax" +Description: "Carnauba wax" +Usage: #example + +* id = "a4b7b60c-998f-4f93-89c7-860396af0fe3" +* identifier.system = $ginas +* identifier.value = "R12CBM0EIZ" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#R12CBM0EIZ "Carnauba wax" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-croscarmellosesodium.fsh b/input/fsh/examples/cava-ema/ingredient-croscarmellosesodium.fsh new file mode 100644 index 0000000000..e9e39063f4 --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-croscarmellosesodium.fsh @@ -0,0 +1,23 @@ +Instance: Croscarmellosesodium +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Croscarmellose sodium" +Description: "Croscarmellose sodium" +Usage: #example + +* id = "fbf58407-83d3-42db-be3d-506b2006d431" +* identifier.system = $ginas +* identifier.value = "M28OL1HH48" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#M28OL1HH48 "Croscarmellose sodium" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-hypromellose.fsh b/input/fsh/examples/cava-ema/ingredient-hypromellose.fsh new file mode 100644 index 0000000000..0f5beddbdd --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-hypromellose.fsh @@ -0,0 +1,23 @@ +Instance: Hypromellose +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Hypromellose" +Description: "Hypromellose" +Usage: #example + +* id = "1c10b441-6bd3-40b8-b14b-514e7c2f79d0" +* identifier.system = $ginas +* identifier.value = "3NXW29V3WO" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#3NXW29V3WO "Hypromellose" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) \ No newline at end of file diff --git a/input/fsh/examples/cava-ema/ingredient-irbesartan75.fsh b/input/fsh/examples/cava-ema/ingredient-irbesartan75.fsh new file mode 100644 index 0000000000..cb6d119efc --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-irbesartan75.fsh @@ -0,0 +1,28 @@ +Instance: irbesartan +InstanceOf: IngredientUvEpi +Title: "Irbesartan – Example of Ingredient with basis for strength" +Description: "irbesartan" +Usage: #example + +* id = "745c01bc-936e-45ca-9880-57e97608f43e" +* identifier.system = $ginas +* identifier.value = "J0E2756Z7N" +* identifier.use = #official + +* status = #active + +* role = $roleclass#ACTIB +* role.text = "active ingredient - basis of strength" + +* substance.code.concept.coding = $ginas#J0E2756Z7N "irbesartan" +* substance.strength.presentationQuantity.value = 75 +* substance.strength.presentationQuantity.unit = "mg" + +* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB +* substance.strength.basis.text = "active ingredient - basis of strength" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-lactosemonohydrate.fsh b/input/fsh/examples/cava-ema/ingredient-lactosemonohydrate.fsh new file mode 100644 index 0000000000..29e3841fb0 --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-lactosemonohydrate.fsh @@ -0,0 +1,23 @@ +Instance: lactosemonohydrate +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Lactose Monohydrate" +Description: "Lactose Monohydrate" +Usage: #example + +* id = "7a3c0b14-2473-4541-9e45-a24d24cceddf" +* identifier.system = $ginas +* identifier.value = "EWQ57Q8I5X" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#EWQ57Q8I5X "Lactose Monohydrate" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-macrogol.fsh b/input/fsh/examples/cava-ema/ingredient-macrogol.fsh new file mode 100644 index 0000000000..63788c641f --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-macrogol.fsh @@ -0,0 +1,23 @@ +Instance: Macrogol3000 +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Macrogol 3000" +Description: "Macrogol 3000" +Usage: #example + +* id = "ceba5cd1-321f-4bc3-b203-92d97fcf472e" +* identifier.system = $ginas +* identifier.value = "SA1B764746" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#SA1B764746 "Macrogol 3000" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-magnesiumstearate.fsh b/input/fsh/examples/cava-ema/ingredient-magnesiumstearate.fsh new file mode 100644 index 0000000000..cb47f4d92d --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-magnesiumstearate.fsh @@ -0,0 +1,23 @@ +Instance: Magnesiumstearate +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Magnesium stearate" +Description: "Magnesium stearate" +Usage: #example + +* id = "eee155e8-e442-491d-9a82-7af3cefac57f" +* identifier.system = $ginas +* identifier.value = "70097M6I30" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#70097M6I30 "Magnesium stearate" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-microcrystallinecellulose.fsh b/input/fsh/examples/cava-ema/ingredient-microcrystallinecellulose.fsh new file mode 100644 index 0000000000..ff325551ad --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-microcrystallinecellulose.fsh @@ -0,0 +1,23 @@ +Instance: Microcrystallinecellulose +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Microcrystalline cellulose" +Description: "Microcrystalline cellulose" +Usage: #example + +* id = "1cdfb0bc-55f0-43ff-b750-8f3a0d9970bd" +* identifier.system = $ginas +* identifier.value = "OP1R32D61U" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#OP1R32D61U "Microcrystalline cellulose" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-silicondioxide.fsh b/input/fsh/examples/cava-ema/ingredient-silicondioxide.fsh new file mode 100644 index 0000000000..f0d825584b --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-silicondioxide.fsh @@ -0,0 +1,23 @@ +Instance: Silicondioxide +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Silicon dioxide" +Description: "Silicon dioxide" +Usage: #example + +* id = "09c13040-8fd5-4818-972d-f01d4ee169b6" +* identifier.system = $ginas +* identifier.value = "ETJ7Z6XBU4" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#ETJ7Z6XBU4 "Silicon dioxide" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/ingredient-titaniumdioxide.fsh b/input/fsh/examples/cava-ema/ingredient-titaniumdioxide.fsh new file mode 100644 index 0000000000..8e02ee53d0 --- /dev/null +++ b/input/fsh/examples/cava-ema/ingredient-titaniumdioxide.fsh @@ -0,0 +1,23 @@ +Instance: titaniumdioxide +InstanceOf: IngredientUvEpi +Title: "Ingredient-excipient Titanium Dioxide" +Description: "Titanium Dioxide" +Usage: #example +* id = "a88891dc-7e9e-4d84-b462-95e53de3b6a6" + +* identifier.system = $ginas +* identifier.value = "15FIX9V2JP" +* identifier.use = #official + +* role = $roleclass#IACT +* role.text = "inactive ingredient" + +* status = #active + +* substance.code.concept.coding = $ginas#15FIX9V2JP "Titanium Dioxide" + +// Reference to manufactured item +* for = Reference(manitemcava75) + +// Reference to Organization: Reference to MAH +* manufacturer.manufacturer = Reference(acmeinc) \ No newline at end of file diff --git a/input/fsh/examples/cava-ema/manufactureditemdefinition-karvea75.fsh b/input/fsh/examples/cava-ema/manufactureditemdefinition-karvea75.fsh new file mode 100644 index 0000000000..03d3ec9273 --- /dev/null +++ b/input/fsh/examples/cava-ema/manufactureditemdefinition-karvea75.fsh @@ -0,0 +1,21 @@ +Instance: manitemcava75 +InstanceOf: ManufacturedItemDefinitionUvEpi +Title: "Manufactured item cava 75 mg tabelt" +Description: "cava 75 mg tablet" +Usage: #example + +* id = "3214f286-b8ec-4ef5-bc8d-0aec39d97468" +* identifier.system = "https://spor.ema.europa.eu/pmswi/#" +* identifier.value = "EU/1/96/007/035" +* identifier.use = #official + +* status = #active + +* manufacturedDoseForm = $spor-combinedPharmaceuticalDoseForm-cs#10219000 +* manufacturedDoseForm.text = "tablet" + +* unitOfPresentation = $spor-rms#200000002152 +* unitOfPresentation.text = "Tablet" + + // Reference to Organization: Manufacturer +* manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/medicinalproductdefinition.fsh b/input/fsh/examples/cava-ema/medicinalproductdefinition.fsh new file mode 100644 index 0000000000..d74bacbce1 --- /dev/null +++ b/input/fsh/examples/cava-ema/medicinalproductdefinition.fsh @@ -0,0 +1,50 @@ +Instance: cava75mgblisterx28 +InstanceOf: MedicinalProductDefinitionUvEpi +Title: "Medicinal Product cava 75 mg tablet in blister pack of 28 tablets" +Description: "EU/1/97/049/001 cava 75 mg tablet blister x28" +Usage: #example + +* id = "800a51a2-d81d-49a4-a4eb-f2417d301837" +* identifier.system = $spor-prod +* identifier.value = "4471bb15-7f52-4fcd-b615-8674ce6eb91e" + +* type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct +* type.text = "Medicinal Product" + +* domain = http://hl7.org/fhir/medicinal-product-domain#Human +* domain.text = "Human use" + +* status = http://hl7.org/fhir/publication-status#active "Active" + +* legalStatusOfSupply = $spor-rms#100000072084 +* legalStatusOfSupply.text = "Medicinal product subject to medical prescription" + +* name + * productName = "cava 75 mg tablet blister x28" + * type = $spor-productNamePartType-cs#220000000001 + * text = "Full name" + + * part[0] + * part = "cava" + * type = $spor-productNamePartType-cs#220000000002 + * type.text = "Invented name part" + + * part[+] + * part = "irbesartan" + * type = $spor-productNamePartType-cs#220000000003 + * type.text = "Scientific name part" + + * part[+] + * part = "75 mg" + * type = $spor-productNamePartType-cs#220000000004 + * type.text = "Strength part" + + * part[+] + * part = "tablet" + * type = $spor-productNamePartType-cs#220000000005 + * type.text = "Pharmaceutical dose form part" + + * usage + * country = urn:iso:std:iso:3166#DK + * jurisdiction = urn:iso:std:iso:3166#DK + * language = urn:ietf:bcp:47#en diff --git a/input/fsh/examples/cava-ema/organization-mah.fsh b/input/fsh/examples/cava-ema/organization-mah.fsh new file mode 100644 index 0000000000..9e7e2d6aa7 --- /dev/null +++ b/input/fsh/examples/cava-ema/organization-mah.fsh @@ -0,0 +1,25 @@ +Instance: acmeinc +InstanceOf: OrganizationUvEpi +Title: "Acme Inc. as Marketing Authorization Holder" +Description: "Marketing Authorization Holder" +Usage: #example + +* id = "d71bf884-90eb-47f9-81b7-fa81ecec7e75" +* identifier.system = $spor-org +* identifier.value = "ORG-100000789" +* identifier.use = #official + +* active = true + +* type = $spor-rms#220000000034 "Marketing authorisation holder" +* type.text = "Marketing authorisation holder" +* name = "Acme Inc" + +* contact + * address + * text = "60, rue La Boétie F-75008 Paris - France" + * use = #work + * type = #physical + * line = "60, rue La Boétie F-75008" + * city = "Lion" + * country = "FR" diff --git a/input/fsh/examples/cava-ema/packagedproductdefinition.fsh b/input/fsh/examples/cava-ema/packagedproductdefinition.fsh new file mode 100644 index 0000000000..7fff7aca14 --- /dev/null +++ b/input/fsh/examples/cava-ema/packagedproductdefinition.fsh @@ -0,0 +1,34 @@ +Instance: packagebottlex28 +InstanceOf: PackagedProductDefinitionUvEpi +Title: "Packaging Blister x28 75 mg tablets" +Description: "Blister x28 tablets" +Usage: #example + +* id = "eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d" +* identifier.system = $spor-prod +* identifier.value = "EU/1/97/049/001" +* identifier.use = #official + +* name = "cava 75 mg tablet blister x28 tablets" + +* type = $spor-rms#100000155527 +* type.text = "Chemical Medicinal Prodcut" + +* status = http://hl7.org/fhir/publication-status#active "Active" +* statusDate = "2015-02-07T13:28:17Z" + +* containedItemQuantity.value = 75 +* containedItemQuantity.unit = "mg" + +* packaging + * identifier.system = $spor-prod + * identifier.value = "123456" + * type = $spor-rms#100000073496 "Blister" + * quantity = 28 + * material = $spor-rms#200000003222 "PolyVinyl Chloride" + +//reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet +* packageFor = Reference(cava75mgblisterx28) + + // Reference to Organization: MAH +* manufacturer = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/regulatedauthorization75.fsh b/input/fsh/examples/cava-ema/regulatedauthorization75.fsh new file mode 100644 index 0000000000..7c82f81d4f --- /dev/null +++ b/input/fsh/examples/cava-ema/regulatedauthorization75.fsh @@ -0,0 +1,27 @@ +Instance: authorizationcava75 +InstanceOf: RegulatedAuthorizationUvEpi +Title: "Regulated Authorization for cava 75 mg tablets" +Description: "Regulated Authorization" +Usage: #example + +* identifier.system = $spor-prod +* identifier.value = "EU/1/96/007/035" +* identifier.use = #official + +* id = "297e405a-b6f9-4273-bc01-ae031efe47f8" + // Reference to MedicinalProductDefinition: EU/1/97/049/001 cava 75 mg tablet +* subject = Reference(cava75mgblisterx28) + +* type = $spor-rms#100000072062 +* type.text = "Marketing Authorisation" + +* region = urn:iso:std:iso:3166#DK +* region.text = "Denmark" + +* status = http://hl7.org/fhir/publication-status#active +* status.text = "Active" + +* statusDate = "2015-02-07T13:28:17Z" + + // Reference to Organization: Marketing Authorization Holder +* holder = Reference(acmeinc) diff --git a/input/fsh/examples/cava-ema/substanceirbesartan.fsh b/input/fsh/examples/cava-ema/substanceirbesartan.fsh new file mode 100644 index 0000000000..781c34cf64 --- /dev/null +++ b/input/fsh/examples/cava-ema/substanceirbesartan.fsh @@ -0,0 +1,28 @@ +Instance: substanceirbesartan +InstanceOf: SubstanceDefinitionUvEpi +Description: "irbesartan" +Usage: #example + +* id = "da33bd51-a726-4232-aaa0-4168b9bfe249" +* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta" +* identifier.value = "J0E2756Z7N" +* identifier.use = #official + +* version = "1" + +* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 +* status.text = "Validated (UNII)" + +* description = "White to off-white, biconvex, and oval-shaped with a heart debossed on one side and the number 1234 engraved on the other side." + + // Reference to Organization: MAH +* manufacturer = Reference(acmeinc) + +* molecularWeight.type.text = "exact" +* molecularWeight.amount.value = 428.53 + +* structure.molecularFormula = "C25H28N6O" + +* name.name = "(+)-6-methyleneandrosta-1,4-diene-3,17-dione" +* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 +* name.type.text = "Chemical Name" diff --git a/input/fsh/examples/cinitrapide-ema-automatic/Bundle.fsh b/input/fsh/examples/cinitrapide-ema-automatic/Bundle.fsh index 885102cd1e..b4de924f45 100644 --- a/input/fsh/examples/cinitrapide-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/cinitrapide-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "EU/1/96/007/035" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/compositionaf8224f8c853d17daf5ea6782cb5a097" diff --git a/input/fsh/examples/cinitrapide-ema-automatic/Composition.fsh b/input/fsh/examples/cinitrapide-ema-automatic/Composition.fsh index 49a25e250f..5721bdc3d0 100644 --- a/input/fsh/examples/cinitrapide-ema-automatic/Composition.fsh +++ b/input/fsh/examples/cinitrapide-ema-automatic/Composition.fsh @@ -6,14 +6,10 @@ Description: "Composition for cinitrapide Package Leaflet" Usage: #example * identifier.system = "https://spor.ema.europa.eu/rmswi/" -* identifier.value = "nan" +* identifier.value = "xx" * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-94f8082c22713e050c3f2b55ea9d53ff) * title = "TEST PURPOSES ONLY - cinitrapide" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,50 +42,160 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - + + * text.div = """
    +

    Karvea 75 mg tablets

    +

    irbesartan

    + Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. +
      +
    • Keep this leaflet. You may need to read it again.
    • +
    • If you have any further questions, ask your doctor or pharmacist.
    • +
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • +
    • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
    • +
    +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +
      +
    • What Karvea is and what it is used for
    • +
    • What you need to know before you take Karvea
    • +
    • How to take Karvea
    • +
    • Possible side effects
    • +
    • How to store Karvea
    • +
    • Contents of the pack and other information
    • +
    +
    """ * section[=].section[+] * title = "1. What cinitrapide is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What cinitrapide is and what it is used for" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - - + + * text.div = """
    +

    + Karvea belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. Karvea prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. Karvea slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes. +

    +

    Karvea is used in adult patients

    +
      +
    • to treat high blood pressure (essential hypertension)
    • +
    • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory + evidence of impaired kidney function.
    • +
    +
    """ * section[=].section[+] * title = "2. What you need to know before you take cinitrapide" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take cinitrapide" * text.status = #additional + - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + * text.div = """
    + Do not take Karvea +
      +
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • +
    • if you are more than 3 months pregnant. (It is also better to avoid Karvea in early pregnancy – + see pregnancy section)
    • +
    • if you have diabetes or impaired kidney function and you are treated with a blood pressure + lowering medicine containing aliskiren.
    • +
    + Warning and precautions +

    Talk to your doctor before taking Karvea and if any of the following apply to you:

    +
      +
    • if you get excessive vomiting or diarrhoea
    • +
    • if you suffer from kidney problems
    • +
    • if you suffer from heart problems
    • +
    • if you receive Karvea for diabetic kidney disease. In this case your doctor may perform regular + blood tests, especially for measuring blood potassium levels in case of poor kidney function
    • +
    • if you develop low blood sugar levels (symptoms may include sweating, weakness, hunger, + dizziness, trembling, headache, flushing or paleness, numbness, having a fast, pounding heart + beat), particularly if you are being treated for diabetes.
    • +
    • if you are going to have an operation (surgery) or be given anaesthetics
    • +
    • +
        +
      • an ACE-inhibitor (for example enalapril, lisinopril, ramipril), in particular if you have diabetes-related kidney problems.
      • +
      • aliskiren
      • +
      +
    • +
    +

    Your doctor may check your kidney function, blood pressure, and the amount of electrolytes (e.g. potassium) in your blood at regular intervals.

    +

    See also information under the heading “Do not take Karvea”.

    +

    You must tell your doctor if you think you are (or might become) pregnant. Karvea is not recommended in early pregnancy, and must not be taken if you are more than 3 months pregnant, as it may cause serious harm to your baby if used at that stage (see pregnancy section).

    + Children and adolescents +

    This medicinal product should not be used in children and adolescents because the safety and efficacy have not yet been fully established.

    + Other medicines and Karvea +

    Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines.

    +

    Your doctor may need to change your dose and/or to take other precautions: + If you are taking an ACE-inhibitor or aliskiren (see also information under the headings “Do not take + Karvea” and “Warnings and precautions”).

    + You may need to have blood checks if you take: +
      +
    • potassium supplements
    • +
    • salt substitutes containing potassium
    • +
    • potassium-sparing medicines (such as certain diuretics)
    • +
    • medicines containing lithium
    • +
    • repaglinide (medication used for lowering blood sugar levels)
    • +
    +

    If you take certain painkillers, called non-steroidal anti-inflammatory drugs, the effect of irbesartan may be reduced.

    + Karvea with food and drink +

    Karvea can be taken with or without food.

    + Pregnancy and breast-feeding + Pregnancy +

    You must tell your doctor if you think you are (or might become) pregnant. Your doctor will normally advise you to stop taking Karvea before you become pregnant or as soon as you know you are pregnant and will advise you to take another medicine instead of Karvea. Karvea is not recommended in early pregnancy, and must not be taken when more than 3 months pregnant, as it may cause serious harm to your baby if used after the third month of pregnancy.

    + Breast-feeding +

    Tell your doctor if you are breast-feeding or about to start breast-feeding. Karvea is not recommended for mothers who are breast-feeding, and your doctor may choose another treatment for you if you wish to breast-feed, especially if your baby is newborn, or was born prematurely.

    + Driving and using machines +

    Karvea is unlikely to affect your ability to drive or use machines. However, occasionally dizziness or weariness may occur during treatment of high blood pressure. If you experience these, talk to your doctor before attempting to drive or use machines. +

    + + Karvea contains lactose. +

    If you have been told by your doctor that you have an intolerance to some sugars (e.g. lactose), contact your doctor before taking this medicinal product.

    + + Karvea contains sodium. +

    This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

    +
    """ * section[=].section[+] * title = "3. How to take cinitrapide" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take cinitrapide" * text.status = #additional + + * text.div = """
    + Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. + + Method of administration +

    Karvea is for oral use. Swallow the tablets with a sufficient amount of fluid (e.g. one glass of water). You can take Karvea with or without food. Try to take your daily dose at about the same time each day. It is important that you continue to take Karvea until your doctor tells you otherwise.

    +
      +
    • + Patients with high blood pressure +

      The usual dose is 150 mg once a day (two tablets a day). The dose may later be increased to 300 mg (four tablets a day) once daily depending on blood pressure response.

      +
    • +
    • + Patients with high blood pressure and type 2 diabetes with kidney disease +

      In patients with high blood pressure and type 2 diabetes, 300 mg (four tablets a day) once daily is the preferred maintenance dose for the treatment of associated kidney disease.

      +
    • +
    + +

    The doctor may advise a lower dose, especially when starting treatment in certain patients such as those on haemodialysis, or those over the age of 75 years. +

    +

    The maximal blood pressure lowering effect should be reached 4-6 weeks after beginning treatment.

    - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + Use in children and adolescents +

    Karvea should not be given to children under 18 years of age. If a child swallows some tablets, contact your doctor immediately.

    + + If you take more Karvea than you should +

    If you accidentally take too many tablets, contact your doctor immediately.

    + + If you forget to take Karvea +

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    +

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    +
    """ * section[=].section[+] @@ -94,26 +203,272 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + * text.div = """
    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    +

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking Karvea and contact your doctor immediately.

    +

    The frequency of the side effects listed below is defined using the following convention:

    +

    Very common: may affect more than 1 in 10 people

    +

    Common: may affect up to 1 in 10 people

    +

    Uncommon: may affect up to 1 in 100 people

    +

    Side effects reported in clinical studies for patients treated with Karvea were:

    +
      +
    • Very common (may affect more than 1 in 10 people): if you suffer from high blood pressure and + type 2 diabetes with kidney disease, blood tests may show an increased level of potassium.
    • +
    • Common (may affect up to 1 10 people): dizziness, feeling sick/vomiting, fatigue and blood tests may show raised levels of an enzyme that measures the muscle and heart function (creatine kinase enzyme). In patients with high blood pressure and type 2 diabetes with kidney disease, dizziness when getting up from a lying or sitting position, low blood pressure when getting up from a lying or sitting position, pain in joints or muscles and decreased levels of a protein in the red blood cells (haemoglobin) were also reported. +
    • +
    • Uncommon (may affect up to 1 in 100 people): heart rate increased, flushing, cough, diarrhoea, indigestion/heartburn, sexual dysfunction (problems with sexual performance), chest pain.
    • +
    +

    Some undesirable effects have been reported since marketing of Karvea. Undesirable effects where the frequency is not known are: feeling of spinning, headache, taste disturbance, ringing in the ears, muscle cramps, pain in joints and muscles, decreased number of red blood cells (anaemia – symptoms may include tiredness, headaches, being short of breath when exercising, dizziness and looking pale), reduced number of platelets, abnormal liver function, increased blood potassium levels, impaired kidney function, inflammation of small blood vessels mainly affecting the skin (a condition known as leukocytoclastic vasculitis), severe allergic reactions (anaphylactic shock) and low blood sugar levels. Uncommon cases of jaundice (yellowing of the skin and/or whites of the eyes) have also been reported. +

    + Reporting of side effects +

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine. +

    +
    """ * section[=].section[+] * title = "5. How to store cinitrapide" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store cinitrapide" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +

    Keep this medicine out of the sight and reach of children.

    +

    + Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. +

    +

    Do not store above 30°C.

    +

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment. +

    +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    + What Karvea contains +
      +
    • The active substance is irbesartan. Each tablet of Karvea 75 mg contains 75 mg irbesartan.
    • +
    • The other ingredients are microcrystalline cellulose, croscarmellose sodium, lactose + monohydrate, magnesium stearate, colloidal hydrated silica, pregelatinised maize starch, and poloxamer 188. Please see section 2 “Karvea contains lactose”.
    • +
    + What Karvea looks like and contents of the pack +

    Karvea 75 mg tablets are white to off-white, biconvex, and oval-shaped with a heart debossed on one side and the number 2771 engraved on the other side.

    +

    Karvea 75 mg tablets are supplied in blister packs of 14, 28, 56 or 98 tablets. Unidose blister packs of 56 x 1 tablet for delivery in hospitals are also available.

    +

    Not all pack sizes may be marketed.

    + Marketing Authorisation Holder: +

    sanofi-aventis groupe

    +

    54, rue La Boétie

    +

    F-75008 Paris - France

    +

    Manufacturer:

    +

    SANOFI WINTHROP INDUSTRIE

    +

    1, rue de la Vierge

    +

    Ambarès and Lagrave

    +

    F-33565 Carbon Blanc Cedex - France

    +

    SANOFI WINTHROP INDUSTRIE

    +

    30-36 Avenue Gustave Eiffel, BP 7166

    +

    F-37071 Tours Cedex 2 - France

    +

    For any information about this medicinal product, please contact the local representative of the Marketing Authorisation Holder.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    België/Belgique/Belgien

    +

    Sanofi Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00

    +
    +

    Lietuva

    +

    Swixx Biopharma UAB

    +

    Tel: +370 5 236 91 40

    +
    +

    България

    +

    Swixx Biopharma EOOD Тел.: +359 (0)2 4942 480

    +
    +

    Luxembourg/Luxemburg

    +

    Sanofi Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00 (Belgique/Belgien)

    +
    +

    Česká republika

    +

    sanofi-aventis, s.r.o. Tel: +420 233 086 111

    +
    +

    Magyarország

    +

    SANOFI-A VENTIS Zrt. Tel.: +36 1 505 0050

    +
    +

    Danmark

    +

    Sanofi A/S

    +

    Tlf: +45 45 16 70 00

    +
    +

    Malta

    +

    Sanofi S.r.l.

    +

    Tel: +39 02 39394275

    +
    +

    Deutschland

    +

    Sanofi-Aventis Deutschland GmbH

    +

    Tel: 0800 52 52 010

    +

    Tel. aus dem Ausland: +49 69 305 21 131

    +
    +

    Norge

    +

    sanofi-aventis Norge AS Tlf: +47 67 10 71 00

    +
    +

    Eesti

    +

    Swixx Biopharma OÜ Tel: +372 640 10 30

    +
    +

    Österreich

    +

    sanofi-aventis GmbH Tel: +43 1 80 185 – 0

    +
    +

    Ελλάδα

    +

    sanofi-aventis AEBE Τηλ: +30 210 900 16 00

    +
    +

    Polska

    +

    sanofi-aventis Sp. z o.o. Tel.: +48 22 280 00 00

    +
    +

    España

    +

    sanofi-aventis, S.A. Tel: +34 93 485 94 00

    +
    +

    France

    +

    sanofi-aventis France

    +

    Tél: 0 800 222 555

    +

    Appel depuis l’étranger : +33 1 57 63 23 23

    +
    +

    Portugal

    +

    Sanofi - Produtos Farmacêuticos, Lda Tel: +351 21 35 89 400

    +
    +

    Hrvatska

    +

    Swixx Biopharma d.o.o. Tel: +385 1 2078 500

    +
    +

    România

    +

    Sanofi Romania SRL Tel: +40 (0) 21 317 31 36

    +
    +

    Ireland

    +

    sanofi-aventis Ireland Ltd. T/A SANOFI Tel: +353 (0) 1 403 56 00

    +
    +

    Slovenija

    +

    Swixx Biopharma d.o.o. Tel: +386 1 235 51 00

    +
    +

    Ísland

    +

    Vistor hf.

    +

    Sími: +354 535 7000

    +
    +

    Slovenská republika

    +

    Swixx Biopharma s.r.o. Tel: +421 2 208 33 600

    +
    +

    Italia

    +

    Sanofi S.r.l. Tel: 800 536389

    +
    +

    Suomi/Finland

    +

    Sanofi Oy

    +

    Puh/Tel: +358 (0) 201 200 300

    +
    +

    Κύπρος

    +

    C.A. Papaellinas Ltd. Τηλ: +357 22 741741

    +
    +

    Sverige

    +

    Sanofi AB

    +

    Tel: +46 (0)8 634 50 00

    +
    +

    Latvija

    +

    Swixx Biopharma SIA Tel: +371 6 616 47 50

    +
    +

    United Kingdom (Northern Ireland)

    +

    sanofi-aventis Ireland Ltd. T/A SANOFI Tel: +44 (0) 800 035 2525

    +
    +

    This leaflet was last revised in

    +

    Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

    +
    """ \ No newline at end of file diff --git a/input/fsh/examples/cinitrapide-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/cinitrapide-ema-automatic/MedicinalProductDefinition.fsh index c6d0b54a89..b37c0dd7b2 100644 --- a/input/fsh/examples/cinitrapide-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/cinitrapide-ema-automatic/MedicinalProductDefinition.fsh @@ -6,7 +6,10 @@ Description: "EU/1/97/049/001 BLASTON 1 mg tablets" Usage: #example * identifier.system = $spor-prod -* identifier.value = "ss" +* identifier.value = "59.032" + +* identifier[+].system = $phpid +* identifier[=].value = "0x9982CA8A825D4561506CE808982E3B9E" * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" diff --git a/input/fsh/examples/cinitrapide-ema-automatic/Organization.fsh b/input/fsh/examples/cinitrapide-ema-automatic/Organization.fsh index eb24490f27..f61ae288ec 100644 --- a/input/fsh/examples/cinitrapide-ema-automatic/Organization.fsh +++ b/input/fsh/examples/cinitrapide-ema-automatic/Organization.fsh @@ -3,7 +3,6 @@ Instance: org-94f8082c22713e050c3f2b55ea9d53ff - InstanceOf: OrganizationUvEpi Title: "Lacer, S.A. - Boters, 5 as Marketing authorisation holder" Description: "Lacer, S.A. - Boters, 5 as Marketing authorisation holder" diff --git a/input/fsh/examples/dovato-ema-automatic/Bundle.fsh b/input/fsh/examples/dovato-ema-automatic/Bundle.fsh index 612fbe98f9..bd31daf634 100644 --- a/input/fsh/examples/dovato-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/dovato-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "EU/1/19/1370/001" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-04-05T13:17:13Z" // Composition * entry[0].fullUrl = "Composition/composition16598f252d07b4784b82ba43cf9e847e" diff --git a/input/fsh/examples/flucelvax-ema-automatic/AdministrableProductDefinition.fsh b/input/fsh/examples/flucelvax-ema-automatic/AdministrableProductDefinition.fsh deleted file mode 100644 index 22368adce5..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/AdministrableProductDefinition.fsh +++ /dev/null @@ -1,26 +0,0 @@ - -Instance: ap-04c9bd6fb89d38b2d83eced2460c4dc1 -InstanceOf: AdministrableProductDefinitionUvEpi -Title: "Administrable product Flucelvax Tetra - suspension for injection in pre-filled syringe Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Description: "Flucelvax Tetra - suspension for injection in pre-filled syringe Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Usage: #example - -* identifier.system = $phpid -* identifier.value = "xx" - -* status = #active - -* formOf = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* administrableDoseForm = $spor-rms#100000074063 "suspension for injection in pre-filled syringe" -* unitOfPresentation = $spor-rms#200000002150 "Syringe" - -//this is just manufactured with extra steps? - - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* producedFrom = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) - - -* routeOfAdministration.code = $spor-rms#100000073633 "Subcutaneous use" - -* routeOfAdministration.targetSpecies.code = $spor-rms#100000109093 "Human" \ No newline at end of file diff --git a/input/fsh/examples/flucelvax-ema-automatic/Bundle.fsh b/input/fsh/examples/flucelvax-ema-automatic/Bundle.fsh deleted file mode 100644 index eec28be110..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/Bundle.fsh +++ /dev/null @@ -1,131 +0,0 @@ - -Instance: bundlepackageleaflet-56a32a5ee239fc834b47c10db1faa3fd -InstanceOf: BundleUvEpi -Title: "ePI document Bundle for flucelvax Package Leaflet" -Description: "Bundle for flucelvax Package Leaflet ePI document" -Usage: #example - -* identifier.system = "https://www.gravitatehealth.eu/sid/doc" -* identifier.value = "flucelvax-1" -* type = #document -* timestamp = "2023-04-22T15:49:34Z" - -// Composition -* entry[0].fullUrl = "Composition/composition056f32ee5cf49404607e368bd8d3f2af" -* entry[0].resource = composition056f32ee5cf49404607e368bd8d3f2af - - - - - - - - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-2e8cb2387c664fb619f6b8914767d38f" -* entry[=].resource = ingredient-for-2e8cb2387c664fb619f6b8914767d38f - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-influenzaavirusadarwin112021h3n2whole" -* entry[=].resource = ingredient-for-flucelvax-influenzaavirusadarwin112021h3n2whole - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-f4e520e2974f4acb8abe26b607ea5a46" -* entry[=].resource = ingredient-for-f4e520e2974f4acb8abe26b607ea5a46 - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-2c0c197a41a706fb2549601e635da1f3" -* entry[=].resource = ingredient-for-2c0c197a41a706fb2549601e635da1f3 - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-sodiumchloride" -* entry[=].resource = ingredient-for-flucelvax-sodiumchloride - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-potassiumchloride" -* entry[=].resource = ingredient-for-flucelvax-potassiumchloride - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-magnesiumchloride" -* entry[=].resource = ingredient-for-flucelvax-magnesiumchloride - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-sodiumphosphatedibasicdihydrate" -* entry[=].resource = ingredient-for-flucelvax-sodiumphosphatedibasicdihydrate - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-potassiumdihydrogenphosphate" -* entry[=].resource = ingredient-for-flucelvax-potassiumdihydrogenphosphate - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-flucelvax-waterforinjections" -* entry[=].resource = ingredient-for-flucelvax-waterforinjections - - -// Substance - -* entry[+].fullUrl = "SubstanceDefinition/substance-influenzaavirusadelaware552019cvr45h1n1whole" -* entry[=].resource = substance-influenzaavirusadelaware552019cvr45h1n1whole - -// Substance - -* entry[+].fullUrl = "SubstanceDefinition/substance-influenzaavirusadarwin112021h3n2whole" -* entry[=].resource = substance-influenzaavirusadarwin112021h3n2whole - -// Substance - -* entry[+].fullUrl = "SubstanceDefinition/substance-influenzabvirusbsingaporewuh46182021whole" -* entry[=].resource = substance-influenzabvirusbsingaporewuh46182021whole - -// Substance - -* entry[+].fullUrl = "SubstanceDefinition/substance-influenzabvirusbsingaporeinftt1606102016whole" -* entry[=].resource = substance-influenzabvirusbsingaporeinftt1606102016whole - - -// AdministrableProductDefinition - -* entry[+].fullUrl = "AdministrableProductDefinition/ap-04c9bd6fb89d38b2d83eced2460c4dc1" -* entry[=].resource = ap-04c9bd6fb89d38b2d83eced2460c4dc1 - - -// RegulatedAuthorization - -* entry[+].fullUrl = "RegulatedAuthorization/authorization04c9bd6fb89d38b2d83eced2460c4dc1" -* entry[=].resource = authorization04c9bd6fb89d38b2d83eced2460c4dc1 - - -// Organization - -* entry[+].fullUrl = "Organization/org-45fe50eae508b5755dd140ab2093eb5e" -* entry[=].resource = org-45fe50eae508b5755dd140ab2093eb5e - - -// PackagedProductDefinition - -* entry[+].fullUrl = "PackagedProductDefinition/ppd-04c9bd6fb89d38b2d83eced2460c4dc1" -* entry[=].resource = ppd-04c9bd6fb89d38b2d83eced2460c4dc1 - - -// MedicinalProductDefinition - -* entry[+].fullUrl = "MedicinalProductDefinition/mpb6ced64d25ea2c8da6c6099386f14db1" -* entry[=].resource = mpb6ced64d25ea2c8da6c6099386f14db1 - - -// ManufacturedItemDefinition - -* entry[+].fullUrl = "ManufacturedItemDefinition/mid-04c9bd6fb89d38b2d83eced2460c4dc1" -* entry[=].resource = mid-04c9bd6fb89d38b2d83eced2460c4dc1 - - diff --git a/input/fsh/examples/flucelvax-ema-automatic/ClinicalUseDefinition.fsh b/input/fsh/examples/flucelvax-ema-automatic/ClinicalUseDefinition.fsh deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/input/fsh/examples/flucelvax-ema-automatic/Composition.fsh b/input/fsh/examples/flucelvax-ema-automatic/Composition.fsh deleted file mode 100644 index 4e14c64a15..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/Composition.fsh +++ /dev/null @@ -1,195 +0,0 @@ - -Instance: composition056f32ee5cf49404607e368bd8d3f2af -InstanceOf: CompositionUvEpi -Title: "Composition for asdad Package Leaflet" -Description: "Composition for asdad Package Leaflet" -Usage: #example - -* identifier.system = "asdas" -* identifier.value = "asdasd" - -* status = #final - - - - - -* type = https://spor.ema.europa.eu/rmswi/#100000155538 -* type.text = "Package Leaflet" - -* subject = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* date = "2023-04-22T15:15:46Z" -* author = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - -* title = "TEST PURPOSES ONLY - asdad" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2023-04-22T15:15:46Z" -* language = #en - - -* section[+]. - * title = "B. Package Leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "B. PACKAGE LEAFLET" - * text.status = #additional - * text.div = """
    <p class="MsoNormal" style="text-align: center;" align="center"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Package leaflet: Information for the user</span></strong></p> -<p class="MsoNormal" style="text-align: center; line-height: normal; mso-list: skip; tab-stops: 36.0pt; background: white;" align="center"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="SmPC-PLtext" style="text-align: center;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span></strong><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;"> - suspension for injection in pre-filled syringe</span></strong></p> -<p class="SmPC-PLtext" style="text-align: center;" align="center"><span lang="EN-GB" style="color: windowtext;">Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)</span></p> -<p class="MsoNormal" style="line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-no-proof: yes;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAdCAMAAAATgvWLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADVUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5lUhEAAABGdFJOUwACBgcICQ8QERITFB8gISInKCktODo8P0FWV1haXGBib3N1d3t8foCTlJaYm52ztLW3uczP0NLT1tfj5OXm5+/09vf8/f5E4IZ9AAAACXBIWXMAABcRAAAXEQHKJvM/AAAA8UlEQVQ4T33T11bCQBSF4QMqxIZGsGChCDZUNMZKESRx3v+RTDK/OhkGvqtz9j43s7IiffW9jOpLdaKWmVRFbpjdrkVke8DiMthKLqTN5tJOD8QLWeeFXnYh9ZjAFtf1gRQeSWwPBS6kNiXKm9boE+4X92hTlRGhabxDmzknNXXotNIz8b+XMh2O7RfHJzS/ivaLgxWaP/tfVNrsgNzQo9NuSU275jce+qQ5XdrUBVme90qt1Ns6meU04iA6I7GtBlw8rZHMOdQvnh2xO9xlF/dsLv44OfjcY3O6TC6umN023tXHJvMCjbjJtEi5xQ8AkR/GwoMJ171XSgAAAABJRU5ErkJggg==" annotationsrc="~/_entity/annotation/76a10366-26e0-ed11-a7c6-000d3aaa0403" />This medicine is subject to additional monitoring. This will allow quick identification of new safety information. You can help by reporting any side effects you may get. See the end of section 4 for how to report side effects.</span></p> -<p class="MsoNormal" style="line-height: normal; mso-hyphenate: none; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></strong></p> -<p class="MsoNormal" style="line-height: normal; mso-hyphenate: none; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Read all of this leaflet carefully before you receive this medicine because it contains important information for you.</span></strong></p> -<p class="MsoNormal" style="text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: 36.0pt; margin: 0cm -.1pt .0001pt 1.0cm;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">              </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Keep this leaflet. You may need to read it again. </span></p> -<p class="MsoNormal" style="text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: 36.0pt; margin: 0cm -.1pt .0001pt 1.0cm;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">              </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">If you have any further questions, ask your doctor, pharmacist or nurse.</span></p> -<p class="MsoNormal" style="margin-left: 1.0cm; text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">              </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">If you get any side effects, talk to your doctor, pharmacist or nurse.</span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; color: red;"> </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">This includes any possible side effects not listed in this leaflet. See section 4.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">What is in this leaflet</span></strong></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">1.<span style="mso-tab-count: 1;">    </span>What </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">is and what it is used for </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">2.<span style="mso-tab-count: 1;">    </span>What you need to know before you <span class="SmPC-PLtextChar">receive </span></span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">3.<span style="mso-tab-count: 1;">    </span>How </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span class="SmPC-PLtextChar"><span lang="EN-GB">is given</span></span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">4.<span style="mso-tab-count: 1;">    </span>Possible side effects </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">5.<span style="mso-tab-count: 1;">    </span>How to store </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-spacerun: yes;"> </span></span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">6.<span style="mso-tab-count: 1;">    </span>Contents of the pack and other information</span></p>
    -
    """ - - - -* section[=].section[+] - * title = "Package leaflet: Information for the user" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "Package leaflet: Information for the user" - * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - - -* section[=].section[+] - * title = "What is in this leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "What is in this leaflet" - * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - -* section[=].section[+] - * title = "1. What asdad is and what it is used for" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "1. What asdad is and what it is used for" - * text.status = #additional - * text.div = """
    <p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a vaccine against flu (influenza). </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span class="SmPC-PLtextChar"><span lang="EN-GB" style="color: windowtext;">is prepared in cell cultures, and, therefore, is egg-free.</span></span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">When a person is given the vaccine, the immune system (the body’s natural defence system) will produce its own protection against the influenza virus. None of the ingredients in the vaccine can cause flu.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is used to prevent flu in adults and children from 2 years of age.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">The vaccine targets four strains of influenza virus following the recommendations by the World Health Organisation for the 2022/2023 SEASON.</span></p>
    -
    """ - - - -* section[=].section[+] - * title = "2. What you need to know before you take asdad" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "2. What you need to know before you take asdad" - * text.status = #additional - * text.div = """
    <p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt;"><span lang="EN-GB" style="color: windowtext;">If you are allergic to:</span></p> -<p class="SmPC-PLtext" style="margin-left: 36.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 42.55pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">the active ingredients or any of the other ingredients of this medicine (listed in section 6)</span></p> -<p class="SmPC-PLtext" style="margin-left: 36.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 42.55pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">beta-propiolactone, cetyltrimethylammonium bromide, or polysorbate 80, which are trace residues from the manufacturing process.</span></p>
    -
    """ - -* section[=].section[+] - * title = "3. How to take asdad" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "3. How to take asdad" - * text.status = #additional - * text.div = """
    <p class="MsoNormal" style="line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Talk to your doctor, pharmacist or nurse before <span class="SmPC-PLtextChar">receiving</span> </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span class="SmPC-PLtextChar"><span lang="EN-GB">.</span></span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span><u><span style="color: windowtext; mso-ansi-language: EN-US;">BEFORE receiving the vaccine</span></u></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">Your <span style="mso-bidi-font-weight: bold;">doctor or nurse</span> will make sure that appropriate medical treatment and supervision is readily available in case of a rare anaphylactic reaction (a very severe allergic reaction with symptoms such as difficulty in breathing, dizziness, a weak and rapid pulse and skin rash) following the administration. This reaction may occur with </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span class="SmPC-PLtextChar"><span style="color: windowtext;"> </span></span><span style="color: windowtext; mso-ansi-language: EN-US;">as with all vaccines that are injected.</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">You should tell your doctor if you have an acute illness associated with fever. Your doctor may decide to delay your vaccination until your fever is gone.</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;">You</span><span style="color: windowtext; mso-ansi-language: EN-US;"> should tell your doctor if your immune system is impaired, or if you are undergoing treatment which affects the immune system, e.g. with medicine against cancer (chemotherapy) or corticosteroid medicines (see section “Other medicines and Flucelvax Tetra”).</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">You should tell your doctor if you have a bleeding problem or bruise easily.</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">Fainting can occur following, or even before, any needle injection, therefore tell the doctor or nurse if you fainted with a previous injection.</span></p> -<p class="SmPC-PLtext" style="tab-stops: 36.0pt;"><span style="color: windowtext; mso-ansi-language: EN-US;"> </span><span style="color: windowtext; mso-ansi-language: EN-US;">As with all vaccines, Flucelvax Tetra may not fully protect all persons who are vaccinated.</span></p>
    -
    """ - - -* section[=].section[+] - * title = "4. Possible side effects" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "4. Possible side effects" - * text.status = #additional - * text.div = """
    <p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Like all medicines, this medicine can cause side effects, although not everybody gets them.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">The following side effects have been reported during clinical trials and during general use:</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Very serious side effects</span></strong></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor immediately or go to the casualty department at your nearest hospital if you experience the following side effect – you may need urgent medical attention or hospitalisation:</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Difficulty in breathing, dizziness, a weak and rapid pulse and skin rash which are symptoms of an anaphylactic reaction (a very severe allergic reaction)</span></p> -<p class="SmPC-PLtext" style="tab-stops: 36.0pt;"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Serious side effects</span></strong></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor immediately if you experience any of the following side effects – you may need medical attention:</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">You feel weak, you have difficulty moving around or you experience numbness or tingling in your limbs. These can be symptoms of <span style="mso-spacerun: yes;"> </span>Guillain-Barré syndrome (GBS), an autoimmune disease caused by your body’s own immune system.</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Extensive swelling of injected limb</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Mild side effects</span></strong></p> -<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Very common</span></u><span lang="EN-GB" style="color: windowtext;"> (may affect more than 1 in 10 people):</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Injection site pain, bruising, reddening and hardening or swelling at the site of the injection</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Headache</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Muscle pain <span style="mso-spacerun: yes;"> </span></span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Tiredness </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Loss of appetite</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Irritability (only reported in children from 2 to < 6 years)</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Sleepiness (only reported in children 2 to < 6 years)</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Hardening or swelling at the site of the injection, headache, muscle pain, and tiredness were common in the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Bruising at the site of the injection was common in adults, eldery and children 9 to < 18 years.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Headache was common in the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Loss of appetite was common in adults, eldery and children 9 to < 18 years.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="page-break-after: avoid;"><u><span lang="EN-GB" style="color: windowtext;">Common</span></u><span lang="EN-GB" style="color: windowtext;"> (may affect up to 1 in 10 people):</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Nausea, vomiting, diarrhoea </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Joint pain</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Shivering</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Change in eating habits (only reported in children from 2 to < 6 years)</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Fever (<u>></u> 38°C)</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Vomiting was uncommon in the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Fever was uncommon in adults and the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Not known</span></u><span lang="EN-GB" style="color: windowtext;"> (frequency cannot be estimated from the available data):</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Numbness and tingling sensation (paraesthesia)</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Generalised skin reactions including itching, bumps on the skin (pruritis, urticaria) or non-specific rash </span></p>
    -
    """ - -* section[=].section[+] - * title = "5. How to store asdad" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "5. How to store asdad" - * text.status = #additional - * text.div = """
    <p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Keep this <span class="SmPC-PLtextChar">vaccine</span> out of the sight and reach of children.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Store in a refrigerator (2 °C to 8 °C). Do not freeze.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Keep the pre-filled syringe in the outer carton in order to protect from light.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Do not use this <span class="SmPC-PLtextChar">vaccine</span> after the expiry date which is stated on the label and carton after <span class="SmPC-PLtextChar">EXP</span>. The expiry date refers to the last day of that month.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">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.</span></p>
    -
    """ - - -* section[=].section[+] - * title = "6. Contents of the pack and other information" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "6. Contents of the pack and other information" - * text.status = #additional - * text.div = """
    <p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a suspension for injection in a pre-filled syringe (ready to use syringe). <br /></span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a clear to slightly opalescent suspension.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">A single syringe contains 0.5 ml of suspension for injection.</span></p> -<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is available in packs containing 1 pre-filled syringe with or without needle or 10 pre-filled syringes with or without needles.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Not all pack sizes may be marketed.</span></p>
    -
    """ - diff --git a/input/fsh/examples/flucelvax-ema-automatic/Ingredient.fsh b/input/fsh/examples/flucelvax-ema-automatic/Ingredient.fsh deleted file mode 100644 index 7da3815fb2..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/Ingredient.fsh +++ /dev/null @@ -1,396 +0,0 @@ - - - - - -Instance: ingredient-for-2e8cb2387c664fb619f6b8914767d38f - - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-active INFLUENZA A VIRUS A/Delaware/55/2019 CVR-45 (H1N1) WHOLE" -Description: "INFLUENZA A VIRUS A/Delaware/55/2019 CVR-45 (H1N1) WHOLE" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "9V4SVN4JQV" -* identifier.use = #official - -* role = $spor-rms#100000072072 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#9V4SVN4JQV "INFLUENZA A VIRUS A/Delaware/55/2019 CVR-45 (H1N1) WHOLE" - - -* substance.strength.presentationQuantity = 15.0 'mcg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-influenzaavirusadarwin112021h3n2whole - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-active INFLUENZA A VIRUS A/Darwin/11/2021 (H3N2) WHOLE" -Description: "INFLUENZA A VIRUS A/Darwin/11/2021 (H3N2) WHOLE" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "JS7E5ZZ3AC" -* identifier.use = #official - -* role = $spor-rms#100000072082 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#JS7E5ZZ3AC "INFLUENZA A VIRUS A/Darwin/11/2021 (H3N2) WHOLE" - - -* substance.strength.presentationQuantity = 15.0 'mcg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-f4e520e2974f4acb8abe26b607ea5a46 - - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-active INFLUENZA B VIRUS B/Singapore/WUH4618/2021 WHOLE" -Description: "INFLUENZA B VIRUS B/Singapore/WUH4618/2021 WHOLE" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "BFA4LSE5QQ" -* identifier.use = #official - -* role = $spor-rms#100000072082 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#BFA4LSE5QQ "INFLUENZA B VIRUS B/Singapore/WUH4618/2021 WHOLE" - - -* substance.strength.presentationQuantity = 15.0 'mcg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-2c0c197a41a706fb2549601e635da1f3 - - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-active INFLUENZA B VIRUS B/SINGAPORE/INFTT-16-0610/2016 WHOLE" -Description: "INFLUENZA B VIRUS B/SINGAPORE/INFTT-16-0610/2016 WHOLE" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "B3EV5T8SUF" -* identifier.use = #official - -* role = $spor-rms#100000072082 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#B3EV5T8SUF "INFLUENZA B VIRUS B/SINGAPORE/INFTT-16-0610/2016 WHOLE" - - -* substance.strength.presentationQuantity = 15.0 'mcg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-sodiumchloride - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Sodium chloride" -Description: "Sodium chloride" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "451W47IQ8X" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#451W47IQ8X "Sodium chloride" - - -* substance.strength.presentationQuantity = 1.0 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#nan "nan" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-potassiumchloride - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Potassium chloride" -Description: "Potassium chloride" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "660YQ98I10" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#660YQ98I10 "Potassium chloride" - - -* substance.strength.presentationQuantity = 0.5 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#nan "nan" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-magnesiumchloride - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient MAGNESIUM CHLORIDE" -Description: "MAGNESIUM CHLORIDE" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "02F3473H9O" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#02F3473H9O "MAGNESIUM CHLORIDE" - - -* substance.strength.presentationQuantity = 0.2 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#nan "nan" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-sodiumphosphatedibasicdihydrate - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient SODIUM PHOSPHATE, DIBASIC, DIHYDRATE" -Description: "SODIUM PHOSPHATE, DIBASIC, DIHYDRATE" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "94255I6E2T" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#94255I6E2T "SODIUM PHOSPHATE, DIBASIC, DIHYDRATE" - - -* substance.strength.presentationQuantity = 0.2 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#nan "nan" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-potassiumdihydrogenphosphate - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Potassium dihydrogen phosphate -" -Description: "Potassium dihydrogen phosphate -" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "4J9FJ0HL51" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#4J9FJ0HL51 "Potassium dihydrogen phosphate -" - - -* substance.strength.presentationQuantity = 0.2 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#nan "nan" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - - -Instance: ingredient-for-flucelvax-waterforinjections - - -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Water for injections" -Description: "Water for injections" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "059QF0KO0R" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #nan - -* substance.code.concept.coding = $ginas#059QF0KO0R "Water for injections" - - -* substance.strength.presentationQuantity = 0.01 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#nan "nan" - - -// Reference to products -* for = Reference(mid-04c9bd6fb89d38b2d83eced2460c4dc1) -* for[+] = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* for[+] = Reference(ap-04c9bd6fb89d38b2d83eced2460c4dc1) -// Reference to Organization: Reference to MAH - - - - -* manufacturer.manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) diff --git a/input/fsh/examples/flucelvax-ema-automatic/ManufacturedItemDefinition.fsh b/input/fsh/examples/flucelvax-ema-automatic/ManufacturedItemDefinition.fsh deleted file mode 100644 index 1dbd672e73..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/ManufacturedItemDefinition.fsh +++ /dev/null @@ -1,26 +0,0 @@ - -Instance: mid-04c9bd6fb89d38b2d83eced2460c4dc1 -InstanceOf: ManufacturedItemDefinitionUvEpi -Title: "Manufactured item Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Description: "Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Usage: #example - -* identifier.system = "https://spor.ema.europa.eu/pmswi/#/" -* identifier.value = "EU/1/18/1326/001 -" -* identifier.use = #official - -* status = #active -* manufacturedDoseForm = https://spor.ema.europa.eu/rmswi/#100000074063 "suspension for injection in pre-filled syringe" - -* unitOfPresentation = $spor-rms#200000002150 "Syringe" - - - - - - - -* manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) \ No newline at end of file diff --git a/input/fsh/examples/flucelvax-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/flucelvax-ema-automatic/MedicinalProductDefinition.fsh deleted file mode 100644 index 9d39b30019..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/MedicinalProductDefinition.fsh +++ /dev/null @@ -1,55 +0,0 @@ - -Instance: mpb6ced64d25ea2c8da6c6099386f14db1 -InstanceOf: MedicinalProductDefinitionUvEpi -Title: "Medicinal Product Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Description: "Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Usage: #example - - -* identifier[+].system = "hhtttp://asdsadad.com" -* identifier[=].value = "x" -* type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" - -* domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" - -* status = http://hl7.org/fhir/publication-status#active "active" - - - - - -* legalStatusOfSupply = $spor-rms#100000000000 "Medicinal product subject to medical prescription" - - -* name - * productName = "Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" - * type = $spor-productNamePartType-cs#220000000001 - * text = "Full name" - - * part[0] - * part = "Flucelvax Tetra" - * type = $spor-productNamePartType-cs#220000000002 - * type.text = "Invented name part" - - * part[+] - * part = "Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" - * type = $spor-productNamePartType-cs#220000000003 - * type.text = "Scientific name part" - - * part[+] - * part = "15 mg" - * type = $spor-productNamePartType-cs#220000000004 - * type.text = "Strength part" - - * part[+] - * part = "Solution for injection" - * type = $spor-productNamePartType-cs#220000000005 - * type.text = "Pharmaceutical dose form part" - - * usage - * country = urn:iso:std:iso:3166#ES "" - * jurisdiction = urn:iso:std:iso:3166#ES "" - * language = urn:ietf:bcp:47#en "English" \ No newline at end of file diff --git a/input/fsh/examples/flucelvax-ema-automatic/Organization.fsh b/input/fsh/examples/flucelvax-ema-automatic/Organization.fsh deleted file mode 100644 index 645829dcd7..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/Organization.fsh +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Instance: org-45fe50eae508b5755dd140ab2093eb5e - -InstanceOf: OrganizationUvEpi -Title: "Seqirus Netherlands B.V. as Marketing authorisation holder" -Description: "Seqirus Netherlands B.V. as Marketing authorisation holder" -Usage: #example - -* identifier.system = $spor-org -* identifier.value = "ORG-100013715" -* identifier.use = #official - -* active = true - -* type = $spor-rms#220000000034 "Marketing authorisation holder" -* type.text = "Marketing authorisation holder" -* name = "Seqirus Netherlands B.V." - -* contact - * address - * text = "Paasheuvelweg 28 - 1105BJ Amsterdam - Netherlands" - * use = #work - * type = #physical - * line = "Paasheuvelweg 28" - * city = "1105BJ Amsterdam" - * country = "Netherlands" - * postalCode = "367061" \ No newline at end of file diff --git a/input/fsh/examples/flucelvax-ema-automatic/PackagedProductDefinition.fsh b/input/fsh/examples/flucelvax-ema-automatic/PackagedProductDefinition.fsh deleted file mode 100644 index 8d41a509df..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/PackagedProductDefinition.fsh +++ /dev/null @@ -1,48 +0,0 @@ - -Instance: ppd-04c9bd6fb89d38b2d83eced2460c4dc1 -InstanceOf: PackagedProductDefinitionUvEpi -Title: "Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Description: "Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "nan" -* identifier.use = #official - -* name = "Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" - -* type = $spor-rms#100000155527 "" -//* type = $spor-rms#100000155527 - - -* status = http://hl7.org/fhir/publication-status#active "Active" -* statusDate = "2019-01-01" - - -* containedItemQuantity = 15 'mcg' - - -* copackagedIndicator = true - - -* packaging - * identifier.system = $spor-prod - * identifier.value = "xxxx" - * type = $spor-rms#100000073498 "100000073498" - * quantity = 1 - * material = $spor-rms#200000003529 "Cardboard" - - - * packaging.type = $spor-rms#30051000 "Pre-filled syringe" - * packaging.quantity = 2 - - - * packaging.material[+] = $spor-rms#200000003204 "Glass type I" - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* packageFor = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) - // Reference to Organization: MAH -* manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) diff --git a/input/fsh/examples/flucelvax-ema-automatic/RegulatedAuthorization.fsh b/input/fsh/examples/flucelvax-ema-automatic/RegulatedAuthorization.fsh deleted file mode 100644 index e871ac70f2..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/RegulatedAuthorization.fsh +++ /dev/null @@ -1,38 +0,0 @@ - -Instance: authorization04c9bd6fb89d38b2d83eced2460c4dc1 -InstanceOf: RegulatedAuthorizationUvEpi -Title: "Regulated Authorization for Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Description: "Regulated Authorization for Flucelvax Tetra - suspension for injection in pre-filled syringe -Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "EU/1/18/1326/001 -" -* identifier.use = #official - - // Reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet - //* subject = Reference(karvea75mgblisterx28) -* subject = Reference(mpb6ced64d25ea2c8da6c6099386f14db1) -* type = $spor-rms#100000072062 "Marketing Authorisation" - -//* type = $spor-rms#100000072062 -//* type.text = "Marketing Authorisation" - -* region = urn:iso:std:iso:3166#EU "European Union" - - -* status = http://hl7.org/fhir/publication-status#active "Active" - - -* statusDate = "2019-01-01" -// * holder = Reference(sanofiaventisgroupe) - - - -* holder = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - - - - diff --git a/input/fsh/examples/flucelvax-ema-automatic/Substance.fsh b/input/fsh/examples/flucelvax-ema-automatic/Substance.fsh deleted file mode 100644 index 4793372078..0000000000 --- a/input/fsh/examples/flucelvax-ema-automatic/Substance.fsh +++ /dev/null @@ -1,108 +0,0 @@ - -Instance: substance-influenzaavirusadelaware552019cvr45h1n1whole -InstanceOf: SubstanceDefinitionUvEpi -Description: "INFLUENZA A VIRUS A/Delaware/55/2019 CVR-45 (H1N1) WHOLE" -Usage: #example - -* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" -* identifier.value = "9V4SVN4JQV" -* identifier.use = #official - -* version = "1.0" - -* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 "Validated (UNII)" - -//* description = "nan" - - - // Reference to Organization: MAH - -* manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - -* structure.molecularFormula = "nan" - -//* name.name = "nan" - - -//* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#nan "nan" - -Instance: substance-influenzaavirusadarwin112021h3n2whole -InstanceOf: SubstanceDefinitionUvEpi -Description: "INFLUENZA A VIRUS A/Darwin/11/2021 (H3N2) WHOLE" -Usage: #example - -* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" -* identifier.value = "JS7E5ZZ3AC" -* identifier.use = #official - -* version = "nan" - -* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 "Validated (UNII)" - -//* description = "nan" - - - // Reference to Organization: MAH - -* manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - -* structure.molecularFormula = "nan" - -//* name.name = "nan" - - -//* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#nan "nan" - -Instance: substance-influenzabvirusbsingaporewuh46182021whole -InstanceOf: SubstanceDefinitionUvEpi -Description: "INFLUENZA B VIRUS B/Singapore/WUH4618/2021 WHOLE" -Usage: #example - -* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" -* identifier.value = "BFA4LSE5QQ" -* identifier.use = #official - -* version = "nan" - -* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 "Validated (UNII)" - -//* description = "nan" - - - // Reference to Organization: MAH - -* manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - -* structure.molecularFormula = "nan" - -//* name.name = "nan" - - -//* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#nan "nan" - -Instance: substance-influenzabvirusbsingaporeinftt1606102016whole -InstanceOf: SubstanceDefinitionUvEpi -Description: "INFLUENZA B VIRUS B/SINGAPORE/INFTT-16-0610/2016 WHOLE" -Usage: #example - -* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" -* identifier.value = "B3EV5T8SUF" -* identifier.use = #official - -* version = "nan" - -* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 "Validated (UNII)" - -//* description = "nan" - - - // Reference to Organization: MAH - -* manufacturer = Reference(org-45fe50eae508b5755dd140ab2093eb5e) - -* structure.molecularFormula = "nan" - -//* name.name = "nan" - - -//* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#nan "nan" diff --git a/input/fsh/examples/humalog-ema-automatic/AdministrableProductDefinition.fsh b/input/fsh/examples/humalog-ema-automatic/AdministrableProductDefinition.fsh index 1eb16558ee..6009b2e7e5 100644 --- a/input/fsh/examples/humalog-ema-automatic/AdministrableProductDefinition.fsh +++ b/input/fsh/examples/humalog-ema-automatic/AdministrableProductDefinition.fsh @@ -1,8 +1,8 @@ -Instance: ap-a38f06714db0c27b2ba704652e3f08c5 +Instance: ap-fa2090b7ce9bdf87e24a9d05bbb51677 InstanceOf: AdministrableProductDefinitionUvEpi -Title: "Administrable product Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" -Description: "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" +Title: "Administrable product Humalog 100 U/ml 5 pre-filled pen" +Description: "Humalog 100 U/ml 5 pre-filled pen" Usage: #example * identifier.system = $phpid @@ -10,7 +10,7 @@ Usage: #example * status = #active -* formOf = Reference(mpd33868162d255ced115cecbbf188aab4) +* formOf = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) * administrableDoseForm = $spor-rms#100000073864 "Suspension for injection" * unitOfPresentation = $spor-rms#200000002135 "Pen" @@ -18,7 +18,7 @@ Usage: #example //reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* producedFrom = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) +* producedFrom = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) * routeOfAdministration.code = $spor-rms#100000073633 "Subcutaneous use" diff --git a/input/fsh/examples/humalog-ema-automatic/Bundle.fsh b/input/fsh/examples/humalog-ema-automatic/Bundle.fsh index 252dea60f4..aabf285e67 100644 --- a/input/fsh/examples/humalog-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/humalog-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "xx" * type = #document -* timestamp = "2023-04-17T13:20:24Z" +* timestamp = "2023-04-05T10:36:35Z" // Composition * entry[0].fullUrl = "Composition/composition45f3604d61f93f5f026bea5d5824af10" @@ -70,8 +70,8 @@ Usage: #example // AdministrableProductDefinition -* entry[+].fullUrl = "AdministrableProductDefinition/ap-a38f06714db0c27b2ba704652e3f08c5" -* entry[=].resource = ap-a38f06714db0c27b2ba704652e3f08c5 +* entry[+].fullUrl = "AdministrableProductDefinition/ap-fa2090b7ce9bdf87e24a9d05bbb51677" +* entry[=].resource = ap-fa2090b7ce9bdf87e24a9d05bbb51677 // RegulatedAuthorization @@ -98,19 +98,19 @@ Usage: #example // PackagedProductDefinition -* entry[+].fullUrl = "PackagedProductDefinition/ppd-a38f06714db0c27b2ba704652e3f08c5" -* entry[=].resource = ppd-a38f06714db0c27b2ba704652e3f08c5 +* entry[+].fullUrl = "PackagedProductDefinition/ppd-a9955d128989ce310e64a9fb99c8a9ac" +* entry[=].resource = ppd-a9955d128989ce310e64a9fb99c8a9ac // MedicinalProductDefinition -* entry[+].fullUrl = "MedicinalProductDefinition/mpd33868162d255ced115cecbbf188aab4" -* entry[=].resource = mpd33868162d255ced115cecbbf188aab4 +* entry[+].fullUrl = "MedicinalProductDefinition/mpf6b4fcaaf21ddd70f011f383780f7bf3" +* entry[=].resource = mpf6b4fcaaf21ddd70f011f383780f7bf3 // ManufacturedItemDefinition -* entry[+].fullUrl = "ManufacturedItemDefinition/mid-a38f06714db0c27b2ba704652e3f08c5" -* entry[=].resource = mid-a38f06714db0c27b2ba704652e3f08c5 +* entry[+].fullUrl = "ManufacturedItemDefinition/mid-fa2090b7ce9bdf87e24a9d05bbb51677" +* entry[=].resource = mid-fa2090b7ce9bdf87e24a9d05bbb51677 diff --git a/input/fsh/examples/humalog-ema-automatic/Composition.fsh b/input/fsh/examples/humalog-ema-automatic/Composition.fsh index e4ca0f6d5c..9520aeec08 100644 --- a/input/fsh/examples/humalog-ema-automatic/Composition.fsh +++ b/input/fsh/examples/humalog-ema-automatic/Composition.fsh @@ -10,21 +10,20 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" -* subject = Reference(mpd33868162d255ced115cecbbf188aab4) +* subject = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) * date = "2022-02-16T13:28:17Z" * author = Reference(org-3fdc76794516d7826890ab9f893e99c1) * title = "TEST PURPOSES ONLY - Humalog" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,8 +42,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    + + * text.div = """
    PACKAGE LEAFLET: INFORMATION FOR THE USER Humalog Mix50 100 units/ml suspension for injection in cartridge insulin lispro @@ -55,19 +54,15 @@ Read all of this leaflet carefully before you start taking this medicine because
  • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
  • If you get any side effects talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
  • -
    """ - - - - +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    + + * text.div = """
    What in this leaflet
    1. What Humalog Mix50 is and what it is used for
    2. @@ -77,36 +72,38 @@ What in this leaflet
    3. How to store Humalog Mix50
    4. Contents of the pack and other information
    -
    """ - - - +
    """ * section[=].section[+] * title = "1. What Humalog is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What Humalog is and what it is used for" * text.status = #additional - * text.div = """

    Humalog is used to treat diabetes. Humalog works more quickly than normal human insulin because -the insulin molecule has been changed slightly.

    -

    You get diabetes if your pancreas does not make enough insulin to control the level of glucose in your -blood. Humalog is a substitute for your own insulin and is used to control glucose in the long term. It -works very quickly and lasts a shorter time than soluble insulin (2 to 5 hours). You should normally -use Humalog within 15 minutes of a meal.

    -

    Your doctor may tell you to use Humalog as well as a longer-acting insulin. Each kind of insulin -comes with another patient information leaflet to tell you about it. Do not change your insulin unless -your doctor tells you to. Be very careful if you do change insulin.

    -

    Humalog is suitable for use in adults and children.

    """ - - - + + * text.div = """
    +1.What Humalog Mix50 is and what it is used for +Humalog Mix50 is used to treat diabetes. Humalog Mix50 is a premixed suspension. Its active +substance is insulin lispro. 50% of the insulin lispro in Humalog Mix50 is dissolved in water and it +works more quickly than normal human insulin because the insulin molecule has been changed +slightly. 50% of the insulin lispro in Humalog Mix50 is available in a suspension together with +protamine sulphate, so that its action is prolonged. +You get diabetes if your pancreas does not make enough insulin to control the level of glucose in +your blood. Humalog Mix50 is a substitute for your own insulin and is used to control glucose in the +long term. Humalog Mix50 works very quickly and longer than soluble insulin. You should +normally use Humalog Mix50 within 15 minutes of a meal. +Your doctor may tell you to use Humalog Mix50 as well as a longer-acting insulin. Each kind of +insulin comes with another patient information leaflet to tell you about it. Do not change your +insulin unless your doctor tells you to. Be very careful if you do change insulin. +
    """ * section[=].section[+] * title = "2. What you need to know before you take Humalog" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take Humalog" * text.status = #additional - - * text.div = """
    + + + * text.div = """
    +2. What you need to know before you use Humalog Mix50

    Do NOT use Humalog Mix50

    • if you think hypoglycaemia (low blood sugar) is starting. Further in this leaflet it tells you how to @@ -182,17 +179,14 @@ have:

      Humalog Mix50 contains sodium This medicine contains less than 1 mmol sodium (23 mg) per dose, that is to say essentially ‘sodium-free’.
    -
    """ - - - +
    """ * section[=].section[+] * title = "3. How to take Humalog" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take Humalog" * text.status = #additional - - * text.div = """
    + + * text.div = """
    3. How to use Humalog Mix50

    Dose

      @@ -277,9 +271,7 @@ damaged.

      If you stop using Humalog Mix50.

      If you take less Humalog Mix50 than you need, a high blood sugar may occur. Do not change your insulin unless your doctor tells you to.

      -

      If you have any further questions on the use of this product, ask your doctor or pharmacist

    """ - - +

    If you have any further questions on the use of this product, ask your doctor or pharmacist

    """ * section[=].section[+] @@ -287,85 +279,20 @@ insulin unless your doctor tells you to.

    * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - * text.div = """

    Like all medicines, this medicine can cause side effects, although not everybody gets them. -Systemic allergy is rare (≥ 1/10,000 to <1/1,000). The symptoms are as follows:

    -
      -
    • rash over the whole body
    • -
    • blood pressure dropping
    • -
    • difficulty in breathing
    • -
    • heart beating fast
    • -
    • wheezing
    • -
    • sweating
    • -
    -

    If you think you are having this sort of insulin allergy with Humalog, tell your doctor at once.

    -

    Local allergy is common (≥ 1/100 to <1/10). Some people get redness, swelling or itching around the -area of the insulin injection. This usually clears up in anything from a few days to a few weeks. If this -happens to you, tell your doctor.

    -

    Lipodystrophy is uncommon (≥ 1/1,000 to <1/100). If you inject insulin too often at the same place, -the fatty tissue may either shrink (lipoatrophy) or thicken (lipohypertrophy). Lumps under the skin -may also be caused by build-up of a protein called amyloid (cutaneous amyloidosis). The insulin may -not work very well if you inject into a lumpy area. Change the injection site with each injection to help -prevent these skin changes.

    -

    Oedema (e.g. swelling in arms, ankles; fluid retention) has been reported, particularly at the start of -insulin therapy or during a change in therapy to improve control of your blood glucose.

    -

    Reporting of side effects

    -

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects -not listed in this leaflet. You can also report side effects directly via the national reporting system -listed in Appendix V. By reporting side effects you can help provide more information on the safety of -this medicine.

    -

    Common problems of diabetes

    -

    A. Hypoglycaemia

    -

    Hypoglycaemia (low blood sugar) means there is not enough sugar in the blood. This can be caused if:

    -
      -
    • you take too much Humalog or other insulin;
    • -
    • you miss or delay meals or change your diet;
    • -
    • you exercise or work too hard just before or after a meal;
    • -
    • you have an infection or illness (especially diarrhoea or vomiting);
    • -
    • there is a change in your need for insulin; or
    • -
    • you have trouble with your kidneys or liver which gets worse. -Alcohol and some medicines can affect your blood sugar levels. -The first symptoms of low blood sugar usually come on quickly and include the following:
    • -
    • tiredness
    • -
    • rapid heartbeat
    • -
    • nervousness or shakiness
    • -
    • feeling sick
    • -
    • headache
    • -
    • cold sweat. -While you are not confident about recognising your warning symptoms, avoid situations, e.g. driving a -car, in which you or others would be put at risk by hypoglycaemia.
    • -
    -

    B. Hyperglycaemia and diabetic ketoacidosis

    -

    Hyperglycaemia (too much sugar in the blood) means that your body does not have enough insulin. -Hyperglycaemia can be brought about by:

    -
      -
    • not taking your Humalog or other insulin;
    • -
    • taking less insulin than your doctor tells you to;
    • -
    • eating a lot more than your diet allows; or
    • -
    • fever, infection or emotional stress.
    • -
    -

    Hyperglycaemia can lead to diabetic ketoacidosis. The first symptoms come on slowly over many -hours or days. The symptoms include the following:

    -
      -
    • feeling sleepy
    • -
    • no appetite
    • -
    • flushed face
    • -
    • fruity smell on the breath
    • -
    • thirst
    • -
    • feeling or being sick -Severe symptoms are heavy breathing and a rapid pulse. Get medical help immediately.
    • -
    -

    C. Illness

    -

    If you are ill, especially if you feel sick or are sick, the amount of insulin you need may change. Even -when you are not eating normally, you still need insulin. Test your urine or blood, follow your -‘sick rules’, and tell your doctor.

    """ + + * text.div = """
    +

    4. Possible side effects

    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them.

    +
    """ * section[=].section[+] * title = "5. How to store Humalog" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store Humalog" * text.status = #additional - - * text.div = """
    + + * text.div = """
    +

    5. How to store Humalog Mix50

    Before the first use store your Humalog Mix50 in a refrigerator (2°C – 8°C). Do not freeze. Keep your cartridge in use at room temperature (below 30°C) and discard after 28 days. Do not put it near heat or in the sun. Do not keep your pen or the cartridges you are using in the fridge. The pen @@ -376,18 +303,16 @@ date refers to the last day of that month. Do not use this medicine if you notice clumps of material are present or if solid white particles stick to the bottom or wall of the cartridge, giving it a frosted appearance. Check each time you inject yourself. Medicines should not be disposed of via wastewater or household waste. Ask your pharmacist how to -dispose of medicines no longer required. These measures will help to protect the environment.

    """ - - - +dispose of medicines no longer required. These measures will help to protect the environment.

    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    + + * text.div = """
    +6. Contents of the pack and other information What Humalog Mix50 100 units/ml suspension for injection in cartridge contains

    The active substance is insulin lispro. Insulin lispro is made in the laboratory by a ‘recombinant DNA technology’ process. It is a changed form of human insulin and so is different from other @@ -396,7 +321,4 @@ hormone made by the pancreas. The other ingredients are protamine sulphate, m-cresol, phenol, glycerol, dibasic sodium phosphate 7H2O, zinc oxide and water for injection. Sodium hydroxide or hydrochloric acid may have been used to adjust the acidity.

    -
    """ - - - +
    """ \ No newline at end of file diff --git a/input/fsh/examples/humalog-ema-automatic/Ingredient.fsh b/input/fsh/examples/humalog-ema-automatic/Ingredient.fsh index bb8d497997..71f082432e 100644 --- a/input/fsh/examples/humalog-ema-automatic/Ingredient.fsh +++ b/input/fsh/examples/humalog-ema-automatic/Ingredient.fsh @@ -18,9 +18,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -49,9 +49,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -80,9 +80,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -111,9 +111,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -146,9 +146,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -177,9 +177,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -208,9 +208,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH @@ -239,9 +239,9 @@ Usage: #example // Reference to products -* for = Reference(mid-a38f06714db0c27b2ba704652e3f08c5) -* for[+] = Reference(mpd33868162d255ced115cecbbf188aab4) -* for[+] = Reference(ap-a38f06714db0c27b2ba704652e3f08c5) +* for = Reference(mid-fa2090b7ce9bdf87e24a9d05bbb51677) +* for[+] = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) +* for[+] = Reference(ap-fa2090b7ce9bdf87e24a9d05bbb51677) // Reference to Organization: Reference to MAH diff --git a/input/fsh/examples/humalog-ema-automatic/ManufacturedItemDefinition.fsh b/input/fsh/examples/humalog-ema-automatic/ManufacturedItemDefinition.fsh index 7a265fb43f..0d8f9b31f7 100644 --- a/input/fsh/examples/humalog-ema-automatic/ManufacturedItemDefinition.fsh +++ b/input/fsh/examples/humalog-ema-automatic/ManufacturedItemDefinition.fsh @@ -1,8 +1,8 @@ -Instance: mid-a38f06714db0c27b2ba704652e3f08c5 +Instance: mid-fa2090b7ce9bdf87e24a9d05bbb51677 InstanceOf: ManufacturedItemDefinitionUvEpi -Title: "Manufactured item Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" -Description: "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" +Title: "Manufactured item Humalog 100 U/ml 5 pre-filled pen" +Description: "Humalog 100 U/ml 5 pre-filled pen" Usage: #example * identifier.system = "https://spor.ema.europa.eu/pmswi/#/" diff --git a/input/fsh/examples/humalog-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/humalog-ema-automatic/MedicinalProductDefinition.fsh index 8b6945016a..4b8ceada4c 100644 --- a/input/fsh/examples/humalog-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/humalog-ema-automatic/MedicinalProductDefinition.fsh @@ -1,15 +1,13 @@ -Instance: mpd33868162d255ced115cecbbf188aab4 +Instance: mpf6b4fcaaf21ddd70f011f383780f7bf3 InstanceOf: MedicinalProductDefinitionUvEpi -Title: "Medicinal Product Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" -Description: "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" +Title: "Medicinal Product Humalog Mix50 Insulin KwikPen, 3ml pre-fill" +Description: "EU/1/97/049/001 Humalog Mix50 Insulin KwikPen, 3ml pre-fill" Usage: #example - -* identifier[+].system = "https://spor.ema.europa.eu/pmswi" -* identifier[=].value = "EU/1/96/007/035" -* identifier[+].system = "https://www.who-umc.org/phpid" -* identifier[=].value = "0xF79CABF272B6A7EEF104DDDA44E82717" +* identifier.system = $spor-prod +* identifier.value = "EU/1/96/007/035" + * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" * domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" @@ -26,7 +24,7 @@ Usage: #example * classification[+] = $atc#A10AB04 "insulin lispro" * name - * productName = "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" + * productName = "Humalog Mix50 Insulin KwikPen, 3ml pre-fill" * type = $spor-productNamePartType-cs#220000000001 * text = "Full name" diff --git a/input/fsh/examples/humalog-ema-automatic/PackagedProductDefinition.fsh b/input/fsh/examples/humalog-ema-automatic/PackagedProductDefinition.fsh index 3edd505d02..bbd99e728e 100644 --- a/input/fsh/examples/humalog-ema-automatic/PackagedProductDefinition.fsh +++ b/input/fsh/examples/humalog-ema-automatic/PackagedProductDefinition.fsh @@ -1,15 +1,15 @@ -Instance: ppd-a38f06714db0c27b2ba704652e3f08c5 +Instance: ppd-a9955d128989ce310e64a9fb99c8a9ac InstanceOf: PackagedProductDefinitionUvEpi -Title: "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" -Description: "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" +Title: "Humalog 100 units/ml KwikPen solution for injection in a pre-filled pen" +Description: "Humalog 100 units/ml KwikPen solution for injection in a pre-filled pen" Usage: #example * identifier.system = $spor-prod * identifier.value = "EU/1/96/007/035" * identifier.use = #official -* name = "Humalog Mix50 Insulin KwikPen, 100 U/ml, Suspension for injection 3ml pre-fill" +* name = "Humalog 100 units/ml KwikPen solution for injection in a pre-filled pen" * type = $spor-rms#100000155527 "Chemical Medicinal Prodcut" //* type = $spor-rms#100000155527 @@ -35,6 +35,6 @@ Usage: #example //reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* packageFor = Reference(mpd33868162d255ced115cecbbf188aab4) +* packageFor = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) // Reference to Organization: MAH * manufacturer = Reference(org-3fdc76794516d7826890ab9f893e99c1) diff --git a/input/fsh/examples/humalog-ema-automatic/RegulatedAuthorization.fsh b/input/fsh/examples/humalog-ema-automatic/RegulatedAuthorization.fsh index a839469803..6f3d9c47bc 100644 --- a/input/fsh/examples/humalog-ema-automatic/RegulatedAuthorization.fsh +++ b/input/fsh/examples/humalog-ema-automatic/RegulatedAuthorization.fsh @@ -11,7 +11,7 @@ Usage: #example // Reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet //* subject = Reference(karvea75mgblisterx28) -* subject = Reference(mpd33868162d255ced115cecbbf188aab4) +* subject = Reference(mpf6b4fcaaf21ddd70f011f383780f7bf3) * type = $spor-rms#100000072062 "Marketing Authorisation" //* type = $spor-rms#100000072062 diff --git a/input/fsh/examples/humira-ema-automatic/Bundle.fsh b/input/fsh/examples/humira-ema-automatic/Bundle.fsh index 28d1512f89..b6de82db43 100644 --- a/input/fsh/examples/humira-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/humira-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "nan" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/composition3a3583227b4c5b0887f1e0d38269b469" diff --git a/input/fsh/examples/humira-ema-automatic/Composition.fsh b/input/fsh/examples/humira-ema-automatic/Composition.fsh index 600cab5620..7b7dfbe5b0 100644 --- a/input/fsh/examples/humira-ema-automatic/Composition.fsh +++ b/input/fsh/examples/humira-ema-automatic/Composition.fsh @@ -6,14 +6,10 @@ Description: "Composition for humira Package Leaflet" Usage: #example * identifier.system = "https://spor.ema.europa.eu/rmswi/" -* identifier.value = "nan" +* identifier.value = "EU/1/96/007/035" * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-fda7514c0dcb7b5f0176cb5af274235f) * title = "TEST PURPOSES ONLY - humira" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,6 +42,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional + * text.div = """

    Humira 40 mg solution for injection in pre-filled syringe adalimumab

    Read all of this leaflet carefully before your child starts using this medicine because it contains important information.

    @@ -55,13 +55,12 @@ adalimumab

    """ - - * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional + * text.div = """

    What is in this leaflet

    1. What Humira is and what it is used for
    2. @@ -71,14 +70,14 @@ adalimumab

    3. How to store Humira
    4. Contents of the pack and other information
    5. Injecting Humira
    6. -
    """ - +
    """ * section[=].section[+] * title = "1. What humira is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What humira is and what it is used for" * text.status = #additional + * text.div = """

    What Humira is and what it is used for Humira contains the active substance adalimumab. Humira is intended for the treatment of the inflammatory diseases described below:

    @@ -126,15 +125,14 @@ affecting the front of the eye This inflammation may lead to a decrease of vision and/or the presence of floaters in the eye (black dots or wispy lines that move across the field of vision). Humira works by reducing this inflammation. Your child may first be given other medicines. If these medicines do not work well enough, your child -will be given Humira to reduce the signs and symptoms of his/her disease.

    """ - - - +will be given Humira to reduce the signs and symptoms of his/her disease.

    """ * section[=].section[+] * title = "2. What you need to know before you take humira" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take humira" * text.status = #additional + + * text.div = """

    Warnings and precautions

    Talk to your doctor or pharmacist before using Humira. Allergic reactions

    @@ -246,13 +244,13 @@ treatment with a TNF blocker is appropriate for your child.
  • On rare occasions, treatment with Humira could result in lupus-like syndrome. Contact your doctor if symptoms such as persistent unexplained rash, fever, joint pain or tiredness occur.
  • -
    """ - +
    """ * section[=].section[+] * title = "3. How to take humira" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take humira" * text.status = #additional + * text.div = """

    How to use Humira

    Always use this medicine exactly as your doctor or pharmacist has told you. Check with your doctor or pharmacist if you are not sure. @@ -272,7 +270,7 @@ not forgotten a dose. If you stop using Humira The decision to stop using Humira should be discussed with your doctor. Your child’s symptoms may return if you stop using Humira. -If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    """ +If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    """ * section[=].section[+] @@ -280,6 +278,7 @@ If you have any further questions on the use of this medicine, ask your doctor o * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional + * text.div = """

    Possible side effects

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Most side effects are mild to moderate. However, some may be serious and require treatment. Side effects may occur @@ -462,13 +461,14 @@ blood tests. These include: If your child gets 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.

    """ +this medicine.

    """ * section[=].section[+] * title = "5. How to store humira" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store humira" * text.status = #additional + * text.div = """

    How to store Humira

    Keep this medicine out of the sight and reach of children. Do not use this medicine after the expiry date stated on the label/blister/carton after EXP. @@ -482,15 +482,13 @@ discarded, even if it is returned to the refrigerator. You should record the date when the syringe is first removed from refrigerator and the date after which it should be discarded. Do not throw away any medicines via wastewater or household waste. Ask your doctor or pharmacist how -to throw away medicines you no longer use. These measures will help protect the environment.

    """ - +to throw away medicines you no longer use. These measures will help protect the environment.

    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - + * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable \ No newline at end of file diff --git a/input/fsh/examples/humira-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/humira-ema-automatic/MedicinalProductDefinition.fsh index a60996c30e..a917e1ea48 100644 --- a/input/fsh/examples/humira-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/humira-ema-automatic/MedicinalProductDefinition.fsh @@ -6,7 +6,9 @@ Description: "EU/1/97/049/001 Humira 40 mg Solution for injection Subcutaneous u Usage: #example * identifier.system = $spor-prod -* identifier.value = "nan" +* identifier.value = "EU/1/03/256/022" +* identifier[+].system = $phpid +* identifier[=].value = "0x9982CA8A825D4561506CE808982E3B9E" * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" diff --git a/input/fsh/examples/karvea-ema-automatic/Bundle.fsh b/input/fsh/examples/karvea-ema-automatic/Bundle.fsh index c96785b312..833c69ac93 100644 --- a/input/fsh/examples/karvea-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/karvea-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "EU/1/96/007/035" * type = #document -* timestamp = "2023-04-16T11:17:59Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/compositionf4d45353edcb21af3718d3a0df94a4d8" @@ -19,13 +19,13 @@ Usage: #example // ClinicalUseDefinition -* entry[+].fullUrl = "ClinicalUseDefinition/contraindication-diabetismellitus" -* entry[=].resource = contraindication-diabetismellitus +* entry[+].fullUrl = "ClinicalUseDefinition/contraindication-gastrointestinaldisorders" +* entry[=].resource = contraindication-gastrointestinaldisorders // ClinicalUseDefinition -* entry[+].fullUrl = "ClinicalUseDefinition/indication-hypertension" -* entry[=].resource = indication-hypertension +* entry[+].fullUrl = "ClinicalUseDefinition/indication-psoriasis" +* entry[=].resource = indication-psoriasis // ClinicalUseDefinition diff --git a/input/fsh/examples/karvea-ema-automatic/ClinicalUseDefinition.fsh b/input/fsh/examples/karvea-ema-automatic/ClinicalUseDefinition.fsh index 80d3179ccd..b5c32ccf48 100644 --- a/input/fsh/examples/karvea-ema-automatic/ClinicalUseDefinition.fsh +++ b/input/fsh/examples/karvea-ema-automatic/ClinicalUseDefinition.fsh @@ -1,7 +1,7 @@ -Instance: contraindication-diabetismellitus +Instance: contraindication-gastrointestinaldisorders InstanceOf: ClinicalUseDefinition-contraindication-uv-epi -Description: "contraindication - Diabetis Mellitus" +Description: "contraindication - Gastrointestinal disorders" Usage: #example * identifier.system = "https://spor.ema.europa.eu/rmswi/#/" @@ -19,9 +19,9 @@ Usage: #example -Instance: indication-hypertension +Instance: indication-psoriasis InstanceOf: ClinicalUseDefinition-indication-uv-epi -Description: "indication - Hypertension" +Description: "indication - Psoriasis" Usage: #example * identifier.system = "https://spor.ema.europa.eu/rmswi/#/" diff --git a/input/fsh/examples/karvea-ema-automatic/Composition.fsh b/input/fsh/examples/karvea-ema-automatic/Composition.fsh index 6cdba6de71..080d6cea44 100644 --- a/input/fsh/examples/karvea-ema-automatic/Composition.fsh +++ b/input/fsh/examples/karvea-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-fe4fee458a4f24fccb770d311350f67c) * title = "TEST PURPOSES ONLY - Karvea" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,8 +42,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Karvea 75 mg tablets

    irbesartan

    Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. @@ -54,19 +53,15 @@ Usage: #example
  • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
  • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
  • -
    """ - - - - +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    + + * text.div = """
    • What Karvea is and what it is used for
    • What you need to know before you take Karvea
    • @@ -75,18 +70,15 @@ Usage: #example
    • How to store Karvea
    • Contents of the pack and other information
    -
    """ - - - +
    """ * section[=].section[+] * title = "1. What Karvea is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What Karvea is and what it is used for" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Karvea belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. Karvea prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. Karvea slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes.

    @@ -96,19 +88,15 @@ Usage: #example
  • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory evidence of impaired kidney function.
  • -
    """ - - - - - +
    """ * section[=].section[+] * title = "2. What you need to know before you take Karvea" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take Karvea" * text.status = #additional - - * text.div = """
    + + + * text.div = """
    Do not take Karvea
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • @@ -171,17 +159,14 @@ Usage: #example Karvea contains sodium.

      This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

      -
    """ - - - +
    """ * section[=].section[+] * title = "3. How to take Karvea" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take Karvea" * text.status = #additional - - * text.div = """
    + + * text.div = """
    Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. Method of administration @@ -210,9 +195,7 @@ Usage: #example If you forget to take Karvea

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    -
    """ - - +
    """ * section[=].section[+] @@ -220,8 +203,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking Karvea and contact your doctor immediately.

    The frequency of the side effects listed below is defined using the following convention:

    @@ -241,17 +224,15 @@ Usage: #example Reporting of side effects

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine.

    -
    """ - - +
    """ * section[=].section[+] * title = "5. How to store Karvea" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store Karvea" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Keep this medicine out of the sight and reach of children.

    Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. @@ -259,18 +240,15 @@ Usage: #example

    Do not store above 30°C.

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment.

    -
    """ - - - +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    + + * text.div = """
    What Karvea contains
    • The active substance is irbesartan. Each tablet of Karvea 75 mg contains 75 mg irbesartan.
    • @@ -493,7 +471,4 @@ Usage: #example

      This leaflet was last revised in

      Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

      -
    """ - - - +
    """ \ No newline at end of file diff --git a/input/fsh/examples/karvea-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/karvea-ema-automatic/MedicinalProductDefinition.fsh index 509b280a42..dd7d3afb4b 100644 --- a/input/fsh/examples/karvea-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/karvea-ema-automatic/MedicinalProductDefinition.fsh @@ -5,10 +5,12 @@ Title: "Medicinal Product Karvea 75 mg tablet blister x28" Description: "EU/1/97/049/001 Karvea 75 mg tablet blister x28" Usage: #example -* identifier[+].system = "https://spor.ema.europa.eu/pmswi" -* identifier[=].value = "EU/1/97/049/001" -* identifier[+].system = "https://www.who-umc.org/phpid" -* identifier[=].value = "0xF79CABF272B6A7EEF104DDDA44E82719" +* identifier.system = $spor-prod +* identifier.value = "EMEA/H/C/000142" +* identifier[+].system = $phpid +* identifier[=].value = "0x8DFB446EDB3B8AE508AE493827A704E4" + + * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" * domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" diff --git a/input/fsh/examples/mirtazapine-ema-automatic/Bundle.fsh b/input/fsh/examples/mirtazapine-ema-automatic/Bundle.fsh index 3faa7a4a42..5bd9fdc5df 100644 --- a/input/fsh/examples/mirtazapine-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/mirtazapine-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "x" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/composition7a7ff0f4e1993c2fdabba6c8d9931a52" diff --git a/input/fsh/examples/mirtazapine-ema-automatic/Composition.fsh b/input/fsh/examples/mirtazapine-ema-automatic/Composition.fsh index b41f0c98ea..a9225d352f 100644 --- a/input/fsh/examples/mirtazapine-ema-automatic/Composition.fsh +++ b/input/fsh/examples/mirtazapine-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-dbf32c7ed470ffbeb6060201f32edb29) * title = "TEST PURPOSES ONLY - MIRTAZAPINA CINFA 30 mg Coated Tablet" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,8 +42,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Karvea 75 mg tablets

    irbesartan

    Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. @@ -54,19 +53,15 @@ Usage: #example
  • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
  • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
  • -
    """ - - - - +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    + + * text.div = """
    • What Karvea is and what it is used for
    • What you need to know before you take Karvea
    • @@ -75,18 +70,15 @@ Usage: #example
    • How to store Karvea
    • Contents of the pack and other information
    -
    """ - - - +
    """ * section[=].section[+] * title = "1. What MIRTAZAPINA CINFA 30 mg Coated Tablet is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What MIRTAZAPINA CINFA 30 mg Coated Tablet is and what it is used for" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Karvea belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. Karvea prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. Karvea slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes.

    @@ -96,19 +88,15 @@ Usage: #example
  • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory evidence of impaired kidney function.
  • -
    """ - - - - - +
    """ * section[=].section[+] * title = "2. What you need to know before you take MIRTAZAPINA CINFA 30 mg Coated Tablet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take MIRTAZAPINA CINFA 30 mg Coated Tablet" * text.status = #additional - - * text.div = """
    + + + * text.div = """
    Do not take Karvea
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • @@ -171,17 +159,14 @@ Usage: #example Karvea contains sodium.

      This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

      -
    """ - - - +
    """ * section[=].section[+] * title = "3. How to take MIRTAZAPINA CINFA 30 mg Coated Tablet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take MIRTAZAPINA CINFA 30 mg Coated Tablet" * text.status = #additional - - * text.div = """
    + + * text.div = """
    Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. Method of administration @@ -210,9 +195,7 @@ Usage: #example If you forget to take Karvea

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    -
    """ - - +
    """ * section[=].section[+] @@ -220,8 +203,8 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking Karvea and contact your doctor immediately.

    The frequency of the side effects listed below is defined using the following convention:

    @@ -241,17 +224,15 @@ Usage: #example Reporting of side effects

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine.

    -
    """ - - +
    """ * section[=].section[+] * title = "5. How to store MIRTAZAPINA CINFA 30 mg Coated Tablet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store MIRTAZAPINA CINFA 30 mg Coated Tablet" * text.status = #additional - - * text.div = """
    + + * text.div = """

    Keep this medicine out of the sight and reach of children.

    Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. @@ -259,18 +240,15 @@ Usage: #example

    Do not store above 30°C.

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment.

    -
    """ - - - +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    + + * text.div = """
    What Karvea contains
    • The active substance is irbesartan. Each tablet of Karvea 75 mg contains 75 mg irbesartan.
    • @@ -493,7 +471,4 @@ Usage: #example

      This leaflet was last revised in

      Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

      -
    """ - - - +
    """ \ No newline at end of file diff --git a/input/fsh/examples/paracetamol-ema-automatic/Bundle.fsh b/input/fsh/examples/paracetamol-ema-automatic/Bundle.fsh index 759fb17462..7ea379babf 100644 --- a/input/fsh/examples/paracetamol-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/paracetamol-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "EU/1/96/007/035" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/composition34060417eeae4622c4674a9c4100d2ed" diff --git a/input/fsh/examples/paracetamol-ema-automatic/Composition.fsh b/input/fsh/examples/paracetamol-ema-automatic/Composition.fsh index 8f744c23a4..c21954e747 100644 --- a/input/fsh/examples/paracetamol-ema-automatic/Composition.fsh +++ b/input/fsh/examples/paracetamol-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-65db33d6be47a433e6e9e9c2980ea7a4) * title = "TEST PURPOSES ONLY - paracetamol" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #es + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,50 +42,160 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - + + * text.div = """
    +

    Karvea 75 mg tablets

    +

    irbesartan

    + Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. +
      +
    • Keep this leaflet. You may need to read it again.
    • +
    • If you have any further questions, ask your doctor or pharmacist.
    • +
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • +
    • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
    • +
    +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +
      +
    • What Karvea is and what it is used for
    • +
    • What you need to know before you take Karvea
    • +
    • How to take Karvea
    • +
    • Possible side effects
    • +
    • How to store Karvea
    • +
    • Contents of the pack and other information
    • +
    +
    """ * section[=].section[+] * title = "1. What paracetamol is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What paracetamol is and what it is used for" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - - + + * text.div = """
    +

    + Karvea belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. Karvea prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. Karvea slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes. +

    +

    Karvea is used in adult patients

    +
      +
    • to treat high blood pressure (essential hypertension)
    • +
    • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory + evidence of impaired kidney function.
    • +
    +
    """ * section[=].section[+] * title = "2. What you need to know before you take paracetamol" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take paracetamol" * text.status = #additional + - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + * text.div = """
    + Do not take Karvea +
      +
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • +
    • if you are more than 3 months pregnant. (It is also better to avoid Karvea in early pregnancy – + see pregnancy section)
    • +
    • if you have diabetes or impaired kidney function and you are treated with a blood pressure + lowering medicine containing aliskiren.
    • +
    + Warning and precautions +

    Talk to your doctor before taking Karvea and if any of the following apply to you:

    +
      +
    • if you get excessive vomiting or diarrhoea
    • +
    • if you suffer from kidney problems
    • +
    • if you suffer from heart problems
    • +
    • if you receive Karvea for diabetic kidney disease. In this case your doctor may perform regular + blood tests, especially for measuring blood potassium levels in case of poor kidney function
    • +
    • if you develop low blood sugar levels (symptoms may include sweating, weakness, hunger, + dizziness, trembling, headache, flushing or paleness, numbness, having a fast, pounding heart + beat), particularly if you are being treated for diabetes.
    • +
    • if you are going to have an operation (surgery) or be given anaesthetics
    • +
    • +
        +
      • an ACE-inhibitor (for example enalapril, lisinopril, ramipril), in particular if you have diabetes-related kidney problems.
      • +
      • aliskiren
      • +
      +
    • +
    +

    Your doctor may check your kidney function, blood pressure, and the amount of electrolytes (e.g. potassium) in your blood at regular intervals.

    +

    See also information under the heading “Do not take Karvea”.

    +

    You must tell your doctor if you think you are (or might become) pregnant. Karvea is not recommended in early pregnancy, and must not be taken if you are more than 3 months pregnant, as it may cause serious harm to your baby if used at that stage (see pregnancy section).

    + Children and adolescents +

    This medicinal product should not be used in children and adolescents because the safety and efficacy have not yet been fully established.

    + Other medicines and Karvea +

    Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines.

    +

    Your doctor may need to change your dose and/or to take other precautions: + If you are taking an ACE-inhibitor or aliskiren (see also information under the headings “Do not take + Karvea” and “Warnings and precautions”).

    + You may need to have blood checks if you take: +
      +
    • potassium supplements
    • +
    • salt substitutes containing potassium
    • +
    • potassium-sparing medicines (such as certain diuretics)
    • +
    • medicines containing lithium
    • +
    • repaglinide (medication used for lowering blood sugar levels)
    • +
    +

    If you take certain painkillers, called non-steroidal anti-inflammatory drugs, the effect of irbesartan may be reduced.

    + Karvea with food and drink +

    Karvea can be taken with or without food.

    + Pregnancy and breast-feeding + Pregnancy +

    You must tell your doctor if you think you are (or might become) pregnant. Your doctor will normally advise you to stop taking Karvea before you become pregnant or as soon as you know you are pregnant and will advise you to take another medicine instead of Karvea. Karvea is not recommended in early pregnancy, and must not be taken when more than 3 months pregnant, as it may cause serious harm to your baby if used after the third month of pregnancy.

    + Breast-feeding +

    Tell your doctor if you are breast-feeding or about to start breast-feeding. Karvea is not recommended for mothers who are breast-feeding, and your doctor may choose another treatment for you if you wish to breast-feed, especially if your baby is newborn, or was born prematurely.

    + Driving and using machines +

    Karvea is unlikely to affect your ability to drive or use machines. However, occasionally dizziness or weariness may occur during treatment of high blood pressure. If you experience these, talk to your doctor before attempting to drive or use machines. +

    + + Karvea contains lactose. +

    If you have been told by your doctor that you have an intolerance to some sugars (e.g. lactose), contact your doctor before taking this medicinal product.

    + + Karvea contains sodium. +

    This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

    +
    """ * section[=].section[+] * title = "3. How to take paracetamol" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take paracetamol" * text.status = #additional + + * text.div = """
    + Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. + + Method of administration +

    Karvea is for oral use. Swallow the tablets with a sufficient amount of fluid (e.g. one glass of water). You can take Karvea with or without food. Try to take your daily dose at about the same time each day. It is important that you continue to take Karvea until your doctor tells you otherwise.

    +
      +
    • + Patients with high blood pressure +

      The usual dose is 150 mg once a day (two tablets a day). The dose may later be increased to 300 mg (four tablets a day) once daily depending on blood pressure response.

      +
    • +
    • + Patients with high blood pressure and type 2 diabetes with kidney disease +

      In patients with high blood pressure and type 2 diabetes, 300 mg (four tablets a day) once daily is the preferred maintenance dose for the treatment of associated kidney disease.

      +
    • +
    + +

    The doctor may advise a lower dose, especially when starting treatment in certain patients such as those on haemodialysis, or those over the age of 75 years. +

    +

    The maximal blood pressure lowering effect should be reached 4-6 weeks after beginning treatment.

    - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + Use in children and adolescents +

    Karvea should not be given to children under 18 years of age. If a child swallows some tablets, contact your doctor immediately.

    + + If you take more Karvea than you should +

    If you accidentally take too many tablets, contact your doctor immediately.

    + + If you forget to take Karvea +

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    +

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    +
    """ * section[=].section[+] @@ -94,26 +203,272 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + * text.div = """
    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    +

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking Karvea and contact your doctor immediately.

    +

    The frequency of the side effects listed below is defined using the following convention:

    +

    Very common: may affect more than 1 in 10 people

    +

    Common: may affect up to 1 in 10 people

    +

    Uncommon: may affect up to 1 in 100 people

    +

    Side effects reported in clinical studies for patients treated with Karvea were:

    +
      +
    • Very common (may affect more than 1 in 10 people): if you suffer from high blood pressure and + type 2 diabetes with kidney disease, blood tests may show an increased level of potassium.
    • +
    • Common (may affect up to 1 10 people): dizziness, feeling sick/vomiting, fatigue and blood tests may show raised levels of an enzyme that measures the muscle and heart function (creatine kinase enzyme). In patients with high blood pressure and type 2 diabetes with kidney disease, dizziness when getting up from a lying or sitting position, low blood pressure when getting up from a lying or sitting position, pain in joints or muscles and decreased levels of a protein in the red blood cells (haemoglobin) were also reported. +
    • +
    • Uncommon (may affect up to 1 in 100 people): heart rate increased, flushing, cough, diarrhoea, indigestion/heartburn, sexual dysfunction (problems with sexual performance), chest pain.
    • +
    +

    Some undesirable effects have been reported since marketing of Karvea. Undesirable effects where the frequency is not known are: feeling of spinning, headache, taste disturbance, ringing in the ears, muscle cramps, pain in joints and muscles, decreased number of red blood cells (anaemia – symptoms may include tiredness, headaches, being short of breath when exercising, dizziness and looking pale), reduced number of platelets, abnormal liver function, increased blood potassium levels, impaired kidney function, inflammation of small blood vessels mainly affecting the skin (a condition known as leukocytoclastic vasculitis), severe allergic reactions (anaphylactic shock) and low blood sugar levels. Uncommon cases of jaundice (yellowing of the skin and/or whites of the eyes) have also been reported. +

    + Reporting of side effects +

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine. +

    +
    """ * section[=].section[+] * title = "5. How to store paracetamol" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store paracetamol" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +

    Keep this medicine out of the sight and reach of children.

    +

    + Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. +

    +

    Do not store above 30°C.

    +

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment. +

    +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    + What Karvea contains +
      +
    • The active substance is irbesartan. Each tablet of Karvea 75 mg contains 75 mg irbesartan.
    • +
    • The other ingredients are microcrystalline cellulose, croscarmellose sodium, lactose + monohydrate, magnesium stearate, colloidal hydrated silica, pregelatinised maize starch, and poloxamer 188. Please see section 2 “Karvea contains lactose”.
    • +
    + What Karvea looks like and contents of the pack +

    Karvea 75 mg tablets are white to off-white, biconvex, and oval-shaped with a heart debossed on one side and the number 2771 engraved on the other side.

    +

    Karvea 75 mg tablets are supplied in blister packs of 14, 28, 56 or 98 tablets. Unidose blister packs of 56 x 1 tablet for delivery in hospitals are also available.

    +

    Not all pack sizes may be marketed.

    + Marketing Authorisation Holder: +

    sanofi-aventis groupe

    +

    54, rue La Boétie

    +

    F-75008 Paris - France

    +

    Manufacturer:

    +

    SANOFI WINTHROP INDUSTRIE

    +

    1, rue de la Vierge

    +

    Ambarès and Lagrave

    +

    F-33565 Carbon Blanc Cedex - France

    +

    SANOFI WINTHROP INDUSTRIE

    +

    30-36 Avenue Gustave Eiffel, BP 7166

    +

    F-37071 Tours Cedex 2 - France

    +

    For any information about this medicinal product, please contact the local representative of the Marketing Authorisation Holder.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    België/Belgique/Belgien

    +

    Sanofi Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00

    +
    +

    Lietuva

    +

    Swixx Biopharma UAB

    +

    Tel: +370 5 236 91 40

    +
    +

    България

    +

    Swixx Biopharma EOOD Тел.: +359 (0)2 4942 480

    +
    +

    Luxembourg/Luxemburg

    +

    Sanofi Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00 (Belgique/Belgien)

    +
    +

    Česká republika

    +

    sanofi-aventis, s.r.o. Tel: +420 233 086 111

    +
    +

    Magyarország

    +

    SANOFI-A VENTIS Zrt. Tel.: +36 1 505 0050

    +
    +

    Danmark

    +

    Sanofi A/S

    +

    Tlf: +45 45 16 70 00

    +
    +

    Malta

    +

    Sanofi S.r.l.

    +

    Tel: +39 02 39394275

    +
    +

    Deutschland

    +

    Sanofi-Aventis Deutschland GmbH

    +

    Tel: 0800 52 52 010

    +

    Tel. aus dem Ausland: +49 69 305 21 131

    +
    +

    Norge

    +

    sanofi-aventis Norge AS Tlf: +47 67 10 71 00

    +
    +

    Eesti

    +

    Swixx Biopharma OÜ Tel: +372 640 10 30

    +
    +

    Österreich

    +

    sanofi-aventis GmbH Tel: +43 1 80 185 – 0

    +
    +

    Ελλάδα

    +

    sanofi-aventis AEBE Τηλ: +30 210 900 16 00

    +
    +

    Polska

    +

    sanofi-aventis Sp. z o.o. Tel.: +48 22 280 00 00

    +
    +

    España

    +

    sanofi-aventis, S.A. Tel: +34 93 485 94 00

    +
    +

    France

    +

    sanofi-aventis France

    +

    Tél: 0 800 222 555

    +

    Appel depuis l’étranger : +33 1 57 63 23 23

    +
    +

    Portugal

    +

    Sanofi - Produtos Farmacêuticos, Lda Tel: +351 21 35 89 400

    +
    +

    Hrvatska

    +

    Swixx Biopharma d.o.o. Tel: +385 1 2078 500

    +
    +

    România

    +

    Sanofi Romania SRL Tel: +40 (0) 21 317 31 36

    +
    +

    Ireland

    +

    sanofi-aventis Ireland Ltd. T/A SANOFI Tel: +353 (0) 1 403 56 00

    +
    +

    Slovenija

    +

    Swixx Biopharma d.o.o. Tel: +386 1 235 51 00

    +
    +

    Ísland

    +

    Vistor hf.

    +

    Sími: +354 535 7000

    +
    +

    Slovenská republika

    +

    Swixx Biopharma s.r.o. Tel: +421 2 208 33 600

    +
    +

    Italia

    +

    Sanofi S.r.l. Tel: 800 536389

    +
    +

    Suomi/Finland

    +

    Sanofi Oy

    +

    Puh/Tel: +358 (0) 201 200 300

    +
    +

    Κύπρος

    +

    C.A. Papaellinas Ltd. Τηλ: +357 22 741741

    +
    +

    Sverige

    +

    Sanofi AB

    +

    Tel: +46 (0)8 634 50 00

    +
    +

    Latvija

    +

    Swixx Biopharma SIA Tel: +371 6 616 47 50

    +
    +

    United Kingdom (Northern Ireland)

    +

    sanofi-aventis Ireland Ltd. T/A SANOFI Tel: +44 (0) 800 035 2525

    +
    +

    This leaflet was last revised in

    +

    Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

    +
    """ \ No newline at end of file diff --git a/input/fsh/examples/paracetamol-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/paracetamol-ema-automatic/MedicinalProductDefinition.fsh index 48abfaf564..28d01f4786 100644 --- a/input/fsh/examples/paracetamol-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/paracetamol-ema-automatic/MedicinalProductDefinition.fsh @@ -5,9 +5,11 @@ Title: "Medicinal Product DOLOCATIL 1 g tablets" Description: "EU/1/97/049/001 DOLOCATIL 1 g tablets" Usage: #example -* identifier.system = $spor-prod -* identifier.value = "cc" +* identifier.system = $spor-prod +* identifier.value = "EMEA/H/C/000142" +* identifier[+].system = $phpid +* identifier[=].value = "0x8DFB446EDB3B8AE508AE493827A704E4" * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" * domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" diff --git a/input/fsh/examples/pentasa-ema-automatic/Bundle.fsh b/input/fsh/examples/pentasa-ema-automatic/Bundle.fsh index 52ec173d92..2438cd6748 100644 --- a/input/fsh/examples/pentasa-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/pentasa-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "xx" * type = #document -* timestamp = "2023-04-16T10:48:28Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/compositionb3a8d58c709a2281d8ad2a590fe81663" diff --git a/input/fsh/examples/pentasa-ema-automatic/Composition.fsh b/input/fsh/examples/pentasa-ema-automatic/Composition.fsh index d9a5fb7c3c..7a885f49f3 100644 --- a/input/fsh/examples/pentasa-ema-automatic/Composition.fsh +++ b/input/fsh/examples/pentasa-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-6ade044addd6563de0baefebb1cceb8e) * title = "TEST PURPOSES ONLY - Pentasa Slow Release Tablets 1g" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,50 +42,160 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - + + * text.div = """
    +

    Karvea 75 mg tablets

    +

    irbesartan

    + Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. +
      +
    • Keep this leaflet. You may need to read it again.
    • +
    • If you have any further questions, ask your doctor or pharmacist.
    • +
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • +
    • If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
    • +
    +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +
      +
    • What Karvea is and what it is used for
    • +
    • What you need to know before you take Karvea
    • +
    • How to take Karvea
    • +
    • Possible side effects
    • +
    • How to store Karvea
    • +
    • Contents of the pack and other information
    • +
    +
    """ * section[=].section[+] * title = "1. What Pentasa Slow Release Tablets 1g is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What Pentasa Slow Release Tablets 1g is and what it is used for" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - - + + * text.div = """
    +

    + Karvea belongs to a group of medicines known as angiotensin-II receptor antagonists. Angiotensin-II is a substance produced in the body which binds to receptors in blood vessels causing them to tighten. This results in an increase in blood pressure. Karvea prevents the binding of angiotensin-II to these receptors, causing the blood vessels to relax and the blood pressure to lower. Karvea slows the decrease of kidney function in patients with high blood pressure and type 2 diabetes. +

    +

    Karvea is used in adult patients

    +
      +
    • to treat high blood pressure (essential hypertension)
    • +
    • to protect the kidney in patients with high blood pressure, type 2 diabetes and laboratory + evidence of impaired kidney function.
    • +
    +
    """ * section[=].section[+] * title = "2. What you need to know before you take Pentasa Slow Release Tablets 1g" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take Pentasa Slow Release Tablets 1g" * text.status = #additional + - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + * text.div = """
    + Do not take Karvea +
      +
    • if you are allergic to irbesartan or any other ingredients of this medicine (listed in section 6)
    • +
    • if you are more than 3 months pregnant. (It is also better to avoid Karvea in early pregnancy – + see pregnancy section)
    • +
    • if you have diabetes or impaired kidney function and you are treated with a blood pressure + lowering medicine containing aliskiren.
    • +
    + Warning and precautions +

    Talk to your doctor before taking Karvea and if any of the following apply to you:

    +
      +
    • if you get excessive vomiting or diarrhoea
    • +
    • if you suffer from kidney problems
    • +
    • if you suffer from heart problems
    • +
    • if you receive Karvea for diabetic kidney disease. In this case your doctor may perform regular + blood tests, especially for measuring blood potassium levels in case of poor kidney function
    • +
    • if you develop low blood sugar levels (symptoms may include sweating, weakness, hunger, + dizziness, trembling, headache, flushing or paleness, numbness, having a fast, pounding heart + beat), particularly if you are being treated for diabetes.
    • +
    • if you are going to have an operation (surgery) or be given anaesthetics
    • +
    • +
        +
      • an ACE-inhibitor (for example enalapril, lisinopril, ramipril), in particular if you have diabetes-related kidney problems.
      • +
      • aliskiren
      • +
      +
    • +
    +

    Your doctor may check your kidney function, blood pressure, and the amount of electrolytes (e.g. potassium) in your blood at regular intervals.

    +

    See also information under the heading “Do not take Karvea”.

    +

    You must tell your doctor if you think you are (or might become) pregnant. Karvea is not recommended in early pregnancy, and must not be taken if you are more than 3 months pregnant, as it may cause serious harm to your baby if used at that stage (see pregnancy section).

    + Children and adolescents +

    This medicinal product should not be used in children and adolescents because the safety and efficacy have not yet been fully established.

    + Other medicines and Karvea +

    Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines.

    +

    Your doctor may need to change your dose and/or to take other precautions: + If you are taking an ACE-inhibitor or aliskiren (see also information under the headings “Do not take + Karvea” and “Warnings and precautions”).

    + You may need to have blood checks if you take: +
      +
    • potassium supplements
    • +
    • salt substitutes containing potassium
    • +
    • potassium-sparing medicines (such as certain diuretics)
    • +
    • medicines containing lithium
    • +
    • repaglinide (medication used for lowering blood sugar levels)
    • +
    +

    If you take certain painkillers, called non-steroidal anti-inflammatory drugs, the effect of irbesartan may be reduced.

    + Karvea with food and drink +

    Karvea can be taken with or without food.

    + Pregnancy and breast-feeding + Pregnancy +

    You must tell your doctor if you think you are (or might become) pregnant. Your doctor will normally advise you to stop taking Karvea before you become pregnant or as soon as you know you are pregnant and will advise you to take another medicine instead of Karvea. Karvea is not recommended in early pregnancy, and must not be taken when more than 3 months pregnant, as it may cause serious harm to your baby if used after the third month of pregnancy.

    + Breast-feeding +

    Tell your doctor if you are breast-feeding or about to start breast-feeding. Karvea is not recommended for mothers who are breast-feeding, and your doctor may choose another treatment for you if you wish to breast-feed, especially if your baby is newborn, or was born prematurely.

    + Driving and using machines +

    Karvea is unlikely to affect your ability to drive or use machines. However, occasionally dizziness or weariness may occur during treatment of high blood pressure. If you experience these, talk to your doctor before attempting to drive or use machines. +

    + + Karvea contains lactose. +

    If you have been told by your doctor that you have an intolerance to some sugars (e.g. lactose), contact your doctor before taking this medicinal product.

    + + Karvea contains sodium. +

    This medicine contains less than 1 mmol sodium (23 mg) per tablet, that is to say essentially ‘sodium-free’.

    +
    """ * section[=].section[+] * title = "3. How to take Pentasa Slow Release Tablets 1g" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take Pentasa Slow Release Tablets 1g" * text.status = #additional + + * text.div = """
    + Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure. + + Method of administration +

    Karvea is for oral use. Swallow the tablets with a sufficient amount of fluid (e.g. one glass of water). You can take Karvea with or without food. Try to take your daily dose at about the same time each day. It is important that you continue to take Karvea until your doctor tells you otherwise.

    +
      +
    • + Patients with high blood pressure +

      The usual dose is 150 mg once a day (two tablets a day). The dose may later be increased to 300 mg (four tablets a day) once daily depending on blood pressure response.

      +
    • +
    • + Patients with high blood pressure and type 2 diabetes with kidney disease +

      In patients with high blood pressure and type 2 diabetes, 300 mg (four tablets a day) once daily is the preferred maintenance dose for the treatment of associated kidney disease.

      +
    • +
    + +

    The doctor may advise a lower dose, especially when starting treatment in certain patients such as those on haemodialysis, or those over the age of 75 years. +

    +

    The maximal blood pressure lowering effect should be reached 4-6 weeks after beginning treatment.

    - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + Use in children and adolescents +

    Karvea should not be given to children under 18 years of age. If a child swallows some tablets, contact your doctor immediately.

    + + If you take more Karvea than you should +

    If you accidentally take too many tablets, contact your doctor immediately.

    + + If you forget to take Karvea +

    If you accidentally miss a daily dose, just take the next dose as normal. Do not take a double dose to make up for a forgotten dose.

    +

    If you have any further questions on the use of this medicine, ask your doctor or pharmacist.

    +
    """ * section[=].section[+] @@ -94,26 +203,272 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + * text.div = """
    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Some of these effects may be serious and may require medical attention.

    +

    As with similar medicines, rare cases of allergic skin reactions (rash, urticaria), as well as localised swelling of the face, lips and/or tongue have been reported in patients taking irbesartan. If you get any of these symptoms or get short of breath, stop taking Karvea and contact your doctor immediately.

    +

    The frequency of the side effects listed below is defined using the following convention:

    +

    Very common: may affect more than 1 in 10 people

    +

    Common: may affect up to 1 in 10 people

    +

    Uncommon: may affect up to 1 in 100 people

    +

    Side effects reported in clinical studies for patients treated with Karvea were:

    +
      +
    • Very common (may affect more than 1 in 10 people): if you suffer from high blood pressure and + type 2 diabetes with kidney disease, blood tests may show an increased level of potassium.
    • +
    • Common (may affect up to 1 10 people): dizziness, feeling sick/vomiting, fatigue and blood tests may show raised levels of an enzyme that measures the muscle and heart function (creatine kinase enzyme). In patients with high blood pressure and type 2 diabetes with kidney disease, dizziness when getting up from a lying or sitting position, low blood pressure when getting up from a lying or sitting position, pain in joints or muscles and decreased levels of a protein in the red blood cells (haemoglobin) were also reported. +
    • +
    • Uncommon (may affect up to 1 in 100 people): heart rate increased, flushing, cough, diarrhoea, indigestion/heartburn, sexual dysfunction (problems with sexual performance), chest pain.
    • +
    +

    Some undesirable effects have been reported since marketing of Karvea. Undesirable effects where the frequency is not known are: feeling of spinning, headache, taste disturbance, ringing in the ears, muscle cramps, pain in joints and muscles, decreased number of red blood cells (anaemia – symptoms may include tiredness, headaches, being short of breath when exercising, dizziness and looking pale), reduced number of platelets, abnormal liver function, increased blood potassium levels, impaired kidney function, inflammation of small blood vessels mainly affecting the skin (a condition known as leukocytoclastic vasculitis), severe allergic reactions (anaphylactic shock) and low blood sugar levels. Uncommon cases of jaundice (yellowing of the skin and/or whites of the eyes) have also been reported. +

    + Reporting of side effects +

    If you get any side effects, talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine. +

    +
    """ * section[=].section[+] * title = "5. How to store Pentasa Slow Release Tablets 1g" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store Pentasa Slow Release Tablets 1g" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +

    Keep this medicine out of the sight and reach of children.

    +

    + Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. +

    +

    Do not store above 30°C.

    +

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment. +

    +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    + What Karvea contains +
      +
    • The active substance is irbesartan. Each tablet of Karvea 75 mg contains 75 mg irbesartan.
    • +
    • The other ingredients are microcrystalline cellulose, croscarmellose sodium, lactose + monohydrate, magnesium stearate, colloidal hydrated silica, pregelatinised maize starch, and poloxamer 188. Please see section 2 “Karvea contains lactose”.
    • +
    + What Karvea looks like and contents of the pack +

    Karvea 75 mg tablets are white to off-white, biconvex, and oval-shaped with a heart debossed on one side and the number 2771 engraved on the other side.

    +

    Karvea 75 mg tablets are supplied in blister packs of 14, 28, 56 or 98 tablets. Unidose blister packs of 56 x 1 tablet for delivery in hospitals are also available.

    +

    Not all pack sizes may be marketed.

    + Marketing Authorisation Holder: +

    sanofi-aventis groupe

    +

    54, rue La Boétie

    +

    F-75008 Paris - France

    +

    Manufacturer:

    +

    SANOFI WINTHROP INDUSTRIE

    +

    1, rue de la Vierge

    +

    Ambarès and Lagrave

    +

    F-33565 Carbon Blanc Cedex - France

    +

    SANOFI WINTHROP INDUSTRIE

    +

    30-36 Avenue Gustave Eiffel, BP 7166

    +

    F-37071 Tours Cedex 2 - France

    +

    For any information about this medicinal product, please contact the local representative of the Marketing Authorisation Holder.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    België/Belgique/Belgien

    +

    Sanofi Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00

    +
    +

    Lietuva

    +

    Swixx Biopharma UAB

    +

    Tel: +370 5 236 91 40

    +
    +

    България

    +

    Swixx Biopharma EOOD Тел.: +359 (0)2 4942 480

    +
    +

    Luxembourg/Luxemburg

    +

    Sanofi Belgium

    +

    Tél/Tel: +32 (0)2 710 54 00 (Belgique/Belgien)

    +
    +

    Česká republika

    +

    sanofi-aventis, s.r.o. Tel: +420 233 086 111

    +
    +

    Magyarország

    +

    SANOFI-A VENTIS Zrt. Tel.: +36 1 505 0050

    +
    +

    Danmark

    +

    Sanofi A/S

    +

    Tlf: +45 45 16 70 00

    +
    +

    Malta

    +

    Sanofi S.r.l.

    +

    Tel: +39 02 39394275

    +
    +

    Deutschland

    +

    Sanofi-Aventis Deutschland GmbH

    +

    Tel: 0800 52 52 010

    +

    Tel. aus dem Ausland: +49 69 305 21 131

    +
    +

    Norge

    +

    sanofi-aventis Norge AS Tlf: +47 67 10 71 00

    +
    +

    Eesti

    +

    Swixx Biopharma OÜ Tel: +372 640 10 30

    +
    +

    Österreich

    +

    sanofi-aventis GmbH Tel: +43 1 80 185 – 0

    +
    +

    Ελλάδα

    +

    sanofi-aventis AEBE Τηλ: +30 210 900 16 00

    +
    +

    Polska

    +

    sanofi-aventis Sp. z o.o. Tel.: +48 22 280 00 00

    +
    +

    España

    +

    sanofi-aventis, S.A. Tel: +34 93 485 94 00

    +
    +

    France

    +

    sanofi-aventis France

    +

    Tél: 0 800 222 555

    +

    Appel depuis l’étranger : +33 1 57 63 23 23

    +
    +

    Portugal

    +

    Sanofi - Produtos Farmacêuticos, Lda Tel: +351 21 35 89 400

    +
    +

    Hrvatska

    +

    Swixx Biopharma d.o.o. Tel: +385 1 2078 500

    +
    +

    România

    +

    Sanofi Romania SRL Tel: +40 (0) 21 317 31 36

    +
    +

    Ireland

    +

    sanofi-aventis Ireland Ltd. T/A SANOFI Tel: +353 (0) 1 403 56 00

    +
    +

    Slovenija

    +

    Swixx Biopharma d.o.o. Tel: +386 1 235 51 00

    +
    +

    Ísland

    +

    Vistor hf.

    +

    Sími: +354 535 7000

    +
    +

    Slovenská republika

    +

    Swixx Biopharma s.r.o. Tel: +421 2 208 33 600

    +
    +

    Italia

    +

    Sanofi S.r.l. Tel: 800 536389

    +
    +

    Suomi/Finland

    +

    Sanofi Oy

    +

    Puh/Tel: +358 (0) 201 200 300

    +
    +

    Κύπρος

    +

    C.A. Papaellinas Ltd. Τηλ: +357 22 741741

    +
    +

    Sverige

    +

    Sanofi AB

    +

    Tel: +46 (0)8 634 50 00

    +
    +

    Latvija

    +

    Swixx Biopharma SIA Tel: +371 6 616 47 50

    +
    +

    United Kingdom (Northern Ireland)

    +

    sanofi-aventis Ireland Ltd. T/A SANOFI Tel: +44 (0) 800 035 2525

    +
    +

    This leaflet was last revised in

    +

    Detailed information on this medicine is available on the European Medicines Agency web site: http://www.ema.europa.eu/

    +
    """ \ No newline at end of file diff --git a/input/fsh/examples/pentasa-ema-automatic/MedicinalProductDefinition.fsh b/input/fsh/examples/pentasa-ema-automatic/MedicinalProductDefinition.fsh index d8eac75246..57eb950732 100644 --- a/input/fsh/examples/pentasa-ema-automatic/MedicinalProductDefinition.fsh +++ b/input/fsh/examples/pentasa-ema-automatic/MedicinalProductDefinition.fsh @@ -5,11 +5,12 @@ Title: "Medicinal Product Pentasa Slow Release Tablets 1g" Description: "EU/1/97/049/001 Pentasa Slow Release Tablets 1g" Usage: #example - -* identifier[+].system = "https://spor.ema.europa.eu/pmswi" -* identifier[=].value = "xx" -* identifier[+].system = "https://www.who-umc.org/phpid" -* identifier[=].value = "0xF79CABF272B6A7EEF104DDDA44E8271xx" +* identifier.system = $spor-prod +* identifier.value = "EU/1/97/049/001" +* identifier[+].system = $phpid +* identifier[=].value = "0xF79CABF272B6A7EEF104DDDA44E82717" + + * type = http://hl7.org/fhir/medicinal-product-type#MedicinalProduct "Medicinal Product" * domain = http://hl7.org/fhir/medicinal-product-domain#Human "Human use" diff --git a/input/fsh/examples/remsima-ema-automatic/AdministrableProductDefinition.fsh b/input/fsh/examples/remsima-ema-automatic/AdministrableProductDefinition.fsh deleted file mode 100644 index b8bfc0c911..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/AdministrableProductDefinition.fsh +++ /dev/null @@ -1,26 +0,0 @@ - -Instance: ap-e3e5e78d4e002ed9e15b925cd546e20b -InstanceOf: AdministrableProductDefinitionUvEpi -Title: "Administrable product Remsima 100 mg powder for concentrate for solution for infusion" -Description: "Remsima 100 mg powder for concentrate for solution for infusion" -Usage: #example - -* identifier.system = $phpid -* identifier.value = "EU/1/13/853/001" - -* status = #active - -* formOf = Reference(mpbe76bdf784deea6950583b234f789db2) -* administrableDoseForm = $spor-rms#100000074029 "Powder for concentrate for solution for infusion" -* unitOfPresentation = $spor-rms#200000002158 "Vial" - -//this is just manufactured with extra steps? - - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* producedFrom = Reference(mid-e3e5e78d4e002ed9e15b925cd546e20b) - - -* routeOfAdministration.code = $spor-rms#100000073611 "Intravenous use" - -* routeOfAdministration.targetSpecies.code = $spor-rms#100000109093 "Human" \ No newline at end of file diff --git a/input/fsh/examples/remsima-ema-automatic/Bundle.fsh b/input/fsh/examples/remsima-ema-automatic/Bundle.fsh deleted file mode 100644 index 17dc819549..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/Bundle.fsh +++ /dev/null @@ -1,96 +0,0 @@ - -Instance: bundlepackageleaflet-c29ba23bb04c16ab758f150fe41d6513 -InstanceOf: BundleUvEpi -Title: "ePI document Bundle for remsima Package Leaflet" -Description: "Bundle for remsima Package Leaflet ePI document" -Usage: #example - -* identifier.system = "https://www.gravitatehealth.eu/sid/doc" -* identifier.value = "EU/1/13/853/001" -* type = #document -* timestamp = "2023-04-16T10:58:41Z" - -// Composition -* entry[0].fullUrl = "Composition/compositionbe76bdf784deea6950583b234f789db2" -* entry[0].resource = compositionbe76bdf784deea6950583b234f789db2 - - - - - - - - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-remsima-infliximab" -* entry[=].resource = ingredient-for-remsima-infliximab - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-remsima-disodiumphosphatedihydrate" -* entry[=].resource = ingredient-for-remsima-disodiumphosphatedihydrate - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-remsima-sodiumdihydrogenphosphatemonohydrate" -* entry[=].resource = ingredient-for-remsima-sodiumdihydrogenphosphatemonohydrate - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-remsima-polysorbate80" -* entry[=].resource = ingredient-for-remsima-polysorbate80 - -// Ingredient - -* entry[+].fullUrl = "Ingredient/ingredient-for-remsima-sucrose" -* entry[=].resource = ingredient-for-remsima-sucrose - - -// Substance - -* entry[+].fullUrl = "SubstanceDefinition/substance-infliximab" -* entry[=].resource = substance-infliximab - - -// AdministrableProductDefinition - -* entry[+].fullUrl = "AdministrableProductDefinition/ap-e3e5e78d4e002ed9e15b925cd546e20b" -* entry[=].resource = ap-e3e5e78d4e002ed9e15b925cd546e20b - - -// RegulatedAuthorization - -* entry[+].fullUrl = "RegulatedAuthorization/authorizatione3e5e78d4e002ed9e15b925cd546e20b" -* entry[=].resource = authorizatione3e5e78d4e002ed9e15b925cd546e20b - - -// Organization - -* entry[+].fullUrl = "Organization/org-3c850a69e5187931f2198c5e63f933fe" -* entry[=].resource = org-3c850a69e5187931f2198c5e63f933fe - -// Organization - -* entry[+].fullUrl = "Organization/org-e3da03c458d6c0f3c5f1c39a2c6a1084" -* entry[=].resource = org-e3da03c458d6c0f3c5f1c39a2c6a1084 - - -// PackagedProductDefinition - -* entry[+].fullUrl = "PackagedProductDefinition/ppd-e3e5e78d4e002ed9e15b925cd546e20b" -* entry[=].resource = ppd-e3e5e78d4e002ed9e15b925cd546e20b - - -// MedicinalProductDefinition - -* entry[+].fullUrl = "MedicinalProductDefinition/mpbe76bdf784deea6950583b234f789db2" -* entry[=].resource = mpbe76bdf784deea6950583b234f789db2 - - -// ManufacturedItemDefinition - -* entry[+].fullUrl = "ManufacturedItemDefinition/mid-e3e5e78d4e002ed9e15b925cd546e20b" -* entry[=].resource = mid-e3e5e78d4e002ed9e15b925cd546e20b - - diff --git a/input/fsh/examples/remsima-ema-automatic/ClinicalUseDefinition.fsh b/input/fsh/examples/remsima-ema-automatic/ClinicalUseDefinition.fsh deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/input/fsh/examples/remsima-ema-automatic/Composition.fsh b/input/fsh/examples/remsima-ema-automatic/Composition.fsh deleted file mode 100644 index 89ab443e83..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/Composition.fsh +++ /dev/null @@ -1,636 +0,0 @@ - -Instance: compositionbe76bdf784deea6950583b234f789db2 -InstanceOf: CompositionUvEpi -Title: "Composition for Remsima 100 mg powder for concentrate for solution for infusion Package Leaflet" -Description: "Composition for Remsima 100 mg powder for concentrate for solution for infusion Package Leaflet" -Usage: #example - -* identifier.system = "https://spor.ema.europa.eu/rmswi/" -* identifier.value = "EU/1/13/853/001" - -* status = #final - - - - - -* type = https://spor.ema.europa.eu/rmswi/#100000155538 -* type.text = "Package Leaflet" - -* subject = Reference(mpbe76bdf784deea6950583b234f789db2) -* date = "2022-02-16T13:28:17Z" -* author = Reference(org-3c850a69e5187931f2198c5e63f933fe) - -* title = "TEST PURPOSES ONLY - Remsima 100 mg powder for concentrate for solution for infusion" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en - - -* section[+]. - * title = "B. Package Leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "B. PACKAGE LEAFLET" - * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - - -* section[=].section[+] - * title = "Package leaflet: Information for the user" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "Package leaflet: Information for the user" - * text.status = #additional - * text.div = """

    Read all of this leaflet carefully before you start using this medicine because it contains -important information for you.

    -
      -
    • Keep this leaflet. You may need to read it again.
    • -
    • Your doctor will also give you a patient reminder card, which contains important safety -information you need to be aware of before and during your treatment with Remsima.
    • -
    • When starting a new card, keep this card as a reference for 4 months after your last dose of -Remsima.
    • -
    • If you have any further questions, ask your doctor, pharmacist or nurse.
    • -
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • -
    • If you get any side effects, talk to your doctor, pharmacist or nurse. This includes any possible side efects not listed in this leaflet. See section 4.
    • -
    """ - - - -* section[=].section[+] - * title = "What is in this leaflet" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "What is in this leaflet" - * text.status = #additional - * text.div = """

    What is in this leaflet

    -
      -
    1. What Remsima is and what it is used for
    2. -
    3. What you need to know before you use Remsima
    4. -
    5. How to use Remsima
    6. -
    7. Possible side effects
    8. -
    9. How to store Remsima
    10. -
    11. Contents of the pack and other information
    12. -
    13. Instructions for use
    14. -
    """ - - -* section[=].section[+] - * title = "1. What Remsima 100 mg powder for concentrate for solution for infusion is and what it is used for" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "1. What Remsima 100 mg powder for concentrate for solution for infusion is and what it is used for" - * text.status = #additional - - * text.div = """

    Remsima contains the active substance infliximab. Infliximab is a monoclonal antibody - a type of -protein that attaches to a specific target in the body called TNF (tumour necrosis factor) alpha. -Remsima belongs to a group of medicines called ‘TNF blockers’. It is used in adults for the following inflammatory diseases:

    -
      -
    • Rheumatoid arthritis
    • -
    • Psoriatic arthritis
    • -
    • Ankylosing spondylitis (Bechterew’s disease)
    • -
    • Psoriasis
    • -
    • Crohn’s disease
    • -
    • Ulcerative colitis.
    • -
    -

    Remsima works by selectively attaching to TNF alpha and blocking its action. TNF alpha is involved -in inflammatory processes of the body so blocking it can reduce the inflammation in your body.

    -

    Rheumatoid arthritisRheumatoid arthritis is an inflammatory disease of the joints. -If you have active rheumatoid arthritis -you will first be given other medicines. If these medicines do not work well enough, you will be given -Remsima which you will take with another medicine called methotrexate to:

    -
      -
    • reduce the signs and symptoms of your disease,
    • -
    • slow down the damage in your joints,
    • -
    • improve your physical function.
    • -
    -

    Psoriatic arthritisPsoriatic arthritis is an inflammatory disease of the joints, usually accompanied by psoriasis. If you -have active psoriatic arthritis you will first be given other medicines. If these medicines do not work -well enough, you will be given Remsima to:

    -
      -
    • reduce the signs and symptoms of your disease,
    • -
    • slow down the damage in your joints,
    • -
    • improve your physical function.
    • -
    -

    Ankylosing spondylitis (Bechterew’s disease)Ankylosing spondylitis is an inflammatory disease of the spine. If you have ankylosing spondylitis -you will first be given other medicines. If these medicines do not work well enough, you will be given -Remsima to:

    -
      -
    • reduce the signs and symptoms of your disease,
    • -
    • improve your physical function.
    • -
    -

    PsoriasisPsoriasis is an inflammatory disease of the skin. If you have moderate to severe plaque psoriasis, you -will first be given other medicines or treatments, such as phototherapy. If these medicines or -treatments do not work well enough, you will be given Remsima to reduce the signs and symptoms of -your disease. -Ulcerative colitis -Ulcerative colitis is an inflammatory disease of the bowel. If you have ulcerative colitis you will first -be given other medicines. If these medicines do not work well enough, you will be given Remsima to -treat your disease.

    -

    Crohn’s disease

    -

    Crohn’s disease is an inflammatory disease of the bowel. If you have Crohn’s disease you will first be -given other medicines. If these medicines do not work well enough, you will be given Remsima to:

    -
      -
    • treat active Crohn’s disease,
    • -
    • reduce the number of abnormal openings (fistulae) between your bowel and your skin that have not been controlled by other medicines or surgery
    • -
    """ - - - - - -* section[=].section[+] - * title = "2. What you need to know before you take Remsima 100 mg powder for concentrate for solution for infusion" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "2. What you need to know before you take Remsima 100 mg powder for concentrate for solution for infusion" - * text.status = #additional - * text.div = """

    You must not use Remsima if

    -
      -
    • you are allergic to infliximab or any of the other ingredients of this medicine (listed in -section 6),
    • -
    • you are allergic to proteins that come from mice,
    • -
    • you have tuberculosis (TB) or another serious infection such as pneumonia or sepsis (serious -bacterial infection of the blood),
    • -
    • you have heart failure that is moderate or severe. -Do not use Remsima if any of the above applies to you. If you are not sure, talk to your doctor before -you are given Remsima.
    • -
    -

    Warnings and precautions

    -

    Talk to your doctor before or during treatment with Remsima if you have:

    -

    Had treatment with any medicine containing infliximab before

    -
      -
    • Tell your doctor if you have had treatment with medicines containing infliximab in the past and -are now starting Remsima treatment again.
    • -
    • If you have had a break in your treatment with infliximab of more than 16 weeks, there is a -higher risk for allergic reactions when you start the treatment again.
    • -
    -

    Local injection site reactions

    -
      -
    • Some patients receiving infliximab via injection under the skin have experienced local injection -site reactions. Signs of a local injection site reaction can include redness, pain, itching, swelling, -hardness, bruising, bleeding, cold sensation, tingling sensation, irritation, rash, ulcer, hives, -blisters and scab on the skin of the injection site.
    • -
    • Most of these reactions are mild to moderate and mostly resolve on their own within a day.
    • -
    -

    Infections

    -
      -
    • Tell your doctor before you are given Remsima if you have an infection even if it is a very -minor one.
    • -
    • Tell your doctor before you are given Remsima if you have ever lived in or travelled to an area -where infections called histoplasmosis, coccidioidomycosis, or blastomycosis are common. -These infections are caused by specific types of fungi that can affect the lungs or other parts of -your body.
    • -
    • You may get infections more easily when you are being treated with Remsima. If you are 65 -years of age or older, you have a greater risk.
    • -
    • These infections may be serious and include tuberculosis, infections caused by viruses, fungi, -bacteria or other organisms in the environment and sepsis that may be life-threatening. -Tell your doctor straight away if you get signs of infection during treatment with Remsima. Signs -include fever, cough, flu-like signs, feeling unwell, red or hot skin, wounds or dental problems. Your -doctor may recommend temporarily stopping Remsima.
    • -
    -

    Tuberculosis (TB)

    -
      -
    • It is very important that you tell your doctor if you have ever had TB or if you have been in -close contact with someone who has had or has TB.
    • -
    • Your doctor will test you to see if you have TB. Cases of TB have been reported in patients -treated with infliximab, even in patients who have already been treated with medicines for TB. -Your doctor will record these tests on your patient reminder card.
    • -
    • If your doctor feels that you are at risk for TB, you may be treated with medicines for TB before -you are given Remsima. -Tell your doctor straight away if you get signs of TB during treatment with Remsima. Signs include -persistent cough, weight loss, feeling tired, fever, night sweats.
    • -
    -

    Hepatitis B virus

    -
      -
    • Tell your doctor before you are using Remsima if you are a carrier of hepatitis B or have ever -had it.
    • -
    • Tell your doctor if you think you might be at risk of contracting hepatitis B.
    • -
    • Your doctor should test you for hepatitis B virus.
    • -
    • Treatment with TNF blockers such as Remsima may result in reactivation of hepatitis B virus in -patients who carry this virus, which can be life-threatening in some cases.
    • -
    • If you experience reactivation of hepatitis B, your doctor may need to stop your treatment and -may give you medicines such as effective antiviral therapy with supportive treatment.
    • -
    -

    Heart problems

    -
      -
    • Tell your doctor if you have any heart problems, such as mild heart failure.
    • -
    • Your doctor will want to closely monitor your heart. -Tell your doctor straight away if you get new or worsening signs of heart failure during treatment with -Remsima. Signs include shortness of breath or swelling of your feet.
    • -
    -

    Cancer and lymphoma

    -
      -
    • Tell your doctor before you are given Remsima if you have or have ever had lymphoma (a type -of blood cancer) or any other cancer.
    • -
    • Patients with severe rheumatoid arthritis, who have had the disease for a long time, may be at -higher risk of developing lymphoma.
    • -
    • Patients taking Remsima may have an increased risk of developing lymphoma or another cancer.
    • -
    • Some patients who have received TNF-blockers, including infliximab have developed a rare type of cancer called hepatosplenic T-cell lymphoma. Of these patients, most were teenage boys or young men and most had either Crohn’s disease or ulcerative colitis. This type of cancer has -usually resulted in death. Almost all patients had also received medicines containing azathioprine or mercaptopurine in addition to TNF-blockers.
    • -
    • Some patients treated with infliximab have developed certain kinds of skin cancer. If there are -any changes in your skin or growths on the skin during or after therapy, tell your doctor.
    • -
    • Some women being treated for rheumatoid arthritis with infliximab have developed cervical -cancer. For women taking Remsima including those over 60 years of age, your doctor may -recommend regular screening for cervical cancer.
    • -
    -

    Lung disease or heavy smoking

    -
      -
    • Tell your doctor before you are given Remsima if you have a lung disease called chronic -obstructive pulmonary disease (COPD) or if you are a heavy smoker.
    • -
    • Patients with COPD and patients who are heavy smokers may have a higher risk of developing -cancer with Remsima treatment.
    • -
    -

    Nervous system disease

    -
      -
    • Tell your doctor before you are given Remsima if you have or have ever had a problem that -affects your nervous system. This includes multiple sclerosis, Guillain-Barré syndrome, if you have fits or have been diagnosed with ‘optic neuritis’.
    • -
    -

    Tell your doctor straight away if you get symptoms of a nerve disease during treatment with Remsima. -Signs include changes in your vision, weakness in your arms or legs, numbness or tingling in any part -of your body.

    -

    Abnormal skin openings

    -
      -
    • Tell your doctor if you have any abnormal skin openings (fistulae) before you are given -Remsima.
    • -
    -

    Vaccinations

    -
      -
    • Talk to your doctor if you recently have had or are due to have a vaccine.
    • -
    • You should receive recommended vaccinations before starting Remsima treatment. You may -receive some vaccines during treatment with Remsima but you should not receive live vaccines -(vaccines that contain a living but weakened infectious agent) while using Remsima because -they may cause infections.
    • -
    • If you received Remsima while you were pregnant, your baby may also be at higher risk for -getting an infection as a result of receiving a live vaccine during the first year of life. It is -important that you tell your baby's doctors and other health care professionals about your -Remsima use so they can decide when your baby should receive any vaccine, including live -vaccines such as the BCG vaccine (used to prevent tuberculosis).
    • -
    • If you are breast-feeding, it is important that you tell your baby’s doctors and other healthcare -professionals about your Remsima use before your baby is given any vaccine. For more -information see section on Pregnancy and breast-feeding.
    • -
    -

    Therapeutic infectious agents

    -
      -
    • Talk to your doctor if you have recently received or are scheduled to receive treatment with a -therapeutic infectious agent (such as BCG instillation used for the treatment of cancer)
    • -
    -

    Operations or dental procedures

    -
      -
    • Tell your doctor if you are going to have any operations or dental procedures.
    • -
    • Tell your surgeon or dentist that you are having treatment with Remsima by showing them your -patient reminder card.
    • -
    -

    Liver problems

    -
      -
    • Some patients receiving infliximab have developed serious liver problems.
    • -
    • Tell your doctor straight away if you get symptoms of liver problems during treatment with -Remsima. Signs include yellowing of the skin and eyes, dark-brown coloured urine, pain or -swelling in the upper right side of the stomach area, joint pain, skin rashes, or fever.
    • -
    -

    Low blood counts

    -
      -
    • In some patients receiving infliximab, the body may not make enough of the blood cells that -help fight infections or help stop bleeding.
    • -
    • Tell your doctor straight away if you get symptoms of low blood counts during treatment with -Remsima. Signs include persistent fever, bleeding or bruising more easily, small red or purple -spots caused by bleeding under the skin, or looking pale.
    • -
    -

    Immune system disorder

    -
      -
    • Some patients receiving infliximab have developed symptoms of an immune system disorder -called lupus.
    • -
    • Tell your doctor straight away if you develop symptoms of lupus during treatment with -Remsima. Signs include joint pain or a rash on cheeks or arms that is sensitive to the sun.
    • -
    -

    Children and adolescents

    -

    Do not give this medicine to children and adolescents under 18 years of age because there are no data -that show that this medicine is safe and works in this age group.

    -

    Other medicines and Remsima

    -

    Patients who have inflammatory diseases already take medicines to treat their problem. These -medicines may cause side effects. Your doctor will advise you what other medicines you must keep -using while you are having Remsima.

    -

    Tell your doctor if you are using, have recently used or might use any other medicines, including any -other medicines to treat Crohn’s disease, ulcerative colitis, rheumatoid arthritis, ankylosing -spondylitis, psoriatic arthritis or psoriasis or medicines obtained without a prescription, such as -vitamins and herbal medicines.

    -

    In particular, tell your doctor if you are using any of the following medicines:

    -
      -
    • Medicines that affect your immune system.
    • -
    • Kineret (which contains anakinra). Remsima and Kineret should not be used together.
    • -
    • Orencia (which contains abatacept). Remsima and Orencia should not be used together. -While using Remsima you should not receive live vaccines. If you were using Remsima during pregnancy or if you are receiving Remsima while breast-feeding, tell your baby’s doctor and other health care professionals caring for your baby about your Remsima use before the baby receives any vaccines.
    • -
    -

    If you are not sure if any of the above applies to you, talk to your doctor, pharmacist or nurse before -using Remsima.

    -

    Pregnancy, breast-feeding and fertility

    -
      -
    • If you are pregnant or breast-feeding, think you may be pregnant or are planning to have a baby, -ask your doctor for advice before taking this medicine. Remsima should only be used during -pregnancy or while breast-feeding if your doctor feels it is necessary for you.
    • -
    • You should avoid getting pregnant when you are being treated with Remsima and for 6 months -after you stop being treated with it. Discuss the use of contraception during this time with your -doctor.
    • -
    • If you received Remsima during your pregnancy, your baby may have a higher risk for getting -an infection.
    • -
    • It is important that you tell your baby’s doctors and other healthcare professionals about your -Remsima use before your baby is given any vaccine. If you received Remsima while pregnant, -giving BCG vaccine (used to prevent tuberculosis) to your baby within 12 months after birth -may result in infection with serious complications, including death. Live vaccines such as the -BCG vaccine should not be given to your baby within 12 months after birth, unless your baby’s -doctor recommends otherwise. For more information see section on vaccination.
    • -
    • If you are breast-feeding, it is important that you tell your baby’s doctors and other healthcare -professionals about your Remsima use before your baby is given any vaccine. Live vaccines -should not be given to your baby while you are breast-feeding unless your baby’s doctor -recommends otherwise.
    • -
    • Severely decreased numbers of white blood cells have been reported in infants born to women -treated with infliximab during pregnancy. If your baby has continual fevers or infections, -contact your baby’s doctor immediately.
    • -
    -

    Driving and using machines

    -

    Remsima is not likely to affect your ability to drive or use tools or machines. If you feel tired, dizzy, or -unwell after having Remsima, do not drive or use any tools or machines.

    -

    Remsima contains sodium and sorbitol

    -

    This medicine contains less than 1 mmol sodium (23 mg) per dose, i.e. essentially ‘sodium-free’ and 45 mg sorbitol in each 120 mg dose.

    """ - -* section[=].section[+] - * title = "3. How to take Remsima 100 mg powder for concentrate for solution for infusion" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "3. How to take Remsima 100 mg powder for concentrate for solution for infusion" - * text.status = #additional - * text.div = """

    Always use this medicine exactly as your doctor has told you. Check with your doctor if you are not sure.

    -

    Rheumatoid arthritis

    -

    Your doctor will start your treatment with or without two Remsima intravenous infusion doses of 3 mg -for every kg of body weight (given to you into a vein, usually in your arm, over a period of 2 hours). If -Remsima intravenous infusion doses are given to start the treatment, they are administered 2 weeks -apart via intravenous infusion. After 4 weeks from the last intravenous infusion, you will be given -Remsima via injection under the skin (subcutaneous injection). -The usual recommended dose of Remsima subcutaneous injection is 120 mg once every 2 weeks regardless of weight.

    -

    Psoriatic arthritis, ankylosing spondylitis (Bechterew’s disease) and psoriasis

    -

    Your doctor will start your treatment with two Remsima intravenous infusion doses of 5 mg for every -kg of body weight (given to you into a vein, usually in your arm, over a period of 2 hours). They are -administered 2 weeks apart via intravenous infusion. After 4 weeks from the last intravenous infusion, -you will be given Remsima via injection under the skin (subcutaneous injection). -The usual recommended dose of Remsima subcutaneous injection is 120 mg once every 2 weeks -regardless of weight.

    -

    Crohn’s disease and ulcerative colitis

    -

    Your doctor will start your treatment with two Remsima intravenous infusion doses of 5 mg for every -kg of body weight (given to you into a vein, usually in your arm, over a period of 2 hours). They are -administered 2 weeks apart via intravenous infusion. After 4 weeks from the last intravenous infusion, -you will be given Remsima via injection under the skin (subcutaneous injection). -The usual recommended dose of Remsima subcutaneous injection is 120 mg once every 2 weeks -regardless of weight.

    -

    How Remsima is given

    -
      -
    • Remsima 120 mg solution for injection is administered by injection under the skin -(subcutaneous use) only. It is important to check the product labels to ensure that the correct -formulation is being given as prescribed.
    • -
    • For patients with rheumatoid arthritis, your doctor may start your Remsima treatment with or -without two Remsima intravenous infusion doses. For patients with Crohn’s disease, ulcerative -colitis, ankylosing spondylitis, psoriatic arthritis or psoriasis, two Remsima infusion doses will -be given to start your Remsima treatment.
    • -
    • If Remsima treatment is initiated without two Remsima intravenous infusion doses, the table -below shows how often you will usually have this medicine after your first dose.

      -
    • -
    • If two Remsima intravenous infusion doses are given by your doctor or nurse to start the -treatment, they will be given 2 weeks apart and the first Remsima subcutaneous injection will -be given 4 weeks after the last intravenous infusion followed by Remsima subcutaneous -injections given every 2 weeks.

      -
    • -
    • The first subcutaneous injection of Remsima will be administered under the supervision of your -doctor.
    • -
    • After proper training, if you feel you are well-trained and confident to inject Remsima yourself, -your doctor may allow you to inject subsequent doses of Remsima yourself at home.
    • -
    • Talk to your doctor if you have any questions about giving yourself an injection. You will find -detailed “Instructions for Use” at the end of this leaflet.
    • -
    -

    If you use more Remsima than you should

    -

    If you have used more Remsima than you should (either by injecting too much on a single occasion or -by using it too frequently), talk to a doctor, pharmacist or nurse immediately. Always have the outer -carton of the medicine with you, even if it is empty.

    -

    If you forget to use Remsima

    -

    Missed dose for up to 7 days

    -

    If you miss a dose of Remsima for up to 7 days, after the original scheduled dose, you should take the -missed dose immediately. Take your next dose on the next originally planned date and then follow the -original dosing schedule.

    -

    Missed dose for 8 days or more

    -

    If you miss a dose of Remsima for 8 days or more, after the original scheduled dose, you should not take -the missed dose. Take your next dose on the next originally planned date and then follow the original -dosing schedule. -If you are not sure when to inject Remsima, call your doctor.

    -

    If you have any further questions on the use of this medicine, ask your doctor, pharmacist or nurse.

    """ - - -* section[=].section[+] - * title = "4. Possible side effects" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "4. Possible side effects" - * text.status = #additional - * text.div = """

    Like all medicines, this medicine can cause side effects, although not everybody gets them. Most side -effects are mild to moderate. However some patients may experience serious side effects and may -require treatment. Side effects may also occur after your treatment with Remsima has stopped.

    -

    Tell your doctor straight away if you notice any of the following:

    -
      -
    • Signs of an allergic reaction such as swelling of your face, lips, mouth or throat which may -cause difficulty in swallowing or breathing, skin rash, hives, swelling of the hands, feet or -ankles. Some of these reactions may be serious or life-threatening. An allergic reaction could -happen within 2 hours of your injection or later. More signs of allergic side effects that may -happen up to 12 days after your injection include pain in the muscles, fever, joint or jaw pain, -sore throat or headache.
    • -
    • Signs of a local injection site reaction such as redness, pain, itching, swelling, hardness, -bruising, bleeding, cold sensation, tingling sensation, irritation, rash, ulcer, hives, blisters and -scab.
    • -
    • Signs of a heart problem such as chest discomfort or pain, arm pain, stomach pain, shortness -of breath, anxiety, lightheadedness, dizziness, fainting, sweating, nausea (feeling sick), -vomiting, fluttering or pounding in your chest, a fast or a slow heartbeat, and swelling of your -feet.
    • -
    • Signs of infection (including TB) such as fever, feeling tired, cough which may be persistent, -shortness of breath, flu-like symptoms, weight loss, night sweats, diarrhoea, wounds, collection -of pus in the gut or around the anus (abscess), dental problems or burning sensation when -urinating.
    • -
    • Possible signs of cancer including but not limited to swelling of lymph nodes, weight loss, -fever, unusual skin nodules, changes in moles or skin colouring, or unusual vaginal bleeding.
    • -
    • Signs of a lung problem such as coughing, breathing difficulties or tightness in the chest.
    • -
    • Signs of a nervous system problem (including eye problems) such as signs of a stroke -(sudden numbness or weakness of your face, arm or leg, especially on one side of your body; -sudden confusion, trouble speaking or understanding; trouble seeing in one or both eyes, trouble -walking, dizziness, loss of balance or coordination or a severe headache), fits, -tingling/numbness in any part of your body, or weakness in arms or legs, changes in eyesight -such as double vision or other eye problems.
    • -
    • Signs of a liver problem (including hepatitis B infection when you have had hepatitis B in the -past) such as yellowing of the skin or eyes, dark-brown coloured urine, pain or swelling in the -upper right side of the stomach area, joint pain, skin rashes, or fever.
    • -
    • Signs of an immune system disorder called lupus such as joint pain or a rash on cheeks or -arms that is sensitive to the sun (lupus) or cough, shortness of breath, fever or skin rash -(sarcoidosis).
    • -
    • Signs of low blood counts such as persistent fever, bleeding or bruising more easily, small red -or purple spots caused by bleeding under the skin, or looking pale.
    • -
    • Signs of serious skin problems such as reddish-target-like spots or circular patches often with -central blisters on the trunk, large areas of peeling and shedding (exfoliating) skin, ulcers of -mouth, throat, nose, genitals and eyes or small pus-filled bumps that can spread over the body. -These skin reactions can be accompanied by fever. -Tell your doctor straight away if you notice any of the above. -The following side effects have been observed with Remsima:
    • -
    -

    Very common: may affect more than 1 in 10 people

    -
      -
    • Stomach pain, feeling sick -Viral infections such as herpes or flu
    • -
    • Upper respiratory infections such as sinusitis
    • -
    • Headache
    • -
    • Side effect due to an injection
    • -
    • Pain.
    • -
    -

    Common: may affect up to 1 in 10 people

    -
      -
    • Changes in how your liver works, increase in liver enzymes (shown in blood tests)
    • -
    • Lung or chest infections such as bronchitis or pneumonia
    • -
    • Difficult or painful breathing, chest pain
    • -
    • Bleeding in the stomach or intestines, diarrhoea, indigestion, heartburn, constipation
    • -
    • Nettle-type rash (hives), itchy rash or dry skin
    • -
    • Balance problems or feeling dizzy
    • -
    • Fever, increased sweating
    • -
    • Circulation problems such as low or high blood pressure
    • -
    • Bruising, hot flush or nosebleed, warm, red skin (flushing)
    • -
    • Feeling tired or weak
    • -
    • Bacterial infections such as blood poisoning, abscess or infection of the skin (cellulitis)
    • -
    • Infection of the skin due to a fungus
    • -
    • Blood problems such as anaemia or low white blood cell count
    • -
    • Swollen lymph nodes
    • -
    • Depression, problems sleeping
    • -
    • Eye problems, including red eyes and infections
    • -
    • Fast heart beat (tachycardia) or palpitations
    • -
    • Pain in the joints, muscles or back
    • -
    • Urinary tract infection
    • -
    • Psoriasis, skin problems such as eczema and hair loss
    • -
    • Reactions at the injection site such as pain, swelling, redness or itching
    • -
    • Chills, a build-up of fluid under the skin causing swelling
    • -
    • Feeling numb or having a tingling feeling.
    • -
    -

    Uncommon: may affect up to 1 in 100 people

    -
      -
    • Shortage of blood supply, swelling of a vein
    • -
    • Collection of blood outside the blood vessels (haematoma) or bruising
    • -
    • Skin problems such as blistering, warts, abnormal skin colouration or pigmentation, or swollen -lips, or thickening of the skin, or red, scaly, and flaky skin
    • -
    • Severe allergic reactions (e.g. anaphylaxis), an immune system disorder called lupus, allergic -reactions to foreign proteins
    • -
    • Wounds taking longer to heal
    • -
    • Swelling of the liver (hepatitis) or gall bladder, liver damage
    • -
    • Feeling forgetful, irritable, confused, nervous
    • -
    • Eye problems including blurred or reduced vision, puffy eyes or sties
    • -
    • New or worsening heart failure, slow heart rate
    • -
    • Fainting
    • -
    • Convulsions, nerve problems
    • -
    • A hole in the bowel or blockage of the intestine, stomach pain or cramps
    • -
    • Swelling of your pancreas (pancreatitis)
    • -
    • Fungal infections such as yeast infection, or fungal infection of the nails
    • -
    • Lung problems (such as oedema)
    • -
    • Fluid around the lungs (pleural effusion)
    • -
    • Narrowed airway in the lungs, causing difficulty breathing
    • -
    • Inflamed lining of the lung, causing sharp chest pains that feel worse with breathing (pleurisy)
    • -
    • Tuberculosis
    • -
    • Kidney infections -Low platelet count, too many white blood cells
    • -
    • Infections of the vagina
    • -
    • Blood test result showing ‘antibodies’ against your own body
    • -
    • Changes in cholesterol and fat levels in the blood.
    • -
    -

    Rare: may affect up to 1 in 1,000 people

    -
      -
    • A type of blood cancer (lymphoma)
    • -
    • Your blood not supplying enough oxygen to your body, circulation problems such as narrowing -of a blood vessel
    • -
    • Inflammation of the lining of the brain (meningitis)
    • -
    • Infections due to a weakened immune system
    • -
    • Hepatitis B infection when you have had hepatitis B in the past
    • -
    • Inflamed liver caused by a problem with the immune system (autoimmune hepatitis)
    • -
    • Liver problem that causes yellowing of the skin or eyes (jaundice)
    • -
    • Abnormal tissue swelling or growth
    • -
    • Severe allergic reaction that may cause loss of consciousness and could be life-threatening -(anaphylactic shock)
    • -
    • Swelling of small blood vessels (vasculitis)
    • -
    • Immune disorders that could affect the lungs, skin and lymph nodes (such as sarcoidosis)
    • -
    • Collections of immune cells resulting from an inflammatory response (granulomatous lesions)
    • -
    • Lack of interest or emotion
    • -
    • Serious skin problems such as toxic epidermal necrolysis, Stevens-Johnson syndrome and acute -generalised exanthematous pustulosis
    • -
    • Other skin problems such as erythema multiforme, blisters and peeling skin, or boils -(furunculosis)
    • -
    • Serious nervous system disorders such as transverse myelitis, multiple sclerosis-like disease, -optic neuritis and Guillain-Barré syndrome
    • -
    • Inflammation in the eye that may cause changes in the vision, including blindness
    • -
    • Fluid in the lining of the heart (pericardial effusion)
    • -
    • Serious lung problems (such as interstitial lung disease)
    • -
    • Melanoma (a type of skin cancer)
    • -
    • Cervical cancer
    • -
    • Low blood counts, including a severely decreased number of white blood cells
    • -
    • Small red or purple spots caused by bleeding under the skin
    • -
    • Abnormal values of a blood protein called ‘complement factor’ which is part of the immune -system
    • -
    • Lichenoid reactions (itchy reddish-purple skin rash and/or threadlike white-grey lines on -mucous membranes).
    • -
    -

    Not known: frequency cannot be estimated from the available data

    -
      -
    • Cancer
    • -
    • A rare blood cancer affecting mostly young men (hepatosplenic T-cell lymphoma)
    • -
    • Liver failure
    • -
    • Merkel cell carcinoma (a type of skin cancer)
    • -
    • Kaposi’s sarcoma, a rare cancer related to infection with human herpes virus 8. Kaposi’s -sarcoma most commonly appears as purple lesions on the skin.
    • -
    • Worsening of a condition called dermatomyositis (seen as a skin rash accompanying muscle -weakness)
    • -
    • Heart attack
    • -
    • Stroke
    • -
    • Temporary loss of sight during or within 2 hours of infusion
    • -
    • Infection due to a live vaccine because of a weakened immune system.
    • -
    • Reporting of side effects
    • -
    -

    If you get any side effects, talk to your doctor, pharmacist, 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.

    """ - -* section[=].section[+] - * title = "5. How to store Remsima 100 mg powder for concentrate for solution for infusion" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "5. How to store Remsima 100 mg powder for concentrate for solution for infusion" - * text.status = #additional - * text.div = """
      -
    • Keep this medicine out of the sight and reach of children.
    • -
    • Do not use this medicine after the expiry date which is stated on the label and the carton after -“EXP”. The expiry date refers to the last day of that month.
    • -
    • Store in a refrigerator (2°C - 8°C). Do not freeze. Keep the medicinal product in its outer carton -to protect from light.
    • -
    • This medicine can also be stored in the original carton outside of refrigerated storage up to a -maximum of 25°C for a single period of up to 28 days, but not beyond the original expiry date. -In this situation, do not return to refrigerated storage again. Write the new expiry date on the -carton including day/month/year. Discard this medicine if not used by the new expiry date or -the expiry date printed on the carton, whichever is earlier.
    • -
    • 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.
    • -
    """ - - -* section[=].section[+] - * title = "6. Contents of the pack and other information" - * code = https://spor.ema.europa.eu/rmswi/#100000155538 - * code.text = "6. Contents of the pack and other information" - * text.status = #additional - * text.div = """

    What Remsima contains

    -
      -
    • The active substance is infliximab. Each 1 ml single dose pre-filled syringe contains 120 mg of -infliximab.
    • -
    • The other ingredients are acetic acid, sodium acetate trihydrate, sorbitol, polysorbate 80 and -water for injections.
    • -
    -

    What Remsima looks like and contents of the pack

    -

    Remsima is a clear to opalescent, colourless to pale brown solution which is supplied as a single use -pre-filled syringe.

    -

    Each pack contains 1 pre-filled syringe with 2 alcohol pads, 2 pre-filled syringes with 2 alcohol pads, -4 pre-filled syringes with 4 alcohol pads or 6 pre-filled syringes with 6 alcohol pads.

    -

    Each pack contains 1 pre-filled syringe with automatic needle guard with 2 alcohol pads, 2 pre-filled -syringes with automatic needle guard with 2 alcohol pads, 4 pre-filled syringes with automatic needle -guard with 4 alcohol pads or 6 pre-filled syringes with automatic needle guard with 6 alcohol pads.

    -

    Not all pack sizes may be marketed

    """ - diff --git a/input/fsh/examples/remsima-ema-automatic/Ingredient.fsh b/input/fsh/examples/remsima-ema-automatic/Ingredient.fsh deleted file mode 100644 index 4dd16204dc..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/Ingredient.fsh +++ /dev/null @@ -1,154 +0,0 @@ - -Instance: ingredient-for-remsima-infliximab -InstanceOf: IngredientUvEpi -Title: "Ingredient-active INFLIXIMAB" -Description: "INFLIXIMAB" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "B72HH48FLU" -* identifier.use = #official - -* role = $spor-rms#72072 "active" - -* status = #active - -* substance.code.concept.coding = $ginas#B72HH48FLU "INFLIXIMAB" - - -* substance.strength.presentationQuantity = 100.0 'mg' - -* substance.strength.basis = http://terminology.hl7.org/CodeSystem/v3-RoleClass#ACTIB "active ingredient - basis of strength" - - -// Reference to products -* for = Reference(mid-e3e5e78d4e002ed9e15b925cd546e20b) -* for[+] = Reference(mpbe76bdf784deea6950583b234f789db2) -* for[+] = Reference(ap-e3e5e78d4e002ed9e15b925cd546e20b) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) - -Instance: ingredient-for-remsima-disodiumphosphatedihydrate -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Disodium phosphate dihydrate" -Description: "Disodium phosphate dihydrate" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "94255I6E2T" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#94255I6E2T "Disodium phosphate dihydrate" - - - -// Reference to products -* for = Reference(mid-e3e5e78d4e002ed9e15b925cd546e20b) -* for[+] = Reference(mpbe76bdf784deea6950583b234f789db2) -* for[+] = Reference(ap-e3e5e78d4e002ed9e15b925cd546e20b) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) - -Instance: ingredient-for-remsima-sodiumdihydrogenphosphatemonohydrate -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Sodium dihydrogen phosphate monohydrate" -Description: "Sodium dihydrogen phosphate monohydrate" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "593YOG76RN" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#593YOG76RN "Sodium dihydrogen phosphate monohydrate" - - - -// Reference to products -* for = Reference(mid-e3e5e78d4e002ed9e15b925cd546e20b) -* for[+] = Reference(mpbe76bdf784deea6950583b234f789db2) -* for[+] = Reference(ap-e3e5e78d4e002ed9e15b925cd546e20b) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) - -Instance: ingredient-for-remsima-polysorbate80 -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient POLYSORBATE 80" -Description: "POLYSORBATE 80" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "6OZP39ZG8H" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#6OZP39ZG8H "POLYSORBATE 80" - - - -// Reference to products -* for = Reference(mid-e3e5e78d4e002ed9e15b925cd546e20b) -* for[+] = Reference(mpbe76bdf784deea6950583b234f789db2) -* for[+] = Reference(ap-e3e5e78d4e002ed9e15b925cd546e20b) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) - -Instance: ingredient-for-remsima-sucrose -InstanceOf: IngredientUvEpi -Title: "Ingredient-excipient Sucrose" -Description: "Sucrose" -Usage: #example - -* identifier.system = $ginas -* identifier.value = "C151H8M554" -* identifier.use = #official - -* role = $spor-rms#100000072082 "Excipient" - -* status = #active - -* substance.code.concept.coding = $ginas#C151H8M554 "Sucrose" - - - -// Reference to products -* for = Reference(mid-e3e5e78d4e002ed9e15b925cd546e20b) -* for[+] = Reference(mpbe76bdf784deea6950583b234f789db2) -* for[+] = Reference(ap-e3e5e78d4e002ed9e15b925cd546e20b) -// Reference to Organization: Reference to MAH - - - - - -* manufacturer.manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) diff --git a/input/fsh/examples/remsima-ema-automatic/ManufacturedItemDefinition.fsh b/input/fsh/examples/remsima-ema-automatic/ManufacturedItemDefinition.fsh deleted file mode 100644 index c928a0c5ef..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/ManufacturedItemDefinition.fsh +++ /dev/null @@ -1,24 +0,0 @@ - -Instance: mid-e3e5e78d4e002ed9e15b925cd546e20b -InstanceOf: ManufacturedItemDefinitionUvEpi -Title: "Manufactured item Remsima 100 mg powder for concentrate for solution for infusion" -Description: "Remsima 100 mg powder for concentrate for solution for infusion" -Usage: #example - -* identifier.system = "https://spor.ema.europa.eu/pmswi/#/" -* identifier.value = "EU/1/13/853/001" -* identifier.use = #official - -* status = #active -* manufacturedDoseForm = https://spor.ema.europa.eu/rmswi/#100000074029 "Powder for concentrate for solution for infusion" - -* unitOfPresentation = $spor-rms#200000002158 "Vial" - - - - - - - - -* manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) \ No newline at end of file diff --git a/input/fsh/examples/remsima-ema-automatic/Organization.fsh b/input/fsh/examples/remsima-ema-automatic/Organization.fsh deleted file mode 100644 index 5d82bdbaa4..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/Organization.fsh +++ /dev/null @@ -1,59 +0,0 @@ - - - - -Instance: org-3c850a69e5187931f2198c5e63f933fe - -InstanceOf: OrganizationUvEpi -Title: "Celltrion Healthcare Hungary Kft. as Marketing authorisation holder" -Description: "Celltrion Healthcare Hungary Kft. as Marketing authorisation holder" -Usage: #example - -* identifier.system = $spor-org -* identifier.value = "ORG-100000826" -* identifier.use = #official - -* active = true - -* type = $spor-rms#220000000034.0 "Marketing authorisation holder" -* type.text = "Marketing authorisation holder" -* name = "Celltrion Healthcare Hungary Kft." - -* contact - * address - * text = "Váci út 1-3. WestEnd Office Building B torony Budapest HU" - * use = #work - * type = #physical - * line = "Váci út 1-3. WestEnd Office Building B torony" - * city = "Budapest" - * country = "HU" - * postalCode = "1062" - - - -Instance: org-e3da03c458d6c0f3c5f1c39a2c6a1084 - -InstanceOf: OrganizationUvEpi -Title: "European Medicines Agency as Medicines Regulatory Authority" -Description: "European Medicines Agency as Medicines Regulatory Authority" -Usage: #example - -* identifier.system = $spor-org -* identifier.value = "ORG-100013412" -* identifier.use = #official - -* active = true - -* type = $spor-rms#nan "Medicines Regulatory Authority" -* type.text = "Medicines Regulatory Authority" -* name = "European Medicines Agency" - -* contact - * address - * text = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est Amsterdam NL" - * use = #work - * type = #physical - * line = "Carretera De Martorell 41 61, Poligono Industrial Nord-Est" - * city = "Amsterdam" - * country = "NL" - * postalCode = "1083 HS" \ No newline at end of file diff --git a/input/fsh/examples/remsima-ema-automatic/PackagedProductDefinition.fsh b/input/fsh/examples/remsima-ema-automatic/PackagedProductDefinition.fsh deleted file mode 100644 index 481a1a2949..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/PackagedProductDefinition.fsh +++ /dev/null @@ -1,40 +0,0 @@ - -Instance: ppd-e3e5e78d4e002ed9e15b925cd546e20b -InstanceOf: PackagedProductDefinitionUvEpi -Title: "Remsima 100 mg powder for concentrate for solution for infusion" -Description: "Remsima 100 mg powder for concentrate for solution for infusion" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "EU/1/13/853/001" -* identifier.use = #official - -* name = "Remsima 100 mg powder for concentrate for solution for infusion" - -* type = $spor-rms#100000155527 "Chemical Medicinal Prodcut" -//* type = $spor-rms#100000155527 - - -* status = http://hl7.org/fhir/publication-status#active "Active" -* statusDate = "2012-02-07T13:28:17Z" - - -* containedItemQuantity = 1 'vial' - - - - - -* packaging - * identifier.system = $spor-prod - * identifier.value = "654321" - * type = $spor-rms#100000073504 "Child-resistant closure" - * quantity = 1 - * material = $spor-rms#200000003529 "Cardboard" - - - -//reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet -* packageFor = Reference(mpbe76bdf784deea6950583b234f789db2) - // Reference to Organization: MAH -* manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) diff --git a/input/fsh/examples/remsima-ema-automatic/RegulatedAuthorization.fsh b/input/fsh/examples/remsima-ema-automatic/RegulatedAuthorization.fsh deleted file mode 100644 index d3e184968a..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/RegulatedAuthorization.fsh +++ /dev/null @@ -1,37 +0,0 @@ - -Instance: authorizatione3e5e78d4e002ed9e15b925cd546e20b -InstanceOf: RegulatedAuthorizationUvEpi -Title: "Regulated Authorization for Remsima 100 mg powder for concentrate for solution for infusion" -Description: "Regulated Authorization for Remsima 100 mg powder for concentrate for solution for infusion" -Usage: #example - -* identifier.system = $spor-prod -* identifier.value = "EU/1/13/853/001" -* identifier.use = #official - - // Reference to MedicinalProductDefinition: EU/1/97/049/001 Karvea 75 mg tablet - //* subject = Reference(karvea75mgblisterx28) -* subject = Reference(mpbe76bdf784deea6950583b234f789db2) -* type = $spor-rms#100000072062 "Marketing Authorisation" - -//* type = $spor-rms#100000072062 -//* type.text = "Marketing Authorisation" - -* region = urn:iso:std:iso:3166#eu "European Union" - - -* status = http://hl7.org/fhir/publication-status#active "Active" - - -* statusDate = "2018-06-21" -// * holder = Reference(sanofiaventisgroupe) - - - - -* holder = Reference(org-3c850a69e5187931f2198c5e63f933fe) - - - - - diff --git a/input/fsh/examples/remsima-ema-automatic/Substance.fsh b/input/fsh/examples/remsima-ema-automatic/Substance.fsh deleted file mode 100644 index 0e23ead796..0000000000 --- a/input/fsh/examples/remsima-ema-automatic/Substance.fsh +++ /dev/null @@ -1,28 +0,0 @@ - -Instance: substance-infliximab -InstanceOf: SubstanceDefinitionUvEpi -Description: "INFLIXIMAB" -Usage: #example - -* identifier.system = "https://gsrs.ncats.nih.gov/ginas/app/beta/" -* identifier.value = "B72HH48FLU" -* identifier.use = #official - -* version = "1" - -* status = https://gsrs.ncats.nih.gov/ginas/app/beta/#1 "Validated (UNII)" - -//* description = "nan" - - - // Reference to Organization: MAH - -* manufacturer = Reference(org-3c850a69e5187931f2198c5e63f933fe) - -* structure.molecularFormula = "C6458H9934N1728O2040S44" - -//* name.name = "IMMUNOGLOBULIN G (HUMAN-MOUSE MONOCLONAL CA2 HEAVY CHAIN ANTI-HUMAN TUMOR NECROSIS FACTOR), DISULFIDE WITH HUMAN-MOUSE MONOCLONAL CA2 LIGHT CHAIN, DIMER" -* name.name = "IMMUNOGLOBULIN G (HUMAN-MOUSE MONOCLONAL CA2 HEAVY CHAIN ANTI-HUMAN TUMOR NECROSIS FACTOR), DISULFIDE WITH HUMAN-MOUSE MONOCLONAL CA2 LIGHT CHAIN, DIMER" - -//* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#x "Chemical Name" -* name.type = https://gsrs.ncats.nih.gov/ginas/app/beta/#x "Chemical Name" \ No newline at end of file diff --git a/input/fsh/examples/suliqua-ema-automatic/Bundle.fsh b/input/fsh/examples/suliqua-ema-automatic/Bundle.fsh index c9d87b2da9..cf1758a99f 100644 --- a/input/fsh/examples/suliqua-ema-automatic/Bundle.fsh +++ b/input/fsh/examples/suliqua-ema-automatic/Bundle.fsh @@ -8,7 +8,7 @@ Usage: #example * identifier.system = "https://www.gravitatehealth.eu/sid/doc" * identifier.value = "EU/1/16/1157/003" * type = #document -* timestamp = "2023-04-15T19:56:26Z" +* timestamp = "2023-01-20T17:19:33Z" // Composition * entry[0].fullUrl = "Composition/compositionb4adca48035e7857c0e645892ad2c66e" diff --git a/input/fsh/examples/suliqua-ema-automatic/ClinicalUseDefinition.fsh b/input/fsh/examples/suliqua-ema-automatic/ClinicalUseDefinition.fsh index d663c5ad85..7f6b154f72 100644 --- a/input/fsh/examples/suliqua-ema-automatic/ClinicalUseDefinition.fsh +++ b/input/fsh/examples/suliqua-ema-automatic/ClinicalUseDefinition.fsh @@ -19,9 +19,9 @@ Usage: #example -Instance: indication-diabetes +Instance: indication-hypertension InstanceOf: ClinicalUseDefinition-indication-uv-epi -Description: "indication - Diabetes" +Description: "indication - Hypertension" Usage: #example * identifier.system = "https://spor.ema.europa.eu/rmswi/#/" diff --git a/input/fsh/examples/suliqua-ema-automatic/Composition.fsh b/input/fsh/examples/suliqua-ema-automatic/Composition.fsh index 8e032b2ce6..33140ae9fc 100644 --- a/input/fsh/examples/suliqua-ema-automatic/Composition.fsh +++ b/input/fsh/examples/suliqua-ema-automatic/Composition.fsh @@ -10,10 +10,6 @@ Usage: #example * status = #final - - - - * type = https://spor.ema.europa.eu/rmswi/#100000155538 * type.text = "Package Leaflet" @@ -22,9 +18,12 @@ Usage: #example * author = Reference(org-16019cea3a857659d2c5a2018c2260df) * title = "TEST PURPOSES ONLY - Suliqua" -* attester.mode = http://hl7.org/fhir/composition-attestation-mode#official -* attester.time = "2022-02-16T13:28:17Z" -* language = #en + + + + + + * section[+]. @@ -32,7 +31,7 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "B. PACKAGE LEAFLET" * text.status = #additional - + * text.div = """
    unavailable
    """ * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable @@ -43,50 +42,70 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "Package leaflet: Information for the user" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - + + * text.div = """
    +PACKAGE LEAFLET: INFORMATION FOR THE USER +Humalog Mix50 100 units/ml suspension for injection in cartridge +insulin lispro +Read all of this leaflet carefully before you start taking this medicine because it contains important information for you. +
      +
    • Keep this leaflet. You may need to read it again.
    • +
    • If you have any further questions, ask your doctor or pharmacist.
    • +
    • This medicine has been prescribed for you only. Do not pass it on to others. It may harm them, even if their signs of illness are the same as yours.
    • +
    • If you get any side effects talk to your doctor or pharmacist. This includes any possible side effects not listed in this leaflet. See section 4.
    • +
    +
    """ * section[=].section[+] * title = "What is in this leaflet" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "What is in this leaflet" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +What in this leaflet +
      +
    1. What Humalog Mix50 is and what it is used for
    2. +
    3. What you need to know before you take Humalog Mix50
    4. +
    5. How to take Humalog Mix50
    6. +
    7. Possible side effects
    8. +
    9. How to store Humalog Mix50
    10. +
    11. Contents of the pack and other information
    12. +
    +
    """ * section[=].section[+] * title = "1. What Suliqua is and what it is used for" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "1. What Suliqua is and what it is used for" * text.status = #additional - + * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - - - + * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable * section[=].section[+] * title = "2. What you need to know before you take Suliqua" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "2. What you need to know before you take Suliqua" * text.status = #additional + - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + * text.div = """
    +2. What you need to know before you use Humalog Mix50 +Do NOT use Humalog Mix50 if you +
    """ * section[=].section[+] * title = "3. How to take Suliqua" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "3. How to take Suliqua" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + * text.div = """
    +3. How to use Humalog Mix50 +The 3 ml cartridge is only for use in Lilly 3 ml pens. It is not for use in 1.5 ml pens. +

    Always use Humalog Mix50 exactly as your doctor has told you. You should check with your doctor +if you are not sure. To prevent the possible transmission of disease, each cartridge must be used by +you only, even if the needle on the delivery device is changed.

    +
    """ * section[=].section[+] @@ -94,26 +113,42 @@ Usage: #example * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "4. Possible side effects" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable + + * text.div = """
    +

    4. Possible side effects

    +

    Like all medicines, this medicine can cause side effects, although not everybody gets them.

    +
    """ * section[=].section[+] * title = "5. How to store Suliqua" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "5. How to store Suliqua" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +

    Keep this medicine out of the sight and reach of children.

    +

    + Do not use this medicine after the expiry date which is stated on the carton and on the blister after EXP. The expiry date refers to the last day of that month. +

    +

    Do not store above 30°C.

    +

    Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away of medicines you no longer use. These measures will help protect the environment. +

    +
    """ * section[=].section[+] * title = "6. Contents of the pack and other information" * code = https://spor.ema.europa.eu/rmswi/#100000155538 * code.text = "6. Contents of the pack and other information" * text.status = #additional - - * text.div = """
    unavailable
    """ - * emptyReason = http://terminology.hl7.org/CodeSystem/list-empty-reason#unavailable - + + * text.div = """
    +6. Contents of the pack and other information +What Humalog Mix50 100 units/ml suspension for injection in cartridge contains +

    The active substance is insulin lispro. Insulin lispro is made in the laboratory by a ‘recombinant +DNA technology’ process. It is a changed form of human insulin and so is different from other +human and animal insulins. Insulin lispro is closely related to human insulin which is a natural +hormone made by the pancreas. +The other ingredients are protamine sulphate, m-cresol, phenol, glycerol, dibasic sodium +phosphate 7H2O, zinc oxide and water for injection. Sodium hydroxide or hydrochloric acid +may have been used to adjust the acidity.

    +
    """ \ No newline at end of file diff --git a/parkingLot/Flucelvax CAP ENG (1).xml b/parkingLot/Flucelvax CAP ENG (1).xml deleted file mode 100644 index ecd5c05f43..0000000000 --- a/parkingLot/Flucelvax CAP ENG (1).xml +++ /dev/null @@ -1,1615 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <section id="12dccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="SUMMARY OF PRODUCT CHARACTERISTICS" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029791" /> - <code value="200000029791" /> - <display value="SUMMARY OF PRODUCT CHARACTERISTICS" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="19dccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="1. NAME OF THE MEDICINAL PRODUCT" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029792" /> - <code value="200000029792" /> - <display value="1. NAME OF THE MEDICINAL PRODUCT" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="2adccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="2. QUALITATIVE AND QUANTITATIVE COMPOSITION" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029793" /> - <code value="200000029793" /> - <display value="2. QUALITATIVE AND QUANTITATIVE COMPOSITION" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="5ddccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="3. PHARMACEUTICAL FORM" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029797" /> - <code value="200000029797" /> - <display value="3. PHARMACEUTICAL FORM" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="65dccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4. CLINICAL PARTICULARS" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029798" /> - <code value="200000029798" /> - <display value="4. CLINICAL PARTICULARS" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="80dccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.1 Therapeutic indications" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029799" /> - <code value="200000029799" /> - <display value="4.1 Therapeutic indications" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="8adccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.2 Posology and method of administration" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029800" /> - <code value="200000029800" /> - <display value="4.2 Posology and method of administration" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="91dccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Posology" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029801" /> - <code value="200000029801" /> - <display value="Posology" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="9bdccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Paediatric population" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029802" /> - <code value="200000029802" /> - <display value="Paediatric population" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="acdccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Method of administration" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029803" /> - <code value="200000029803" /> - <display value="Method of administration" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="c2dccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.3 Contraindications" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029805" /> - <code value="200000029805" /> - <display value="4.3 Contraindications" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="cbdccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.4 Special warnings and precautions for use" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029806" /> - <code value="200000029806" /> - <display value="4.4 Special warnings and precautions for use" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="ebdccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.5 Interaction with other medicinal products and other forms of interaction" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029809" /> - <code value="200000029809" /> - <display value="4.5 Interaction with other medicinal products and other forms of interaction" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="fadccaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.6 Fertility, pregnancy and lactation" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029811" /> - <code value="200000029811" /> - <display value="4.6 Fertility, pregnancy and lactation" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="20ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.7 Effects on ability to drive and use machines" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029815" /> - <code value="200000029815" /> - <display value="4.7 Effects on ability to drive and use machines" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="28ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.8 Undesirable effects" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029816" /> - <code value="200000029816" /> - <display value="4.8 Undesirable effects" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="41ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Reporting of suspected adverse reactions" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029818" /> - <code value="200000029818" /> - <display value="Reporting of suspected adverse reactions" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="4dddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4.9 Overdose" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029819" /> - <code value="200000029819" /> - <display value="4.9 Overdose" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="5bddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="5. PHARMACOLOGICAL PROPERTIES" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029821" /> - <code value="200000029821" /> - <display value="5. PHARMACOLOGICAL PROPERTIES" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="65ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="5.1 Pharmacodynamic properties" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029822" /> - <code value="200000029822" /> - <display value="5.1 Pharmacodynamic properties" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="93ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="5.2 Pharmacokinetic properties" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029827" /> - <code value="200000029827" /> - <display value="5.2 Pharmacokinetic properties" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="d2ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="5.3 Preclinical safety data" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029834" /> - <code value="200000029834" /> - <display value="5.3 Preclinical safety data" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="e6ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6. PHARMACEUTICAL PARTICULARS" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029836" /> - <code value="200000029836" /> - <display value="6. PHARMACEUTICAL PARTICULARS" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="efddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6.1 List of excipients" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029837" /> - <code value="200000029837" /> - <display value="6.1 List of excipients" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="f5ddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6.2 Incompatibilities" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029838" /> - <code value="200000029838" /> - <display value="6.2 Incompatibilities" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="ffddcaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6.3 Shelf life" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029839" /> - <code value="200000029839" /> - <display value="6.3 Shelf life" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="0edecaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6.4 Special precautions for storage" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029840" /> - <code value="200000029840" /> - <display value="6.4 Special precautions for storage" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="17decaba-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6.5 Nature and contents of container <and special equipment for use, administration or implantation>" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029841" /> - <code value="200000029841" /> - <display value="6.5 Nature and contents of container <and special equipment for use, administration or implantation>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="d984c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6.6 Special precautions for disposal <and other handling>" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029842" /> - <code value="200000029842" /> - <display value="6.6 Special precautions for disposal <and other handling>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="e984c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="7. MARKETING AUTHORISATION HOLDER" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029844" /> - <code value="200000029844" /> - <display value="7. MARKETING AUTHORISATION HOLDER" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="f184c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="8. MARKETING AUTHORISATION NUMBER(S)" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029845" /> - <code value="200000029845" /> - <display value="8. MARKETING AUTHORISATION NUMBER(S)" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="0485c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="9. DATE OF FIRST AUTHORISATION/RENEWAL OF THE AUTHORISATION" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029846" /> - <code value="200000029846" /> - <display value="9. DATE OF FIRST AUTHORISATION/RENEWAL OF THE AUTHORISATION" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="1085c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="10. DATE OF REVISION OF THE TEXT" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029847" /> - <code value="200000029847" /> - <display value="10. DATE OF REVISION OF THE TEXT" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - </Composition> - </resource> - </entry> - </Bundle> - </resource> - </entry> - <entry> - <fullUrl value="urn:uuid:2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <resource> - <Bundle> - <id value="2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <meta> - <versionId value="1" /> - <lastUpdated value="2023-04-21T12:41:23.222+00:00" /> - </meta> - <identifier> - <system value="http://ema.europa.eu/fhir" /> - <value value="2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - </identifier> - <type value="document" /> - <timestamp value="2023-04-21T12:41:23.222+00:00" /> - <entry> - <fullUrl value="urn:uuid:2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <resource> - <Composition> - <id value="2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <language value="en" /> - <status value="final" /> - <type> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155533" /> - <code value="100000155533" /> - <display value="Annex II" /> - </coding> - </type> - <date value="2023-04-21" /> - <author> - <identifier> - <value value="systemuser" /> - </identifier> - </author> - <title value="Annex II" /> - <section id="3985c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="ANNEX II" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029850" /> - <code value="200000029850" /> - <display value="ANNEX II" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="4185c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="A. <MANUFACTURER(S) OF THE BIOLOGICAL ACTIVE SUBSTANCE(S) AND> MANUFACTURER(S) RESPONSIBLE FOR BATCH RELEASE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029851" /> - <code value="200000029851" /> - <display value="A. <MANUFACTURER(S) OF THE BIOLOGICAL ACTIVE SUBSTANCE(S) AND> MANUFACTURER(S) RESPONSIBLE FOR BATCH RELEASE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="4785c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="B. CONDITIONS OR RESTRICTIONS REGARDING SUPPLY AND USE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029852" /> - <code value="200000029852" /> - <display value="B. CONDITIONS OR RESTRICTIONS REGARDING SUPPLY AND USE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="5d85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="C. OTHER CONDITIONS AND REQUIREMENTS OF THE MARKETING AUTHORISATION" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029854" /> - <code value="200000029854" /> - <display value="C. OTHER CONDITIONS AND REQUIREMENTS OF THE MARKETING AUTHORISATION" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="6585c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Periodic safety update reports (PSURs)" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029855" /> - <code value="200000029855" /> - <display value="Periodic safety update reports (PSURs)" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="7085c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="D. CONDITIONS OR RESTRICTIONS WITH REGARD TO THE SAFE AND EFFECTIVE USE OF THE MEDICINAL PRODUCT" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029856" /> - <code value="200000029856" /> - <display value="D. CONDITIONS OR RESTRICTIONS WITH REGARD TO THE SAFE AND EFFECTIVE USE OF THE MEDICINAL PRODUCT" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="7d85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Risk management plan (RMP)" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029857" /> - <code value="200000029857" /> - <display value="Risk management plan (RMP)" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - </section> - </Composition> - </resource> - </entry> - </Bundle> - </resource> - </entry> - <entry> - <fullUrl value="urn:uuid:a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <resource> - <Bundle> - <id value="a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <meta> - <versionId value="1" /> - <lastUpdated value="2023-04-21T12:41:24.458+00:00" /> - </meta> - <identifier> - <system value="http://ema.europa.eu/fhir" /> - <value value="a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - </identifier> - <type value="document" /> - <timestamp value="2023-04-21T12:41:24.458+00:00" /> - <entry> - <fullUrl value="urn:uuid:a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <resource> - <Composition> - <id value="a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <language value="en" /> - <status value="final" /> - <type> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155538" /> - <code value="100000155538" /> - <display value="Package Leaflet" /> - </coding> - </type> - <date value="2023-04-21" /> - <author> - <identifier> - <value value="systemuser" /> - </identifier> - </author> - <title value="Package Leaflet" /> - <section id="ba85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="PACKAGE LEAFLET" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029894" /> - <code value="200000029894" /> - <display value="PACKAGE LEAFLET" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="text-align: center;" align="center"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Package leaflet: Information for the user</span></strong></p> -<p class="MsoNormal" style="text-align: center; line-height: normal; mso-list: skip; tab-stops: 36.0pt; background: white;" align="center"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="SmPC-PLtext" style="text-align: center;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span></strong><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;"> - suspension for injection in pre-filled syringe</span></strong></p> -<p class="SmPC-PLtext" style="text-align: center;" align="center"><span lang="EN-GB" style="color: windowtext;">Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)</span></p> -<p class="MsoNormal" style="line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-no-proof: yes;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAdCAMAAAATgvWLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADVUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5lUhEAAABGdFJOUwACBgcICQ8QERITFB8gISInKCktODo8P0FWV1haXGBib3N1d3t8foCTlJaYm52ztLW3uczP0NLT1tfj5OXm5+/09vf8/f5E4IZ9AAAACXBIWXMAABcRAAAXEQHKJvM/AAAA8UlEQVQ4T33T11bCQBSF4QMqxIZGsGChCDZUNMZKESRx3v+RTDK/OhkGvqtz9j43s7IiffW9jOpLdaKWmVRFbpjdrkVke8DiMthKLqTN5tJOD8QLWeeFXnYh9ZjAFtf1gRQeSWwPBS6kNiXKm9boE+4X92hTlRGhabxDmzknNXXotNIz8b+XMh2O7RfHJzS/ivaLgxWaP/tfVNrsgNzQo9NuSU275jce+qQ5XdrUBVme90qt1Ns6meU04iA6I7GtBlw8rZHMOdQvnh2xO9xlF/dsLv44OfjcY3O6TC6umN023tXHJvMCjbjJtEi5xQ8AkR/GwoMJ171XSgAAAABJRU5ErkJggg==" annotationsrc="~/_entity/annotation/76a10366-26e0-ed11-a7c6-000d3aaa0403" />This medicine is subject to additional monitoring. This will allow quick identification of new safety information. You can help by reporting any side effects you may get. See the end of section 4 for how to report side effects.</span></p> -<p class="MsoNormal" style="line-height: normal; mso-hyphenate: none; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></strong></p> -<p class="MsoNormal" style="line-height: normal; mso-hyphenate: none; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Read all of this leaflet carefully before you receive this medicine because it contains important information for you.</span></strong></p> -<p class="MsoNormal" style="text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: 36.0pt; margin: 0cm -.1pt .0001pt 1.0cm;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">              </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Keep this leaflet. You may need to read it again. </span></p> -<p class="MsoNormal" style="text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: 36.0pt; margin: 0cm -.1pt .0001pt 1.0cm;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">              </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">If you have any further questions, ask your doctor, pharmacist or nurse.</span></p> -<p class="MsoNormal" style="margin-left: 1.0cm; text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">              </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">If you get any side effects, talk to your doctor, pharmacist or nurse.</span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; color: red;"> </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">This includes any possible side effects not listed in this leaflet. See section 4.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">What is in this leaflet</span></strong></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">1.<span style="mso-tab-count: 1;">    </span>What </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">is and what it is used for </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">2.<span style="mso-tab-count: 1;">    </span>What you need to know before you <span class="SmPC-PLtextChar">receive </span></span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">3.<span style="mso-tab-count: 1;">    </span>How </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span class="SmPC-PLtextChar"><span lang="EN-GB">is given</span></span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">4.<span style="mso-tab-count: 1;">    </span>Possible side effects </span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">5.<span style="mso-tab-count: 1;">    </span>How to store </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-spacerun: yes;"> </span></span></p> -<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">6.<span style="mso-tab-count: 1;">    </span>Contents of the pack and other information</span></p></div> - </text> - <section id="c285c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="1. What Flucelvax Tetra is and what it is used for" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029895" /> - <code value="200000029895" /> - <display value="1. What X is and what it is used for" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a vaccine against flu (influenza). </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span class="SmPC-PLtextChar"><span lang="EN-GB" style="color: windowtext;">is prepared in cell cultures, and, therefore, is egg-free.</span></span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">When a person is given the vaccine, the immune system (the body’s natural defence system) will produce its own protection against the influenza virus. None of the ingredients in the vaccine can cause flu.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is used to prevent flu in adults and children from 2 years of age.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">The vaccine targets four strains of influenza virus following the recommendations by the World Health Organisation for the 2022/2023 SEASON.</span></p></div> - </text> - </section> - <section id="ca85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="2. What you need to know before you receive Flucelvax Tetra" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029896" /> - <code value="200000029896" /> - <display value="2. What you need to know before you <take> <use> X" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="d285c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="You should not receive Flucelvax Tetra:" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029897" /> - <code value="200000029897" /> - <display value="Do not <take> <use> X" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt;"><span lang="EN-GB" style="color: windowtext;">If you are allergic to:</span></p> -<p class="SmPC-PLtext" style="margin-left: 36.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 42.55pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">the active ingredients or any of the other ingredients of this medicine (listed in section 6)</span></p> -<p class="SmPC-PLtext" style="margin-left: 36.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 42.55pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">beta-propiolactone, cetyltrimethylammonium bromide, or polysorbate 80, which are trace residues from the manufacturing process.</span></p></div> - </text> - </section> - <section id="db85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Warnings and precautions" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029898" /> - <code value="200000029898" /> - <display value="Warnings and precautions" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Talk to your doctor, pharmacist or nurse before <span class="SmPC-PLtextChar">receiving</span> </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span class="SmPC-PLtextChar"><span lang="EN-GB">.</span></span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span><u><span style="color: windowtext; mso-ansi-language: EN-US;">BEFORE receiving the vaccine</span></u></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">Your <span style="mso-bidi-font-weight: bold;">doctor or nurse</span> will make sure that appropriate medical treatment and supervision is readily available in case of a rare anaphylactic reaction (a very severe allergic reaction with symptoms such as difficulty in breathing, dizziness, a weak and rapid pulse and skin rash) following the administration. This reaction may occur with </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span class="SmPC-PLtextChar"><span style="color: windowtext;"> </span></span><span style="color: windowtext; mso-ansi-language: EN-US;">as with all vaccines that are injected.</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">You should tell your doctor if you have an acute illness associated with fever. Your doctor may decide to delay your vaccination until your fever is gone.</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;">You</span><span style="color: windowtext; mso-ansi-language: EN-US;"> should tell your doctor if your immune system is impaired, or if you are undergoing treatment which affects the immune system, e.g. with medicine against cancer (chemotherapy) or corticosteroid medicines (see section “Other medicines and Flucelvax Tetra”).</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">You should tell your doctor if you have a bleeding problem or bruise easily.</span></p> -<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">        </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">Fainting can occur following, or even before, any needle injection, therefore tell the doctor or nurse if you fainted with a previous injection.</span></p> -<p class="SmPC-PLtext" style="tab-stops: 36.0pt;"><span style="color: windowtext; mso-ansi-language: EN-US;"> </span><span style="color: windowtext; mso-ansi-language: EN-US;">As with all vaccines, Flucelvax Tetra may not fully protect all persons who are vaccinated.</span></p></div> - </text> - </section> - <section id="ea85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Children <and adolescents>" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029899" /> - <code value="200000029899" /> - <display value="Children <and adolescents>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="f385c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Other medicines and Flucelvax Tetra" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029900" /> - <code value="200000029900" /> - <display value="Other medicines and X" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Tell your doctor or <span class="SmPC-PLtextChar">nurse</span> if you are using, have recently <span style="mso-no-proof: yes;">used or might use any other medicines, <span class="SmPC-PLtextChar">including medicines obtained without a prescription or if you have recently received any other vaccine.</span></span></span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">may be given at the same time as other vaccines.</span></p></div> - </text> - </section> - <section id="fc85c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="X with <food> <and> <,> <drink> <and> <alcohol>" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029901" /> - <code value="200000029901" /> - <display value="X with <food> <and> <,> <drink> <and> <alcohol>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="0686c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Pregnancy and breast-feeding" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029902" /> - <code value="200000029902" /> - <display value="Pregnancy <and> <,> breast-feeding <and fertility>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Pregnancy:</span></u></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor if you are pregnant, think you may be pregnant or are planning to have a baby. Influenza vaccines may be given in any trimester of pregnancy. </span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Breast-feeding:</span></u></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Use of </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">during breast-feeding has not been studied. Flucelvax Tetra may be given during breast-feeding.</span></p></div> - </text> - </section> - <section id="1086c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Driving and using machines" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029903" /> - <code value="200000029903" /> - <display value="Driving and using machines" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">has no or negligible effect on your ability to drive and use machines.</span></p></div> - </text> - </section> - <section id="1a86c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="X contains {name the excipient(s)}" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029904" /> - <code value="200000029904" /> - <display value="X contains {name the excipient(s)}" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="4486c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="3. How Flucelvax Tetra is given" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029905" /> - <code value="200000029905" /> - <display value="3. How to <take> <use> X" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is given to you by your doctor or nurse as an injection into the muscle at the top of the upper arm (deltoid muscle).</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span><u><span lang="EN-GB" style="color: windowtext;">Adults and children from 2 years of age:</span></u></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">One dose of 0.5 ml</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">If your child is younger than 9 years of age and has not been previously vaccinated against flu, a second dose should be given after at least 4 weeks.</span></p></div> - </text> - <section id="5686c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Use in children <and adolescents>" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029906" /> - <code value="200000029906" /> - <display value="Use in children <and adolescents>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - <section id="8286c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4. Possible side effects" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029910" /> - <code value="200000029910" /> - <display value="4. Possible side effects" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Like all medicines, this medicine can cause side effects, although not everybody gets them.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">The following side effects have been reported during clinical trials and during general use:</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Very serious side effects</span></strong></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor immediately or go to the casualty department at your nearest hospital if you experience the following side effect – you may need urgent medical attention or hospitalisation:</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Difficulty in breathing, dizziness, a weak and rapid pulse and skin rash which are symptoms of an anaphylactic reaction (a very severe allergic reaction)</span></p> -<p class="SmPC-PLtext" style="tab-stops: 36.0pt;"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Serious side effects</span></strong></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor immediately if you experience any of the following side effects – you may need medical attention:</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">You feel weak, you have difficulty moving around or you experience numbness or tingling in your limbs. These can be symptoms of <span style="mso-spacerun: yes;"> </span>Guillain-Barré syndrome (GBS), an autoimmune disease caused by your body’s own immune system.</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Extensive swelling of injected limb</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Mild side effects</span></strong></p> -<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Very common</span></u><span lang="EN-GB" style="color: windowtext;"> (may affect more than 1 in 10 people):</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Injection site pain, bruising, reddening and hardening or swelling at the site of the injection</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Headache</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Muscle pain <span style="mso-spacerun: yes;"> </span></span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Tiredness </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Loss of appetite</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Irritability (only reported in children from 2 to < 6 years)</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Sleepiness (only reported in children 2 to < 6 years)</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Hardening or swelling at the site of the injection, headache, muscle pain, and tiredness were common in the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Bruising at the site of the injection was common in adults, eldery and children 9 to < 18 years.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Headache was common in the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Loss of appetite was common in adults, eldery and children 9 to < 18 years.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="page-break-after: avoid;"><u><span lang="EN-GB" style="color: windowtext;">Common</span></u><span lang="EN-GB" style="color: windowtext;"> (may affect up to 1 in 10 people):</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Nausea, vomiting, diarrhoea </span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Joint pain</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Shivering</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Change in eating habits (only reported in children from 2 to < 6 years)</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Fever (<u>></u> 38°C)</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Vomiting was uncommon in the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Fever was uncommon in adults and the elderly.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Not known</span></u><span lang="EN-GB" style="color: windowtext;"> (frequency cannot be estimated from the available data):</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Numbness and tingling sensation (paraesthesia)</span></p> -<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">      </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Generalised skin reactions including itching, bumps on the skin (pruritis, urticaria) or non-specific rash </span></p></div> - </text> - <section id="9d86c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Reporting of side effects" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029912" /> - <code value="200000029912" /> - <display value="Reporting of side effects" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="BodytextAgency" style="margin-bottom: 0cm; line-height: normal;"><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-no-proof: yes;">If you get any side effects, talk to your doctor, pharmacist or nurse.</span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif;"> This includes any possible <span style="mso-no-proof: yes;">side effects not listed in this leaflet.</span></span><span lang="EN-GB" style="font-size: 11.0pt;"> </span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif;">You can also report side effects directly via </span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-bidi-font-family: Verdana; background: lightgrey; mso-highlight: lightgrey;">the national reporting system listed in </span><span lang="EN-GB"><a href="http://www.ema.europa.eu/docs/en_GB/document_library/Template_or_form/2013/03/WC500139752.doc"><span style="font-size: 11.0pt; font-family: 'Times New Roman',serif; background: lightgrey; mso-highlight: lightgrey;">Appendix V</span></a></span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif;">.</span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-bidi-font-family: Verdana;">* By reporting side effects, you can help provide more information on the safety of this medicine.</span></p></div> - </text> - </section> - </section> - <section id="a886c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="5. How to store Flucelvax Tetra" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029913" /> - <code value="200000029913" /> - <display value="5. How to store X" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Keep this <span class="SmPC-PLtextChar">vaccine</span> out of the sight and reach of children.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Store in a refrigerator (2 °C to 8 °C). Do not freeze.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Keep the pre-filled syringe in the outer carton in order to protect from light.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Do not use this <span class="SmPC-PLtextChar">vaccine</span> after the expiry date which is stated on the label and carton after <span class="SmPC-PLtextChar">EXP</span>. The expiry date refers to the last day of that month.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">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.</span></p></div> - </text> - </section> - <section id="b486c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6. Contents of the pack and other information" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029914" /> - <code value="200000029914" /> - <display value="6. Contents of the pack and other information" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="c086c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="What Flucelvax Tetra contains" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029915" /> - <code value="200000029915" /> - <display value="What X contains" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; page-break-after: avoid; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">The active substances are</span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;"> </span><span class="SmPC-PLtextChar"><span lang="EN-GB">influenza virus surface antigens (haemagglutinin and neuraminidase), inactivated, of the following strains*:</span></span></p> -<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US;"> </span></p> -<p class="MsoNormal" style="margin-bottom: 6.0pt; line-height: normal; tab-stops: 10.0cm;"><span lang="EN-GB" style="mso-fareast-language: DE;">A/Wisconsin/588/2019 (H1N1)pdm09-like strain (A/Delaware/55/2019 CVR-45) </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-fareast-language: DE;">15 micrograms HA**</span></p> -<p class="MsoNormal" style="margin-bottom: 6.0pt; line-height: normal; tab-stops: 10.0cm;"><span lang="EN-GB" style="mso-fareast-language: DE;">A/Darwin/6/2021 (H3N2)-like strain (A/Darwin/11/2021, wild type) </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-fareast-language: DE;">15 micrograms HA**</span></p> -<p class="MsoNormal" style="margin-bottom: 6.0pt; line-height: normal; tab-stops: 10.0cm;"><span lang="EN-GB">B/Austria/1359417/2021-like strain (B/Singapore/WUH4618/2021, wild type) </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-fareast-language: DE;">15 micrograms HA**</span></p> -<p class="SmPC-PLtext" style="tab-stops: 1.0cm 326.05pt;"><span lang="EN-GB" style="mso-bidi-font-size: 10.0pt; color: windowtext; mso-no-proof: no;">B/Phuket/3073/2013-like strain (B/Singapore/INFTT-16-0610/2016, wild type) 15 micrograms HA**</span></p> -<p class="SmPC-PLtext" style="tab-stops: 1.0cm 326.05pt;"><span lang="EN-GB" style="color: windowtext;"> </span></p> -<p class="SmPC-PLtext" style="tab-stops: 1.0cm 326.05pt;"><span lang="EN-GB" style="color: windowtext;">per 0.5 ml dose</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">……………………………………….</span></p> -<p class="SmPC-PLtext" style="margin-left: 1.0cm; text-indent: -1.0cm;"><span style="color: windowtext; mso-ansi-language: EN-US;">*<span style="mso-tab-count: 1;">        </span>propagated in Madin Darby Canine Kidney (MDCK) cells (this is the special cell culture in which the influenza virus is grown); </span></p> -<p class="SmPC-PLtext" style="margin-left: 1.0cm; text-indent: -1.0cm;"><span style="color: windowtext; mso-ansi-language: EN-US;">**<span style="mso-tab-count: 1;">      </span>haemagglutinin</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;">This vaccine complies with the World Health Organisation (WHO) recommendation (northern hemisphere) and EU recommendation for the 2022/2023 SEASON.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;">The other ingredients are: </span><span class="SmPC-PLtextChar"><span lang="EN-GB">sodium chloride, potassium chloride, magnesium chloride hexahydrate, disodium phosphate dihydrate, potassium dihydrogen phosphate and water for injections.</span></span></p></div> - </text> - </section> - <section id="c586c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="What Flucelvax Tetra looks like and contents of the pack" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029916" /> - <code value="200000029916" /> - <display value="What X looks like and contents of the pack" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a suspension for injection in a pre-filled syringe (ready to use syringe). <br /></span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a clear to slightly opalescent suspension.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">A single syringe contains 0.5 ml of suspension for injection.</span></p> -<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is available in packs containing 1 pre-filled syringe with or without needle or 10 pre-filled syringes with or without needles.</span></p> -<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Not all pack sizes may be marketed.</span></p></div> - </text> - </section> - <section id="cb86c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Marketing Authorisation Holder and Manufacturer" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029917" /> - <code value="200000029917" /> - <display value="Marketing Authorisation Holder and Manufacturer" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Marketing Authorisation Holder </span></strong></p> -<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US;">Seqirus Netherlands B.V.</span></p> -<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Paasheuvelweg 28</span></p> -<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">1105BJ Amsterdam</span></p> -<p class="SmPC-PLtext"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Netherlands</span></p> -<p class="SmPC-PLtext"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;"> </span></p> -<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Manufacturer</span></strong></p> -<p class="MsoNormal" style="line-height: normal; page-break-after: avoid;"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL;">Seqirus Netherlands B.V.</span></p> -<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Paasheuvelweg 28</span></p> -<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span style="color: windowtext; mso-ansi-language: EN-US;">1105BJ Amsterdam</span></p> -<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US; mso-no-proof: no;">Netherlands</span></p> -<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US;"> </span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">For any information about this medicine, please contact the local representative of the Marketing Authorization Holder:</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<table class="MsoTableGrid" style="border-collapse: collapse; border: none; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; mso-border-insideh: none; mso-border-insidev: none;" border="0" cellspacing="0" cellpadding="0"> -<tbody> -<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;"> -<td style="width: 230.25pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="307"> -<p class="MsoNormal"><strong><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">België/Belgique/Belgien</span></strong></p> -<p class="MsoNormal"><span lang="NL" style="mso-ansi-language: NL;">Seqirus Netherlands B.V.</span><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL;">Nederland/Netherlands</span></p> -<p class="MsoNormal"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">България</span></strong></p> -<p class="MsoNormal"><span lang="NL" style="mso-ansi-language: NL;">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Нидерландия</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Тел</span><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">.: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">Česká republika</span></strong></p> -<p class="MsoNormal"><span lang="NL" style="mso-ansi-language: NL;">Seqirus Netherlands B.V. </span><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL;">Nizozemsko</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Danmark</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Holland</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tlf: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Deutschland</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus GmbH Marburg</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Tel: 08003601010</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Eesti</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Holland</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Ελλάδα</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="EN-GB">Ολλανδία</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Τηλ</span><span lang="ES-TRAD" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: ES-TRAD; mso-no-proof: yes;">: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="ES-TRAD" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: ES-TRAD; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="ES-TRAD" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: ES-TRAD; mso-no-proof: yes;">España</span></strong></p> -<p class="MsoNormal"><span lang="ES-TRAD" style="mso-ansi-language: ES-TRAD;">Seqirus Spain, S.L., Barcelona</span></p> -<p class="MsoNormal"><span lang="EN-GB">Tel: 937 817 884</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">France</span></strong></p> -<p class="MsoNormal" style="line-height: normal; page-break-after: avoid;"><span lang="EN-GB">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Netherlands</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tél: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Hrvatska</span></strong></p> -<p class="MsoNormal"><span lang="EN-GB">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Nizozemska</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Ireland</span></strong></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Seqirus UK Limited Maidenhead</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +44 1628 641 500</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Ísland</span></strong></p> -<p class="MsoNormal"><span lang="EN-GB">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Holland</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Sími: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Italia</span></strong></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Seqirus S.r.l. Siena</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Tel: +39 0577 096400</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Κύπρος</span></strong></p> -<p class="MsoNormal"><span lang="IT" style="mso-ansi-language: IT;">Seqirus Netherlands B.V. </span><span lang="EN-GB">Ολλανδία</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Τηλ: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Latvija</span></strong></p> -<p class="MsoNormal"><span lang="IT" style="mso-ansi-language: IT;">Seqirus Netherlands B.V. </span><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT;">Nīderlande</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -</td> -<td style="width: 230.3pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="307"> -<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Lietuva</span></strong></p> -<p class="MsoNormal"><span lang="IT" style="mso-ansi-language: IT;">Seqirus Netherlands B.V. </span><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT;">Nyderlandai</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Luxembourg/Luxemburg</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Netherlands</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tél/Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Magyarország</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Hollandia</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel.: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Malta</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">In-Netherlands</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Nederland</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. Amsterdam</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Norge</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Nederland</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tlf: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Österreich</span></strong></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Valneva Austria GmbH, Wien</span></p> -<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Tel: +43 1 20620 </span></p> -<p class="MsoNormal"><span lang="DE" style="color: #1f497d; mso-ansi-language: DE;"> </span></p> -<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Polska</span></strong></p> -<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Holandia</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel.: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Portugal</span></strong></p> -<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Países Baixos</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">România</span></strong></p> -<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Olanda</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Slovenija</span></strong></p> -<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Nizozemska</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Slovenská republika</span></strong></p> -<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="SK" style="mso-ansi-language: SK;">Holandsko</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Suomi/Finland</span></strong></p> -<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Alankomaat</span></p> -<p class="MsoNormal"><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV; mso-no-proof: yes;">Puh/Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><strong><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV; mso-no-proof: yes;">Sverige</span></strong></p> -<p class="MsoNormal"><span lang="SV" style="mso-ansi-language: SV;">Seqirus Netherlands B.V. </span><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV;">Nederländerna</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -</td> -</tr> -</tbody> -</table></div> - </text> - </section> - <section id="d486c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="This leaflet was last revised on 07/2022" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029919" /> - <code value="200000029919" /> - <display value="This leaflet was last revised in <{MM/YYYY}><{month YYYY}>." /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="de86c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="Other sources of information" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029920" /> - <code value="200000029920" /> - <display value="Other sources of information" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Detailed information on this medicine is available on the European Medicines Agency web site: </span><span lang="EN-GB"><span style="mso-field-code: ' HYPERLINK ';"><span class="MsoHyperlink"><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">http://www.ema.europa.eu</span></span></span></span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">. </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">---------------------------------------------------------------------------------------------------------------------------</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">The following information is intended for healthcare professionals only:</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Appropriate medical treatment and supervision should always be readily available in case of a rare anaphylactic event following the administration of the vaccine.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Shake before use. After shaking, the normal appearance of the vaccine is a clear to slightly opalescent suspension.</span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p> -<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">The vaccine should be visually inspected for particulate matter and discoloration prior to administration. In the event of any foreign particulate matter and/or variation of physical aspect being observed, do not administer the vaccine.</span></p></div> - </text> - </section> - </section> - </section> - </Composition> - </resource> - </entry> - </Bundle> - </resource> - </entry> - <entry> - <fullUrl value="urn:uuid:ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <resource> - <Bundle> - <id value="ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <meta> - <versionId value="1" /> - <lastUpdated value="2023-04-21T12:41:28.269+00:00" /> - </meta> - <identifier> - <system value="http://ema.europa.eu/fhir" /> - <value value="ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - </identifier> - <type value="document" /> - <timestamp value="2023-04-21T12:41:28.269+00:00" /> - <entry> - <fullUrl value="urn:uuid:ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <resource> - <Composition> - <id value="ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" /> - <language value="en" /> - <status value="final" /> - <type> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155535" /> - <code value="100000155535" /> - <display value="Labelling" /> - </coding> - </type> - <date value="2023-04-21" /> - <author> - <identifier> - <value value="systemuser" /> - </identifier> - </author> - <title value="Labelling" /> - <section id="0087c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="LABELLING" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029861" /> - <code value="200000029861" /> - <display value="LABELLING" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="0887c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="PARTICULARS TO APPEAR ON <THE OUTER PACKAGING> <AND> <THE IMMEDIATE PACKAGING> {NATURE/TYPE}" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029862" /> - <code value="200000029862" /> - <display value="PARTICULARS TO APPEAR ON <THE OUTER PACKAGING> <AND> <THE IMMEDIATE PACKAGING> {NATURE/TYPE}" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - <section id="1287c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="1. NAME OF THE MEDICINAL PRODUCT" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029863" /> - <code value="200000029863" /> - <display value="1. NAME OF THE MEDICINAL PRODUCT" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="1987c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="2. STATEMENT OF ACTIVE SUBSTANCE(S)" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029864" /> - <code value="200000029864" /> - <display value="2. STATEMENT OF ACTIVE SUBSTANCE(S)" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="3087c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="3. LIST OF EXCIPIENTS" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029865" /> - <code value="200000029865" /> - <display value="3. LIST OF EXCIPIENTS" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="3c87c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="4. PHARMACEUTICAL FORM AND CONTENTS" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029866" /> - <code value="200000029866" /> - <display value="4. PHARMACEUTICAL FORM AND CONTENTS" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="4787c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="5. METHOD AND ROUTE(S) OF ADMINISTRATION" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029867" /> - <code value="200000029867" /> - <display value="5. METHOD AND ROUTE(S) OF ADMINISTRATION" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="4e87c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="6. SPECIAL WARNING THAT THE MEDICINAL PRODUCT MUST BE STORED OUT OF THE SIGHT AND REACH OF CHILDREN" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029868" /> - <code value="200000029868" /> - <display value="6. SPECIAL WARNING THAT THE MEDICINAL PRODUCT MUST BE STORED OUT OF THE SIGHT AND REACH OF CHILDREN" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="5987c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="7. OTHER SPECIAL WARNING(S), IF NECESSARY" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029869" /> - <code value="200000029869" /> - <display value="7. OTHER SPECIAL WARNING(S), IF NECESSARY" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="6787c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="8. EXPIRY DATE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029870" /> - <code value="200000029870" /> - <display value="8. EXPIRY DATE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="6f87c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="9. SPECIAL STORAGE CONDITIONS" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029871" /> - <code value="200000029871" /> - <display value="9. SPECIAL STORAGE CONDITIONS" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="7887c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="10. SPECIAL PRECAUTIONS FOR DISPOSAL OF UNUSED MEDICINAL PRODUCTS OR WASTE MATERIALS DERIVED FROM SUCH MEDICINAL PRODUCTS, IF APPROPRIATE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029872" /> - <code value="200000029872" /> - <display value="10. SPECIAL PRECAUTIONS FOR DISPOSAL OF UNUSED MEDICINAL PRODUCTS OR WASTE MATERIALS DERIVED FROM SUCH MEDICINAL PRODUCTS, IF APPROPRIATE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="8487c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="11. NAME AND ADDRESS OF THE MARKETING AUTHORISATION HOLDER" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029873" /> - <code value="200000029873" /> - <display value="11. NAME AND ADDRESS OF THE MARKETING AUTHORISATION HOLDER" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="8887c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="12. MARKETING AUTHORISATION NUMBER(S)" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029874" /> - <code value="200000029874" /> - <display value="12. MARKETING AUTHORISATION NUMBER(S)" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="9a87c5c0-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="13. BATCH NUMBER<, DONATION AND PRODUCT CODES>" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029875" /> - <code value="200000029875" /> - <display value="13. BATCH NUMBER<, DONATION AND PRODUCT CODES>" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="a22dc0c6-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="14. GENERAL CLASSIFICATION FOR SUPPLY" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029876" /> - <code value="200000029876" /> - <display value="14. GENERAL CLASSIFICATION FOR SUPPLY" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="ac2dc0c6-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="15. INSTRUCTIONS ON USE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029877" /> - <code value="200000029877" /> - <display value="15. INSTRUCTIONS ON USE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="ba2dc0c6-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="16. INFORMATION IN BRAILLE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029878" /> - <code value="200000029878" /> - <display value="16. INFORMATION IN BRAILLE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="c12dc0c6-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="17. UNIQUE IDENTIFIER - 2D BARCODE" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029879" /> - <code value="200000029879" /> - <display value="17. UNIQUE IDENTIFIER - 2D BARCODE" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - <section id="d42dc0c6-25e0-ed11-a7c7-000d3aaa0c5f"> - <title value="18. UNIQUE IDENTIFIER - HUMAN READABLE DATA" /> - <code> - <coding> - <system value="https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029880" /> - <code value="200000029880" /> - <display value="18. UNIQUE IDENTIFIER - HUMAN READABLE DATA" /> - </coding> - </code> - <text> - <status value="generated" /> - <div xmlns="http://www.w3.org/1999/xhtml" /> - </text> - </section> - </section> - </section> - </Composition> - </resource> - </entry> - </Bundle> - </resource> - </entry> -</Bundle> \ No newline at end of file diff --git a/parkingLot/flucelvax -eng.json b/parkingLot/flucelvax -eng.json deleted file mode 100644 index f2f341322b..0000000000 --- a/parkingLot/flucelvax -eng.json +++ /dev/null @@ -1,1432 +0,0 @@ -{ - "resourceType" : "Bundle", - "id" : "36c8b3af-25e0-ed11-a81b-6045bd9603ee", - "meta" : { - "versionId" : "1", - "lastUpdated" : "2023-04-21T12:41:28.269+00:00" - }, - "identifier" : { - "system" : "http://ema.europa.eu/fhir", - "value" : "36c8b3af-25e0-ed11-a81b-6045bd9603ee" - }, - "type" : "collection", - "timestamp" : "2023-04-21T12:41:28.269+00:00", - "entry" : [{ - "fullUrl" : "urn:uuid:36c8b3af-25e0-ed11-a81b-6045bd9603ee", - "resource" : { - "resourceType" : "List", - "status" : "current", - "mode" : "working", - "entry" : [{ - "item" : { - "reference" : "urn:uuid:d429d4b4-25e0-ed11-a7c7-000d3aaa0c5f" - } - }, - { - "item" : { - "reference" : "urn:uuid:2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" - } - }, - { - "item" : { - "reference" : "urn:uuid:a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" - } - }, - { - "item" : { - "reference" : "urn:uuid:ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" - } - }] - } - }, - { - "fullUrl" : "urn:uuid:d429d4b4-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Bundle", - "id" : "d429d4b4-25e0-ed11-a7c7-000d3aaa0c5f", - "meta" : { - "versionId" : "1", - "lastUpdated" : "2023-04-21T12:41:17.789+00:00" - }, - "identifier" : { - "system" : "http://ema.europa.eu/fhir", - "value" : "d429d4b4-25e0-ed11-a7c7-000d3aaa0c5f" - }, - "type" : "document", - "timestamp" : "2023-04-21T12:41:17.789+00:00", - "entry" : [{ - "fullUrl" : "urn:uuid:d429d4b4-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Composition", - "id" : "d429d4b4-25e0-ed11-a7c7-000d3aaa0c5f", - "language" : "en", - "status" : "final", - "type" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155532", - "code" : "100000155532", - "display" : "Summary of Product Characteristics" - }] - }, - "date" : "2023-04-21", - "author" : [{ - "identifier" : { - "value" : "systemuser" - } - }], - "title" : "Summary of Product Characteristics", - "section" : [{ - "id" : "12dccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "SUMMARY OF PRODUCT CHARACTERISTICS", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029791", - "code" : "200000029791", - "display" : "SUMMARY OF PRODUCT CHARACTERISTICS" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "19dccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "1. NAME OF THE MEDICINAL PRODUCT", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029792", - "code" : "200000029792", - "display" : "1. NAME OF THE MEDICINAL PRODUCT" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "2adccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "2. QUALITATIVE AND QUANTITATIVE COMPOSITION", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029793", - "code" : "200000029793", - "display" : "2. QUALITATIVE AND QUANTITATIVE COMPOSITION" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "5ddccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "3. PHARMACEUTICAL FORM", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029797", - "code" : "200000029797", - "display" : "3. PHARMACEUTICAL FORM" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "65dccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4. CLINICAL PARTICULARS", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029798", - "code" : "200000029798", - "display" : "4. CLINICAL PARTICULARS" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "80dccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.1 Therapeutic indications", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029799", - "code" : "200000029799", - "display" : "4.1 Therapeutic indications" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "8adccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.2 Posology and method of administration", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029800", - "code" : "200000029800", - "display" : "4.2 Posology and method of administration" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "91dccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Posology", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029801", - "code" : "200000029801", - "display" : "Posology" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "9bdccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Paediatric population", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029802", - "code" : "200000029802", - "display" : "Paediatric population" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "acdccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Method of administration", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029803", - "code" : "200000029803", - "display" : "Method of administration" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "c2dccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.3 Contraindications", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029805", - "code" : "200000029805", - "display" : "4.3 Contraindications" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "cbdccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.4 Special warnings and precautions for use", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029806", - "code" : "200000029806", - "display" : "4.4 Special warnings and precautions for use" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "ebdccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.5 Interaction with other medicinal products and other forms of interaction", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029809", - "code" : "200000029809", - "display" : "4.5 Interaction with other medicinal products and other forms of interaction" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "fadccaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.6 Fertility, pregnancy and lactation", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029811", - "code" : "200000029811", - "display" : "4.6 Fertility, pregnancy and lactation" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "20ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.7 Effects on ability to drive and use machines", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029815", - "code" : "200000029815", - "display" : "4.7 Effects on ability to drive and use machines" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "28ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.8 Undesirable effects", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029816", - "code" : "200000029816", - "display" : "4.8 Undesirable effects" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "41ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Reporting of suspected adverse reactions", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029818", - "code" : "200000029818", - "display" : "Reporting of suspected adverse reactions" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "4dddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4.9 Overdose", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029819", - "code" : "200000029819", - "display" : "4.9 Overdose" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "5bddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "5. PHARMACOLOGICAL PROPERTIES", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029821", - "code" : "200000029821", - "display" : "5. PHARMACOLOGICAL PROPERTIES" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "65ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "5.1 Pharmacodynamic properties", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029822", - "code" : "200000029822", - "display" : "5.1 Pharmacodynamic properties" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "93ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "5.2 Pharmacokinetic properties", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029827", - "code" : "200000029827", - "display" : "5.2 Pharmacokinetic properties" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "d2ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "5.3 Preclinical safety data", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029834", - "code" : "200000029834", - "display" : "5.3 Preclinical safety data" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "e6ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6. PHARMACEUTICAL PARTICULARS", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029836", - "code" : "200000029836", - "display" : "6. PHARMACEUTICAL PARTICULARS" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "efddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6.1 List of excipients", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029837", - "code" : "200000029837", - "display" : "6.1 List of excipients" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "f5ddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6.2 Incompatibilities", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029838", - "code" : "200000029838", - "display" : "6.2 Incompatibilities" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "ffddcaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6.3 Shelf life", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029839", - "code" : "200000029839", - "display" : "6.3 Shelf life" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "0edecaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6.4 Special precautions for storage", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029840", - "code" : "200000029840", - "display" : "6.4 Special precautions for storage" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "17decaba-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6.5 Nature and contents of container <and special equipment for use, administration or implantation>", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029841", - "code" : "200000029841", - "display" : "6.5 Nature and contents of container <and special equipment for use, administration or implantation>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "d984c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6.6 Special precautions for disposal <and other handling>", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029842", - "code" : "200000029842", - "display" : "6.6 Special precautions for disposal <and other handling>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "e984c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "7. MARKETING AUTHORISATION HOLDER", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029844", - "code" : "200000029844", - "display" : "7. MARKETING AUTHORISATION HOLDER" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "f184c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "8. MARKETING AUTHORISATION NUMBER(S)", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029845", - "code" : "200000029845", - "display" : "8. MARKETING AUTHORISATION NUMBER(S)" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "0485c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "9. DATE OF FIRST AUTHORISATION/RENEWAL OF THE AUTHORISATION", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029846", - "code" : "200000029846", - "display" : "9. DATE OF FIRST AUTHORISATION/RENEWAL OF THE AUTHORISATION" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "1085c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "10. DATE OF REVISION OF THE TEXT", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029847", - "code" : "200000029847", - "display" : "10. DATE OF REVISION OF THE TEXT" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }] - } - }] - } - }, - { - "fullUrl" : "urn:uuid:2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Bundle", - "id" : "2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "meta" : { - "versionId" : "1", - "lastUpdated" : "2023-04-21T12:41:23.222+00:00" - }, - "identifier" : { - "system" : "http://ema.europa.eu/fhir", - "value" : "2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f" - }, - "type" : "document", - "timestamp" : "2023-04-21T12:41:23.222+00:00", - "entry" : [{ - "fullUrl" : "urn:uuid:2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Composition", - "id" : "2f85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "language" : "en", - "status" : "final", - "type" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155533", - "code" : "100000155533", - "display" : "Annex II" - }] - }, - "date" : "2023-04-21", - "author" : [{ - "identifier" : { - "value" : "systemuser" - } - }], - "title" : "Annex II", - "section" : [{ - "id" : "3985c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "ANNEX II", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029850", - "code" : "200000029850", - "display" : "ANNEX II" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "4185c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "A. <MANUFACTURER(S) OF THE BIOLOGICAL ACTIVE SUBSTANCE(S) AND> MANUFACTURER(S) RESPONSIBLE FOR BATCH RELEASE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029851", - "code" : "200000029851", - "display" : "A. <MANUFACTURER(S) OF THE BIOLOGICAL ACTIVE SUBSTANCE(S) AND> MANUFACTURER(S) RESPONSIBLE FOR BATCH RELEASE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "4785c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "B. CONDITIONS OR RESTRICTIONS REGARDING SUPPLY AND USE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029852", - "code" : "200000029852", - "display" : "B. CONDITIONS OR RESTRICTIONS REGARDING SUPPLY AND USE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "5d85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "C. OTHER CONDITIONS AND REQUIREMENTS OF THE MARKETING AUTHORISATION", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029854", - "code" : "200000029854", - "display" : "C. OTHER CONDITIONS AND REQUIREMENTS OF THE MARKETING AUTHORISATION" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "6585c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Periodic safety update reports (PSURs)", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029855", - "code" : "200000029855", - "display" : "Periodic safety update reports (PSURs)" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "7085c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "D. CONDITIONS OR RESTRICTIONS WITH REGARD TO THE SAFE AND EFFECTIVE USE OF THE MEDICINAL PRODUCT", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029856", - "code" : "200000029856", - "display" : "D. CONDITIONS OR RESTRICTIONS WITH REGARD TO THE SAFE AND EFFECTIVE USE OF THE MEDICINAL PRODUCT" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "7d85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Risk management plan (RMP)", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029857", - "code" : "200000029857", - "display" : "Risk management plan (RMP)" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }] - }] - } - }] - } - }, - { - "fullUrl" : "urn:uuid:a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Bundle", - "id" : "a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "meta" : { - "versionId" : "1", - "lastUpdated" : "2023-04-21T12:41:24.458+00:00" - }, - "identifier" : { - "system" : "http://ema.europa.eu/fhir", - "value" : "a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f" - }, - "type" : "document", - "timestamp" : "2023-04-21T12:41:24.458+00:00", - "entry" : [{ - "fullUrl" : "urn:uuid:a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Composition", - "id" : "a585c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "language" : "en", - "status" : "final", - "type" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155538", - "code" : "100000155538", - "display" : "Package Leaflet" - }] - }, - "date" : "2023-04-21", - "author" : [{ - "identifier" : { - "value" : "systemuser" - } - }], - "title" : "Package Leaflet", - "section" : [{ - "id" : "ba85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "PACKAGE LEAFLET", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029894", - "code" : "200000029894", - "display" : "PACKAGE LEAFLET" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="text-align: center;" align="center"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Package leaflet: Information for the user</span></strong></p>\n<p class="MsoNormal" style="text-align: center; line-height: normal; mso-list: skip; tab-stops: 36.0pt; background: white;" align="center"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="text-align: center;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span></strong><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;"> - suspension for injection in pre-filled syringe</span></strong></p>\n<p class="SmPC-PLtext" style="text-align: center;" align="center"><span lang="EN-GB" style="color: windowtext;">Influenza vaccine (surface antigen, inactivated, prepared in cell cultures)</span></p>\n<p class="MsoNormal" style="line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-no-proof: yes;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAdCAMAAAATgvWLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADVUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5lUhEAAABGdFJOUwACBgcICQ8QERITFB8gISInKCktODo8P0FWV1haXGBib3N1d3t8foCTlJaYm52ztLW3uczP0NLT1tfj5OXm5+/09vf8/f5E4IZ9AAAACXBIWXMAABcRAAAXEQHKJvM/AAAA8UlEQVQ4T33T11bCQBSF4QMqxIZGsGChCDZUNMZKESRx3v+RTDK/OhkGvqtz9j43s7IiffW9jOpLdaKWmVRFbpjdrkVke8DiMthKLqTN5tJOD8QLWeeFXnYh9ZjAFtf1gRQeSWwPBS6kNiXKm9boE+4X92hTlRGhabxDmzknNXXotNIz8b+XMh2O7RfHJzS/ivaLgxWaP/tfVNrsgNzQo9NuSU275jce+qQ5XdrUBVme90qt1Ns6meU04iA6I7GtBlw8rZHMOdQvnh2xO9xlF/dsLv44OfjcY3O6TC6umN023tXHJvMCjbjJtEi5xQ8AkR/GwoMJ171XSgAAAABJRU5ErkJggg==" annotationsrc="~/_entity/annotation/76a10366-26e0-ed11-a7c6-000d3aaa0403" />This medicine is subject to additional monitoring. This will allow quick identification of new safety information. You can help by reporting any side effects you may get. See the end of section 4 for how to report side effects.</span></p>\n<p class="MsoNormal" style="line-height: normal; mso-hyphenate: none; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></strong></p>\n<p class="MsoNormal" style="line-height: normal; mso-hyphenate: none; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Read all of this leaflet carefully before you receive this medicine because it contains important information for you.</span></strong></p>\n<p class="MsoNormal" style="text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: 36.0pt; margin: 0cm -.1pt .0001pt 1.0cm;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Keep this leaflet. You may need to read it again. </span></p>\n<p class="MsoNormal" style="text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: 36.0pt; margin: 0cm -.1pt .0001pt 1.0cm;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">If you have any further questions, ask your doctor, pharmacist or nurse.</span></p>\n<p class="MsoNormal" style="margin-left: 1.0cm; text-indent: -1.0cm; line-height: normal; mso-list: l0 level1 lfo1;"><!-- [if !supportLists]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">If you get any side effects, talk to your doctor, pharmacist or nurse.</span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; color: red;"> </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">This includes any possible side effects not listed in this leaflet. See section 4.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">What is in this leaflet</span></strong></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">1.<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0 </span>What </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">is and what it is used for </span></p>\n<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">2.<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0 </span>What you need to know before you <span class="SmPC-PLtextChar">receive </span></span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p>\n<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">3.<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0 </span>How </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span class="SmPC-PLtextChar"><span lang="EN-GB">is given</span></span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"> </span></p>\n<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">4.<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0 </span>Possible side effects </span></p>\n<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">5.<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0 </span>How to store </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra </span><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;"><span style="mso-spacerun: yes;">\u00a0</span></span></p>\n<p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; tab-stops: 21.3pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">6.<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0 </span>Contents of the pack and other information</span></p></div>" - }, - "section" : [{ - "id" : "c285c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "1. What Flucelvax Tetra is and what it is used for", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029895", - "code" : "200000029895", - "display" : "1. What X is and what it is used for" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a vaccine against flu (influenza). </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span class="SmPC-PLtextChar"><span lang="EN-GB" style="color: windowtext;">is prepared in cell cultures, and, therefore, is egg-free.</span></span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">When a person is given the vaccine, the immune system (the body’s natural defence system) will produce its own protection against the influenza virus. None of the ingredients in the vaccine can cause flu.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is used to prevent flu in adults and children from 2 years of age.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">The vaccine targets four strains of influenza virus following the recommendations by the World Health Organisation for the 2022/2023 SEASON.</span></p></div>" - } - }, - { - "id" : "ca85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "2. What you need to know before you receive Flucelvax Tetra", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029896", - "code" : "200000029896", - "display" : "2. What you need to know before you <take> <use> X" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "d285c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "You should not receive Flucelvax Tetra:", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029897", - "code" : "200000029897", - "display" : "Do not <take> <use> X" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt;"><span lang="EN-GB" style="color: windowtext;">If you are allergic to:</span></p>\n<p class="SmPC-PLtext" style="margin-left: 36.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 42.55pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">the active ingredients or any of the other ingredients of this medicine (listed in section\u00a06)</span></p>\n<p class="SmPC-PLtext" style="margin-left: 36.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 42.55pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">beta-propiolactone, cetyltrimethylammonium bromide, or polysorbate\u00a080, which are trace residues from the manufacturing process.</span></p></div>" - } - }, - { - "id" : "db85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Warnings and precautions", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029898", - "code" : "200000029898", - "display" : "Warnings and precautions" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Talk to your doctor, pharmacist or nurse before <span class="SmPC-PLtextChar">receiving</span> </span><span style="mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span class="SmPC-PLtextChar"><span lang="EN-GB">.</span></span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span><u><span style="color: windowtext; mso-ansi-language: EN-US;">BEFORE receiving the vaccine</span></u></p>\n<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">Your <span style="mso-bidi-font-weight: bold;">doctor or nurse</span> will make sure that appropriate medical treatment and supervision is readily available in case of a rare anaphylactic reaction (a very severe allergic reaction with symptoms such as difficulty in breathing, dizziness, a weak and rapid pulse and skin rash) following the administration. This reaction may occur with </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span class="SmPC-PLtextChar"><span style="color: windowtext;"> </span></span><span style="color: windowtext; mso-ansi-language: EN-US;">as with all vaccines that are injected.</span></p>\n<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">You should tell your doctor if you have an acute illness associated with fever. Your doctor may decide to delay your vaccination until your fever is gone.</span></p>\n<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;">You</span><span style="color: windowtext; mso-ansi-language: EN-US;"> should tell your doctor if your immune system is impaired, or if you are undergoing treatment which affects the immune system, e.g. with medicine against cancer (chemotherapy) or corticosteroid medicines (see section “Other medicines and Flucelvax Tetra”).</span></p>\n<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">You should tell your doctor if you have a bleeding problem or bruise easily.</span></p>\n<p class="SmPC-PLtext" style="margin-left: 18.0pt; text-indent: -18.0pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: windowtext; mso-ansi-language: EN-US;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span style="color: windowtext; mso-ansi-language: EN-US;">Fainting can occur following, or even before, any needle injection, therefore tell the doctor or nurse if you fainted with a previous injection.</span></p>\n<p class="SmPC-PLtext" style="tab-stops: 36.0pt;"><span style="color: windowtext; mso-ansi-language: EN-US;">\u00a0</span><span style="color: windowtext; mso-ansi-language: EN-US;">As with all vaccines, Flucelvax Tetra may not fully protect all persons who are vaccinated.</span></p></div>" - } - }, - { - "id" : "ea85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Children <and adolescents>", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029899", - "code" : "200000029899", - "display" : "Children <and adolescents>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "f385c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Other medicines and Flucelvax Tetra", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029900", - "code" : "200000029900", - "display" : "Other medicines and X" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Tell your doctor or\u00a0<span class="SmPC-PLtextChar">nurse</span> if you are using, have recently <span style="mso-no-proof: yes;">used or might use any other medicines, <span class="SmPC-PLtextChar">including medicines obtained without a prescription or if you have recently received any other vaccine.</span></span></span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">may be given at the same time as other vaccines.</span></p></div>" - } - }, - { - "id" : "fc85c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "X with <food> <and> <,> <drink> <and> <alcohol>", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029901", - "code" : "200000029901", - "display" : "X with <food> <and> <,> <drink> <and> <alcohol>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "0686c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Pregnancy and breast-feeding", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029902", - "code" : "200000029902", - "display" : "Pregnancy <and> <,> breast-feeding <and fertility>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Pregnancy:</span></u></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor if you are pregnant, think you may be pregnant or are planning to have a baby. Influenza vaccines may be given in any trimester of pregnancy. </span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Breast-feeding:</span></u></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Use of </span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">during breast-feeding has not been studied. Flucelvax Tetra may be given during breast-feeding.</span></p></div>" - } - }, - { - "id" : "1086c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Driving and using machines", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029903", - "code" : "200000029903", - "display" : "Driving and using machines" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">has no or negligible effect on your ability to drive and use machines.</span></p></div>" - } - }, - { - "id" : "1a86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "X contains {name the excipient(s)}", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029904", - "code" : "200000029904", - "display" : "X contains {name the excipient(s)}" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "4486c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "3. How Flucelvax Tetra is given", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029905", - "code" : "200000029905", - "display" : "3. How to <take> <use> X" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is given to you by your doctor or nurse as an injection into the muscle at the top of the upper arm (deltoid muscle).</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span><u><span lang="EN-GB" style="color: windowtext;">Adults and children from 2 years of age:</span></u></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">One dose of 0.5 ml</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">If your child is younger than 9 years of age and has not been previously vaccinated against flu, a second dose should be given after at least 4 weeks.</span></p></div>" - }, - "section" : [{ - "id" : "5686c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Use in children <and adolescents>", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029906", - "code" : "200000029906", - "display" : "Use in children <and adolescents>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }, - { - "id" : "8286c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4. Possible side effects", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029910", - "code" : "200000029910", - "display" : "4. Possible side effects" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="margin-right: -1.45pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Like all medicines, this medicine can cause side effects, although not everybody gets them.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">The following side effects have been reported during clinical trials and during general use:</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Very serious side effects</span></strong></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor immediately or go to the casualty department at your nearest hospital if you experience the following side effect – you may need urgent medical attention or hospitalisation:</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Difficulty in breathing, dizziness, a weak and rapid pulse and skin rash which are symptoms of an anaphylactic reaction (a very severe allergic reaction)</span></p>\n<p class="SmPC-PLtext" style="tab-stops: 36.0pt;"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Serious side effects</span></strong></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Tell your doctor immediately if you experience any of the following side effects – you may need medical attention:</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">You feel weak, you have difficulty moving around or you experience numbness or tingling in your limbs. These can be symptoms of <span style="mso-spacerun: yes;">\u00a0</span>Guillain-Barré syndrome (GBS), an autoimmune disease caused by your body’s own immune system.</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Extensive swelling of injected limb</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="color: windowtext;">Mild side effects</span></strong></p>\n<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Very common</span></u><span lang="EN-GB" style="color: windowtext;"> (may affect more than 1 in 10 people):</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Injection site pain, bruising, reddening and hardening or swelling at the site of the injection</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Headache</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Muscle pain <span style="mso-spacerun: yes;">\u00a0</span></span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Tiredness </span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Loss of appetite</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Irritability (only reported in children from 2 to < 6 years)</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Sleepiness (only reported in children 2 to < 6 years)</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Hardening or swelling at the site of the injection, headache, muscle pain, and tiredness were common in the elderly.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Bruising at the site of the injection was common in adults, eldery and children 9 to < 18 years.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Headache was common in the elderly.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Loss of appetite was common in adults, eldery and children 9 to < 18 years.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="page-break-after: avoid;"><u><span lang="EN-GB" style="color: windowtext;">Common</span></u><span lang="EN-GB" style="color: windowtext;"> (may affect up to 1 in 10 people):</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Nausea, vomiting, diarrhoea </span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Joint pain</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Shivering</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Change in eating habits (only reported in children from 2 to < 6 years)</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Fever (<u>></u> 38°C)</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Vomiting was uncommon in the elderly.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Fever was uncommon in adults and the elderly.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext"><u><span lang="EN-GB" style="color: windowtext;">Not known</span></u><span lang="EN-GB" style="color: windowtext;"> (frequency cannot be estimated from the available data):</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Numbness and tingling sensation (paraesthesia)</span></p>\n<p class="SmPC-PLtext" style="margin-left: 14.2pt; text-indent: -14.2pt; mso-list: l0 level1 lfo1; tab-stops: 36.0pt;"><!-- [if !supportLists]--><span lang="EN-GB" style="color: windowtext;"><span style="mso-list: Ignore;">•<span style="font: 7.0pt 'Times New Roman';">\u00a0\u00a0\u00a0\u00a0\u00a0 </span></span></span><!--[endif]--><span lang="EN-GB" style="color: windowtext;">Generalised skin reactions including itching, bumps on the skin (pruritis, urticaria) or non-specific rash </span></p></div>" - }, - "section" : [{ - "id" : "9d86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Reporting of side effects", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029912", - "code" : "200000029912", - "display" : "Reporting of side effects" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="BodytextAgency" style="margin-bottom: 0cm; line-height: normal;"><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-no-proof: yes;">If you get any side effects, talk to your doctor, pharmacist or nurse.</span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif;"> This includes any possible <span style="mso-no-proof: yes;">side effects not listed in this leaflet.</span></span><span lang="EN-GB" style="font-size: 11.0pt;"> </span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif;">You can also report side effects directly via </span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-bidi-font-family: Verdana; background: lightgrey; mso-highlight: lightgrey;">the national reporting system listed in </span><span lang="EN-GB"><a href="http://www.ema.europa.eu/docs/en_GB/document_library/Template_or_form/2013/03/WC500139752.doc"><span style="font-size: 11.0pt; font-family: 'Times New Roman',serif; background: lightgrey; mso-highlight: lightgrey;">Appendix V</span></a></span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif;">.</span><span lang="EN-GB" style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-bidi-font-family: Verdana;">* By reporting side effects, you can help provide more information on the safety of this medicine.</span></p></div>" - } - }] - }, - { - "id" : "a886c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "5. How to store Flucelvax Tetra", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029913", - "code" : "200000029913", - "display" : "5. How to store X" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Keep this\u00a0<span class="SmPC-PLtextChar">vaccine</span> out of the sight and reach of children.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Store in a refrigerator (2 °C\u00a0to\u00a08 °C). Do not freeze.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Keep the pre-filled syringe in the outer carton in order to protect from light.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Do not use this <span class="SmPC-PLtextChar">vaccine</span> after the expiry date which is stated on the label and carton after <span class="SmPC-PLtextChar">EXP</span>. The expiry date refers to the last day of that month.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">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.</span></p></div>" - } - }, - { - "id" : "b486c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6. Contents of the pack and other information", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029914", - "code" : "200000029914", - "display" : "6. Contents of the pack and other information" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "c086c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "What Flucelvax Tetra contains", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029915", - "code" : "200000029915", - "display" : "What X contains" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; page-break-after: avoid; tab-stops: 36.0pt;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">The active substances are</span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;"> </span><span class="SmPC-PLtextChar"><span lang="EN-GB">influenza virus surface antigens (haemagglutinin and neuraminidase), inactivated, of the following strains*:</span></span></p>\n<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-bottom: 6.0pt; line-height: normal; tab-stops: 10.0cm;"><span lang="EN-GB" style="mso-fareast-language: DE;">A/Wisconsin/588/2019 (H1N1)pdm09-like strain (A/Delaware/55/2019 CVR-45) </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-fareast-language: DE;">15\u00a0micrograms HA**</span></p>\n<p class="MsoNormal" style="margin-bottom: 6.0pt; line-height: normal; tab-stops: 10.0cm;"><span lang="EN-GB" style="mso-fareast-language: DE;">A/Darwin/6/2021 (H3N2)-like strain (A/Darwin/11/2021, wild type) </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-fareast-language: DE;">15\u00a0micrograms HA**</span></p>\n<p class="MsoNormal" style="margin-bottom: 6.0pt; line-height: normal; tab-stops: 10.0cm;"><span lang="EN-GB">B/Austria/1359417/2021-like strain (B/Singapore/WUH4618/2021, wild type) </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-fareast-language: DE;">15\u00a0micrograms HA**</span></p>\n<p class="SmPC-PLtext" style="tab-stops: 1.0cm 326.05pt;"><span lang="EN-GB" style="mso-bidi-font-size: 10.0pt; color: windowtext; mso-no-proof: no;">B/Phuket/3073/2013-like strain (B/Singapore/INFTT-16-0610/2016, wild type) 15\u00a0micrograms HA**</span></p>\n<p class="SmPC-PLtext" style="tab-stops: 1.0cm 326.05pt;"><span lang="EN-GB" style="color: windowtext;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="tab-stops: 1.0cm 326.05pt;"><span lang="EN-GB" style="color: windowtext;">per\u00a00.5\u00a0ml dose</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">……………………………………….</span></p>\n<p class="SmPC-PLtext" style="margin-left: 1.0cm; text-indent: -1.0cm;"><span style="color: windowtext; mso-ansi-language: EN-US;">*<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 </span>propagated in Madin Darby Canine Kidney (MDCK) cells (this is the special cell culture in which the influenza virus is grown); </span></p>\n<p class="SmPC-PLtext" style="margin-left: 1.0cm; text-indent: -1.0cm;"><span style="color: windowtext; mso-ansi-language: EN-US;">**<span style="mso-tab-count: 1;">\u00a0\u00a0\u00a0\u00a0\u00a0 </span>haemagglutinin</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;">This vaccine complies with the World Health Organisation (WHO) recommendation (northern hemisphere) and EU recommendation for the 2022/2023 SEASON.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><span style="mso-bidi-font-size: 11.0pt; mso-ansi-language: EN-US; mso-no-proof: yes;">The other ingredients are: </span><span class="SmPC-PLtextChar"><span lang="EN-GB">sodium chloride, potassium chloride, magnesium chloride hexahydrate, disodium phosphate dihydrate, potassium dihydrogen phosphate and water for injections.</span></span></p></div>" - } - }, - { - "id" : "c586c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "What Flucelvax Tetra looks like and contents of the pack", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029916", - "code" : "200000029916", - "display" : "What X looks like and contents of the pack" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a suspension for injection in a pre-filled syringe (ready to use syringe). <br /></span><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is a clear to slightly opalescent suspension.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">A single syringe contains 0.5\u00a0ml of suspension for injection.</span></p>\n<p class="SmPC-PLtext"><span style="mso-fareast-font-family: 'MS Mincho'; color: windowtext; mso-ansi-language: EN-US;">Flucelvax Tetra</span><span style="mso-fareast-font-family: 'MS Mincho'; mso-ansi-language: EN-US;"> </span><span lang="EN-GB" style="color: windowtext;">is available in packs containing 1 pre-filled syringe with or without needle or 10 pre-filled syringes with or without needles.</span></p>\n<p class="SmPC-PLtext"><span lang="EN-GB" style="color: windowtext;">Not all pack sizes may be marketed.</span></p></div>" - } - }, - { - "id" : "cb86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Marketing Authorisation Holder and Manufacturer", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029917", - "code" : "200000029917", - "display" : "Marketing Authorisation Holder and Manufacturer" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip; tab-stops: 36.0pt;"><strong style="mso-bidi-font-weight: normal;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Marketing Authorisation Holder </span></strong></p>\n<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US;">Seqirus Netherlands B.V.</span></p>\n<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Paasheuvelweg 28</span></p>\n<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">1105BJ Amsterdam</span></p>\n<p class="SmPC-PLtext"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Netherlands</span></p>\n<p class="SmPC-PLtext"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">\u00a0</span></p>\n<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><strong style="mso-bidi-font-weight: normal;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Manufacturer</span></strong></p>\n<p class="MsoNormal" style="line-height: normal; page-break-after: avoid;"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL;">Seqirus Netherlands B.V.</span></p>\n<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span lang="NL" style="color: windowtext; mso-ansi-language: NL;">Paasheuvelweg 28</span></p>\n<p class="SmPC-PLtext" style="mso-pagination: widow-orphan lines-together; page-break-after: avoid;"><span style="color: windowtext; mso-ansi-language: EN-US;">1105BJ Amsterdam</span></p>\n<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US; mso-no-proof: no;">Netherlands</span></p>\n<p class="SmPC-PLtext"><span style="color: windowtext; mso-ansi-language: EN-US;">\u00a0</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">For any information about this medicine, please contact the local representative of the Marketing Authorization Holder:</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<table class="MsoTableGrid" style="border-collapse: collapse; border: none; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; mso-border-insideh: none; mso-border-insidev: none;" border="0" cellspacing="0" cellpadding="0">\n<tbody>\n<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;">\n<td style="width: 230.25pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="307">\n<p class="MsoNormal"><strong><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">België/Belgique/Belgien</span></strong></p>\n<p class="MsoNormal"><span lang="NL" style="mso-ansi-language: NL;">Seqirus Netherlands B.V.</span><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL;">Nederland/Netherlands</span></p>\n<p class="MsoNormal"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">България</span></strong></p>\n<p class="MsoNormal"><span lang="NL" style="mso-ansi-language: NL;">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Нидерландия</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Тел</span><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">.: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL; mso-no-proof: yes;">Česká republika</span></strong></p>\n<p class="MsoNormal"><span lang="NL" style="mso-ansi-language: NL;">Seqirus Netherlands B.V. </span><span lang="NL" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: NL;">Nizozemsko</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Danmark</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Holland</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tlf: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Deutschland</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus GmbH Marburg</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Tel: 08003601010</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Eesti</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Holland</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Ελλάδα</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="EN-GB">Ολλανδία</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Τηλ</span><span lang="ES-TRAD" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: ES-TRAD; mso-no-proof: yes;">: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="ES-TRAD" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: ES-TRAD; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="ES-TRAD" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: ES-TRAD; mso-no-proof: yes;">España</span></strong></p>\n<p class="MsoNormal"><span lang="ES-TRAD" style="mso-ansi-language: ES-TRAD;">Seqirus Spain, S.L., Barcelona</span></p>\n<p class="MsoNormal"><span lang="EN-GB">Tel: 937 817 884</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">France</span></strong></p>\n<p class="MsoNormal" style="line-height: normal; page-break-after: avoid;"><span lang="EN-GB">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Netherlands</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tél: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Hrvatska</span></strong></p>\n<p class="MsoNormal"><span lang="EN-GB">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Nizozemska</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Ireland</span></strong></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Seqirus UK Limited Maidenhead</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +44 1628 641 500</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Ísland</span></strong></p>\n<p class="MsoNormal"><span lang="EN-GB">Seqirus Netherlands B.V. </span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Holland</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Sími: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Italia</span></strong></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Seqirus S.r.l. Siena</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Tel: +39 0577 096400</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Κύπρος</span></strong></p>\n<p class="MsoNormal"><span lang="IT" style="mso-ansi-language: IT;">Seqirus Netherlands B.V. </span><span lang="EN-GB">Ολλανδία</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Τηλ: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Latvija</span></strong></p>\n<p class="MsoNormal"><span lang="IT" style="mso-ansi-language: IT;">Seqirus Netherlands B.V. </span><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT;">Nīderlande</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n</td>\n<td style="width: 230.3pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="307">\n<p class="MsoNormal"><strong><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT; mso-no-proof: yes;">Lietuva</span></strong></p>\n<p class="MsoNormal"><span lang="IT" style="mso-ansi-language: IT;">Seqirus Netherlands B.V. </span><span lang="IT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: IT;">Nyderlandai</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Luxembourg/Luxemburg</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Netherlands</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tél/Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Magyarország</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Hollandia</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel.: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Malta</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">In-Netherlands</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Nederland</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. Amsterdam</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Norge</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Seqirus Netherlands B.V. </span><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE;">Nederland</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Tlf: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Österreich</span></strong></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Valneva Austria GmbH, Wien</span></p>\n<p class="MsoNormal"><span lang="DE" style="mso-ansi-language: DE;">Tel: +43 1 20620 </span></p>\n<p class="MsoNormal"><span lang="DE" style="color: #1f497d; mso-ansi-language: DE;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="DE" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: DE; mso-no-proof: yes;">Polska</span></strong></p>\n<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Holandia</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel.: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Portugal</span></strong></p>\n<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Países Baixos</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">România</span></strong></p>\n<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Olanda</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Slovenija</span></strong></p>\n<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Nizozemska</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Slovenská republika</span></strong></p>\n<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="SK" style="mso-ansi-language: SK;">Holandsko</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT; mso-no-proof: yes;">Suomi/Finland</span></strong></p>\n<p class="MsoNormal"><span lang="PT" style="mso-ansi-language: PT;">Seqirus Netherlands B.V. </span><span lang="PT" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: PT;">Alankomaat</span></p>\n<p class="MsoNormal"><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV; mso-no-proof: yes;">Puh/Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><strong><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV; mso-no-proof: yes;">Sverige</span></strong></p>\n<p class="MsoNormal"><span lang="SV" style="mso-ansi-language: SV;">Seqirus Netherlands B.V. </span><span lang="SV" style="mso-bidi-font-size: 11.0pt; mso-ansi-language: SV;">Nederländerna</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Tel: +31 (0) 20 204 6900</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n</td>\n</tr>\n</tbody>\n</table></div>" - } - }, - { - "id" : "d486c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "This leaflet was last revised on 07/2022", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029919", - "code" : "200000029919", - "display" : "This leaflet was last revised in <{MM/YYYY}><{month YYYY}>." - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "de86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "Other sources of information", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029920", - "code" : "200000029920", - "display" : "Other sources of information" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt;">Detailed information on this medicine is available on the European Medicines Agency web site: </span><span lang="EN-GB"><span style="mso-field-code: ' HYPERLINK ';"><span class="MsoHyperlink"><span style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">http://www.ema.europa.eu</span></span></span></span><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">. </span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">---------------------------------------------------------------------------------------------------------------------------</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">The following information is intended for healthcare professionals only:</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Appropriate medical treatment and supervision should always be readily available in case of a rare anaphylactic event following the administration of the vaccine.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">Shake before use. After shaking, the normal appearance of the vaccine is a clear to slightly opalescent suspension.</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">\u00a0</span></p>\n<p class="MsoNormal" style="margin-right: -.1pt; line-height: normal; mso-list: skip;"><span lang="EN-GB" style="mso-bidi-font-size: 11.0pt; mso-no-proof: yes;">The vaccine should be visually inspected for particulate matter and discoloration prior to administration. In the event of any foreign particulate matter and/or variation of physical aspect being observed, do not administer the vaccine.</span></p></div>" - } - }] - }] - }] - } - }] - } - }, - { - "fullUrl" : "urn:uuid:ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Bundle", - "id" : "ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "meta" : { - "versionId" : "1", - "lastUpdated" : "2023-04-21T12:41:28.269+00:00" - }, - "identifier" : { - "system" : "http://ema.europa.eu/fhir", - "value" : "ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f" - }, - "type" : "document", - "timestamp" : "2023-04-21T12:41:28.269+00:00", - "entry" : [{ - "fullUrl" : "urn:uuid:ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "resource" : { - "resourceType" : "Composition", - "id" : "ec86c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "language" : "en", - "status" : "final", - "type" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/100000155531/terms/100000155535", - "code" : "100000155535", - "display" : "Labelling" - }] - }, - "date" : "2023-04-21", - "author" : [{ - "identifier" : { - "value" : "systemuser" - } - }], - "title" : "Labelling", - "section" : [{ - "id" : "0087c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "LABELLING", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029861", - "code" : "200000029861", - "display" : "LABELLING" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "0887c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "PARTICULARS TO APPEAR ON <THE OUTER PACKAGING> <AND> <THE IMMEDIATE PACKAGING> {NATURE/TYPE}", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029862", - "code" : "200000029862", - "display" : "PARTICULARS TO APPEAR ON <THE OUTER PACKAGING> <AND> <THE IMMEDIATE PACKAGING> {NATURE/TYPE}" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - }, - "section" : [{ - "id" : "1287c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "1. NAME OF THE MEDICINAL PRODUCT", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029863", - "code" : "200000029863", - "display" : "1. NAME OF THE MEDICINAL PRODUCT" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "1987c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "2. STATEMENT OF ACTIVE SUBSTANCE(S)", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029864", - "code" : "200000029864", - "display" : "2. STATEMENT OF ACTIVE SUBSTANCE(S)" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "3087c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "3. LIST OF EXCIPIENTS", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029865", - "code" : "200000029865", - "display" : "3. LIST OF EXCIPIENTS" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "3c87c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "4. PHARMACEUTICAL FORM AND CONTENTS", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029866", - "code" : "200000029866", - "display" : "4. PHARMACEUTICAL FORM AND CONTENTS" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "4787c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "5. METHOD AND ROUTE(S) OF ADMINISTRATION", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029867", - "code" : "200000029867", - "display" : "5. METHOD AND ROUTE(S) OF ADMINISTRATION" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "4e87c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "6. SPECIAL WARNING THAT THE MEDICINAL PRODUCT MUST BE STORED OUT OF THE SIGHT AND REACH OF CHILDREN", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029868", - "code" : "200000029868", - "display" : "6. SPECIAL WARNING THAT THE MEDICINAL PRODUCT MUST BE STORED OUT OF THE SIGHT AND REACH OF CHILDREN" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "5987c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "7. OTHER SPECIAL WARNING(S), IF NECESSARY", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029869", - "code" : "200000029869", - "display" : "7. OTHER SPECIAL WARNING(S), IF NECESSARY" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "6787c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "8. EXPIRY DATE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029870", - "code" : "200000029870", - "display" : "8. EXPIRY DATE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "6f87c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "9. SPECIAL STORAGE CONDITIONS", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029871", - "code" : "200000029871", - "display" : "9. SPECIAL STORAGE CONDITIONS" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "7887c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "10. SPECIAL PRECAUTIONS FOR DISPOSAL OF UNUSED MEDICINAL PRODUCTS OR WASTE MATERIALS DERIVED FROM SUCH MEDICINAL PRODUCTS, IF APPROPRIATE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029872", - "code" : "200000029872", - "display" : "10. SPECIAL PRECAUTIONS FOR DISPOSAL OF UNUSED MEDICINAL PRODUCTS OR WASTE MATERIALS DERIVED FROM SUCH MEDICINAL PRODUCTS, IF APPROPRIATE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "8487c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "11. NAME AND ADDRESS OF THE MARKETING AUTHORISATION HOLDER", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029873", - "code" : "200000029873", - "display" : "11. NAME AND ADDRESS OF THE MARKETING AUTHORISATION HOLDER" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "8887c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "12. MARKETING AUTHORISATION NUMBER(S)", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029874", - "code" : "200000029874", - "display" : "12. MARKETING AUTHORISATION NUMBER(S)" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "9a87c5c0-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "13. BATCH NUMBER<, DONATION AND PRODUCT CODES>", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029875", - "code" : "200000029875", - "display" : "13. BATCH NUMBER<, DONATION AND PRODUCT CODES>" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "a22dc0c6-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "14. GENERAL CLASSIFICATION FOR SUPPLY", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029876", - "code" : "200000029876", - "display" : "14. GENERAL CLASSIFICATION FOR SUPPLY" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "ac2dc0c6-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "15. INSTRUCTIONS ON USE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029877", - "code" : "200000029877", - "display" : "15. INSTRUCTIONS ON USE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "ba2dc0c6-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "16. INFORMATION IN BRAILLE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029878", - "code" : "200000029878", - "display" : "16. INFORMATION IN BRAILLE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "c12dc0c6-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "17. UNIQUE IDENTIFIER - 2D BARCODE", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029879", - "code" : "200000029879", - "display" : "17. UNIQUE IDENTIFIER - 2D BARCODE" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }, - { - "id" : "d42dc0c6-25e0-ed11-a7c7-000d3aaa0c5f", - "title" : "18. UNIQUE IDENTIFIER - HUMAN READABLE DATA", - "code" : { - "coding" : [{ - "system" : "https://spor.ema.europa.eu/rmswi/#/lists/200000029659/terms/200000029880", - "code" : "200000029880", - "display" : "18. UNIQUE IDENTIFIER - HUMAN READABLE DATA" - }] - }, - "text" : { - "status" : "generated", - "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"/>" - } - }] - }] - }] - } - }] - } - }] -} \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index 56b74bb5d6..e3035bebe9 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -132,6 +132,7 @@ groups: description: ePI document Bundles resources: - Bundle/bundlepackageleaflet-2d49ae46735143c1323423b7aea24165 + - Bundle/bundlepackageleaflet-2e8a8b1c9142de3ac8de0723812d3fef - Bundle/bundlepackageleaflet-31887cbcd4c018e35f958e5f8547dd66 - Bundle/bundlepackageleaflet-3a3583227b4c5b0887f1e0d38269b469 - Bundle/bundlepackageleaflet-5aa8042f9b2bea12d814ccaf27f6d64e @@ -142,5 +143,5 @@ groups: - Bundle/bundlepackageleaflet-dbd5a91e4cf6998bdbd8827ab1854e65 - Bundle/bundlepackageleaflet-e2464a7d3d627b9df9bef5bc3b263fb4 - Bundle/bundlepackageleaflet-6eb523b7a88cd6dcee848368833cbd08 - # - Bundle/cfsb1651597532341 - # - Bundle/cfsb1651596479133 \ No newline at end of file + - Bundle/cfsb1651597532341 + - Bundle/cfsb1651596479133 \ No newline at end of file