WHO Immunization Implementation Guide
0.1.0 - CI Build International flag

WHO Immunization Implementation Guide, published by World Health Organization (WHO). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-immunizations and changes regularly. See the Directory of published versions

: IMMZ.D1.DE103 ValueSet for Type of dose - TTL Representation

Active as of 2024-05-30

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.D1.DE103"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IMMZ.D1.html\"><code>http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D1</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE104\">DE104</a></td><td>Primary series</td><td>Indicates that the client received the primary vaccination series of a product/antigen. This is also applicable for antigens with one dose.</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE105\">DE105</a></td><td>Dose 0</td><td>Indicates that the client received a dose of a product/ antigen within 24 hours of birth. This dose is not a part of the primary vaccination series.</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE106\">DE106</a></td><td>Supplementary dose</td><td>Indicates that the client received a supplementary dose of a product/antigen</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE107\">DE107</a></td><td>Booster dose</td><td>Indicates that the client received booster dose of a product/antigen</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D1.DE103"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ_D1_DE103"] ; # 
  fhir:title [ fhir:v "IMMZ.D1.DE103 ValueSet for Type of dose"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-30T21:26:16+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "World Health Organization (WHO)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.who.int" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet for Type of dose for IMMZ.D1.DE103"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D1"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "DE104" ] ;
fhir:display [ fhir:v "Primary series" ]       ] [
fhir:code [ fhir:v "DE105" ] ;
fhir:display [ fhir:v "Dose 0" ]       ] [
fhir:code [ fhir:v "DE106" ] ;
fhir:display [ fhir:v "Supplementary dose" ]       ] [
fhir:code [ fhir:v "DE107" ] ;
fhir:display [ fhir:v "Booster dose" ]       ] )     ] )
  ] . #