@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.DE107> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.D.DE107"] ; # 
  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-DE174\">DE174</a></td><td>Non serious</td><td>The reaction resulted in a mild or minor response and did not pose a significant threat to client's health</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE108\">DE108</a></td><td>Death</td><td>The reaction resulted in the client's death</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE109\">DE109</a></td><td>Life threatening</td><td>The reaction threatened the client's life</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE110\">DE110</a></td><td>Disability</td><td>The reaction resulted in a disability</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE111\">DE111</a></td><td>Hospitalization</td><td>The reaction resulted in a hospitalization</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE112\">DE112</a></td><td>Congenital anomaly</td><td>The reaction was a congenital anomaly or birth defect</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D.DE107"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ_D_DE107"] ; # 
  fhir:title [ fhir:v "IMMZ.D.DE107 ValueSet for Type of reaction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-04T07:29:23+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 Type of reaction for IMMZ.D.DE107"] ; # 
  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 "DE174" ] ;
         fhir:display [ fhir:v "Non serious" ]
       ] [
         fhir:code [ fhir:v "DE108" ] ;
         fhir:display [ fhir:v "Death" ]
       ] [
         fhir:code [ fhir:v "DE109" ] ;
         fhir:display [ fhir:v "Life threatening" ]
       ] [
         fhir:code [ fhir:v "DE110" ] ;
         fhir:display [ fhir:v "Disability" ]
       ] [
         fhir:code [ fhir:v "DE111" ] ;
         fhir:display [ fhir:v "Hospitalization" ]
       ] [
         fhir:code [ fhir:v "DE112" ] ;
         fhir:display [ fhir:v "Congenital anomaly" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

