Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build International flag

Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: IRS Rokupr — 2026 annual round - TTL Representation

Raw ttl | Download


@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://hl7.org/fhir/CarePlan/example-irs-round> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-irs-round"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRCampaign" ;
       fhir:index 0 ;
       fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRCampaign>
     ] ;
     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\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan example-irs-round</b></p><a name=\"example-irs-round\"> </a><a name=\"hcexample-irs-round\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ICRCampaign.html\">ICR Campaign</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">Gallery (Details: ICR Project Tag code gallery = 'Gallery')</a></p></div><p><b>Target Geography</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p><p><b>Planning Denominator</b>: <a href=\"Group-example-target-population-irs.html\">Group Population protected by IRS, Rokupr settlement (resident population of targeted structures)</a></p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-example-irs-protocol.html\">Indoor residual spraying, all eligible structures, annual round</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-campaign-type-cs irs}\">Indoor residual spraying</span></p><p><b>title</b>: IRS, Rokupr settlement, 2026 annual round</p><p><b>subject</b>: <a href=\"Group-example-target-population-irs.html\">Group Population protected by IRS, Rokupr settlement (resident population of targeted structures)</a></p><p><b>period</b>: 2026-05-04 --&gt; 2026-05-15</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/target-geography" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Location/example-settlement> ;
       fhir:Reference.reference [ fhir:value "Location/example-settlement" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/planning-denominator" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Group/example-target-population-irs> ;
       fhir:Reference.reference [ fhir:value "Group/example-target-population-irs" ]
     ]
  ] ;
  fhir:CarePlan.instantiatesCanonical [
     fhir:value "https://icr.healthcampaigns.org/PlanDefinition/example-irs-protocol" ;
     fhir:index 0 ;
     fhir:link <https://icr.healthcampaigns.org/PlanDefinition/example-irs-protocol>
  ] ;
  fhir:CarePlan.status [ fhir:value "completed"] ;
  fhir:CarePlan.intent [ fhir:value "order"] ;
  fhir:CarePlan.category [
     fhir:index 0 ;
     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 "irs" ]
     ]
  ] ;
  fhir:CarePlan.title [ fhir:value "IRS, Rokupr settlement, 2026 annual round"] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Group/example-target-population-irs> ;
     fhir:Reference.reference [ fhir:value "Group/example-target-population-irs" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2026-05-04"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-05-15"^^xsd:date ]
  ] .

<http://hl7.org/fhir/Location/example-settlement> a fhir:Location .

<http://hl7.org/fhir/Group/example-target-population-irs> a fhir:Group .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/example-irs-round.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CarePlan/example-irs-round.ttl> .