@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/base/ValueSet/CDSCv2> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CDSCv2"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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 CDSCv2</b></p><a name=\"CDSCv2\"> </a><a name=\"hcCDSCv2\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CDSCv2.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv2</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.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 CDSCv2</b></p><a name=\"fr-CDSCv2\"> </a><a name=\"fr-hcCDSCv2\"> </a><ul><li>Include tous les codes définis dans <a href=\"CodeSystem-CDSCv2.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv2</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.2.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 CDSCv2</b></p><a name=\"ar-CDSCv2\"> </a><a name=\"ar-hcCDSCv2\"> </a><ul><li>Include جميع الرموز المحددة في <a href=\"CodeSystem-CDSCv2.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv2</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> الإصدار ?0.2.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: 取值集合 CDSCv2</b></p><a name=\"zh-CDSCv2\"> </a><a name=\"zh-hcCDSCv2\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CDSCv2.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv2</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.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 CDSCv2</b></p><a name=\"ru-CDSCv2\"> </a><a name=\"ru-hcCDSCv2\"> </a><ul><li>Include все коды, определенные в <a href=\"CodeSystem-CDSCv2.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv2</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> версия ?0.2.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 CDSCv2</b></p><a name=\"es-CDSCv2\"> </a><a name=\"es-hcCDSCv2\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CDSCv2.html\"><code>http://smart.who.int/base/CodeSystem/CDSCv2</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.0</span></li></ul></div></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://smart.who.int/base/ValueSet/CDSCv2"^^xsd:anyURI ;
     fhir:l <http://smart.who.int/base/ValueSet/CDSCv2>
  ] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "CDSCv2"] ; # 
  fhir:title [ fhir:v "Services and Application Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-04-01T14:09:41+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 Services and Application Types (Classification of Digital Health Services and Application Types v2, CDISAH 2023). Includes all codes across the five architecture groups (A–E)."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://smart.who.int/base/CodeSystem/CDSCv2"^^xsd:anyURI ;
         fhir:l <http://smart.who.int/base/CodeSystem/CDSCv2>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

