SMART ICVP
0.3.0 - ci-build

SMART ICVP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-icvp/ and changes regularly. See the Directory of published versions

: Prequalified Vaccines - Manufacturer names - TTL Representation

Active as of 2026-09-22

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/VaccineManufacturer> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "VaccineManufacturer"] ;
  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 VaccineManufacturer</b></p><a name=\"VaccineManufacturer\"> </a><a name=\"hcVaccineManufacturer\"> </a><p>This  code system <code>http://smart.who.int/icvp/CodeSystem/VaccineManufacturer</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\">9f078889f4903702762d00303f0ff713<a name=\"VaccineManufacturer-9f078889f4903702762d00303f0ff713\"> </a></td><td>Federal State Autonomous Scientific Institution «Chumakov Federal Scientific Center for Research &amp; Development of Immune-And Biological Products», Russian Academy of Sciences</td></tr><tr><td style=\"white-space:nowrap\">fca41003618e5d38b1d6e5d20833ca98<a name=\"VaccineManufacturer-fca41003618e5d38b1d6e5d20833ca98\"> </a></td><td>Institut Pasteur de Dakar</td></tr><tr><td style=\"white-space:nowrap\">f18703fb02e156a8ae879e4216f6c561<a name=\"VaccineManufacturer-f18703fb02e156a8ae879e4216f6c561\"> </a></td><td>Sanofi Pasteur</td></tr><tr><td style=\"white-space:nowrap\">51a62ec68a89ce14cf95679495b66719<a name=\"VaccineManufacturer-51a62ec68a89ce14cf95679495b66719\"> </a></td><td>Bio-Manguinhos/Fiocruz</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://smart.who.int/icvp/CodeSystem/VaccineManufacturer"] ;
  fhir:CodeSystem.version [ fhir:value "0.3.0"] ;
  fhir:CodeSystem.name [ fhir:value "VaccineManufacturer"] ;
  fhir:CodeSystem.title [ fhir:value "Prequalified Vaccines - Manufacturer names"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-22T11:16:18+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 "List of WHO Prequalified Vaccines - Manufacturer names"] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "9f078889f4903702762d00303f0ff713" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Federal State Autonomous Scientific Institution «Chumakov Federal Scientific Center for Research & Development of Immune-And Biological Products», Russian Academy of Sciences" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "fca41003618e5d38b1d6e5d20833ca98" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Institut Pasteur de Dakar" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "f18703fb02e156a8ae879e4216f6c561" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Sanofi Pasteur" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "51a62ec68a89ce14cf95679495b66719" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bio-Manguinhos/Fiocruz" ]
  ] .

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

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