WHO SMART Trust
1.1.4 - CI Build International flag

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

: WHO SMART Trust Domains - TTL Representation

Draft as of 2024-04-29

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: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>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></tr><tr><td style=\"white-space:nowrap\">DDCC<a name=\"WHO.TRUST.DOMAIN-DDCC\"> </a></td><td>WHO 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></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/trust/CodeSystem/WHO.TRUST.DOMAIN"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.4"] ; # 
  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"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-29T06:36:39+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"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "DDCC" ] ;
fhir:display [ fhir:v "WHO DDCC" ]
  ] [
fhir:code [ fhir:v "IPS-PILGRIMAGE" ] ;
fhir:display [ fhir:v "IPS for Pilgrimage" ]
  ] ) . #