@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.11.JE.01> a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IMMZ.DT.11.JE.01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"IMMZ.DT.11.JE.01\"> </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 ActivityDefinition &quot;IMMZ.DT.11.JE.01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <code>http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity</code></p></div><p><b>url</b>: <code>http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.11.JE.01</code></p><p><b>version</b>: 0.1.0</p><p><b>title</b>: IMMZ.DT.11.JE.01</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2022-05-06 12:05:48-0400</p><p><b>publisher</b>: World Health Organization (WHO)</p><p><b>contact</b>: <a href=\"https://who.int\">https://who.int</a></p><p><b>description</b>: Provide Japanese Encephalitis immunizations – using the &quot;Japanese Encephalitis vaccine immunization – NO PREVIOUS&quot; schedule (2 dose scheme)</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>kind</b>: ImmunizationRecommendation</p><p><b>code</b>: Administration of vaccine to produce active immunity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#33879002)</span></p><p><b>intent</b>: proposal</p><p><b>doNotPerform</b>: false</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recommendation.targetDisease</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql</td><td>Code { system: 'http://id.who.int/icd/release/11/mms', code: '1C85', display: 'Japanese encephalitis' }</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recommendation.seriesDoses</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>The number of doses in this series.</td><td>text/cql</td><td>Number of Required JE Doses</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recommendation.doseNumber</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>The dose number being given.</td><td>text/cql</td><td>JE Next Dose Number</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recommendation.forecastStatus</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql</td><td>Code { system: 'http://terminology.hl7.org/CodeSystem/immunization-recommendation-status', code: 'due' }</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recommendation.dateCriterion[0].value</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>Due date of the dose</td><td>text/cql</td><td>Schedule Due Date for JE dose</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recommendation.dateCriterion[0].code</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>Date vaccine due</td><td>text/cql</td><td>Code { system: 'http://loinc.org', code: '30980-7' }</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.11.JE.01"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "IMMZ.DT.11.JE.01"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-05-06T12:05:48.6220215-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://who.int" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Provide Japanese Encephalitis immunizations – using the \"Japanese Encephalitis vaccine immunization – NO PREVIOUS\" schedule (2 dose scheme)"] ; # 
  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:kind [ fhir:v "ImmunizationRecommendation"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:33879002 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "33879002" ] ;
       fhir:display [ fhir:v "Administration of vaccine to produce active immunity" ]
     ] )
  ] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:doNotPerform [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:dynamicValue ( [
     fhir:path [ fhir:v "recommendation.targetDisease" ] ;
     fhir:expression [
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "Code { system: 'http://id.who.int/icd/release/11/mms', code: '1C85', display: 'Japanese encephalitis' }" ]
     ]
  ] [
     fhir:path [ fhir:v "recommendation.seriesDoses" ] ;
     fhir:expression [
       fhir:description [ fhir:v "The number of doses in this series." ] ;
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "Number of Required JE Doses" ]
     ]
  ] [
     fhir:path [ fhir:v "recommendation.doseNumber" ] ;
     fhir:expression [
       fhir:description [ fhir:v "The dose number being given." ] ;
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "JE Next Dose Number" ]
     ]
  ] [
     fhir:path [ fhir:v "recommendation.forecastStatus" ] ;
     fhir:expression [
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "Code { system: 'http://terminology.hl7.org/CodeSystem/immunization-recommendation-status', code: 'due' }" ]
     ]
  ] [
     fhir:path [ fhir:v "recommendation.dateCriterion[0].value" ] ;
     fhir:expression [
       fhir:description [ fhir:v "Due date of the dose" ] ;
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "Schedule Due Date for JE dose" ]
     ]
  ] [
     fhir:path [ fhir:v "recommendation.dateCriterion[0].code" ] ;
     fhir:expression [
       fhir:description [ fhir:v "Date vaccine due" ] ;
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "Code { system: 'http://loinc.org', code: '30980-7' }" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

