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

: STH MDA, Rokupr community — February 2026 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-mda-round> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-mda-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 "mda" ] ;
       fhir:Coding.display [ fhir:value "MDA (Rokupr)" ]
     ]
  ] ;
  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-mda-round</b></p><a name=\"example-mda-round\"> </a><a name=\"hcexample-mda-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\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</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-sth.html\">Group At-risk population, Rokupr community (STH MDA 2026 planning denominator)</a></p><p><b>Real-time vs Reconciled</b>: reconciled</p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-example-sth-mda-protocol.html\">Soil-transmitted helminthiasis MDA (albendazole), community-directed distribution</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 mda}\">Mass drug administration</span></p><p><b>title</b>: STH MDA (albendazole), Rokupr community, February 2026</p><p><b>subject</b>: <a href=\"Group-example-target-population-sth.html\">Group At-risk population, Rokupr community (STH MDA 2026 planning denominator)</a></p><p><b>period</b>: 2026-02-08 --&gt; 2026-02-12</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-sth> ;
       fhir:Reference.reference [ fhir:value "Group/example-target-population-sth" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/realtime-vs-reconciled" ] ;
     fhir:Extension.valueCode [ fhir:value "reconciled" ]
  ] ;
  fhir:CarePlan.instantiatesCanonical [
     fhir:value "https://icr.healthcampaigns.org/PlanDefinition/example-sth-mda-protocol" ;
     fhir:index 0 ;
     fhir:link <https://icr.healthcampaigns.org/PlanDefinition/example-sth-mda-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 "mda" ] ;
       fhir:Coding.display [ fhir:value "Mass drug administration" ]
     ]
  ] ;
  fhir:CarePlan.title [ fhir:value "STH MDA (albendazole), Rokupr community, February 2026"] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Group/example-target-population-sth> ;
     fhir:Reference.reference [ fhir:value "Group/example-target-population-sth" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2026-02-08"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-02-12"^^xsd:date ]
  ] .

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

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

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

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