WHO Immunization Implementation Guide
0.1.0 - CI Build
WHO Immunization Implementation Guide, published by World Health Organization (WHO). This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/WorldHealthOrganization/smart-immunizations and changes regularly. See the Directory of published versions
| Draft as of 2023-03-28 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IMMZ.DT.03.Polio.IPV.CR"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"IMMZ.DT.03.Polio.IPV.CR\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ActivityDefinition "IMMZ.DT.03.Polio.IPV.CR" </p><p style=\"margin-bottom: 0px\">Profile: <code>http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity</code></p></div><p><b>url</b>: <code>http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.03.Polio.IPV.CR</code></p><p><b>version</b>: 0.1.0</p><p><b>title</b>: IMMZ.DT.03.Polio.bOPV.CR</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2023-03-28</p><p><b>publisher</b>: World Health Organization (WHO)</p><p><b>contact</b>: <a href=\"https://who.int\">https://who.int</a></p><p><b>description</b>: Provide IPV immunizations reminder</p><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>library</b>: <a href=\"Library-IMMZDT03.html\">IMMZDT03</a></p><p><b>kind</b>: CommunicationRequest</p><p><b>code</b>: Administration of vaccine to produce active immunity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#33879002)</span></p><p><b>intent</b>: proposal</p><p><b>doNotPerform</b>: false</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recipient</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>The reminder recipient.</td><td>text/cql</td><td>Polio Reminder Recipient</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: payload.contentAttachment.title</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>The reminder message.</td><td>text/cql</td><td>Reminder Message for IPV dose</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: payload.contentAttachment.language</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>The language of the reminder.</td><td>text/cql</td><td>'en-US'</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: payload.contentAttachment.contentType</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>The contentType of the reminder.</td><td>text/cql</td><td>'text/plain'</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: category</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql</td><td>Code { system: '1.3.6.1.4.1.19376.1.2.5.1', code: 'alert' }</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: priority</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Reminder priority</td><td>text/cql</td><td>Code { system: 'http://hl7.org/fhir/request-priority', code: 'routine' }</td></tr></table></blockquote></div>"
] ; #
fhir:url [ fhir:v "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.03.Polio.IPV.CR"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:title [ fhir:v "IMMZ.DT.03.Polio.bOPV.CR"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-03-28"^^xsd:date] ; #
fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "Provide IPV immunizations reminder"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:library ( [
fhir:v "http://fhir.org/guides/who/smart-immunization/Library/IMMZDT03"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/smart-immunization/Library/IMMZDT03>
] ) ; #
fhir:kind [ fhir:v "CommunicationRequest"] ; #
fhir:code [
( fhir:coding [
a sct:33879002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33879002" ] ;
fhir:display [ fhir:v "Administration of vaccine to produce active immunity" ] ] )
] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:doNotPerform [ fhir:v "false"^^xsd:boolean] ; #
fhir:dynamicValue ( [
fhir:path [ fhir:v "recipient" ] ;
fhir:expression [
fhir:description [ fhir:v "The reminder recipient." ] ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Polio Reminder Recipient" ] ]
] [
fhir:path [ fhir:v "payload.contentAttachment.title" ] ;
fhir:expression [
fhir:description [ fhir:v "The reminder message." ] ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Reminder Message for IPV dose" ] ]
] [
fhir:path [ fhir:v "payload.contentAttachment.language" ] ;
fhir:expression [
fhir:description [ fhir:v "The language of the reminder." ] ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "'en-US'" ] ]
] [
fhir:path [ fhir:v "payload.contentAttachment.contentType" ] ;
fhir:expression [
fhir:description [ fhir:v "The contentType of the reminder." ] ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "'text/plain'" ] ]
] [
fhir:path [ fhir:v "category" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Code { system: '1.3.6.1.4.1.19376.1.2.5.1', code: 'alert' }" ] ]
] [
fhir:path [ fhir:v "priority" ] ;
fhir:expression [
fhir:description [ fhir:v "Reminder priority" ] ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Code { system: 'http://hl7.org/fhir/request-priority', code: 'routine' }" ] ]
] ) . #
IG © 2021+ World Health Organization (WHO). Package who.fhir.immunization#0.1.0 based on FHIR 4.0.1. Generated 2023-08-02
Links: Table of Contents |
QA Report
| Version History | License