@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.I.DE48> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.I.DE48"] ; # 
  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.I.html\"><code>http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.I</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.I.html#IMMZ.I-DE49\">DE49</a></td><td>Broken/ Damaged</td><td>The vaccine is physically damaged or broken, rendering it unsuitable for use.</td></tr><tr><td><a href=\"CodeSystem-IMMZ.I.html#IMMZ.I-DE50\">DE50</a></td><td>Expired product</td><td>The vaccine has reached its expiration date and is no longer safe or effective for use.</td></tr><tr><td><a href=\"CodeSystem-IMMZ.I.html#IMMZ.I-DE51\">DE51</a></td><td>Cold storage malfunction</td><td>There has been a malfunction or failure in the cold storage equipment, which has led to the degradation of the vaccine.</td></tr><tr><td><a href=\"CodeSystem-IMMZ.I.html#IMMZ.I-DE52\">DE52</a></td><td>Vaccine vial monitor status change</td><td>The vaccine vial monitor has indicated a change in status, possibly indicating that the vaccines may no longer be viable.</td></tr><tr><td><a href=\"CodeSystem-IMMZ.I.html#IMMZ.I-DE53\">DE53</a></td><td>Frozen</td><td>Vaccine has been exposed to freezing temperatures, making it unsuitable for use as freezing can affect the integrity and efficacy of certain immunization products.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.I.DE48"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ_I_DE48"] ; # 
  fhir:title [ fhir:v "IMMZ.I.DE48 ValueSet for Closed stock discarded type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 Closed stock discarded type for IMMZ.I.DE48"] ; # 
  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.I"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "DE49" ] ;
         fhir:display [ fhir:v "Broken/ Damaged" ]
       ] [
         fhir:code [ fhir:v "DE50" ] ;
         fhir:display [ fhir:v "Expired product" ]
       ] [
         fhir:code [ fhir:v "DE51" ] ;
         fhir:display [ fhir:v "Cold storage malfunction" ]
       ] [
         fhir:code [ fhir:v "DE52" ] ;
         fhir:display [ fhir:v "Vaccine vial monitor status change" ]
       ] [
         fhir:code [ fhir:v "DE53" ] ;
         fhir:display [ fhir:v "Frozen" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

