@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-funding-source-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "icr-funding-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-funding-source-cs</b></p><a name=\"icr-funding-source-cs\"> </a><a name=\"hcicr-funding-source-cs\"> </a><p>This case-sensitive code system <code>https://icr.healthcampaigns.org/CodeSystem/icr-funding-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></tr><tr><td style=\"white-space:nowrap\">government<a name=\"icr-funding-source-cs-government\"> </a></td><td>Government</td><td>Domestic government budget (national or sub-national).</td></tr><tr><td style=\"white-space:nowrap\">gavi<a name=\"icr-funding-source-cs-gavi\"> </a></td><td>Gavi</td><td>Gavi, the Vaccine Alliance (vaccine and/or operational-cost support).</td></tr><tr><td style=\"white-space:nowrap\">gpei<a name=\"icr-funding-source-cs-gpei\"> </a></td><td>GPEI</td><td>Global Polio Eradication Initiative.</td></tr><tr><td style=\"white-space:nowrap\">unicef<a name=\"icr-funding-source-cs-unicef\"> </a></td><td>UNICEF</td><td>UNICEF core or programme funds.</td></tr><tr><td style=\"white-space:nowrap\">who<a name=\"icr-funding-source-cs-who\"> </a></td><td>WHO</td><td>World Health Organization.</td></tr><tr><td style=\"white-space:nowrap\">global-fund<a name=\"icr-funding-source-cs-global-fund\"> </a></td><td>Global Fund</td><td>The Global Fund to Fight AIDS, Tuberculosis and Malaria (ITN/IRS campaigns).</td></tr><tr><td style=\"white-space:nowrap\">other-donor<a name=\"icr-funding-source-cs-other-donor\"> </a></td><td>Other donor</td><td>Any other bilateral, multilateral, philanthropic or NGO funder — name it in text.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"icr-funding-source-cs-unknown\"> </a></td><td>Unknown</td><td>Funding source not recorded.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-funding-source-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ICRFundingSourceCS"] ;
  fhir:CodeSystem.title [ fhir:value "ICR Funding Source"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-05T12:33:07+00: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 "Who paid for a cost line item — the funding envelope, not the spending organization (which is Observation.performer). Extensible: named donors and country mechanisms are country codes (cost-v1)."] ;
  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 "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "government" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Government" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Domestic government budget (national or sub-national)." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "gavi" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Gavi" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Gavi, the Vaccine Alliance (vaccine and/or operational-cost support)." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "gpei" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "GPEI" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Global Polio Eradication Initiative." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "unicef" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "UNICEF" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "UNICEF core or programme funds." ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "who" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "WHO" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "World Health Organization." ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "global-fund" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Global Fund" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The Global Fund to Fight AIDS, Tuberculosis and Malaria (ITN/IRS campaigns)." ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "other-donor" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Other donor" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Any other bilateral, multilateral, philanthropic or NGO funder — name it in text." ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "unknown" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Unknown" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Funding source not recorded." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://icr.healthcampaigns.org/CodeSystem/icr-funding-source-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

