WHO Immunization Implementation Guide
0.2.0 - ci-build

WHO Immunization Implementation Guide, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.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.Ex CodeSystem for Example values for required data elements - TTL Representation

Active as of 2025-08-08

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.Ex"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem IMMZ.Ex</b></p><a name=\"IMMZ.Ex\"> </a><a name=\"hcIMMZ.Ex\"> </a><p>This case-insensitive code system <code>http://smart.who.int/immunizations/CodeSystem/IMMZ.Ex</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">brand<a name=\"IMMZ.Ex-brand\"> </a></td><td>Example Brand</td></tr><tr><td style=\"white-space:nowrap\">manufacturer<a name=\"IMMZ.Ex-manufacturer\"> </a></td><td>Example Manufacturer</td></tr><tr><td style=\"white-space:nowrap\">marketauth<a name=\"IMMZ.Ex-marketauth\"> </a></td><td>Example Market Authorization Holder</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/immunizations/CodeSystem/IMMZ.Ex"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "IMMZ_C"] ; # 
  fhir:title [ fhir:v "IMMZ.Ex CodeSystem for Example values for required data elements"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-08T19:12:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for IMMZ.Ex Examples"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "brand" ] ;
fhir:display [ fhir:v "Example Brand" ]
  ] [
fhir:code [ fhir:v "manufacturer" ] ;
fhir:display [ fhir:v "Example Manufacturer" ]
  ] [
fhir:code [ fhir:v "marketauth" ] ;
fhir:display [ fhir:v "Example Market Authorization Holder" ]
  ] ) . #