@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://smart.who.int/trust/CodeSystem/WHO.TRUST.DOMAIN> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "WHO.TRUST.DOMAIN"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem WHO.TRUST.DOMAIN</b></p><a name=\"WHO.TRUST.DOMAIN\"> </a><a name=\"hcWHO.TRUST.DOMAIN\"> </a><a name=\"WHO.TRUST.DOMAIN-en-US\"> </a><p>This case-sensitive code system <code>http://smart.who.int/trust/CodeSystem/WHO.TRUST.DOMAIN</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\">DDCC<a name=\"WHO.TRUST.DOMAIN-DDCC\"> </a></td><td>DDCC</td><td>The Digital Documentation for COVID-19 Certificates (DDCC) is defined by the SMART Implementation Guide at http://smart.who.int/ddcc</td></tr><tr><td style=\"white-space:nowrap\">IPS-PILGRIMAGE<a name=\"WHO.TRUST.DOMAIN-IPS-PILGRIMAGE\"> </a></td><td>IPS for Pilgrimage</td><td>The IPS for Pilgrimage is defined by the SMART Implementation Guide at http://smart.who.int/ips-pilgrimage</td></tr><tr><td style=\"white-space:nowrap\">PH4H<a name=\"WHO.TRUST.DOMAIN-PH4H\"> </a></td><td>Pan-American Highway for Digital Health (PH4H)</td><td>The Pan-American Highway for Digital Health (PH4H) is defined by SMART Implementation Guide at https://worldhealthorganization.github.io/smart-ph4h/</td></tr><tr><td style=\"white-space:nowrap\">ICVP<a name=\"WHO.TRUST.DOMAIN-ICVP\"> </a></td><td>International Certificate of Vaccination of Prophylaxsis (ICVP)</td><td>The International Certificate of Vaccination of Prophylaxsis (ICVP) is defined by SMART Implementation Guide at https://worldhealthorganization.github.io/smart-icvp/</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/trust/CodeSystem/WHO.TRUST.DOMAIN"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.6"] ; # 
  fhir:name [ fhir:v "WHO_TRUST_DOMAIN"] ; # 
  fhir:title [ fhir:v "WHO SMART Trust Domains"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-03-10T14:39:50+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 "Controlled vocabulary used to define WHO SMART Trust network service provider characteristics."] ; # 
  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:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "DDCC" ] ;
     fhir:display [ fhir:v "DDCC" ] ;
     fhir:definition [ fhir:v "The Digital Documentation for COVID-19 Certificates (DDCC) is defined by the SMART Implementation Guide at http://smart.who.int/ddcc" ]
  ] [
     fhir:code [ fhir:v "IPS-PILGRIMAGE" ] ;
     fhir:display [ fhir:v "IPS for Pilgrimage" ] ;
     fhir:definition [ fhir:v "The IPS for Pilgrimage is defined by the SMART Implementation Guide at http://smart.who.int/ips-pilgrimage" ]
  ] [
     fhir:code [ fhir:v "PH4H" ] ;
     fhir:display [ fhir:v "Pan-American Highway for Digital Health (PH4H)" ] ;
     fhir:definition [ fhir:v "The Pan-American Highway for Digital Health (PH4H) is defined by SMART Implementation Guide at https://worldhealthorganization.github.io/smart-ph4h/" ]
  ] [
     fhir:code [ fhir:v "ICVP" ] ;
     fhir:display [ fhir:v "International Certificate of Vaccination of Prophylaxsis (ICVP)" ] ;
     fhir:definition [ fhir:v "The International Certificate of Vaccination of Prophylaxsis (ICVP) is defined by SMART Implementation Guide at https://worldhealthorganization.github.io/smart-icvp/" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

