/*
* Library: IMMZD5DTMeaslesElements
*/
library IMMZD5DTMeaslesElements
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 MCV dose
*/
define "Draft Medication Request for MCV dose":
Elements."Draft Medication Request for Patient" MR
where MR.medication in Concepts."Measles-containing vaccines"
/*
@input: The client is pregnant
@pseudocode: "Potential contraindications" = "Currently pregnant"
*/
define "The client is pregnant":
Elements."The client is pregnant"
/*
@input: The client has history of anaphylactic reactions
@pseudocode: "Potential contraindications" = "History of anaphylactic reactions"
*/
define "The client has history of anaphylactic reactions":
Elements."The client has history of anaphylactic reactions"
/*
@input: The client has history of severe allergic reactions
@pseudocode: "Potential contraindications" = "Severe allergic reactions"
*/
define "The client has history of severe allergic reactions":
Elements."The client has history of severe allergic reactions"
/*
@input: The client is severely immunosuppressed
@pseudocode: "Potential contraindications" = "Severely immunosuppressed"
*/
define "The client is severely immunosuppressed":
Elements."The client is severely immunosuppressed"
/*
@input: The client has a symptomatic HIV infection
@pseudocode: "Potential contraindications" = "Symptomatic HIV infection"
*/
define "The client has a symptomatic HIV infection":
Elements."The client has a symptomatic HIV infection"