@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/CodeSystem/icr-coverage-source-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "icr-coverage-source-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem icr-coverage-source-cs</b></p><a name=\"icr-coverage-source-cs\"> </a><a name=\"hcicr-coverage-source-cs\"> </a><p>This case-sensitive code system <code>https://icr.healthcampaigns.org/CodeSystem/icr-coverage-source-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">administrative<a name=\"icr-coverage-source-cs-administrative\"> </a></td><td>Administrative</td><td>Doses/treatments delivered ÷ planning denominator, from tallies.</td><td>Couverture administrative</td></tr><tr><td style=\"white-space:nowrap\">survey<a name=\"icr-coverage-source-cs-survey\"> </a></td><td>Coverage survey</td><td>Post-campaign cluster survey estimate.</td><td>Enquête de couverture</td></tr><tr><td style=\"white-space:nowrap\">lqas<a name=\"icr-coverage-source-cs-lqas\"> </a></td><td>LQAS</td><td>Lot quality assurance sampling classification.</td><td>Échantillonnage par lots pour l'assurance de la qualité (LQAS)</td></tr><tr><td style=\"white-space:nowrap\">rcm<a name=\"icr-coverage-source-cs-rcm\"> </a></td><td>Rapid convenience monitoring</td><td>Non-probabilistic in-campaign spot checks.</td><td>Monitorage rapide de convenance</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-coverage-source-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ICRCoverageSourceCS"] ;
  fhir:CodeSystem.title [ fhir:value "ICR Coverage Source"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-07T08:41:18-04:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "UNICEF"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "The measurement lineage of a coverage figure. Administrative and independently-measured coverage are separately-sourced, first-class measures of the same conceptual quantity and must never be collapsed (working doc §4.1)."] ;
  fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "administrative" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Administrative" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Doses/treatments delivered ÷ planning denominator, from tallies." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Couverture administrative" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "survey" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Coverage survey" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Post-campaign cluster survey estimate." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Enquête de couverture" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "lqas" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "LQAS" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Lot quality assurance sampling classification." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Échantillonnage par lots pour l'assurance de la qualité (LQAS)" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "rcm" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Rapid convenience monitoring" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Non-probabilistic in-campaign spot checks." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Monitorage rapide de convenance" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://icr.healthcampaigns.org/CodeSystem/icr-coverage-source-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

