Skip to content

Commit 34ecb3b

Browse files
authored
Merge pull request #2 from MagentaHealth/update-rsv-coding
Prevention Definition Update
2 parents 8520520 + 33f224a commit 34ecb3b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/main/resources/oscar/oscarPrevention/PreventionItems.xml

+14-2
Original file line numberDiff line numberDiff line change
@@ -694,14 +694,26 @@ Varicella Immunoglobulin VarIg
694694

695695
<item
696696
resultDesc=""
697-
name="RSVPreF3"
697+
name="RSV"
698698
desc="Recombinant PreF RSV Vaccine eg Arexvy"
699-
healthCanadaType="RSVPreF3"
699+
healthCanadaType="RSV"
700700
link="https://ca.gsk.com/media/6988/arexvy.pdf"
701701
layout="injection"
702702
minAge="60"
703703
maxAge="100"
704704
atc="J07BX05"
705705
showIfMinRecordNum="1" />
706+
707+
<item
708+
resultDesc=""
709+
name="RSVAb"
710+
desc="Monoclonal Antibody RSV Vaccine eg Beyfortus"
711+
healthCanadaType="RSVAb"
712+
link="https://www.ema.europa.eu/en/medicines/human/EPAR/beyfortus#product-info"
713+
layout="injection"
714+
minAge="0"
715+
maxAge="2"
716+
atc="J06BD08"
717+
showIfMinRecordNum="1" />
706718

707719
</preventions>

0 commit comments

Comments
 (0)