Title: |
IMMZD5DTYellowfeverEncounterElements |
Id: |
IMMZD5DTYellowfeverEncounterElements |
Version: |
0.2.0 |
Url: |
IMMZD5DTYellowfeverEncounterElements |
Status: |
draft |
Type: |
system: http://terminology.hl7.org/CodeSystem/library-type
code: logic-library
|
Date: |
2025-08-08 19:12:11+0000 |
Publisher: |
WHO |
Description: |
This library defines encounter-based elements for Yellow fever used throughout the Immunization CPG
|
Related Artifacts: |
Dependencies
|
Parameters: |
Name | Type | Min | Max | In/Out |
Today | date | 0 | 1 | In |
EncounterId | string | 0 | 1 | In |
Patient | Patient | 0 | 1 | Out |
Draft Medication Request for Yellow fever dose | MedicationRequest | 0 | * | Out |
Client's age is less than 6 months | boolean | 0 | 1 | Out |
Client's age is 6–9 months | boolean | 0 | 1 | Out |
Client's age is more than or equal to 60 years | boolean | 0 | 1 | Out |
The client has a history of severe allergic reactions | boolean | 0 | 1 | Out |
The client is severely immunocompromised | boolean | 0 | 1 | Out |
The client is currently pregnant | boolean | 0 | 1 | Out |
The client is lactating | boolean | 0 | 1 | Out |
|
Content: text/cql |
/*
* Library: IMMZD5DTYellowfeverEncounterElements
*/
library IMMZD5DTYellowfeverEncounterElements
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 IMMZEncounterElements called Encounter
include IMMZD5DTYellowfeverElements called YellowfeverElements
parameter Today Date default Today()
parameter EncounterId String
context Patient
/*
@internal: Draft Medication Request for Yellow fever dose
*/
define "Draft Medication Request for Yellow fever dose":
Encounter."Draft Medication Request for Patient" MR
where MR.medication in Concepts."Yellow fever vaccines"
/*
@input: Client's age is less than 6 months
@pseudocode: Today's date − "Date of birth" < 6 months
@decision: Potential contraindications
*/
define "Client's age is less than 6 months":
Encounter."Current Patient Age In Months" < 6
/*
@input: Client's age is 6–9 months
@pseudocode: 6 months ≤ Today's date − "Date of birth" < 9 months
@decision: Potential contraindications
*/
define "Client's age is 6–9 months":
6 <= Encounter."Current Patient Age In Months"
and Encounter."Current Patient Age In Months" < 9
/*
@input: Client's age is more than or equal to 60 years
@pseudocode: Today's date − "Date of birth" ≥ 60 years
@decision: Potential contraindications
*/
define "Client's age is more than or equal to 60 years":
Encounter."Current Patient Age In Years" >= 60
/*
@input: The client has a history of severe allergic reactions
@pseudocode: "Potential contraindications" = "Severe allergic reactions"
@decision: Potential contraindications
*/
define "The client has a history of severe allergic reactions":
Encounter."The client has history of severe allergic reactions"
/*
@input: The client is severely immunocompromised
@pseudocode: "Potential contraindications" = "Severely immunocompromised"
@decision: Potential contraindications
*/
define "The client is severely immunocompromised":
Encounter."The client is severely immunocompromised"
/*
@input: The client is currently pregnant
@pseudocode: "Potential contraindications" = "Currently pregnant"
@decision: Potential contraindications
*/
define "The client is currently pregnant":
Encounter."The client is pregnant"
/*
@input: The client is lactating
@pseudocode: "Potential contraindications" = "Breastfeeding"
@decision: Potential contraindications
*/
define "The client is lactating":
Encounter."The client is lactating"
|
|
Content: application/elm+xml |
Encoded data (28336 characters)
|
|