SMART Base
0.3.0 - ci-build

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

: Health System Challenges - TTL Representation

Active as of 2026-08-26

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/CDSCv1> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CDSCv1"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CDSCv1</b></p><a name=\"CDSCv1\"> </a><a name=\"hcCDSCv1\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CDSCv1.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv1</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.3.0</span></li></ul></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : EnsembleValeurs CDSCv1</b></p><a name=\"fr-CDSCv1\"> </a><a name=\"fr-hcCDSCv1\"> </a><ul><li>Include tous les codes définis dans <a href=\"CodeSystem-CDSCv1.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv1</code></a><span title=\"La version n'est pas explicitement indiquée, ce qui signifie quelle est fixée à la version fournie dans cette spécification\"> version ?0.3.0</span></li></ul></div><div xml:lang=\"ar\" lang=\"ar\"><hr/><p><b>Arabic</b></p><hr/><p class=\"res-header-id\"><b>السرد المُنشأ: ValueSet CDSCv1</b></p><a name=\"ar-CDSCv1\"> </a><a name=\"ar-hcCDSCv1\"> </a><ul><li>Include جميع الرموز المحددة في <a href=\"CodeSystem-CDSCv1.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv1</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> الإصدار ?0.3.0</span></li></ul></div><div xml:lang=\"zh\" lang=\"zh\"><hr/><p><b>Chinese</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: 取值集合 CDSCv1</b></p><a name=\"zh-CDSCv1\"> </a><a name=\"zh-hcCDSCv1\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CDSCv1.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv1</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.3.0</span></li></ul></div><div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: ValueSet CDSCv1</b></p><a name=\"ru-CDSCv1\"> </a><a name=\"ru-hcCDSCv1\"> </a><ul><li>Include все коды, определенные в <a href=\"CodeSystem-CDSCv1.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv1</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> версия ?0.3.0</span></li></ul></div><div xml:lang=\"es\" lang=\"es\"><hr/><p><b>Spanish</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ConjuntoValores / ConjuntoDeValores CDSCv1</b></p><a name=\"es-CDSCv1\"> </a><a name=\"es-hcCDSCv1\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CDSCv1.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv1</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.3.0</span></li></ul></div></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://smart.who.int/base/ValueSet/CDSCv1"] ;
  fhir:ValueSet.version [ fhir:value "0.3.0"] ;
  fhir:ValueSet.name [ fhir:value "CDSCv1"] ;
  fhir:ValueSet.title [ fhir:value "Health System Challenges"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-26T08:25:07+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "WHO"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "WHO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://who.int" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Value set for Health System Challenges (Classification of Digital Health System Categories v1, 2018). Includes all 25 system category codes (A–Y)."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://smart.who.int/base/CodeSystem/CDSCv1" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/CDSCv1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/CDSCv1.ttl> .