@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/icvp/ValueSet/ICVPDiseaseTargeted> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ICVPDiseaseTargeted"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ICVPDiseaseTargeted</b></p><a name=\"ICVPDiseaseTargeted\"> </a><a name=\"hcICVPDiseaseTargeted\"> </a><a name=\"ICVPDiseaseTargeted-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://smart.who.int/ts/0.1.0/CodeSystem-ICD11.html\"><code>http://id.who.int/icd/release/11/mms</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=\"http://smart.who.int/ts/0.1.0/CodeSystem-ICD11.html#ICD11-1D47\">1D47</a></td><td>Yellow fever</td><td>Yellow fever</td></tr><tr><td><a href=\"http://smart.who.int/ts/0.1.0/CodeSystem-ICD11.html#ICD11-1C81\">1C81</a></td><td>Poliomyelitis</td><td>Poliomyelitis</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/icvp/ValueSet/ICVPDiseaseTargeted"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ICVPDiseaseTargeted"] ; # 
  fhir:title [ fhir:v "ICVP Disease Targeted"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-02-09T08:25:02+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 "Value set for yellow fever and polio only"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://id.who.int/icd/release/11/mms"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "1D47" ] ;
         fhir:display [ fhir:v "Yellow fever" ]
       ] [
         fhir:code [ fhir:v "1C81" ] ;
         fhir:display [ fhir:v "Poliomyelitis" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

