SMART ICVP
0.1.0 - ci-build

SMART ICVP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.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

: ICVP Disease Targeted - TTL Representation

Draft as of 2024-10-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 -------------------------------------------------------------------

 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 "2024-10-07T07:08:56+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" ]       ] )     ] )
  ] . #