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.C CodeSystem for Data Elements - TTL Representation

Active as of 2026-07-07

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/IMMZ.C> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "IMMZ.C"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem IMMZ.C</b></p><a name=\"IMMZ.C\"> </a><a name=\"hcIMMZ.C\"> </a><p>This case-insensitive code system <code>http://smart.who.int/immunizations/CodeSystem/IMMZ.C</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">DE1<a name=\"IMMZ.C-DE1\"> </a></td><td>Unique identifier</td><td>Unique identifier for the client, according to the policies applicable to each country. There can be more than one unique identifier used to link records (e.g. national identification [ID], health ID, immunization information system ID, medical record ID)</td></tr><tr><td style=\"white-space:nowrap\">DE2<a name=\"IMMZ.C-DE2\"> </a></td><td>Name</td><td>The full name of the client</td></tr><tr><td style=\"white-space:nowrap\">DE3<a name=\"IMMZ.C-DE3\"> </a></td><td>First name</td><td>Client's first name or given name</td></tr><tr><td style=\"white-space:nowrap\">DE4<a name=\"IMMZ.C-DE4\"> </a></td><td>Family name</td><td>Client's family name or last name</td></tr><tr><td style=\"white-space:nowrap\">DE5<a name=\"IMMZ.C-DE5\"> </a></td><td>Sex</td><td>Documentation of a specific instance of sex information for the client</td></tr><tr><td style=\"white-space:nowrap\">DE6<a name=\"IMMZ.C-DE6\"> </a></td><td>Male</td><td>Client's biological sex is male</td></tr><tr><td style=\"white-space:nowrap\">DE7<a name=\"IMMZ.C-DE7\"> </a></td><td>Female</td><td>Client's biological sex is female</td></tr><tr><td style=\"white-space:nowrap\">DE8<a name=\"IMMZ.C-DE8\"> </a></td><td>Biological sex not specified</td><td>Client's biological sex is not specified</td></tr><tr><td style=\"white-space:nowrap\">DE9<a name=\"IMMZ.C-DE9\"> </a></td><td>Intersex</td><td>Client's biological sex is intersex</td></tr><tr><td style=\"white-space:nowrap\">DE10<a name=\"IMMZ.C-DE10\"> </a></td><td>Date of birth</td><td>Client's date of birth (DOB) if known; if unknown, use assigned DOB for administrative purposes</td></tr><tr><td style=\"white-space:nowrap\">DE13<a name=\"IMMZ.C-DE13\"> </a></td><td>Age</td><td>The client's calculated age (presented as number of years, months, weeks, days) based on the DOB and the visit date</td></tr><tr><td style=\"white-space:nowrap\">DE14<a name=\"IMMZ.C-DE14\"> </a></td><td>Caregivers (multiple)</td><td>Details of the client's caregiver (person) who could be next of kin (e.g. partner, husband, mother, sibling, etc.)</td></tr><tr><td style=\"white-space:nowrap\">DE15<a name=\"IMMZ.C-DE15\"> </a></td><td>Caregiver's full name</td><td>The full name of the client's caregiver</td></tr><tr><td style=\"white-space:nowrap\">DE16<a name=\"IMMZ.C-DE16\"> </a></td><td>Caregiver's first name</td><td>First or given name of the client's caregiver</td></tr><tr><td style=\"white-space:nowrap\">DE17<a name=\"IMMZ.C-DE17\"> </a></td><td>Caregiver's family name</td><td>Family name or last name of the client's caregiver</td></tr><tr><td style=\"white-space:nowrap\">DE18<a name=\"IMMZ.C-DE18\"> </a></td><td>Contact phone number</td><td>Client's phone number; can be a landline or a mobile phone number</td></tr><tr><td style=\"white-space:nowrap\">DE19<a name=\"IMMZ.C-DE19\"> </a></td><td>Address</td><td>Client's home address or address that the client is consenting to disclose</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://smart.who.int/immunizations/CodeSystem/IMMZ.C"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
  fhir:CodeSystem.name [ fhir:value "IMMZ_C"] ;
  fhir:CodeSystem.title [ fhir:value "IMMZ.C CodeSystem for Data Elements"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-07T22:09:13+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "WHO"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "WHO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://who.int" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "CodeSystem for IMMZ.C Data Elements"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "17"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Unique identifier" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Unique identifier for the client, according to the policies applicable to each country. There can be more than one unique identifier used to link records (e.g. national identification [ID], health ID, immunization information system ID, medical record ID)" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Name" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The full name of the client" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "First name" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's first name or given name" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE4" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Family name" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's family name or last name" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE5" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Sex" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Documentation of a specific instance of sex information for the client" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE6" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Male" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's biological sex is male" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE7" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Female" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's biological sex is female" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE8" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Biological sex not specified" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's biological sex is not specified" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE9" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Intersex" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's biological sex is intersex" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE10" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Date of birth" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's date of birth (DOB) if known; if unknown, use assigned DOB for administrative purposes" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE13" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Age" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The client's calculated age (presented as number of years, months, weeks, days) based on the DOB and the visit date" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE14" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Caregivers (multiple)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Details of the client's caregiver (person) who could be next of kin (e.g. partner, husband, mother, sibling, etc.)" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE15" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Caregiver's full name" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The full name of the client's caregiver" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE16" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Caregiver's first name" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "First or given name of the client's caregiver" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE17" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Caregiver's family name" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Family name or last name of the client's caregiver" ]
  ], [
     fhir:index 15 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE18" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Contact phone number" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's phone number; can be a landline or a mobile phone number" ]
  ], [
     fhir:index 16 ;
     fhir:CodeSystem.concept.code [ fhir:value "DE19" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Address" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Client's home address or address that the client is consenting to disclose" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/IMMZ.C.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/IMMZ.C.ttl> .