@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://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D1.DE56> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.D1.DE56"] ; # 
  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-DE57\">DE57</a></td><td>FSME-Immun</td><td>FSME-Immun vaccine product, which is an inactivated whole-virus vaccine for tick-borne encephalitis (TBE)</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE58\">DE58</a></td><td>Encepur</td><td>Encepur vaccine product, which is an inactivated viral vaccine for tick-borne encephalitis (TBE)</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE59\">DE59</a></td><td>TBE-Moscow</td><td>TBE-Moscow vaccine product, which is a vaccine for tick-borne encephalitis (TBE)</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D1.html#IMMZ.D1-DE60\">DE60</a></td><td>EnceVir</td><td>EnceVir vaccine product, which is a vaccine for tick-borne encephalitis (TBE)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D1.DE56"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ_D1_DE56"] ; # 
  fhir:title [ fhir:v "IMMZ.D1.DE56 ValueSet for Type of TBE dose"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-22T16:39:50+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 TBE dose for IMMZ.D1.DE56"] ; # 
  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 "DE57" ] ;
         fhir:display [ fhir:v "FSME-Immun" ]
       ] [
         fhir:code [ fhir:v "DE58" ] ;
         fhir:display [ fhir:v "Encepur" ]
       ] [
         fhir:code [ fhir:v "DE59" ] ;
         fhir:display [ fhir:v "TBE-Moscow" ]
       ] [
         fhir:code [ fhir:v "DE60" ] ;
         fhir:display [ fhir:v "EnceVir" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

