@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://fhir.org/guides/who/smart-immunization/PlanDefinition/IMMZ.DT.10.HPV> a fhir:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.DT.10.HPV"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"IMMZ.DT.10.HPV\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PlanDefinition &quot;IMMZ.DT.10.HPV&quot; </p></div><p><b>url</b>: <code>http://fhir.org/guides/who/smart-immunization/PlanDefinition/IMMZ.DT.10.HPV</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: IMMZ.DT.10.HPV</p><p><b>title</b>: IMMZ.DT.10.HPV</p><p><b>status</b>: draft</p><p><b>date</b>: 2023-08-02 04:40:13+0000</p><p><b>publisher</b>: World Health Organization (WHO)</p><p><b>description</b>: If child or person has not been vaccinated, give HPV vaccine according to the defined schedule</p><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>library</b>: <a href=\"Library-IMMZDT10.html\">IMMZDT10</a></p><blockquote><p><b>action</b></p><p><b>title</b>: Immunize Patient for HPV</p><p><b>description</b>: Provide HPV immunizations</p><blockquote><p><b>condition</b></p><p><b>kind</b>: applicability</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Provision of the HPV dose</td><td>text/cql</td><td>Provision of the HPV dose</td></tr></table></blockquote><p><b>definition</b>: <a href=\"ActivityDefinition-IMMZ.DT.10.HPV.01.html\">IMMZ.DT.10.HPV.01</a></p></blockquote></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/who/smart-immunization/PlanDefinition/IMMZ.DT.10.HPV"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IMMZ.DT.10.HPV"] ; # 
  fhir:title [ fhir:v "IMMZ.DT.10.HPV"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-08-02T04:40:13+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; # 
  fhir:description [ fhir:v "If child or person has not been vaccinated, give HPV vaccine according to the defined schedule"] ; # 
  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:library ( [
     fhir:v "http://fhir.org/guides/who/smart-immunization/Library/IMMZDT10"^^xsd:anyURI ;
     fhir:link <http://fhir.org/guides/who/smart-immunization/Library/IMMZDT10>
  ] ) ; # 
  fhir:action ( [
     fhir:title [ fhir:v "Immunize Patient for HPV" ] ;
     fhir:description [ fhir:v "Provide HPV immunizations" ] ;
     fhir:condition ( [
       fhir:kind [ fhir:v "applicability" ] ;
       fhir:expression [
         fhir:description [ fhir:v "Provision of the HPV dose" ] ;
         fhir:language [ fhir:v "text/cql" ] ;
         fhir:expression [ fhir:v "Provision of the HPV dose" ]
       ]
     ] ) ;
     fhir:definition [
       fhir:v "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.10.HPV.01"^^xsd:anyURI ;
       fhir:link <http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.10.HPV.01>
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

