@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://icr.healthcampaigns.org/PlanDefinition/example-sch-mda-protocol> a fhir:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-sch-mda-protocol"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignProtocol" ;
       fhir:index 0 ;
       fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignProtocol>
     ] ;
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs" ] ;
       fhir:Coding.code [ fhir:value "gallery" ] ;
       fhir:Coding.display [ fhir:value "Gallery" ]
     ]
  ] ;
  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-sch-mda-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-sch-mda-protocol.html\">Schistosomiasis MDA (praziquantel), entire population 2 years and older</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;\">Schistosomiasis MDA (praziquantel), entire population 2 years and older</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://icr.healthcampaigns.org/CodeSystem/icr-campaign-type-cs</a></span>\n                        </p>\n                        \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>code: </b> <span>mda</span>\n                        </p>\n                        \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>display: </b> <span>Mass drug administration</span>\n                        </p>\n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Subject: </b></th>\n            \n            <td style=\"padding-left: 4px;\">\n                \n                \n                    Entire population 2 years and older (national SCH policy)\n                \n            </td>\n            \n            \n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date: </b></th>\n            <td style=\"padding-left: 4px;\">2026-07-27 14:49:00+0000</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Publisher: </b></th>\n            <td style=\"padding-left: 4px;\">UNICEF</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    </table>\n</div>\n</div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/delivery-strategy" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-delivery-strategy-cs" ] ;
         fhir:Coding.code [ fhir:value "community-directed" ] ;
         fhir:Coding.display [ fhir:value "Community-directed" ]
       ]
     ]
  ] ;
  fhir:PlanDefinition.url [ fhir:value "https://icr.healthcampaigns.org/PlanDefinition/example-sch-mda-protocol"] ;
  fhir:PlanDefinition.version [ fhir:value "0.1.0"] ;
  fhir:PlanDefinition.title [ fhir:value "Schistosomiasis MDA (praziquantel), entire population 2 years and older"] ;
  fhir:PlanDefinition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-campaign-type-cs" ] ;
       fhir:Coding.code [ fhir:value "mda" ] ;
       fhir:Coding.display [ fhir:value "Mass drug administration" ]
     ]
  ] ;
  fhir:PlanDefinition.status [ fhir:value "active"] ;
  fhir:PlanDefinition.subjectCodeableConcept [
     fhir:CodeableConcept.text [ fhir:value "Entire population 2 years and older (national SCH policy)" ]
  ] ;
  fhir:PlanDefinition.date [ fhir:value "2026-07-27T14:49:00+00:00"^^xsd:dateTime] ;
  fhir:PlanDefinition.publisher [ fhir:value "UNICEF"] ;
  fhir:PlanDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "UNICEF" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.unicef.org" ]
     ]
  ] ;
  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 "≥75% epidemiological coverage of the eligible population" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://icr.healthcampaigns.org/PlanDefinition/example-sch-mda-protocol.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

