/*
* Library: IMMZD5DTMumpsElements
*/
library IMMZD5DTMumpsElements
using FHIR version '4.0.1'
include FHIRHelpers version '4.0.1'
include WHOConcepts
include WHOCommon called WC
include WHOElements called WE
include IMMZCommon called Common
include IMMZConcepts called Concepts
include IMMZElements called Elements
context Patient
/*
@internal: Draft Medication Request for Mumps dose
*/
define "Draft Medication Request for Mumps dose":
Elements."Draft Medication Request for Patient" MR
where MR.medication in Concepts."Mumps-containing vaccines"
/*
@input: The client is currently pregnant
@pseudocode: "Potential contraindications" = "Currently pregnant"
@code: The client is currently pregnant-52
@decision: IMMZ.D5.DT.Mumps contraindications
*/
define "The client is currently pregnant":
Elements."The client is pregnant"
/*
@input: The client has allergy to vaccine components
@pseudocode: '"Potential contraindications" = "Severe allergic reactions"
@code: The client has allergy to vaccine components-60
@decision: IMMZ.D5.DT.Mumps contraindications
*/
define "The client has allergy to vaccine components":
Elements."The client has history of severe allergic reactions"
/*
@input: The client has immune deficiency
@pseudocode: "Potential contraindications" = "Immunodeficiency syndromes"
@code: The client has immune deficiency-60
@decision: IMMZ.D5.DT.Mumps contraindications
*/
define "The client has immune deficiency":
Elements."The client has immunodeficiency syndromes"
/*
@input: The client is severely immunosuppressed
@pseudocode: "Potential contraindications" = "Severely immunosuppressed"
@code: The client is severely immunosuppressed-59
@decision: IMMZ.D5.DT.Mumps contraindications
*/
define "The client is severely immunosuppressed":
Elements."The client is severely immunosuppressed"