@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://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D.DE95> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.D.DE95"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IMMZ.D.html\"><code>http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE96\">DE96</a></td><td>Severe local reaction</td><td>The client's reaction manifested in severe local reaction</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE98\">DE98</a></td><td>Seizures</td><td>The client's reaction manifested in seizures</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE99\">DE99</a></td><td>Abscess</td><td>The client's reaction manifested in an abscess</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE100\">DE100</a></td><td>Sepsis</td><td>The client's reaction manifested in sepsis</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE101\">DE101</a></td><td>Encephalopathy</td><td>The client's reaction manifested in encephalopathy</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE102\">DE102</a></td><td>Toxic shock syndrome</td><td>The client's reaction manifested in toxic shock syndrome</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE103\">DE103</a></td><td>Anaphylaxis</td><td>The client's reaction manifested in anaphylaxis</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE104\">DE104</a></td><td>Fever</td><td>The client's reaction manifested as a fever</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE105\">DE105</a></td><td>Other</td><td>The client's reaction manifested in another way</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D.DE95"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ_D_DE95"] ; # 
  fhir:title [ fhir:v "IMMZ.D.DE95 ValueSet for Reaction manifestation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-22T16:39:50+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "World Health Organization (WHO)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.who.int" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet for Reaction manifestation for IMMZ.D.DE95"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "DE96" ] ;
         fhir:display [ fhir:v "Severe local reaction" ]
       ] [
         fhir:code [ fhir:v "DE98" ] ;
         fhir:display [ fhir:v "Seizures" ]
       ] [
         fhir:code [ fhir:v "DE99" ] ;
         fhir:display [ fhir:v "Abscess" ]
       ] [
         fhir:code [ fhir:v "DE100" ] ;
         fhir:display [ fhir:v "Sepsis" ]
       ] [
         fhir:code [ fhir:v "DE101" ] ;
         fhir:display [ fhir:v "Encephalopathy" ]
       ] [
         fhir:code [ fhir:v "DE102" ] ;
         fhir:display [ fhir:v "Toxic shock syndrome" ]
       ] [
         fhir:code [ fhir:v "DE103" ] ;
         fhir:display [ fhir:v "Anaphylaxis" ]
       ] [
         fhir:code [ fhir:v "DE104" ] ;
         fhir:display [ fhir:v "Fever" ]
       ] [
         fhir:code [ fhir:v "DE105" ] ;
         fhir:display [ fhir:v "Other" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

