@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 -------------------------------------------------------------------

<https://fhir.icr.unicef.org/PlanDefinition/example-mr-sia-protocol> a fhir:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-mr-sia-protocol"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.icr.unicef.org/StructureDefinition/ICRCampaignProtocol" ;
       fhir:index 0 ;
       fhir:link <https://fhir.icr.unicef.org/StructureDefinition/ICRCampaignProtocol>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n    <table class=\"grid dict\">\n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">example-mr-sia-protocol</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Url: </b></th>\n            <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-example-mr-sia-protocol.html\">Measles–rubella SIA, 9 months–14 years</a></td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Version: </b></th>\n            <td style=\"padding-left: 4px;\">0.1.0</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Title: </b></th>\n            <td style=\"padding-left: 4px;\">Measles–rubella SIA, 9 months–14 years</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Type: </b></th>\n            <td style=\"padding-left: 4px;\">\n                \n                    \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>system: </b> <span><a href=\"CodeSystem-icr-campaign-type-cs.html\">https://fhir.icr.unicef.org/CodeSystem/icr-campaign-type-cs</a></span>\n                        </p>\n                        \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>code: </b> <span>vaccination-sia</span>\n                        </p>\n                        \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>display: </b> <span>Vaccination campaign (SIA)</span>\n                        </p>\n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date: </b></th>\n            <td style=\"padding-left: 4px;\">2026-07-03 15:57:55-0400</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Publisher: </b></th>\n            <td style=\"padding-left: 4px;\">UNICEF Integrated Campaign Registry project (Ona + Crosscut)</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Jurisdiction: </b></th>\n            <td style=\"padding-left: 4px;\">001</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Actions: </b></th>\n            <td style=\"padding-left: 4px;\">\n                <table class=\"grid-dict\">\n                    \n                    <tr>\n                        <td>\n                            \n                            <b> Administer MCV to all children 9 months–14 years regardless of prior vaccination status:</b> \n                            \n                            <br/>\n                            \n                            \n                            \n                            \n                            <b>Then:</b> <i>Definition:</i> <a href=\"ActivityDefinition-example-mcv-activity.html\">Administer measles-containing vaccine, 9 months–14 years</a><br/>\n                            \n                            \n                            \n                        </td>\n                    </tr>\n                    \n                </table>\n            </td>\n        </tr>\n        \n    </table>\n</div>\n</div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/delivery-strategy" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-delivery-strategy-cs" ] ;
         fhir:Coding.code [ fhir:value "fixed-post" ] ;
         fhir:Coding.display [ fhir:value "Fixed post" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/delivery-strategy" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-delivery-strategy-cs" ] ;
         fhir:Coding.code [ fhir:value "house-to-house" ] ;
         fhir:Coding.display [ fhir:value "House-to-house" ]
       ]
     ]
  ] ;
  fhir:PlanDefinition.url [ fhir:value "https://fhir.icr.unicef.org/PlanDefinition/example-mr-sia-protocol"] ;
  fhir:PlanDefinition.version [ fhir:value "0.1.0"] ;
  fhir:PlanDefinition.title [ fhir:value "Measles–rubella SIA, 9 months–14 years"] ;
  fhir:PlanDefinition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-campaign-type-cs" ] ;
       fhir:Coding.code [ fhir:value "vaccination-sia" ] ;
       fhir:Coding.display [ fhir:value "Vaccination campaign (SIA)" ]
     ]
  ] ;
  fhir:PlanDefinition.status [ fhir:value "active"] ;
  fhir:PlanDefinition.date [ fhir:value "2026-07-03T15:57:55-04:00"^^xsd:dateTime] ;
  fhir:PlanDefinition.publisher [ fhir:value "UNICEF Integrated Campaign Registry project (Ona + Crosscut)"] ;
  fhir:PlanDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "UNICEF Integrated Campaign Registry project (Ona + Crosscut)" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://ona.io" ]
     ]
  ] ;
  fhir:PlanDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ] ;
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ] ;
  fhir:PlanDefinition.goal [
     fhir:index 0 ;
     fhir:PlanDefinition.goal.description [
       fhir:CodeableConcept.text [ fhir:value "≥95% administrative coverage in every district, verified by post-campaign survey" ]
     ]
  ] ;
  fhir:PlanDefinition.action [
     fhir:index 0 ;
     fhir:PlanDefinition.action.title [ fhir:value "Administer MCV to all children 9 months–14 years regardless of prior vaccination status" ] ;
     fhir:PlanDefinition.action.definitionCanonical [
       fhir:value "https://fhir.icr.unicef.org/ActivityDefinition/example-mcv-activity" ;
       fhir:link <https://fhir.icr.unicef.org/ActivityDefinition/example-mcv-activity>
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.icr.unicef.org/PlanDefinition/example-mr-sia-protocol.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

