@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.DE86> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.D.DE86"] ; # 
  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-DE87\">DE87</a></td><td>Counselling on functions of the immunological system</td><td>Explaining to the client or caregiver how the vaccines work by triggering the body to produce an immune response</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE88\">DE88</a></td><td>Advising about functions of the immunological system</td><td>Explaining to the client or caregiver how the vaccines work by triggering the body to produce an immune response</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE89\">DE89</a></td><td>Education to influence immunization behaviours</td><td>Public health interventions to improve general and accurate understanding and impacts of vaccines, and their role in preventing various diseases</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE90\">DE90</a></td><td>Advising about immunization behaviours</td><td>Public health interventions to improve general and accurate understanding and impacts of vaccines, and their role in preventing various diseases</td></tr><tr><td><a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE91\">DE91</a></td><td>Awareness raising to influence immunization behaviours</td><td>Public health interventions to improve general and accurate understanding and impacts of vaccines, and their role in preventing various diseases</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ig/smart-immunizations/ValueSet/IMMZ.D.DE86"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ_D_DE86"] ; # 
  fhir:title [ fhir:v "IMMZ.D.DE86 ValueSet for Client education and counselling on immunization"] ; # 
  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 Client education and counselling on immunization for IMMZ.D.DE86"] ; # 
  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 "DE87" ] ;
         fhir:display [ fhir:v "Counselling on functions of the immunological system" ]
       ] [
         fhir:code [ fhir:v "DE88" ] ;
         fhir:display [ fhir:v "Advising about functions of the immunological system" ]
       ] [
         fhir:code [ fhir:v "DE89" ] ;
         fhir:display [ fhir:v "Education to influence immunization behaviours" ]
       ] [
         fhir:code [ fhir:v "DE90" ] ;
         fhir:display [ fhir:v "Advising about immunization behaviours" ]
       ] [
         fhir:code [ fhir:v "DE91" ] ;
         fhir:display [ fhir:v "Awareness raising to influence immunization behaviours" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

