@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/immunizations/ValueSet/IMMZ.D.DE241> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.D.DE241"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IMMZ.D.DE241</b></p><a name=\"IMMZ.D.DE241\"> </a><a name=\"hcIMMZ.D.DE241\"> </a><p>This value set expansion contains 3 concepts.</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"IMMZ.D.DE241-http://smart.who.int/immunizations/CodeSystem/IMMZ.D-DE264\"> </a><code>http://smart.who.int/immunizations/CodeSystem/IMMZ.D</code></td><td style=\"white-space:nowrap\">  <a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE264\">DE264</a></td><td>Positive</td><td>The client has detectable antibodies against the dengue virus, suggesting past exposure or vaccination</td></tr><tr><td><a name=\"IMMZ.D.DE241-http://smart.who.int/immunizations/CodeSystem/IMMZ.D-DE265\"> </a><code>http://smart.who.int/immunizations/CodeSystem/IMMZ.D</code></td><td style=\"white-space:nowrap\">  <a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE265\">DE265</a></td><td>Negative</td><td>The client does not have detectable antibodies, indicating no previous exposure or vaccination against the dengue virus</td></tr><tr><td><a name=\"IMMZ.D.DE241-http://smart.who.int/immunizations/CodeSystem/IMMZ.D-DE266\"> </a><code>http://smart.who.int/immunizations/CodeSystem/IMMZ.D</code></td><td style=\"white-space:nowrap\">  <a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE266\">DE266</a></td><td>Unknown</td><td>The client's dengue serostatus is unknown</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://smart.who.int/immunizations/ValueSet/IMMZ.D.DE241"^^xsd:anyURI ;
     fhir:l <http://smart.who.int/immunizations/ValueSet/IMMZ.D.DE241>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "IMMZ_D_DE241"] ; # 
  fhir:title [ fhir:v "IMMZ.D.DE241 ValueSet for Dengue serostatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-31T13:54:17+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 "ValueSet for Dengue serostatus for IMMZ.D.DE241"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://smart.who.int/immunizations/CodeSystem/IMMZ.D"^^xsd:anyURI ;
         fhir:l <http://smart.who.int/immunizations/CodeSystem/IMMZ.D>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "DE264" ] ;
         fhir:display [ fhir:v "Positive" ]
       ] [
         fhir:code [ fhir:v "DE265" ] ;
         fhir:display [ fhir:v "Negative" ]
       ] [
         fhir:code [ fhir:v "DE266" ] ;
         fhir:display [ fhir:v "Unknown" ]
       ] )
     ] )
  ] ; # 
  fhir:expansion [
     fhir:timestamp [ fhir:v "2025-06-25T16:39:07.092Z"^^xsd:dateTime ] ;
     fhir:contains ( [
       fhir:system [
         fhir:v "http://smart.who.int/immunizations/CodeSystem/IMMZ.D"^^xsd:anyURI ;
         fhir:l <http://smart.who.int/immunizations/CodeSystem/IMMZ.D>
       ] ;
       fhir:code [ fhir:v "DE264" ] ;
       fhir:display [ fhir:v "Positive" ]
     ] [
       fhir:system [
         fhir:v "http://smart.who.int/immunizations/CodeSystem/IMMZ.D"^^xsd:anyURI ;
         fhir:l <http://smart.who.int/immunizations/CodeSystem/IMMZ.D>
       ] ;
       fhir:code [ fhir:v "DE265" ] ;
       fhir:display [ fhir:v "Negative" ]
     ] [
       fhir:system [
         fhir:v "http://smart.who.int/immunizations/CodeSystem/IMMZ.D"^^xsd:anyURI ;
         fhir:l <http://smart.who.int/immunizations/CodeSystem/IMMZ.D>
       ] ;
       fhir:code [ fhir:v "DE266" ] ;
       fhir:display [ fhir:v "Unknown" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

