@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://fhir.icr.unicef.org/MeasureReport/example-survey-coverage> a fhir:MeasureReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-survey-coverage"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.icr.unicef.org/StructureDefinition/ICRSurveyCoverage" ;
       fhir:index 0 ;
       fhir:link <https://fhir.icr.unicef.org/StructureDefinition/ICRSurveyCoverage>
     ]
  ] ;
  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: MeasureReport example-survey-coverage</b></p><a name=\"example-survey-coverage\"> </a><a name=\"hcexample-survey-coverage\"> </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-ICRSurveyCoverage.html\">ICR Survey Coverage</a></p></div><p><b>Coverage Source</b>: survey</p><p><b>Real-time vs Reconciled</b>: reconciled</p><p><b>Sample Design</b>: WHO 30×10 cluster survey, district-representative; card + caregiver recall</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href=\"Measure-icr-survey-coverage.html\">ICR Survey Coverage</a></p><p><b>reporter</b>: Independent post-campaign coverage survey team</p><p><b>period</b>: 2026-07-06 --&gt; 2026-07-12</p><h3>Groups</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>MeasureScore</b></td></tr><tr><td style=\"display: none\">*</td><td>76 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/coverage-source" ] ;
     fhir:Extension.valueCode [ fhir:value "survey" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/realtime-vs-reconciled" ] ;
     fhir:Extension.valueCode [ fhir:value "reconciled" ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/sample-design" ] ;
     fhir:Extension.valueString [ fhir:value "WHO 30×10 cluster survey, district-representative; card + caregiver recall" ]
  ] ;
  fhir:MeasureReport.status [ fhir:value "complete"] ;
  fhir:MeasureReport.type [ fhir:value "summary"] ;
  fhir:MeasureReport.measure [
     fhir:value "https://fhir.icr.unicef.org/Measure/icr-survey-coverage" ;
     fhir:link <https://fhir.icr.unicef.org/Measure/icr-survey-coverage>
  ] ;
  fhir:MeasureReport.reporter [
     fhir:Reference.display [ fhir:value "Independent post-campaign coverage survey team" ]
  ] ;
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2026-07-06"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-07-12"^^xsd:date ]
  ] ;
  fhir:MeasureReport.group [
     fhir:index 0 ;
     fhir:MeasureReport.group.measureScore [
       fhir:Quantity.value [ fhir:value "76"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "%" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.icr.unicef.org/MeasureReport/example-survey-coverage.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

